Metadata-Version: 1.1
Name: clef
Version: 0.0.8
Summary: A Python wrapper for the Clef API
Home-page: https://github.com/gwongz/clef-python
Author: Grace Wong
Author-email: gwongz@gmail.com
License: MIT
Download-URL: https://github.com/gwongz/python-clef/tarball/0.0.8
Description: ============
        python-clef
        ============
        A Python wrapper for the Clef API. Authenticate a user and access their information in two lines of code.
        
        Setup
        -----
        You can install this package by using the pip tool:
            $ pip install clef
        
        Setting up a Clef developer account
        -----------------------------------
        Sign up for a Clef developer account at: https://getclef.com/developer/
        
        Using the Clef API
        ------------------
        Documentation for using the API can be found here:
        - http://docs.getclef.com/v1.0/docs/
        
        Sample apps and guides can be found on the left hand side of the API reference pages.
        
        
Keywords: clef,api
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
