Skip to main content

Python wrapper for the BreweryDB API

Project description

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.

Documentation

Read the full documentation http://pybrewerydb.readthedocs.org

Installation

Use pip:

pip install pybrewerydb

Python Package Index https://pypi.python.org/pypi/pybrewerydb

Get yourself an API key to use https://www.brewerydb.com/auth/signup/ref/apps

Basic Usage

Create a PyBreweryDB instance using your api key:

>>> from brewerydb.brewerydb import BreweryDB
>>> brew_api = BreweryDB(key)
>>> beers = brew_api.search_beer('fat tire')

Contributing

Clone the repo at http://github.com/dstegelman/pybrewerydb

Feel free to log issues in Github or, better yet, submit a Pull Request against the master branch.

Licensing

PyBreweryDB is distributed under the MIT License.

### Authors

  • Derek Stegelman

Heavily inspried and several linez of codez drawn from PyMarvel by @gpennington

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pybrewerydb-0.1.4.tar.gz (4.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page