Metadata-Version: 1.0
Name: genscrapeclient
Version: 0.2.1
Summary: Client API library for the Genscrape API
Home-page: http://kodeplay.com
Author: Vineet Naik
Author-email: vineet.naik@kodeplay.com
License: MIT License
Description: Genscrape API Client
        ====================
        
        Genscrape Client is the API Client library for Genscrape. To use the
        Genscrape API, you will need to have an account there and a valid API
        key and secret. To create an account, send an email to
        `karan@kodeplay.com <karan@kodeplay.com>`_.
        
        
        Dependencies
        ------------
        
        The only dependency is `requests-oauthlib
        <https://pypi.python.org/pypi/requests-oauthlib/0.4.0>`_.
        
        
        Installation
        ------------
        
        This library is yet to be packaged and published to PyPI. Till then,
        just clone the git repository and run, ::
        
            $ python setup.py install
        
        
        Preferably install inside a virtualenv.
        
        
        Usage
        -----
        
        See `docs <http://54.255.217.187/docs/genscrapeclient/index.html>`_.
        
Platform: UNKNOWN
