Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 383 Bytes

spin-python-cli

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