/genpylib

Easily create and deploy python libraries to pypi.org

Primary LanguagePython

GenPyLib

Easily generate and deploy python libraries to pypi.org

Installation

user@programmer~:$ pip install genpylib

Usage

  1. To generate a new project run:
user@programmer~:$ genpylib -g
  1. To deploy a project to pypi.org run:
user@programmer~:$ genpylib -d
  1. 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.