Metadata-Version: 1.1
Name: imagify-python
Version: 0.0.1
Summary: Imagify API wrapper
Home-page: https://github.com/wp-media/imagify-python
Author: Jean-Baptiste Marchand-Arvier
Author-email: jeanbaptiste@wp-rocket.me
License: MIT License
Download-URL: https://github.com/wp-media/imagify-python/tarball/0.0.1/
Description: imagify-python
        ============================
        
        Official Imagify API Wrapper for Python
        
        Installation
        ------------
        Download the sources on this Github reposityro and do a
        
        ::
        
            python setup.py install
        
        Usage
        -----
        
        .. code:: python
        
            >>> from imagify import Imagify
            >>> imagify = Imagify('api_key')
            >>> param = dict(ultra=True)
            >>> imagify.upload("/path/to/image.jpg", param)
        
Keywords: imagify,python
Platform: UNKNOWN
