Metadata-Version: 1.0
Name: sprunge.py
Version: 0.1
Summary: A small python script to post files to http://sprunge.us
Home-page: https://github.com/sigmavirus24/sprunge.py
Author: Ian Cordasco
Author-email: graffatcolmingov@gmail.com
License: UNKNOWN
Description: sprunge.py
        ==========
        
        A small python script to make uploading files to http://sprunge.us easier.
        
        Dependencies
        ============
        
        requests_ by Kenneth Reitz
        
        .. _requests: https://github.com/kennethreitz/requests
        
        
        Usage
        =====
        
        ::
        
            $ sprunge.py -f file.txt
            $ <command> | sprunge.py
            $ sprunge.py < file.txt
            $ sprunge.py <( <command> )
        
        
        Install
        =======
        
        ::
        
            pip install sprunge.py
        
        Author
        ======
        
        * Ian Cordasco
        
        
        0.1
        +++
        
        * Release the basic script
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
