https://bugzilla.redhat.com/show_bug.cgi?id=1296974 Bug ID: 1296974 Summary: Review Request: python-beanbag - A helper module for accessing REST APIs Product: Fedora Version: rawhide Component: Package Review Assignee: nobody@xxxxxxxxxxxxxxxxx Reporter: sochotni@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: package-review@xxxxxxxxxxxxxxxxxxxxxxx Spec URL: http://sochotni.fedorapeople.org//python-beanbag.spec SRPM URL: http://sochotni.fedorapeople.org//python-beanbag-1.9.2-1.fc22.src.rpm 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. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review