/python-cli

Template for python command line interface

Primary LanguagePython

Python CLI Template

Template for python command line interface

Usage

  • To create source distribution: python setup.py sdist
  • To upload to PyPi: twine upload dist/*
  • To install locally: pip3 install --editable .