Copier template for modern Python packages.
- GitHub repository: https://github.com/leodevian/modern-python
- License: MIT
This Copier template requires:
- Git version 2.
- Python 3.9 or more.
- Copier version 9.6 or more.
- Copier Template-Extensions version 0.3.2 or more.
To install Git, download and install it from the official website.
To install Python, download and install it from the official website, or install uv to install it.
To install Copier and Copier Template-Extensions, use uv:
uv tool install copier --with copier-template-extensions
Run copier copy
to generate your Python package:
copier copy --trust gh:leodevian/modern-python $PROJECT_DIR