techdubb / pynt

A Python client that wraps the Open Beer Database API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pynt

A Python client for Open Beer Database.

Requirements

  • Python 2.6+
  • simplejson
  • httplib2
  • urllib

Example

from pynt.pynt import Beer

# Get a beer by ID.
print Beer.get(1)

Checkout example.py for more.

License

Pynt uses the MIT license. See LICENSE for more details.

About

A Python client that wraps the Open Beer Database API.

License:MIT License


Languages

Language:Python 100.0%