Easily generate and deploy python libraries to pypi.org
user@programmer~:$ pip install genpylib
- To generate a new project run:
user@programmer~:$ genpylib -g
- To deploy a project to pypi.org run:
user@programmer~:$ genpylib -d
- To mock deploy a project run:
user@programmer~:$ genpylib -m
Note: A mock deployment is a deployment that is not actually pushed to pypi.org, it involves all the other steps.