Skip to content

Releases: HushmKun/Artec

Artec 0.3.0

06 Aug 10:45
Compare
Choose a tag to compare

Artec

Creates a configurable python project template in a given directory.

[0.3.0] - 2023-08-05

Added

  • Logging to text file & stdout on -v flag.
  • Varying Log levels.
  • Initialize a git Repository & Commits the structure.
  • New template : Flask
  • Requirements file.

Fixed

  • Fixed Issue #10
  • Fixed Issue #3

Artec 0.2.1

26 Jul 10:07
Compare
Choose a tag to compare

Artec

A python application that creates a configurable python project template in a given directory..

[0.2.1] - 2023-07-16

Fixed

  • -s & -t conflict.
  • ('files' or 'file') and ('folders' or 'folder') can now be used in the Json structure.

Changed

  • Various functions to increase performance.
  • Unified exceptions interface.
  • Added extra data to LEARN.md
  • Added extra data to CONTRIBUTING.md

Artec 0.2.0

08 Jul 16:03
Compare
Choose a tag to compare

Artec

Creates a configurable python project template in a given directory.

Added

  • -t argument now allows Templates to be used (Limited to Python & Node.Js)
  • Github actions can publish to Pypi & Test.Pypi
  • More improvements to error handling and detection.

Changed

  • We can format the project name in the json by using an empty curly brackets {}
  • Tests now is little bit better than before.

Artec 0.1.4

28 Jun 15:05
Compare
Choose a tag to compare

Artec

Artec is a simple python 3 script to create a project template in a given directory.

What's changed :

Added

  • -V argument to print the current version

Changed

  • Improved error reporting

Fixed

  • Fixed Issue #8
  • Fixed error building structure if the source starts with a file.

New Contributors

  • @0018akhil made their first contribution in #7

Artec 0.1.3

17 Jun 18:05
Compare
Choose a tag to compare

Artec

Artec is a simple python 3 script to create a project template in a given directory.

Changelog :

Artec 0.1.1

15 Jun 14:47
Compare
Choose a tag to compare

Artec

Artec is a simple python 3 script to create a project template in a given directory.