Skip to content

kendrickm/pynt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published