Metadata-Version: 2.1
Name: python-gyazo-backup
Version: 0.4.0
Summary: A command-tool for creating backup of Gyazo
Home-page: https://github.com/ymyzk/python-gyazo-backup
Author: Yusuke Miyazaki
Author-email: miyazaki.dev@gmail.com
License: MIT
Description: python-gyazo-backup
        ===================
        .. image:: https://badge.fury.io/py/python-gyazo-backup.svg
           :target: https://pypi.python.org/pypi/python-gyazo-backup/
           :alt: PyPI Version
        .. image:: https://img.shields.io/pypi/pyversions/python-gyazo-backup.svg
           :target: https://pypi.python.org/pypi/python-gyazo-backup/
           :alt: PyPI Python versions
        .. image:: https://travis-ci.org/ymyzk/python-gyazo-backup.svg?branch=master
           :target: https://travis-ci.org/ymyzk/python-gyazo-backup
           :alt: Build Status
        
        A command-tool for creating backup of Gyazo
        
        Requirements
        ------------
        * Python 2.7+
        * Python 3.4+
        * PyPy
        * PyPy3
        
        Installation
        ------------
        .. code-block:: shell
        
           pip install python-gyazo-backup
        
        Usage
        -----
        At first, you must create an application and get an access token from https://gyazo.com/oauth/applications
        
        Then, download all images with ``gyazo-backup`` command:
        
        .. code-block:: shell
        
           gyazo-backup --token <API_ACCESS_TOKEN> <DESTINATION_DIR>
        
        
        You can see all downloaded images with your favorite web browser.
        Please open ``<DESTINATION_DIR>/index.html``.
        
        .. image:: https://github.com/ymyzk/python-gyazo-backup/raw/master/docs/images/backup_example.jpg
        
        License
        -------
        MIT License. Please see `LICENSE`_.
        
        .. _LICENSE: LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Provides-Extra: test
