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.2.tar.gz (73.8 kB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.2-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (44.2 kB view details)

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

geventhttpclient-2.0.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (48.3 kB view details)

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

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

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.2-pp38-pypy38_pp73-win_amd64.whl (38.9 kB view details)

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (44.2 kB view details)

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

geventhttpclient-2.0.2-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.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (39.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.2-pp37-pypy37_pp73-win_amd64.whl (38.9 kB view details)

Uploaded PyPy Windows x86-64

geventhttpclient-2.0.2-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.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (49.2 kB view details)

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

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

Uploaded PyPy macOS 10.9+ x86-64

geventhttpclient-2.0.2-cp311-cp311-win_amd64.whl (38.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

geventhttpclient-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl (104.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.2-cp311-cp311-musllinux_1_1_i686.whl (106.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-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.2-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.2-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.2-cp311-cp311-macosx_11_0_arm64.whl (41.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

geventhttpclient-2.0.2-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.2-cp311-cp311-macosx_10_9_universal2.whl (60.4 kB view details)

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

geventhttpclient-2.0.2-cp310-cp310-win_amd64.whl (38.9 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl (104.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_i686.whl (105.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_aarch64.whl (105.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.2-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.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.9 kB view details)

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

geventhttpclient-2.0.2-cp310-cp310-macosx_11_0_arm64.whl (41.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

geventhttpclient-2.0.2-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.2-cp310-cp310-macosx_10_9_universal2.whl (60.4 kB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

geventhttpclient-2.0.2-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.2-cp39-cp39-musllinux_1_1_i686.whl (105.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.1 kB view details)

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

geventhttpclient-2.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.7 kB view details)

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

geventhttpclient-2.0.2-cp39-cp39-macosx_11_0_arm64.whl (41.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

geventhttpclient-2.0.2-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.2-cp39-cp39-macosx_10_9_universal2.whl (60.4 kB view details)

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

geventhttpclient-2.0.2-cp38-cp38-musllinux_1_1_x86_64.whl (104.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (102.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (100.9 kB view details)

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

geventhttpclient-2.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (102.4 kB view details)

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

geventhttpclient-2.0.2-cp38-cp38-macosx_11_0_arm64.whl (41.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

geventhttpclient-2.0.2-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.2-cp38-cp38-macosx_10_9_universal2.whl (60.4 kB view details)

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

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

geventhttpclient-2.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl (104.9 kB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.6 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.2-cp37-cp37m-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.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.5 kB view details)

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

geventhttpclient-2.0.2-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.2-cp36-cp36m-win_amd64.whl (39.6 kB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

geventhttpclient-2.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl (104.0 kB view details)

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

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

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

geventhttpclient-2.0.2-cp36-cp36m-musllinux_1_1_aarch64.whl (104.8 kB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ ARM64

geventhttpclient-2.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (101.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

geventhttpclient-2.0.2-cp36-cp36m-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.6m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

geventhttpclient-2.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (101.5 kB view details)

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

geventhttpclient-2.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (41.5 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: geventhttpclient-2.0.2.tar.gz
  • Upload date:
  • Size: 73.8 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.2.tar.gz
Algorithm Hash digest
SHA256 8135a85200b170def7293d01dd1557931fcd1bec1ac78c52ad7cedd22368b9ba
MD5 50a6a1ff0a9416a506b5a77581ec9b07
BLAKE2b-256 68981ee9fbab4ae97d5f0f05035059a56a61a9c966331e6c837f974b402fdf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a594ab319872a38fb7f16be4cfb107d3c63c43a081f2abe241834e9877f27401
MD5 65b712583c8027165d897b728133a1fb
BLAKE2b-256 da927462e150eee8c7f757dcdc01181dd4a1be0ff5b35ad618b4a90c21792981

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2dc94b9a23eb6744a8c729aec2b1cdc4e39acf1d8f16ea85a62810aa6b2cae5
MD5 51481c8955dd50f2a41f5a9c518ccc1a
BLAKE2b-256 325ea98836d94fa7e1ada59b5aa1f5672208162886e8a275074183bf8530c636

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb23527d98f626ca7a4e8961ed9bdc6aed3388de306614c69a133b34262460f4
MD5 257f29d459678c560818e8c1f7896bb9
BLAKE2b-256 494464d32405fbda8cd170ff76a9058378cc7482ed81837127012e6c41d78949

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 805554594bb29231fd990cc2cbbe493d223d76a6085fec891dd76bb4e0928933
MD5 765fa6d6ff7814aaa9515d9bac1acaf2
BLAKE2b-256 88551313500778a0e136be846236de70514853c3740391de53b904b072635f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b03f298ec19b8a4717cce8112fe30322c9e5bfada84dde61a1a44d1eeffc1d3c
MD5 129e392df41f05bdc8dbf2c985417bef
BLAKE2b-256 90a67d7a5b2291907e3f6c62febf429b6bd3ea18c8eeb9e9ae41eef297a317e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4f0d70a83ef4ab93102c6601477c13e9cdbc87205e5237fbf5797e30dc9d3ee8
MD5 8ce732fa7751ad504670fe442ea582af
BLAKE2b-256 1bdecd72a62ad7a1583b37e6e137a9f24b5ea020837543015432ec626b852c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e79304a63a9d0512f2757c5862487b332b18a9c85feebecf6ebc3526c6dd1ba2
MD5 9acde13beb97c881fd9b1496ac6c4680
BLAKE2b-256 1ddadfaf23d806778feea293a285bedb02fba91fa52716a64ce42fed9b78cdb2

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77c407c2b4bea817c6f752502db4ab0e9f9465b4fb85b459d1332b5f93a3096c
MD5 a4efb1ff42cdb484b7a4d702062c005b
BLAKE2b-256 7a5baccfa160f2ed0209ce7cfe0e577dcd1c7f558e47bc1759fde09ea7a7a18f

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 01c1c783fce45f16db448d7e34864f1e9c22fe60a7780d2c1c14edbb1fb7262e
MD5 34f63b750c693a74ef0c5e48e724840d
BLAKE2b-256 2900da9c4b5c2789856d5108500848ab1468527d9aa0b850dc4cb02cae2f2aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 852da9bb0fc792cdca5ffc9327490094783e42415494b3569e5d532615027439
MD5 3603aeb82ce0da87079823a14dbb9f28
BLAKE2b-256 fe9e8b18ac10356e992951802e02792f916db9ae3c2be344df9a7788b1eeccaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5d0813d97050446dab2fb243312e6c446e4ef5e9591befd597ef8f2887f8e2a8
MD5 7aee4ae000a835ab89ffec31d28f52ce
BLAKE2b-256 5ff4949879736b3e9f295014484cb2c2059c47222da7c938f705089eaf2d5693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daff1e977fccf98f27266d3891afdc101f1d705a48331754909e960bcae83f8a
MD5 ac2e6c2949fd2781be00ab0ceec3abec
BLAKE2b-256 1294bbdf730d6152f4efe659684ce2c2afb5f245ff9d077eec6055304adf48b8

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09acd03d0a8c1bb7d5a1cb6fcb77aaa19a907c1b4915ab58da5d283675edb0a5
MD5 cde5f0ac0730037df917825ea8b1a522
BLAKE2b-256 8f2c787a1b66d6f4596445bd582586268f72c3662031cadbc16dcd5c2eca2ee4

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2435e0f2a60e00d977822ec4c12e7851deb7aa49a23d32d648e72c641aae3b05
MD5 990353a282a0a08245348915831c5fae
BLAKE2b-256 79b69984e12d0e06274bb398c80aef2857c74b3324cc4c7b97f592c8b2b028e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8770b8ab9e8c31d2aaf8a6fbc63fbb7239c58db10bb49cee191ca5c141c61542
MD5 a63c839dec6763cca73d7cfed8ed8902
BLAKE2b-256 b107bef76442b523f8e6f7b60760cff0dbff40ef0a84a5815faaf64d8eff7eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 777fcdb72077dfbf70516ecb9e9022246dd337b83a4c1e96f17f3ab9e15f4547
MD5 068864e8efc288303a8e8b2ecdee80eb
BLAKE2b-256 089078539b0378d9ae1d10fe97dd4386f19f656e133e6a57dd639421dacc8f59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 716f1f72f50b841daf9c9511a01fc31a030866510a11863f27741e26e4f556a7
MD5 9a07c439090fa5adb130335b42677b6e
BLAKE2b-256 eba59ec201176f1df071eb37bc7a9914c929bf58512f31e3b78ad94e8455c472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ebb582a291c4c5daaac2ea115b413f4be86874baa60def44d333301cee17bd7
MD5 d21799805cbb0fdc3698916560d12c66
BLAKE2b-256 199d06925ada7a1bffd44919c6cdb6eaa7d5da4526875aeb8e9365593c9fa5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a0156882c73537bbbbc7c693ae44c9808119963174078692613ffa4feea21fcf
MD5 bc542964411876a75d8a148f29e84e23
BLAKE2b-256 bf745b0cb9d216fd722946efe30dee2cde72993f53cc45c119d9500733755556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6775bc81e25c48fa58b034444aecfa508b0c3d1bc1e4ae546cc17661be1f51aa
MD5 48e5005ebd525b2dbf365170a1e06b90
BLAKE2b-256 e8a219bfa1941c04c1618bfaaa06fcc580a909d619b1d9761f73cd7246ca1d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 996c5f453d810b3c592160193d6832a065cca0112e92adc74e62df0e4c564df6
MD5 15d8412ba10fce931e9225cc0a815978
BLAKE2b-256 f3853c588523a730e1c1514c73431152901d5196e12d96abf9176eabc4d11ed8

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c55b7ac0ba0e1e1afbf297b7608f0b3a0bbc34fb4b0c19b7869f32a77ddc6209
MD5 83ecc4043a3974d299dfc8a640338da6
BLAKE2b-256 970b6f0d7c22596a99b634ad3a066c97d508dcb06a6e2a61c1faf689833a98a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2f817e226c02b5a71d86de3772d6accdf250288d1e6825e426c713759830162d
MD5 b396e89d3b49d304159aed6035f696f9
BLAKE2b-256 81a0bc0b350772a6d806d70abf3a411cbea39a8c951c414861de327689509b71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31c7febba298ecf44838561074a3fb7a01523adca286469b5a82dcc90e8d6a07
MD5 b77a5bb4a220935ef0d543e0c2cf20ab
BLAKE2b-256 af3249702f38ec19dea7f2513df805eefc8adce826bd4c59c7ab07709f0a4fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 95959c201d3151fa8f57e0f1ce184476d1173996bdde41dc7d600006023dc5be
MD5 7fe8879046298d7c7848088d7b0a4a0b
BLAKE2b-256 f511e422941512835e4fe5868ceb33d97449d898f9cecf3ec2227a69a437c7cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5ceb492d43a659b895794999dc40d0e7c23b1d41dd34040bbacd0dc264b57d5b
MD5 fbdac54a3ea8a64aab9a2f3b46111962
BLAKE2b-256 9d584d69a3506753f23350f675bd39704c2c57087ab752bb7a22f7219588a1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0e9f7283c01d970e643d89da81127869a8d94bb7a0081020dcad5b590bc007c4
MD5 cd64267a7308c07df2c24084e88d281f
BLAKE2b-256 040e24abb691f9f871b7228163cf26214a1acf9773846cf49c5f54bd6e7ef5c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eec7c52e8eb817674a193e0124486b507215d9e86d34f2638bf9a9292d16f815
MD5 c01a50d8bbda7ea03f8675d3ad655e9c
BLAKE2b-256 174e4ad2ade48c069384eccbf2b0feb085d8576921695713f0711b2565d9bb89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ff7fc19f9a4fdd54a2b1c106a705ea2c679fa049685ed763051d417725bdab1
MD5 613fa013f063920e9e8ed3a1efc92d81
BLAKE2b-256 1e9958b70c567f0688262fbb40198ac4de3ed6286a81fc0fcc4aa6101aa35e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6e3af579c6b46b9caa515a8baf6a2cadeafcd1d41ad22ca5712851f074a40b47
MD5 330b805ab7511fe10d37bb39cfed7d0a
BLAKE2b-256 60c4d3fd5f1b51e231e1a6858a1d6e2713d2b7dc30b209fda2bd6b4b0f4e944a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2ba69422d4e8670dd99803b1313ba574a4d41f52e92b512af51068c9c577bdc1
MD5 c91574391544d79288f72cdc1c390986
BLAKE2b-256 9a3eb139c3844849bc90cedfcc2893465b946f621ea4e3ef8db6df9c706dc1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 407d54499556c2741b93691b86da93232590b013f4a0b773327d766fe3e5c0a9
MD5 4a7118500f76def9deb23dd4b2d76bb3
BLAKE2b-256 92a0ef2d73cfc78409886e45d1bf7bd95b6f7ee2ad622045e6aad57d9b9fe6df

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a5841dd02e6f792a4ef15dbd04fefe620c831ba0b78105808160bb779a31af4
MD5 cb3e9f12c98f64bf7c09649b437c30e3
BLAKE2b-256 823d4d8a10b3da67083a3d4d2f0ceb4e55b7272fcf6392f765bd7ac1ffdcfc76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bcf325131b0e4600b793643108cd85dddd66bbf532fd2eb498be5727ef532a1e
MD5 87ad2930bd1a48ff2e8dcfbaafdb4219
BLAKE2b-256 6c004972753948942875cbb47eb5037c7421c0985b358bcf2d1eceb8ea4fa3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36d3345c6585b09738195a7c45d279a87ccbab0350f1cce3679d3f0dce8577a1
MD5 feeeefbf216881e019416f7093d12fc5
BLAKE2b-256 79c9ca338cfb83685ed126ab2a83ca926d79f5ddf2eeeadd16a9db323737b138

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 320a2c756d8a4f296de370476a1515485c186d9e22c3fc29e04f8f743a7d47bb
MD5 9a1d54d673f4f8bea8a89c8e552dc82f
BLAKE2b-256 97b1c998b313e1914fac6c06134a6f597efc53b20170932182928181382c6fda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cd76acdc7e7ee5c54c7b279f806b28957a6b092f79c40db34adcfd972749343c
MD5 6c59aa56ffa575c9cf99d3f86b719fa8
BLAKE2b-256 9d896cc7633893f1e07dc56bd280a4d4d7d02cbec804c6ae5116a39136ca6aa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dbccf1ba155dea3ea99ba0e67a835c05b4303f05298e85f5bb2a46700ccdf092
MD5 3a9e4228af8488714abd45639b44bca9
BLAKE2b-256 190c5f5d0a1d3b8aae799e6ab504cfabbe14caee15840936edcbd77fe49b3a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ebb3c993903d40fd4bb1f3e55b84c62c8fc1d14433ae6d4d477dd9a325354c94
MD5 8ce7b45ee169090a27648523acb394de
BLAKE2b-256 f102afd4bd39e08b793c077ed89d655310a0b93d5ed4520f12b0f418f6d61a05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 96922d170ef8933f4c20036e8d70d4fbe861f54c543e32e7459ebdbaafa65a2e
MD5 6052796391e9a73bc5eea5742b3759c0
BLAKE2b-256 0bfeaca904d0b6bdbc4dbda437facdb65e8c5dda56bc50f8f8135f6b7811c69f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bcb7e061c243308d9a44b02de5298001e917f1636a9f270c10da86601fcc8dfa
MD5 18c318a355bdbcc03379e4016da47af8
BLAKE2b-256 b4db1fb12c212268f6fd2c2dd8ac4684c8a2aa53962bf1326f2f4e6e2a72ea3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7551b6db860b56411de1f96618e91b54f65e1a7be8d10255bd1adfb738bb6ee5
MD5 df14c3c8412bace17264e0daa7e28e1b
BLAKE2b-256 519c3f0eee95b58b1ba5dfb1480fe3667bea253199313f5fe170ddd88ee69823

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad6c2fcbc3733785bd3b8c2bb43d1f605f9085b0a8b70ce354d198f37143f884
MD5 992b90dbb3ebfaebb7326bb8243faa2e
BLAKE2b-256 5d9d841b49002a3ccb2605ffd2390ccc5391cc814bd00613550ab0bfa27433f9

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ca459cedb3827d960362e05ea3a4ae600a6d0d93de77eac2ac0f79828e5e18c
MD5 7601836136729e5b4413e6192b392973
BLAKE2b-256 2f0dc212fd4baa4a4a6c90815c2638e8fb2cbc7b5438acee3d1a4901937572a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 94edb022fa50d576cf63f6dd0c437c1acd24a719872a5935991aaf08f8e88cb2
MD5 5a967a3d8edbbd17db85f4e5ccaa19c0
BLAKE2b-256 a1797d0fcc465f559ccac6a094eb3cf097ee7196a218671178e1ac955d01dbc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60b81a6d4e65db7c1a5350c9fb72ebf800b478849a7e8020d1ab93af237a3747
MD5 ebe6d7632a793fccda24dc0c4da574bd
BLAKE2b-256 47b165f19bf858ef63a564a53c9badff20bc950221f7c21850550396c5149034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c8b7298eb1ebd015257bf4503e34f5fbbe64bd83324140f76b511046aba5a0d5
MD5 9d45d8e51f8fed022a526003c772dc31
BLAKE2b-256 a22441197319ec591f7c413140399712fa1aa18b9fcf9137c6c7ebaba2e34234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ebf98db9435824cf0b80b5247be6c88b20bfafd6249f7ebaabb85297da37e380
MD5 24410f378b8c70dc453260132e0ec5be
BLAKE2b-256 c3c1e1a2232e538c236c12c82c8dbecc3485f0c71dfa87f9a9250fe4c77d7317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f44153e4b3ef9b901edcd14be54145a0058bf5fa371b3e583153865fac866245
MD5 c165d62567ed072b3c56f034434c06c3
BLAKE2b-256 bfc4def08112cc17d3068057eaa52f859961218b310af8ce8045a02cdb8313bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bc46d5479673dfb293ea428c057d2e23e48ebef5c5d44587cdbaada7f87553e4
MD5 e613778f3bf096e07db459b276d98127
BLAKE2b-256 53019ca5096c182162fd339a7cec5e0d8ae32c927eff51b6e15ac9762c107802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e956a457d8831dc81d6f046ab09ebeec680f9a1e9c07e25a1906e77b287918ee
MD5 7e090b1ae438707b33a010e45a28b1f4
BLAKE2b-256 4be34a93c15fe5a8fc68c2674d1f7c24741c3004c04c69084a1055aaae95ec7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b9c0c6b75b3905000d2490dc64b4c98a8bac155efbc0ff8917ac082ae0bad261
MD5 1e48ac62d0037949398714206d3b717a
BLAKE2b-256 04af269410a79c07f859b9937ab4fcdeed809e703ce4ba23cb96709cb7e0a46d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 12d271cc53486efb3716e99855dc5cb84f2cd3fc9f3243721747bb39ec0fff8a
MD5 cc447b599df5bb00b03bafcd2f15eba9
BLAKE2b-256 3dd2e3636ffeaec16ab4cdeaaea7c6647d53924771f8511d003815274292d3c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 91615fed7931acd49cfe5fc30984acd5411dc1f2643b1544c879d1a537233c6d
MD5 3d77821a375a81ae195891681fa76a57
BLAKE2b-256 be526996c6447c1c5b70bd7b3ba85709656f0aee8a69d93db31158d369d3e14c

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9be5000ba57336a90b438782117c1e43205f51f49aa9b1499a82e210e8431b11
MD5 1c8bd0ed17136e33e6c52a54db23da8c
BLAKE2b-256 aa062e7d42f0db58446fa156757162780fc75b71db8424df2ead9db5b2abd512

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7adaa29e5699dea54e0224d1d2d9d8869668d8ad79f5b89433ff9c46f9424a6c
MD5 b1490c44bd8cf8384174236532c866a9
BLAKE2b-256 749318c05a30504a63d5d285fe2bce7920e7f15561efdc24e15096d6bbcc603c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 721c3075897bfc81e918066f16ae3d1a88c7bb14eeeb831a4f89ea636474643e
MD5 126c8d60437f565132f406282aadda1f
BLAKE2b-256 30483f71bdbc319b5f42217f2d0d3d59aef565edb5f9bca76b43c1b806a019c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e9f2ff09706e3a64a99886d5f2595f3bf364821bc609f2865dbc3e499e21a36
MD5 f05fb3da5ec1e2c770cbb26ec7e21383
BLAKE2b-256 4868b051f8e1a60a8d299d89bbcc20ea751bd2150838ee4fe109207ae2da60f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fcf96e212b55b93490f3a5fcdfe7a2ef4995a0d13b7d9df398b11e319b7a86b1
MD5 1da7d8b4b663fdbcb6dd879aeacb5169
BLAKE2b-256 ffe0de4d4a4cbb3ec7aed719d01e080afe686881b888ee6f9e7ee54a0cbf2d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3648626ca58ea4b340e695d78e5d533e6b8be78d375edbd42ff188bc3447e095
MD5 19e57849d00c923e253aaf380079ceb4
BLAKE2b-256 fd670db3c23f498eed8f1df5824c8537ed6874ab0ee1d3c64cab70b00a5eac98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d52aba2c38420b3fc518188449f1c2a46b1a99adf1c0266c68e72ee0422cd0fa
MD5 1fc66d06849358a375309ba986edb881
BLAKE2b-256 5784b1ed980c2211648cc803f4e62f2940c05518e89a990154f020c3881232b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b88a10538341e33fed1682c0dd4579c655d49db5863e7456583085a1cd6bd9d4
MD5 82e34fec843aa63d64ceaa05ef911695
BLAKE2b-256 2be0b49b195f53719f1392cf1634e1235cfd8b7a95771f2b999d889d9f9d26bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 27049ea40e3b559eee380310272aaa9b7c19e73c1d9e51e2ec137362be2caa70
MD5 5ff5e49fcb48d153554ed1e7c037b4b6
BLAKE2b-256 28e29f4504a2c2c0f62abbf5996ad0cd3021b20f429dca4347645d1c6a4f7807

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ef328ee3e7dca5055b833fdf3c181647a335abf0249947b27f5df2d95390198c
MD5 aba75a437069695270b889ddcf67d119
BLAKE2b-256 0bb70783f9fa4591095093703484f4a19bec954d7271ffbd4c1e49255f25a81f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57c993c4b2bea551c4a71b75ae1e172e9f3e4352f704ff1b619a0f16aa762f76
MD5 4f4e66d3718b10488c99ef7ef3ef1e7f
BLAKE2b-256 e21fe06e8a008ba6eb8197c9c2f875dcb0082ce5d0d8ce97120f926e69ebd121

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5f3326e115ec7e7ce95a5d0d47698e8f3584944c4c434a7404937d56b17136b8
MD5 bac49a077d4ddc6aa8d68c202e1bbca0
BLAKE2b-256 677b8ed51956af7facfd01c18c3c8ae0c3ca0353a57352ec261eed97093298a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3f67e789e31c7b1ce440cd1465dcdefeca29ba6108735eac0b1a593d3a55b7f
MD5 a16c949e7f379036f790fe695ec1e96f
BLAKE2b-256 c7dfb83dd429b50afa17bd350530d08cd528fb0968acca2e8b7abeaf710cf5b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c58877b4440a580063571a23fbc616aed7c735c6bf9ef525c5129783df8b6966
MD5 cdd91cb66d7d0c0416da244364721d50
BLAKE2b-256 3654c301f506ea744c571354f32dcbd5446036b3de5b4c50fc1a4c097e6e1afc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 28d7655d1d50bc75ece683a0ae8faf978821d4aeae358d77b59371548db07f1e
MD5 15a62cc17edd500ee91adbbd4ebd6e85
BLAKE2b-256 ec07ea75e7d781bfe8fac2e966e4d5dbba946a689723a866178785838060ae00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 e707f62271a093e6e3af6f1bbd8cc398b414b8c508fe6b15505dd8e76c4409ac
MD5 b9dcb4fe7f33831c95b039c1504e7b67
BLAKE2b-256 340286bbc5aae3a1b7047fe7c196cce3db02c4767852971eecc520827ec595da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81f839d6becd664d0972b488422f5dc821f8ad2f2196d53aa5e4d799a3a35a66
MD5 99cde1cd23be5965400654f77a1368b8
BLAKE2b-256 7f8ee776c3969db5c73892c2d042b1cfd9a2988297107244bdc11538fe9617db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 84d7be660b6bc53dd53e3f46b3bc5d275972a8116bd183a77139bb4d9d6d9fb1
MD5 1d902d64c97acf1fc0f239d3bb8efb71
BLAKE2b-256 cdb2f91b64afb2d9e384dc4854ab0023a562f5ed0de51804fb3661308d9ed24e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe4e06313aad353b103950780b050d3958000464cc732d621ff8ea3cacbd2bc4
MD5 5e0f4d0707440a8ddc28a85e8c82ed12
BLAKE2b-256 a7cd4ef7dbd17540e95c63b5a73c86ac31e1de3b6be7481976ea6752f85c5732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 00b7b2b836294c091c53789a469c5671202d79420b5191931df4e3a767d607fa
MD5 045d5e58748cb2162c7c0aaed30803da
BLAKE2b-256 2d40be1d0a51a05c3f9eca6383e18c933d7f4bc89addf2ad2dfef21431b98831

See more details on using hashes here.

File details

Details for the file geventhttpclient-2.0.2-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.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa7b1a27f950d209fe223a97906fe41312dc12c92372424639b8a9b96f1adf91
MD5 7cd9a5d30fe9eaa6ac83518b250d03ea
BLAKE2b-256 b040e6a128cc2db5bb852526aadebaba851f4a902e4557688745efff8760b322

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d075355862d7726eb3436f0136fce7650c884f2d04eaae7a39fed3aad9798bc
MD5 18cd7ceff5a8cd18206e06c0f4bb8cd9
BLAKE2b-256 596c15de077e916c2470a68ea014012797195815a880dd6d64d398acd9779808

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for geventhttpclient-2.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 379d90d8b1fcdda94e74d693806e0b0116c0610504e7f62d5576bac738dc66a5
MD5 9f9f3c348806dfd7856bba74aabaf1ee
BLAKE2b-256 5a89a0a90e96f2b9f78decbf2a60315a7e1506a9742b28bb1496b4b34d457b08

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