Fedora Packages

python3-beanbag Subpackage of python-beanbag

A helper module for accessing REST APIs

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.9.2-32.fc40 -
Fedora 40 1.9.2-32.fc40 -
Fedora 39 1.9.2-30.fc39 -
Fedora 38 1.9.2-28.fc38 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-beanbag dash maintainers at fedoraproject dot org.



Sources on Pagure