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-hypernode.com/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
File details
Details for the file pybrewerydb-0.1.4.tar.gz
.
File metadata
- Download URL: pybrewerydb-0.1.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 207c534ae6a833f7418b43b9c175b4476c3d0655ddea5a7ad6970d32091097b4 |
|
MD5 | 7c11df2df0a56cc013ba0f4ef083ef25 |
|
BLAKE2b-256 | ed58e4ab59785f62cf7d0333d4ade7d246804d48202c1a47625ef821d81f7bc1 |