Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 222 Bytes

Example on how to create a minimal python package

This repo shows how to create a python package. It includes:

  • Testing
  • Command line interfaces

Can be installed through pip, or by running

  • python setup.py install