ppi

A command line tool help you to publish your python project on github and pypi


License
MIT
Install
pip install ppi==0.0.4

Documentation

PPI -- publisher for pypi

A command line tool help you to publish your python project on github and pypi.

Usage

$ python -m ppi --help

Usage: __main__.py [OPTIONS] COMMAND [ARGS]...

Options:
  --debug / --no-debug
  --help                Show this message and exit.

Commands:
  build
  config   Config ppi.json
  init     Initialize a ppi.json file
  publish  Publish to github, pypi
  update   Update a new version

LICENSE

MIT