This demonstrates the process documented on PFR's Confluence
- Use Poetry to manage project, build, and dependencies
- Use Tox to run tests
- Use Dunamai to generate version strings
- Use Black to enforce a simple style
- Use Github Actions to ensure stable development by enforcing all the above.
This requires poetry to be installed on your system (not just your virtual environment)!