pythoncookie icon indicating copy to clipboard operation
pythoncookie copied to clipboard

My Python Cookiecutter project template

PythonCookie

This is my Python Cookiecutter project template.

This is the most minimalist & modern Python project setup that I've come up with so far.

Features:

  • Uses Poetry for dependency management & packaging
  • Has a Makefile which automates a few tasks I find myself doing all the time
  • Includes a Dockerfile/.dockerignore file
  • Includes a .devcontainer folder to for VSCode