Releases: ulphidius/template_python_project
Releases · ulphidius/template_python_project
v0.6.0
Changelog
[0.6.0] - 2021-07-12
Added
- concat sub-command to merge 2 strings with a space as separator
- linter configuration file for a better code readability
Changed
- template_python_project main command is now split into 2 sub-commands
v0.5.1
v0.5.0: add documentation for the linter
Changelog
[0.5.0] - 2021-04-02
Added
- the --verbose and --quiet options for let the user choose the logging level
- Unit tests for core module
- Functional tests for cli interface
- Linter for the source code
Changed
- The logging system can now send error message to stderr
Fixed
- The option --compute-type wasn't required
- The options --first and --second don't check the type of user inputs, int was expected
Version 0.3.0
Changelog
[0.3.0] - 2021-03-16
Added
- Command for show app version
- Setup.cfg for follow setuptools evolution
- Pyproject.toml standard file for define setuptools as build tool
Changed
- Setup.py for extract application metadata and move them in setup.cfg
Version 0.2.1
Changelog
[0.2.1] - 2021-03-14
Fixed
- Application name for a more standard console tool name
Version 0.2.0
Changelog
[0.2.0] - 2021-03-14
Added
- Core functions for multiply and add two values
- Logging system for a better monitoring
- CLI interface for a better user experience
- Documentation for the installation and the use of the application
- Configuration for build and deploy the application