gituser/test_manylinux/: geventhttpclient-1.3.1 metadata and description

Homepage Simple index

http client library for gevent

author Antonin Amand
author_email antonin.amand@gmail.com
license LICENSE-MIT
requires_dist
  • gevent (>=0.13)
  • certifi
  • six
File Tox results History
geventhttpclient-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Size
123 KB
Type
Python Wheel
Python
3.1.0
geventhttpclient-1.3.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Size
123 KB
Type
Python Wheel
Python
3.1.0
geventhttpclient-1.3.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Size
124 KB
Type
Python Wheel
Python
3.7
geventhttpclient-1.3.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Size
124 KB
Type
Python Wheel
Python
3.7
geventhttpclient-1.3.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Size
124 KB
Type
Python Wheel
Python
3.8
geventhttpclient-1.3.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Size
123 KB
Type
Python Wheel
Python
3.8
geventhttpclient-1.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Size
123 KB
Type
Python Wheel
Python
3.9
geventhttpclient-1.3.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_24_x86_64.whl
Size
123 KB
Type
Python Wheel
Python
3.9

A high performance, concurrent HTTP client library for python using gevent.

gevent.httplib support was removed in gevent 1.0, geventhttpclient now provides that missing functionality.

geventhttpclient uses a fast http parser, written in C, originating from nginx, extracted and modified by Joyent.

geventhttpclient has been specifically designed for high concurrency, streaming and support HTTP 1.1 persistent connections. More generally it is designed for efficiently pulling from REST APIs and streaming APIs like Twitter’s.

Safe SSL support is provided by default. geventhttpclient depends on the certifi CA Bundle. This is the same CA Bundle which ships with the Requests codebase, and is derived from Mozilla Firefox’s canonical set.

Python 2.7 and 3.4+ are supported. Python 2.6 is no longer supported.

Use of SSL/TLS with python 2.7.9 is not recommended and may be broken.