Skip to content

Releases: Cecron/copier-python

Minor fixes

09 Jan 16:12

Choose a tag to compare

  • Fix test failures when not using subcommands
  • Add .enrc for virtual environment activation
  • Add typing target in justfile for type checking (WIP)

Log uncaught exceptions in generated project

26 Jul 09:39

Choose a tag to compare

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

23 Jul 14:44

Choose a tag to compare

The licenses to choose from are GNU GPLv3, MIT, and Unlicense.

Tests are now included

23 Jul 10:43
33636fb

Choose a tag to compare

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

22 Jul 11:51
c5b0e70

Choose a tag to compare

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

17 Jan 16:13

Choose a tag to compare

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.