Name: | python2-beanbag |
---|---|
Version: | 1.9.2 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 92399 |
License: | MIT |
RPM: | python2-beanbag-1.9.2-2.el7.noarch.rpm |
Source RPM: | python-beanbag-1.9.2-2.el7.src.rpm |
Build Date: | Wed Jan 24 2018 |
Build Host: | x86-ol6-builder-04.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/ajtowns/beanbag |
Summary: | A helper module for accessing REST APIs |
Description: | 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. |
- Some changes during package review.
- Initial version