Create-python-app is a python package template based on cookiecutter.
- Integrate pdm for dependency management.
- Proper github workflows setup.
- Optional cli setup with click.
- Delicate Makefile.
# Install cookiecutter
pipx install cookiecutter
# Generate your project, just follow the prompts and fill out
cookiecutter https://github.com/iamgodot/create-python-app
# Let's say your project slug is greeting
cd greeting
# Make sure you have pdm installed
make install
make test
To use the release
workflow, you have to add PYPI_API_TOKEN
in repo secrets.
For any questions or suggestions, please open an issue.