cookiecutter-pypackage-example

This is a template repository for Python projects that use Poetry for their dependency management.


License
GPL-3.0
Install
pip install cookiecutter-pypackage-example==0.1.1

Documentation

cookiecutter-pypackage-example

Release Build status Commit activity Docs Code style with black Imports with isort License

This is a template repository for Python projects that use Poetry for their dependency management.

Releasing a new version

  • Create an API Token on Pypi.
  • Add the API Token to your projects secrets with the name PYPI_TOKEN by visiting this page.
  • Create a new release on Github. Create a new tag in the form *.*.*.

For more details, see here.


Repository initiated with xdurana/cookiecutter-pypackage.