Skip to content

kpj/cookiecutter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-python

Opinionated cookiecutter template for Python packages. Cool features:

Usage

Install cookiecutter:

$ pip install cookiecutter

Generate your Python package:

$ cookiecutter https://github.com/kpj/cookiecutter-python

Setup additional requirements:

  • Add a new API token on PyPi and call it GitHub Actions CI/CD — <username>/<project>
  • Add API token on https://github.com/<username>/<project>/settings/secrets/actions and call it PYPI_API_TOKEN

Tips

To update the version (and tag/commit the new release) execute bump2version major/minor/patch.

About

A cookiecutter template for modern Python packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages