This is a template repository. Below is a checklist of things you should do to use it:
- Rewrite this
READMEfile, updating the badges as needed. - Update the pre-commit versions in
.pre-commit-config.yaml. - Install the
pre-commithooks. - Update the
LICENSEfile to your desired license and set the year. - Replace "ENTER_YOUR_EMAIL_ADDRESS" in
CODE_OF_CONDUCT.md - Remove the placeholder src and test files, these are there merely to show how the CI works.
- Update
pyproject.toml - Update the name of
src/APP_NAME - Grant third-party app permissions (e.g. Codecov) here, if necessary.
- Either generate a
CODECOV_TOKENsecret here (if its a private repository) or remove the linetoken: ${{ secrets.CODECOV_TOKEN }}
What problem does this tool solve?
- A few
- Cool
- Things
Install this package via :
pip install template_python_repositoryOr get the newest development version via:
pip install git+https://github.com/cmi-dair/template_python_repositoryShort tutorial, maybe with a
import template_python_repository
template_python_repository.short_example()