Install Instructions:
git clone git@github.com:kforti/python_package.git
pip install python_package/
Basic Usage:
python_package create --name <name of python package> --author <author of python package>
Example:
python_package create --name test_package --author 'first_name last_name'
pip install test_package/
test_package some_command --option some_option