natefduncan / python-cli

Template for python command line interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Template for python command line interface


Languages

Language:Python 100.0%