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

python-grequests-0.2.0-lp152.3.2 RPM for noarch

From OpenSuSE Leap 15.2 for noarch

Name: python-grequests Distribution: openSUSE Leap 15.2
Version: 0.2.0 Vendor: openSUSE
Release: lp152.3.2 Build date: Fri Sep 20 23:23:08 2019
Group: Development/Languages/Python Build host: lamb11
Size: 12234 Source RPM: python-grequests-0.2.0-lp152.3.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/kennethreitz/grequests
Summary: Requests + Gevent
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]>]

Provides

Requires

License

BSD-2-Clause

Changelog

* Wed May 06 2015 benoit.monin@gmx.fr
  - update to version 0.2.0:
    * no changelog available
  - add python-requests as a runtime dependency
  - add python-gevent and python-requests as build dependencies to
    ensure their availability
  - rename README to README.rst to follow upstream
* Thu Oct 24 2013 speilicke@suse.com
  - Require python-setuptools instead of distribute (upstreams merged)
* Wed Jun 06 2012 saschpe@suse.de
  - Clarify licensing. According to the author it's BSD-2-Claus (see
    https://github.com/kennethreitz/grequests/issues/7)
* Wed May 30 2012 saschpe@suse.de
  - Initial version

Files

/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/grequests-0.2.0-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/grequests.py
/usr/lib/python2.7/site-packages/grequests.pyc
/usr/share/doc/packages/python-grequests
/usr/share/doc/packages/python-grequests/LICENSE
/usr/share/doc/packages/python-grequests/README.rst


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 11:46:52 2024