A spin template to generate Python CLIs.
  • Python 67.8%
  • Makefile 25%
  • Batchfile 7.2%
Find a file
2020-08-24 16:54:48 +02:00
template Fix readme link 2020-08-24 16:54:48 +02:00
README.md Initial commit 2020-08-24 16:47:29 +02:00
spin Initial commit 2020-08-24 16:47:29 +02:00

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