Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > acdc9b84f0899de30b8b6db6c6ba0138

python-grequests-0.2.0-4.mga6.src.rpm

Description:

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]>]

Generated packages:

Other version of this rpm: