Metadata-Version: 1.1
Name: pythonUntappd
Version: 0.4
Summary: A python library to wrap the Untappd.com API
Home-page: http://github.com/marshall91/pythonUntappd
Author: Mackenzie Marshall
Author-email: mack.j.marshall@gmail.com
License: BSD License
Description: pythonUntappd
        =======
        
        Python Library for Untappd API
        
        Usage
        ------
        Initialize api wrapper
        ```python
        api = pythonUntappd.api("CLIENT_ID","CLIENT_SECRET")
        ```
        
        Add access token from user
        ```python
        api.set_auth("ACCESS_TOKEN")
        ```
        
        Search for a beer
        ```python
        api.beer_search("Blue Buck")
        ```
        
        Full API documentation for Untappd can be found at:
        [http://untappd.com/api/docs]
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
