Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrbourbeau/openbrewerydb-python
Python wrapper for the Open Brewery DB API
https://github.com/jrbourbeau/openbrewerydb-python
beer data python
Last synced: 3 months ago
JSON representation
Python wrapper for the Open Brewery DB API
- Host: GitHub
- URL: https://github.com/jrbourbeau/openbrewerydb-python
- Owner: jrbourbeau
- License: mit
- Created: 2018-09-13T20:19:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T05:01:31.000Z (11 months ago)
- Last Synced: 2024-11-02T06:21:36.575Z (3 months ago)
- Topics: beer, data, python
- Language: Python
- Homepage: https://jrbourbeau.github.io/openbrewerydb-python/
- Size: 394 KB
- Stars: 15
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)