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
poetry
as package manager,pytest
for unit tests -
Makefile
with a lot of useful scripts shortcuts -
Pre-commit
configured -
black
andisort
configured - Extended
.gitignore
-
.editoconfig
configured -
mypy
configured -
bumpversion
configured -
autoflake
configured -
Mkdocs
withMaterial
theme docs builder,mike
for version control
Soon