Releases: Cecron/copier-python
Releases · Cecron/copier-python
Minor fixes
Log uncaught exceptions in generated project
The generated project now logs uncaught exceptions.
Also added pytest-xdist to decrease test time for this project.
Added choice of license for the generated project
The licenses to choose from are GNU GPLv3, MIT, and Unlicense.
Tests are now included
Add tests (#2) Added pytests that generates a new project and runs the following Just commands in the newly generated project: - **cov**, runs tests and measure coverage - **lint**, runs the Ruff linter and formatter - **html**, runs Sphinx to build html documentation
Template has been revived and new features was added
The template has been revived to work with Copier v9.8.0, Poetry got replaced by Uv and a Justfile was added to improve the usability.
This release has only been tested on Windows.
Added script entries
The template is now placing code in a src directory.
Script entries have been added and default name of package fixed.
README.md is now included in the template.