Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 817 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 817 Bytes

simple-cookiecutter-python

An opinionated cookiecutter to start a python project on the right foot.

Platform Code style: black

For every new repo I started, I ended up re-writing the same things over and over again until I got tired and learned how cookiecutter can help in this situation.

Usage

pip install cookiecutter
cookiecutter https://github.com/louisguitton/simple-cookiecutter-python.git

Features

  • Python package with CLI entrypoint
  • Convenient make commands for managing the python package
  • pre-commit hooks with black formatting
  • CI/CD boilerplate for Github and Gitlab
  • Dockerfile that uses alpine