Metadata-Version: 1.1
Name: yelpapi
Version: 1.0
Summary: yelpapi is a pure Python implementation of the Yelp v2.0 API.
Home-page: https://github.com/gfairchild/yelpapi
Author: Geoffrey Fairchild
Author-email: mail@gfairchild.com
License: BSD 3-Clause License
Description: yelpapi is a pure Python implementation of the `Yelp v2.0 API <http://www.yelp.com/developers/documentation/v2/overview>`_. It is simple, fast, and robust to any changes Yelp may make to the API in the future.
        
        For more information on yelpapi, visit the `GitHub project page <https://github.com/gfairchild/yelpapi>`_.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: requests
Requires: oauth2
