Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python-grequests

GRequests allows you to use Requests with Gevent to make asyncronous HTTP Requests easily. Usage ----- Usage is simple:: import grequests urls = [ 'http://www.heroku.com', 'http://tablib.org', 'http://httpbin.org', 'http://python-requests.org', 'http://kennethreitz.com' ] Create a set of unsent Requests:: >>> rs = (grequests.get(u) for u in urls) Send them all at the same time:: >>> grequests.map(rs) [<Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>, <Response [200]>]

Found 1 sites for python-grequests

Found 2 RPM for python-grequests

PackageSummaryDistributionDownload
python-grequests-0.2.0-bp153.1.13.noarch.htmlRequests + GeventOpenSuSE Leap 15.3 for noarchpython-grequests-0.2.0-bp153.1.13.noarch.rpm
python-grequests-0.2.0-lp152.3.2.noarch.htmlRequests + GeventOpenSuSE Leap 15.2 for noarchpython-grequests-0.2.0-lp152.3.2.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet