My python library template repo with useful tools for developing. Made with cookiecutter
Handbook: https://deknowny.github.io/python-package-template/latest/
- GitHub Actions workflows for CI and CD (tests and PyPI deploy for new tags)
- Build docs site for GitHub Pages with every push
- Coveralls coverage report
- Used
poetryas package manager,pytestfor unit tests -
Makefilewith a lot of useful scripts shortcuts -
Pre-commitconfigured -
blackandisortconfigured - Extended
.gitignore -
.editoconfigconfigured -
mypyconfigured -
bumpversionconfigured -
autoflakeconfigured -
MkdocswithMaterialtheme docs builder,mikefor version control
Soon