spin-python-cli

August 24, 2020 ยท View on GitHub

A spin template to generate Python CLI.

spin new https://github.com/tmattio/spin-python-cli.git

The template uses:

  • Pipenv as the package manager
  • Black as the code formatter
  • Sphinx as the documentation generator
  • Flake8 and Pylint as code linters
  • MyPy as type checkers
  • Github Actions as a CI/CD platform