Skip to content

louisguitton/simple-cookiecutter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published