openbrewerydb-python

openbrewerydb is a Python wrapper for the Open Brewery DB API. It allows for easy access to brewery data from Open Brewery DB:

>>> import openbrewerydb
>>> data = openbrewerydb.load(state='wisconsin',
...                           brewery_type='micro')

Questions & Bug Reports

openbrewerydb-python is an open-source project and contributions are always welcome from anyone. If you have a question, would like to propose a new feature, or submit a bug report, feel free to open up an issue on the issue tracker on GitHub.