Metadata-Version: 1.0
Name: ezupload
Version: 0.0.3
Summary: Streamline upload process of PyPI projects
Home-page: https://github.com/dmhacker/ezupload
Author: David Hacker
Author-email: dmhacker@yahoo.com
License: GPL v2
Description: 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 <https://github.com/dmhacker/ezupload/wiki>`__, 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
        
Platform: UNKNOWN
