/mirrorball

Project template I use for little Python projects, implemented with copier

Primary LanguageJinja

Python Project Template

Project template I use for my little Python projects. Includes:

  • VSCode remote container setup
  • Poetry for dependency management
  • My favorite devtools:
    • pytest for testing
    • black for formatting
    • pylint and mypy as "linters" (yes, you can have both, and they handle separate needs)
  • Some git aliases I like

Usage

Install the copier CLI if you don't have it already

copier gh:NathanDeMaria/mirrorball .