Skip to main content

http client library for gevent

Project description

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.

As of 1.5, only Python 3.6+ is fully supported (with prebuilt wheels), but Python 2.7 and 3.5 should work too.

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geventhttpclient-2.0.1.tar.gz (73.7 kB view details)

Uploaded Source

Built Distributions

geventhttpclient-2.0.1-pp39-pypy39_pp73-win_amd64.whl (38.9 kB view details)

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (44.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (39.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.1-pp38-pypy38_pp73-win_amd64.whl (38.8 kB view details)

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (44.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (39.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.1-pp37-pypy37_pp73-win_amd64.whl (38.8 kB view details)

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (45.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (39.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp311-cp311-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

geventhttpclient-2.0.1-cp311-cp311-win32.whl (37.9 kB view details)

Uploaded CPython 3.11 Windows x86

geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (104.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_i686.whl (106.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_aarch64.whl (105.8 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp311-cp311-macosx_11_0_arm64.whl (41.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_universal2.whl (60.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

geventhttpclient-2.0.1-cp310-cp310-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

geventhttpclient-2.0.1-cp310-cp310-win32.whl (37.9 kB view details)

Uploaded CPython 3.10 Windows x86

geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (104.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_i686.whl (105.5 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl (105.0 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp310-cp310-macosx_11_0_arm64.whl (41.3 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_universal2.whl (60.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

geventhttpclient-2.0.1-cp39-cp39-win_amd64.whl (38.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

geventhttpclient-2.0.1-cp39-cp39-win32.whl (37.9 kB view details)

Uploaded CPython 3.9 Windows x86

geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (103.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_i686.whl (105.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl (104.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.6 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp39-cp39-macosx_11_0_arm64.whl (41.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_universal2.whl (60.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

geventhttpclient-2.0.1-cp38-cp38-win_amd64.whl (38.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

geventhttpclient-2.0.1-cp38-cp38-win32.whl (37.9 kB view details)

Uploaded CPython 3.8 Windows x86

geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (104.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_i686.whl (106.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl (105.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (102.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (102.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp38-cp38-macosx_11_0_arm64.whl (41.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_universal2.whl (60.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

geventhttpclient-2.0.1-cp37-cp37m-win_amd64.whl (38.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

geventhttpclient-2.0.1-cp37-cp37m-win32.whl (37.9 kB view details)

Uploaded CPython 3.7m Windows x86

geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (104.8 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl (106.2 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl (105.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (41.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

geventhttpclient-2.0.1-cp36-cp36m-win_amd64.whl (39.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

geventhttpclient-2.0.1-cp36-cp36m-win32.whl (38.6 kB view details)

Uploaded CPython 3.6m Windows x86

geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl (103.9 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl (105.3 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl (104.7 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.5 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.2 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

geventhttpclient-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (41.4 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file geventhttpclient-2.0.1.tar.gz.

File metadata

  • Download URL: geventhttpclient-2.0.1.tar.gz
  • Upload date:
  • Size: 73.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for geventhttpclient-2.0.1.tar.gz
Algorithm Hash digest
SHA256 455ac3f1c69abc16be01f95bf5ecdf683a98c5cded14f46f26dfa076575e0c53
MD5 80fa609862fe6a02a3b27bb413bd9fd7
BLAKE2b-256 c2a4627425fd3ff4118f0d594650519d45fc02c4e3a102547cd459c71b831d48

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 0d6ffaaf4a8352ec998c1740a1036300c8e48b05322df7c7dd73e201feff07db
MD5 3cc0d061ede5ca796cedb802eb851a70
BLAKE2b-256 65e14e6cb1f803de5e99d75190cda3d7bb52b44509a02a3ba19543384524b81d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ceb69bc2da4ad8bfc9697d637d8c0ab43a92d2278d2073bebebb6c5d3c535a13
MD5 355ca9448496b42c4d8ba09bcbd0f7e3
BLAKE2b-256 3c0fe6bede1963ab0e1d000e5ef921feee98c65148abccc08899d5568b71506c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4362fd455e58da9f34ef6ca5e34d419096ac08b324025bf82e2cc592a3f255a2
MD5 9228740c82017d2f4a6f74758e680c6a
BLAKE2b-256 f16ba088ed3ec10319267907679db2fcd33456aa544815df6151f1b5bce31a33

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3be93f9ad5c18962c71ed070e008466418428f544a3a1ac7264138d02cfa7dbc
MD5 2e8aa25c00e3d379a5062a5a50d808b6
BLAKE2b-256 6fc0d4e3d55f24a1fd74e70be936f4516775f62d0b040163df5e4a8bbb8e2945

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ace669d17dd1ceeb67c8648187c30095585ff09f801eb2714b755c67ed1e8faa
MD5 d4753661f176621b7d68fc0c33101b25
BLAKE2b-256 49752768f7cc968dfdca14a9c23ec38ee0ef97be2f7f1bb34619e6e21c4bdfb3

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 17e901b97ea5f657c54cd5bf2b24974085f71dc6dd6363cc12f271ff05790a95
MD5 53ee30c38d57b6e96fbd6786ae9425dc
BLAKE2b-256 56a24a780510cc374e6cc9c6080a8972d9d1f2f38905b774d52c6b42ad24e362

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 34d842352df71eb8adac6811dc924a027c811ec846c11c63be9a2f075a9262f5
MD5 7d121bce34f7e0ca523516e52b42aa49
BLAKE2b-256 6048be4d2985bd7c19425a224863721435e1c7270690c8089aaaf5797135b989

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6fef4cf0f60cd7bba9985d159114fe21c29452324a8cee17e8c000e4d9b30663
MD5 339b9f3044e7350b03e8c6952fea8652
BLAKE2b-256 1e715386a336caec98469f8e21bbd50362013f2f93b3520b81304c77e4c9aa13

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1e2aa470b27a84d5a0c618a1aa5bc76dad5a08d6bc97d474415aa54458e3c1e
MD5 286b4a003e927f6a0578067d84d14366
BLAKE2b-256 102f5c18f16ab3da1566dada87a4c2a4a8ef1002f71acfce6b12e3c081a8932e

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ff55192f12dc8b6315ac0a486cb6ee1ac80b817e16f1be77eafc2ed286f2944
MD5 975c62aedc26e08209157e4bca56238a
BLAKE2b-256 3232423f89ed1d39fbb86d37405d81c2f91569b2470631466564ee35fc00d563

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 782ba0551e557cfc49a2f20f285e8f6f1e0ce0045f3e6058d872a792629b5012
MD5 0d47dd632104a1b3f1b2c9a2f45d77d2
BLAKE2b-256 b152d44d5cd8a952f9e96b12f5cc26d727bb3d245b6a656c123b130cbc50a104

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e635a9fb72bf2a5bd47826e90dbb0b62dfca4067ab4daed609955e5d4516745a
MD5 e521f477ce0dc95ae816db09849af24b
BLAKE2b-256 696e081246daf760c6e07fb942a15e292aa8659d4b626f1b8f9d7b0560062ad9

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65e84fda0abf8c6547a0116cae325847b76d953b4c72a7b09af64a4168c075df
MD5 f5ccaaaa381c3d152bc4da0833c91876
BLAKE2b-256 07ddb60216b8b1dc1c18a0075e0bb7a9f011e47e196ba70aac20171935bfc828

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6cac8b0e5e8a7e5af58d36b7e208e32d1a83a21cc11236ba73f7b0bacd710e44
MD5 be44da676cea22189cc2e7802ba2e01e
BLAKE2b-256 1b58c3e46cacb6fe7e16aeeb68685892cbe81283c447ff5e788ffefeba0423c5

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8a1264a31dbcdfaed88c0ca909454166be3c2b6df38af95a24d8da4efa9d308
MD5 7906f4a2b2060d88d3954830a5381826
BLAKE2b-256 1b7ad9e27d54ca255835ab425e9ba0862a76105b7c23bcdabe70f3652928c95a

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26c62e444e30c584d30e05b101096e234a69dd3975f74b5fe8743b2869c48ee7
MD5 9b52a76f75c8ed86ac767f55883ba7a1
BLAKE2b-256 0de455532a615dc43f3bc01dd9b96500cdf18e6b1de864a3ffc53e77ec7d6b97

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5749fca748d22b07819cbb2f4ac7dd29501aea7ce914732ba68ec10ac19640c2
MD5 d7bf6ab72bf7556f2fcc4d83c2112446
BLAKE2b-256 7375c7b270026919101283d06af5af50aed46d450f1ec7fec1cf2d275c69123a

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 231aee7eaa8104d06446306581a7c5785d62749b8ef6cdac21adc267a8734bcb
MD5 1f53728e29e32a27f8aa52414401e591
BLAKE2b-256 e6126565b301a57f38eba8e4bf69a6547216cbbaf44e1eafdd57ccf399351318

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7d3868adf76f0e33b53a3c90da3744dc6b8f9580ecd7d14c172f78ec2ebfb01c
MD5 b691433ddfa6edea36173f4a02b80541
BLAKE2b-256 9e713bd35b6a956d2b1e18979bfb0c7b42679ee4b616a8a0cfaed850b3b8ff7d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6cb3b72dd2644b97bcceb91e4cd06afbaa4f1d22e8539afc81ee794be4b3f350
MD5 2c5b1877ba533153eee60d68c8d145f1
BLAKE2b-256 4e649a5588dff877db76da1005d30dbb5f2df911243df44e577af151b088691e

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ebb611ecc13b2a843171dbd040245dc4fe196f02875af492d814ba6f5282377
MD5 1adf1c178c7ee3dae853a9cd413688c5
BLAKE2b-256 6e59540e088a821ec47ca438e215556c6f0b0f604d7f204468b5b19d66662867

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c744a43dddcadb57621a768c08f7aebfdb17078eafc1bd217c5238508fdecc3e
MD5 a1eaf56731f734a0b19ca9df3ebedff9
BLAKE2b-256 35ac5dbd9ac68fc048279dcaf585095f599bcd87a906f0d8ac50d43d149a675a

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ad0fd6ee72ef437e68f8da9cb002898b96174da6373f8ee6edc38a8391224770
MD5 f2f8fe864613ec894ab2ea425edc69dd
BLAKE2b-256 81eb57c2fe5a958e28f3273006ba307349815d9ed87619ae082ca1f48479f79d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c99c8c13434e18077da76e26d9925d6548a4bfd423f8c5e0ea0409cd925a0660
MD5 248886b204993b458d79e6f13b681043
BLAKE2b-256 d25cab7ccd6126a61b66de0b944a357dc7e887cd2a8abf3508a782c12d34630c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 08fd2c69ea87addb0bcc3112fec9ed900498507497eca6bc96a82130666a8a89
MD5 ac8b871c31356714eb0b035250d991d3
BLAKE2b-256 1f56fb24090d13ad2815a8a9a56dd8af7a18aabcc78d90468303f4d3f16e9c50

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3c462c47f11cdbfde2ac328382451012735ef9008ca83d8a8b6dd063221939d8
MD5 137b48742296b2b31d85efd00f547058
BLAKE2b-256 b03e550efb3e4a78db6d87d18e3c4a912d37da315cbd35a727f7fae5d4e96a21

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c80c75188af5b964f09917421e7f0c78767a8f302a2b3fa0adeca70ca04457d7
MD5 8d9bad7bb15384f4f76949b043e7bb58
BLAKE2b-256 2850422acabdd29eee7cda440dd94cca56ed835337237eb53ae9183fa902b375

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0107bfc94c2b4f81468bd5bcd8786391173e15c8c20dac9d77e62a97783d9b7e
MD5 e8329661dee60d98cf4afe9c653ada2f
BLAKE2b-256 70a3d51e8b0ff990127b6e5cad7332484e9ee93e4256036ccb9ad9ce093f0cd3

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f8e5d87d8a60413ed894918196755067531e079319b6eaaf90d24aeeefe8f73
MD5 d6bc67ae4433fd8bb982a13a6164c945
BLAKE2b-256 4f84aecf5bbf8fbe94dd3bdaa5fbaf6a500a06858e37498de9ce71a4eeb70c7c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bc1a9eaaf1d262e6f60dea651a1cb6d020c46d6d77b8c49060cbbb6839483bde
MD5 27888e73971e2518a93da043af6690fd
BLAKE2b-256 05beae95ce97439d56b9052ecf1d7cd769f5acf2837d10fe451b4d1e0ea700d6

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3cb05ff287e0e0be3407e8b57cc4fa4b539a20a89cb59e9ed0bf9d49bfbb525e
MD5 3d401c2cdb668b664d3ff4f8cff19c51
BLAKE2b-256 93239ca3321c6bdcd094c0ab32626a45bdae237c89b9ed6be875775be8ffc237

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1d1b511eb18d63e9815eb44b86608aa0512a9155cd674dfd3046f70a4eb21f3
MD5 5836f435c597754e3f25a65404fa3df1
BLAKE2b-256 d55800572fb9510bef7b261ca0771b93f6148f1b200df94c18ecd889b8c564bd

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb4d075d47111aadc9dc7151f74d054d35f31d8ebcbabcca4f3c6e1204fc0744
MD5 32b7095fcbf410ff160c7c862cae4170
BLAKE2b-256 e73bc73b687b3460632b0a301339fa78c991d7a877c09d7cfd2d28bf33fcfd96

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8060d37833ef3786da9cd8f342934debe9d37794a076b20280e015065f623e84
MD5 5bf374dc7048044b372edf7d610278b3
BLAKE2b-256 fd0ea3f0b650ac2082628d4bb88cadcafafbe77f9d086396befa984d511e987e

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 08c3a2494822d27937ff993121ca5a8eb282fef6fa32c5f0d5e231ddc7e217be
MD5 adfb3f597c42b52d825c80fd7bd7b9f9
BLAKE2b-256 47a162fdb7e03e727b751fb4f54e0a82c92fb9ffdc721ef6fb39be70174fe0c5

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3bd670b380491ff0cb9035f30b04ef0bf35e55f5e5af6ff6e74108ff211e235f
MD5 1ae93997d5300bd55720a335a97e1d81
BLAKE2b-256 40ad3b98b979b094711143a94432f448fbeb1e76b5257582a479f9af5017a8da

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7ca36a6faec473c98eefc44eeb130485828e6ff0907fa8a51c6ed5741f009142
MD5 7f94d804da3ffc29588961b08dd45559
BLAKE2b-256 5dba5a83d18e172839cb64446de7538b90466cc61dedeca3a7cf2e53210f506c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 75931d6346af6b45b4b77c8e4632c47bd5cc857f566b212c11841c809a75c667
MD5 0648207ff3eea462b04e0fe7f8dc3835
BLAKE2b-256 e235ec35d6fdf3d19926466f2ca5dfc9fcf38d36defc9899c02286ba54498eeb

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1dcaeba27664e8f425818907045fb2f3d703ff7a89d9f9ab138355c80546f3ef
MD5 7e1605de3f5f15c917ee705c4a05221a
BLAKE2b-256 3b3925eb925435bf60c5b66cc430eb7578cd9b67a8545043eb1295103c4c8d05

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f59b3462f8e2cfadaf7924d987840d3ba6edb9990d7db437f7d4a60d83cfcddb
MD5 1174dce49ab8ac5c8c1b7e6cf212fa9a
BLAKE2b-256 8b1242ac01fe3c48bdb7b6b7c711ef457fa3a9941d5e66c68ed844af036aaea7

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cfcb8eee944a63198fa204f2b3e3b72b1307fec88eb7ff25ed63fd0121c9d30b
MD5 0dd8d8b12bf492ac1cd0991f67b81e60
BLAKE2b-256 6a51bb2cc4382697987f5c60881510fc650f88b83f4a2ae3d1f6f7e946e8c95e

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fdedc63ac0716c214e710e73d6c859cb9c044550e794d430f636cc8ea25a2cc7
MD5 d4ec4eb5ee6f0d9966779e1d9d15db81
BLAKE2b-256 b9004d80f91d9c37d65a95a2f20db35743bb0c4775e2e841b4e0032a30cd5658

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bffc0a51ab8fa5198457eb36f611639892c7b8ce25fe19fd1366f13d22d0966f
MD5 19e757358f9e0f432d5007860c63b9ac
BLAKE2b-256 4aa355ae539ae6f97ef724dbc244e68fc12989296faa4e244e90c669a385145b

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7452aa3a0706874012a8878baa914c71f773cf8e9f1631eeaa69eefa03072aa0
MD5 dd20666ccea03699229856e475abb9a7
BLAKE2b-256 192fd6960c6857a10978f3d11e24fedb7f098ac951e2c0889053b2dad815f359

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b3ccb9ce543509eaa2e28bfe698947f1fbf17e210c27ab8152b38b8af941c741
MD5 0ba6944a781a5650180efeb9c13a7bda
BLAKE2b-256 f5de124e56b0458cef6c761b2e467fd0806cd019d914b963811e39bf27631c32

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f9b2a1e1ab70d6d70b90dbcd9ffa59da67a56a1582a38feefa1b24fb20d8a17
MD5 ade05c0986afc14961ff8aa696ed7855
BLAKE2b-256 ff2b4487df70c51630936bbc440fb6f556b1fa712ce6379d0df8f7fce41bb5c3

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 23651effb322a2a0a3e35a947cb889996327726c0b51ac5d8e70e3c9748eaa25
MD5 f5ad3b591785b574f0df5e0c9889c086
BLAKE2b-256 7556f33ccc8c2562f0c1f389a7f91308948d3cfedd538909e4fe8d009448e5d3

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7e977ffcd62b863e24f332be48ba5ff0496c2746bea269f58a3b6b84f32b39e1
MD5 12ca4b849bc9c838db5efa848948823b
BLAKE2b-256 1b7034eb32b50db41e274ff9cefa42d6dd9c475bdc184a77fc4bcdb8735472fb

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 79ce4924175704d7a4c324892ed37b373db2b4dc01b7315a4ca7fc3a146f2e4d
MD5 428da38273d7ba1bb12d147e149586ba
BLAKE2b-256 973802527b19fedf32bc6214a78953ecff85d2f126d8261323dfcf4e4ca3b202

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5ab43f968ebbf12d2b07f7c79011c894283ce15b1196ac4b2002e236ebb93729
MD5 0366ff2a753c349bc71a4ddeb4ad5162
BLAKE2b-256 bbecc5c5570adb56f652f7c8ee1cba78e8af2442d801a08ed7ee4a171310a92d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f41604bb13016b22019ffaf92aaeca32f9e91f9af3fa8ed96b3260b2525e06e
MD5 2c5ddbc2b39e9fc0ec3e3d25eb12a474
BLAKE2b-256 cec619de4e466969e431aae36de2b71f7c2f38105e7baff8694278b16aba29d8

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f8e61dea0d94f58b6764cc447d6dee2dce7b5ab95b41670767a739185995f502
MD5 3114f281bc1b9d753f949b709e23fc5e
BLAKE2b-256 233610b6e7224d1d7515fa4b068870fe6ed1c4009f76549148aa1562e6a985b9

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1821b0e2994017cc123f5393ee79541f71987ec5a632205ea43eb04959d29c0
MD5 d32e97b2c02cc71ba0a82164c6c88944
BLAKE2b-256 7ea67b5833e17cc5b7a61e45f12c1e80e58c09431b354588cbfa17cf22da60c3

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad7da3395a37ac647bf1072237cd6830b282a9d653cfd6bb11b65219e1140ba0
MD5 abdb88c2773d78ca749070b2ed80feed
BLAKE2b-256 b62d9b248c840c0c81ae146ab2657e1becac5be6dc54b4584a621b50ac103095

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b4027c4a7750e6128d7723978e3a31e7e550d3fb06a36f5aa40ba09b46272cb
MD5 333802ec681dc58d172ce27299ce93d8
BLAKE2b-256 029e350d7854c1df00626e0697fb0c7b8882eff55f11575c8178e87c90352420

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7764bcbd04a985e5d4370d9330832e13543f149126a2edb006b61ac1ab3bf155
MD5 f5ffb224bbabefef6a7aa5d9a5e1317d
BLAKE2b-256 28b2a989a128869d87b11dfef7aff0a99298c6437c9573b33f95fd52dbe37143

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55d7edc092a414b197824807e7186595ad53693e507637dca1e0203fb40b0154
MD5 cae12ecb1c4adec954e2b55e8bbdfba7
BLAKE2b-256 bd0ac74e93455ea5f56727a93b675c99afc77894598b809e03a20e5cec75597d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4178f077ccf7d3b14fa092e239855602bfd88366e5c16c9f4f281b677f1d8145
MD5 69a54a488ff435a9bc4b75f7078a548f
BLAKE2b-256 35f492b3f286f6c67e0567e59dd677fdec9a9c93b7207628310f6f73fb4c7e53

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 96ca6d39940f213c731259f8f1e2d28e82dea10dd70abe90b370381ebec2ee63
MD5 30f72d09303df68b95f13734d4638a5b
BLAKE2b-256 73f0c1cd48a604595e092ae947eeef9cbbddb1bab7574cf8b7127619359bba55

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fd6d0c639e1c5cc3aa30d85f13bce55f59ddb1992adb6d8744c8addfce60bcdc
MD5 fd7a08bdf6866d7affd1ef75958b4f71
BLAKE2b-256 3656ae46043605974f353d9f3e78acd946c2e2a7bf72e8b6cf996352e0e2642d

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8a96c6293059a02993f1e06cbe68d097ace569222fdd3e43e06e4c73647e0750
MD5 212bc5ead18df6e1c65c6bb02289f55e
BLAKE2b-256 3be21ee8bf52ecda5db198306633ded1e84babda641cdcfa37e3933ea970e8b0

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e0ed286ffbce5625e919f0055953c57508d7fa7ec87254db97c78608305b185e
MD5 316af1ab0da1e847c43c4dd730739a5c
BLAKE2b-256 dfaf1a1d38c3b2e2837293ade4ebb0cb7318864cac760a683303d752e3acb5d9

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51c1fe0a6754b10fcfa3f8e36128a301068e0964316f7cc132ae3b0ea57fe738
MD5 ba0e1cd7baa2f26249274151a2f67798
BLAKE2b-256 03e093aceca147e7740da27157c3694f606c76900068f8fc4d5e0d84eaab552c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 65c507d03e7c5f27a880f1e09284882fb387d186b2c30c046f5952572a56cc14
MD5 b81412ff5381cc563ed1c5da222c1881
BLAKE2b-256 58ee9ebaacd5e908a704dbdfb8ea962e96ab7ea52044d777e6638f644b861be7

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a71993bc15cfc3c0d9a702b20facccc6df41d74f1cd8d22b420c62266b31b0f
MD5 40223edb8fc907ac2ec9835f36367060
BLAKE2b-256 123034399fd1e1b0d93464e78682e981b80785d5ef8e1fbd555211427eff2463

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c2df95be4eb5fbc7a93459d65a41b26ecdef57891938eafeede194a2836b45b
MD5 95d7fe23749f9ee2dce13938d8038460
BLAKE2b-256 d2012cca17db1e3db52e686772253eac40af7dcd536f3e4e5d54927930428008

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 babaf176d163a96e3588655eaa2730630df1cd02182f06547f355fa762bdcdcf
MD5 8ad48b4313c30dc7c29f80f1f6383053
BLAKE2b-256 5f7072292294170447031df300483e6d0fc79a490e9c05122bffb7b9fad10f1c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a489b90b6b940e60b7e4697975cc8b12b5c5a903f438550dff4e2190e1e074a1
MD5 8cc1d0ba1086b53955f6d7215b9c3c22
BLAKE2b-256 6b75a916afd7a52498925e6b9ab9cbb93ce63ed6533e3d513fbe7b0790fe12c6

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e64c6b86e3681f781030342b78cb55236cde463348f87812d1003d3e9e1cd774
MD5 a61a6a2d1efd9754a227287df9ac251c
BLAKE2b-256 244b1e1a22613e140f08a4a23a060ea8105a7649f323ec1d80a8f76ce000415e

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-win32.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6d731b8cffd0baf617b807f10773cefc106f8f58f3f8ed7e9a1a7a3cfe0f6849
MD5 34382e33f0b810c3faf0fa29c22f5f1c
BLAKE2b-256 430b8cd801c0b73d298ddc5cee0d12c9a9aea7586e7cf48af044ab6b66f3ce44

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aee86ec60db7b08b2b09e0755d252c492f42e9d1532a8cf674b851cc9146b8f7
MD5 e3c1712a74aab6c5f993f2c75a9b9098
BLAKE2b-256 c6bb29797a4fa451b2fdad7fa5c4a8669330f82b5fa31df7a73f7bd45950cc44

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cabe2486eb1d61299dc6877236779490f3e2dc92d3c216080229bf8e2600dc9d
MD5 4edc277b4644f503a935cfd52796845c
BLAKE2b-256 6e38fea6104d335a8472d9d8d05335b78fccdb1e6d049a026cd5a38dc99b8e28

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1603836feef365e3a0214167fbbe83a4b16197d1f9f17471d6dc3d860beaeeac
MD5 9099c677c04b349b0ac553b7cf2d3eb4
BLAKE2b-256 86f54f2a34d49899bdd517447518e7f401ebb3c87726cc97b89971c40d564caf

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3120c56b30e3ad2bd0cac8455ea2b30d0cfc1535b120712eb12c7d97b37587c1
MD5 497bac9c3f7da9ffa21f56276d13eabf
BLAKE2b-256 ddab0838b86d92b89e34754f8efdbe6627169c46c84df6cbbd81b2b9aa96b125

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fecb625c011fb00ed87a93ae997fc1ccd1c2a2f86570b0a203aab8e4dfbece1b
MD5 e0a4b436eb351de037a69da9543c2d52
BLAKE2b-256 0775adc87c5e9e08dda2903882284905b83bcc57ed557c718f1e62f401a48065

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 276ed41b2ebda802c3e4597aee0ee0eefaebc523dfc2f2883f5417b0e7865c9a
MD5 fbbb70628ebae6d6280924ef14b714dd
BLAKE2b-256 023220dc0861bf44dfb460e221741b8861f14792891c8e9a57dbd64b4210a7c4

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geventhttpclient-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bccf9fc8d51772b01f1c1875b157360d2f333a6d11a57a15e7756a2f4e639dbe
MD5 1030fdb1d21942a85b04a72cbfac443e
BLAKE2b-256 f1312f738aec7d57fdf8b1c60ff297667752a417ff5a6008a66c7bc3dfd80ed1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page