Skip to content

Helper module for accessing REST interfaces from Python

License

Notifications You must be signed in to change notification settings

Dataman-Cloud/beanbag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeanBag

BeanBag is a simple module that lets you access REST APIs in an easy way. For example:

>>> import beanbag
>>> github = beanbag.BeanBag("https://api.github.com")
>>> watchers = github.repos.ajtowns.beanbag.watchers()
>>> for w in watchers:
...     print(w["login"])

See http://beanbag.readthedocs.org/ for more information.

About

Helper module for accessing REST interfaces from Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%