GitHub template for Python package blueprint.
Usage:
pip install git+https://github.com/cachuperia/blueprint-python.git
blueprint-python --helpRelease can be triggered by commit with feat or fix prefix. Check GitHub workflow for details.
Tools to install: direnv, git, poetry and pre-commit.
You can use this playbook for automated tools installation(Ubuntu only).
git clone [email protected]:cachuperia/blueprint-python.git
cd blueprint-python
make init
direnv allowRun make for list all available targets.
Use Conventional Commits message style.