Metadata-Version: 1.0
Name: imgurup
Version: 0.0.2
Summary: Upload to imgur using API(v3). Support account, CLI and KDE dialog upload
Home-page: https://github.com/carlcarl/imgurup
Author: carlcarl
Author-email: carlcarlking@gmail.com
License: MIT
Description: imgurup
        ============
        Upload to imgur using API(v3). Support authorization, CLI and KDE dialog upload
        
        
        Feature
        -------
        Support upload images(anonymously) or with your account.
        Support CLI and KDE dialog upload
        
        Installation
        ------------
        ::
        
        	python setup.py install
        
        or 
        
        ::
        
            sudo pip install imgurup
        
        Usage
        -----
        ``img [-h] [-f <image path>] [-d [<album id>]] [-g] [-n]``
        
        You can just type ``img`` without any argument, the program will ask you for another infomation.
        
        But add ``-f`` argument with your image file would be easier to use, ex: ``img -f xx.jpg``
        
        Optional arguments:
        ::
        
        	-h, --help       show this help message and exit
        	-f <image path>  The image you want to upload
        	-d [<album id>]  The album id you want your image to be uploaded to
        	-g               GUI mode
        	-n               Anonymous upload
        
        Packcage Dependency
        -------------------
        * None
        
        Todo
        ----
        * Support MacOS GUI dialog
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
