Skip to content

kforti/python_package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_package

Create python packages from the commandline

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages