brewerydb icon indicating copy to clipboard operation
brewerydb copied to clipboard

Python wrapper for the BreweryDb.com API

Results 3 brewerydb issues
Sort by recently updated
recently updated
newest added

Hey there. When I attempt to get any paged results (using a paid developer key), every set is the same. Always page one of 531 possible.

Not sure if this is still being maintained, but in case there's interest I've added the ability to POST, PUT, or DELETE though an additional argument to the function (no...

running this ``` python result = BreweryDb.breweries(brewery_id) ``` causes this ``` python File "/Users/frankv/Work/brewfest/flask/fbone/brews/brewerydb.py", line 22, in _function return BreweryDb._get("/" + name, options) File "/Users/frankv/Work/brewfest/flask/fbone/brews/brewerydb.py", line 34, in _get options.update({"key"...