Metadata-Version: 1.1
Name: pybrewerydb
Version: 0.1.3
Summary: Python wrapper for the BreweryDB API
Home-page: http://github.com/dstegelman/PyBreweryDB
Author: Derek Stegelman
Author-email: dstegelman@gmail.com
License: MIT
Description: ### PyBreweryDB
        
        This is a Python wrapper around the BreweryDB API.  It is a work in progress with
        only a handful of endpoints implemented at this point.
        
        Pre-release builds are available on Github only at this point.  Future builds
        will be released on Pypi.
        
        This API wrapper is changing frequently until it arrives in a 1.0 state.
        
        ### Supported Objects
        
        Currently this wrapper supports
        
        * Beers
        * Breweries
        
        Planned Support for
        
        * Locations
        * Styles
        
        I'm working on adding more but...
        
        If you want to add more endpoints and objects, fork this project and submit a PR!
        
        
        ### Authors
        
        * Derek Stegelman
        
        Heavily inspried and several linez of codez drawn from PyMarvel by @gpennington
Keywords: beer brewerydb api python
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
