Metadata-Version: 2.1
Name: openbrewerydb
Version: 0.1.1
Summary: Python wrapper for the Open Brewery DB API
Home-page: https://github.com/jrbourbeau/openbrewerydb-python
Author: James Bourbeau
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: requests
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-remotedata; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: numpydoc; extra == 'dev'

# openbrewerydb-python

[![Build Status](https://travis-ci.org/jrbourbeau/openbrewerydb-python.svg?branch=master)](https://travis-ci.org/jrbourbeau/openbrewerydb-python)
[![GitHub license](https://img.shields.io/github/license/jrbourbeau/openbrewerydb-python.svg)](https://github.com/jrbourbeau/openbrewerydb-python/blob/master/LICENSE)


A Python wrapper for the [Open Brewery DB API](https://www.openbrewerydb.org/).


## Documentation

The documentation for openbrewerydb-python can be found at https://jrbourbeau.github.io/openbrewerydb-python/


## Installation

`openbrewerydb` can be installed using `pip`

```
pip install openbrewerydb
```

For more information see the [installation instructions](https://jrbourbeau.github.io/openbrewerydb-python/installation.html) in the [documentation](https://jrbourbeau.github.io/openbrewerydb-python/).


## License

[MIT License](LICENSE)


