This is a new package for python beanbag module
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.
Please login to add feedback.
This update has been submitted for testing by sochotni.
This update has been pushed to testing.
This update has reached 14 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by sochotni.
This update has been pushed to stable.