Skip to content

bodak/cookiecutter-python-library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cookiecutter-python

cookiecutter https://github.com/bodak/cookiecutter-python

Use
  • make init to init repo and commit blank state
  • make requirements to update requirements (uses nox if no docker found)
  • make install creates virtualenv if one does not exists. installs requirements, project to virtualenv
  • make run runs python library (__main__.py)
  • make black black formatter (nox)
  • make lint flake8 linting (nox)
  • make safety safety review (nox)
  • make type mypy (nox)
  • make tests tests inside nox environment
  • make docker-build builds docker image containing project
  • make docker-run runs docker image containing project
  • make changelog updates CHANGELOG.md using commit message in conventional style
parts based on

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 54.5%
  • Python 43.7%
  • Dockerfile 1.8%