ezupload

Streamline upload process of PyPI projects


License
GPL-2.0
Install
pip install ezupload==0.0.4

Documentation

ezupload

ezupload is a Python 2.7 program designed to make uploading your project to the PyPI faster and easier. I've been horrified by the abstract and confusing documentation that covers the normal uploading procress; ezupload hopes to resolve that. Featuring comphrensible instructions, it is my intention that ezupload will become the standard uploader for many PyPI projects.

Requirements

  • setuptools module
  • PyPI account
  • Intact project directory

Usage

In order to use this, install ezupload using "pip install ezupload" or manually download and run setup.py. Allowed arguments are posted below:

usage: ezupload [-h] [-n]
             directory

ezupload execution script.

positional arguments:
  directory               Directory of the project (not a file path)

optional arguments:
  -h, --help            show this help message and exit
  -n, --no-setup        Do not attempt to generate a new setup.py