Skip to main content

Coroutine-based network library

Project description

gevent

https://github.com/gevent/gevent/workflows/gevent%20testing/badge.svg https://ci.appveyor.com/api/projects/status/bqxl88yhpho223jg?svg=true https://coveralls.io/repos/gevent/gevent/badge.svg?branch=master&service=github

gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.

Features include:

gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.

gevent was written by Denis Bilenko.

Since version 1.1, gevent is maintained by Jason Madden for NextThought (through gevent 21) and Institutional Shareholder Services with help from the contributors and is licensed under the MIT license.

See what’s new in the latest major release.

Check out the detailed changelog for this version.

Read the documentation online at http://www.gevent.org.

Post issues on the bug tracker, discuss and ask open ended questions on the mailing list, and find announcements and information on the blog and twitter (@gevent).

Installation and Requirements

Supported Platforms

This version of gevent runs on Python 3.9 and up, (for exact details of tested versions, see the classifiers on the PyPI page or in setup.py). gevent requires the greenlet library and will install the cffi library by default on Windows. The cffi library will become the default on all platforms in a future release of gevent.

This version of gevent is also tested on on PyPy 3.10 (7.3.12); it should run on PyPy 3.9 and above. On PyPy, there are no external dependencies.

gevent is tested on Windows, macOS, and Linux, and should run on most other Unix-like operating systems (e.g., FreeBSD, Solaris, etc.)

Older Versions of Python

Users of older versions of Python 2 or Python 3 may install an older version of gevent. Note that these versions are generally not supported.

Python Version

Gevent Version

2.5

1.0.x

2.6

1.1.x

<= 2.7.8

1.2.x

3.3

1.2.x

3.4.0 - 3.4.2

1.3.x

3.4.3

1.4.x

3.5.x

20.9.0

2.7.9 - 2.7.18, 3.6, 3.7

22.10

3.8

24.2.1

Installation

gevent and greenlet can both be installed with pip, e.g., pip install gevent. Installation using buildout is also supported.

On Windows, macOS, and Linux, both gevent and greenlet are distributed as binary wheels.

Installing From Source

If you are unable to use the binary wheels (for platforms where no pre-built wheels are available or if wheel installation is disabled), you can build gevent from source. A normal pip install will fall back to doing this if no binary wheel is available. See Installing From Source for more, including common installation issues.

Extra Dependencies

There are a number of additional libraries that extend gevent’s functionality and will be used if they are available. All of these may be installed using setuptools extras, as named below, e.g., pip install gevent[events].

events

In versions of gevent up to and including 20.5.0, this provided configurable event support using zope.event and was highly recommended.

In versions after that, this extra is empty and does nothing. It will be removed in gevent 21.0.

dnspython

Enables a pure-Python resolver, backed by dnspython. On Python 2, this also includes idna. They can be installed with the dnspython extra.

monitor

Enhancements to gevent’s self-monitoring capabilities. This includes the psutil library which is needed to monitor memory usage. (Note that this may not build on all platforms.)

recommended

A shortcut for installing suggested extras together. This includes the non-test extras defined here, plus additions that improve gevent’s operation on certain platforms (for example, in the past, it has included backports of newer APIs).

test

Everything needed to run the complete gevent test suite.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

gevent-25.8.2.tar.gz (6.4 MB view details)

Uploaded Source

Built Distributions

gevent-25.8.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl (1.3 MB view details)

Uploaded PyPymacOS 11.0+ universal2 (ARM64, x86-64)

gevent-25.8.2-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

gevent-25.8.2-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gevent-25.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gevent-25.8.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

gevent-25.8.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

gevent-25.8.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gevent-25.8.2-cp314-cp314-macosx_11_0_universal2.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ universal2 (ARM64, x86-64)

gevent-25.8.2-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

gevent-25.8.2-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gevent-25.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gevent-25.8.2-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

gevent-25.8.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

gevent-25.8.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gevent-25.8.2-cp313-cp313-macosx_11_0_universal2.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ universal2 (ARM64, x86-64)

gevent-25.8.2-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

gevent-25.8.2-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gevent-25.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gevent-25.8.2-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gevent-25.8.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gevent-25.8.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gevent-25.8.2-cp312-cp312-macosx_11_0_universal2.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ universal2 (ARM64, x86-64)

gevent-25.8.2-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

gevent-25.8.2-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gevent-25.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gevent-25.8.2-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gevent-25.8.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gevent-25.8.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gevent-25.8.2-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

gevent-25.8.2-cp310-cp310-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

gevent-25.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gevent-25.8.2-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

gevent-25.8.2-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gevent-25.8.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gevent-25.8.2-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

gevent-25.8.2-cp39-cp39-win32.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86

gevent-25.8.2-cp39-cp39-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gevent-25.8.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

Details for the file gevent-25.8.2.tar.gz.

File metadata

  • Download URL: gevent-25.8.2.tar.gz
  • Upload date:
  • Size: 6.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for gevent-25.8.2.tar.gz
Algorithm Hash digest
SHA256 0cfab118ad5dcc55d7847dd9dccd560d9015fe671f42714b6f1ac97e3b2b9a3a
MD5 56fb18aae83256db4b2950bcd83077d5
BLAKE2b-256 65794f3fcc8cf79a22f21eaa3d8d9d0a12d82edd6f9715e2e1fd5ffe6e4bc1cc

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 cf365361ab40435e3c28c7335cdeb7f6f2b9a8ce6eaced01addbba1c83e4f08f
MD5 aeb9de70b414bf1e7c9d2693b7302888
BLAKE2b-256 f56a69a825f0fea9da709395d873171ab86fd2ac382c37ab8b9fdd2180bd9a1b

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.14.0rc1

File hashes

Hashes for gevent-25.8.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 28a60e5f1174ac568639ab3bd12be9d620478a35acf0ad3156ef117918b4f551
MD5 2e0d6f9e76af373415613d433c2c3b7d
BLAKE2b-256 37ce18ff1db74d5654318a3a3176fda984317d3d9856a91ef0c1da56324e7104

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 23383d4e50718750f44cabdf1f8d4905108da0ffc6a8bf85448fb0a68f0e1b4d
MD5 be21f6565f7522026ef1fa46aca3739d
BLAKE2b-256 927d46b4d5a8c9b37d66f16d7cd4f52e60e026a58b3a9cdedb4f93581082fb2b

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3535a699771f35b460026077dec946e73e4744afb5661b4e05a78eea74c120ce
MD5 a94cea8b9ca56113134684ffe021cef3
BLAKE2b-256 4991fd53ec0617c869df78cb7bb9a85741483df56288b23ac1fc4a3b5f165b34

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 398dc7adbcd8cf1fcb2dc8dc48aafc355790bff842c906a28b9f995bcc061bd2
MD5 def51236a489aaf7f1036d14bb3f9cb1
BLAKE2b-256 57f55bb45f208238e5528c523eff2b0b5a2ed59089e0eeff0c325c011d2f4992

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 5c4a99ac674d8c13459e03dcb5550a4a3639a9bd1dcda12a630ffdd1fae8d9f8
MD5 34cd6c95c8378f364d7840de176a4c55
BLAKE2b-256 3167b6d85443ecbfecc5ba2edd07986ac98ae721ddc29736740a777fcb8dd934

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 98a4302cb64c3fbc1f7472b051ac79e68b3d41f9d37a08a0fc6058461079dedf
MD5 2d1804bc5f6ae2c3d9211e1516ea4037
BLAKE2b-256 867cd1d291f17af4d3f811208f977f1a3e1d1178c5eb9f34337ae26ec61959e8

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9b795ea9727d873387483df4ffd31137c4859746c9c789238db483a28bfa16de
MD5 524aba4e80398dfbba29028aaafbe6b1
BLAKE2b-256 4cffb685f71849ab29be8eda39da06299b2fdaf96a50fceefff760a282647a82

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp314-cp314-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2776417181b27466b562bc47af5d20a55e2ccd4deec06a96f37e58317e1c8525
MD5 1c64c80bbc6f29219837364f5430263e
BLAKE2b-256 e39869cec7441638ddd1afa9a6f44fe0ebf12cbbd412463e82d68f6cc44bef44

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for gevent-25.8.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 791fb76294b79d5b0271b1be088d5dfb37506b7a8f4315ff939cae32b46be905
MD5 78b68e22f5c10dba769d2d9f13d86ca0
BLAKE2b-256 4f3e81793a2cab226a46524113bd8ecda711c6bb87efbd324bb7b709eb9ace90

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 14e3ece38dcb24209a5b05dcc7ba5544514943bb7841bc5152c395c69e7ffbdc
MD5 3f8abeae33c408ed0ef67b9086049c11
BLAKE2b-256 ada6cc29497c6520009296c980d7f5007ce64395d66833b93baeb7127ccd9d5a

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07717cb293684185bd5190b876d897dd8ed11d6eb707264a0541bc36a6b06ba3
MD5 093964486b371d706c94ee47050df1ea
BLAKE2b-256 df6796454c79579a4970e053e6cd2ccc86579ea84c1bfa2ea11ae271ee5425e2

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 e7d586a041f13b661dbe25137d6659fe246b1b454d0c5c29be26a3d8d4ed96cf
MD5 bdbccd49541f21260856b5bfa7b818ab
BLAKE2b-256 85432c0a6c3e347ad702b4bd1cdd1d43ac329f0a820f30b6f47ff5b48fafe405

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 6513e872a365acb407c7a13e11112bbfe8b9d6f0cc138182b50ce9f4074a1f2f
MD5 2d259a343576a46bf37987dc4aa74348
BLAKE2b-256 62be060509577f8c1f1262b4ca67a298ac3a63ad5e9117d8409a0adc37264372

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 6a1399407299c710f5fe9348cda3f16e6d6fd6e592098d8bb678d58393b5457d
MD5 03cd53ef3103ddc5f2f339969119936f
BLAKE2b-256 3c90e918c22133726907ebdb104b5ddc1d4c4e859a035acf42d1d9e977a5c436

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c70ee82f417d1c94db3eb3fd2d14bfa6995a61b88f66005a69a169ad1df55b59
MD5 4cf75c8417857efbbb3f1d8d6c51a2a1
BLAKE2b-256 d2b6ab76e03c97b260bb84634c7c6439a2b7c5552c060f777814e7675ab45a83

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp313-cp313-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a30373121527feff642a7528bf674eb7b1d3cb343d6b2b3eb42e7ea76288d8f0
MD5 55ffaa455c9cf3a5589d20811a4db391
BLAKE2b-256 be8fc0253d7cfe1d28cd5c00bea318832ec91f5270205dc579428e4c612aa71a

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gevent-25.8.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 647bbbeeddd69bfdbd3df1a7c864b4727bfb09e7f461f47293e3d98ded7d74d4
MD5 6d81b959ee1e475dafeb764183a5309c
BLAKE2b-256 6c95ab3ad5e942c5c9c08e3fa803fa7d600d959abe7ab054b1497d52fc3e72e8

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3c613e128f805b85fa03d54470a57e37592d2206e95c9553bcfd6b517863003
MD5 34eaf592b480e0c16ad1ae1bda0ac37c
BLAKE2b-256 6a894ba9f5fd6a6a180306447351f4cb4b194aba2b1ea46c24c877d5ad1efea5

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3358fc5bf0b960533d0ac2839fa9458fe5f6288b816b48ce7677b5e92434dad8
MD5 f66a3deaf8ced3e71fa522ff32834234
BLAKE2b-256 e0b60627da55247a686e74973ed243432d3091606ad6b0a95341080dee423525

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ef20a651139f281fa014e26bb1642b17aa46d0f7afa29b024ffb195249644925
MD5 972859f42aa6c16e3acbd5f67e020983
BLAKE2b-256 995a4fa732550334a5d426204fbc6c551f4e2be056d64007bafc788fad646209

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 2c3018f3e89443e7086c905cd6da69c249d48070cc0f8d5357fdc325a9641bd2
MD5 cab7c9a4325af1f29bb2c4826dcb98ab
BLAKE2b-256 0e9f73eeb6d0c3afa13c34ee4d3bb31c288d0e7db5aaffefeb4d38ea55023b23

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 fa2dd9474eda6e990ec52b3ea74e0cb8713f1ef98fbaedcbcdcdef783cd7f863
MD5 1b752fcaaf4b6070e6c3fbedef175883
BLAKE2b-256 6b7bce6f691fd57aa1be040d96b99ca14aa0cb96a3a9c790e9d05efcd50d6531

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 36cd3bb6184c44b959c918a13d33a2f533de6d3eccf03a9ea3b90a1639082c3a
MD5 f260911067945a2e0fa4115114a8085b
BLAKE2b-256 4772420d9884eb8e6cc40675fdc739f67e3c5688b60ce7aa7a05d4485362ab69

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp312-cp312-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 0a8cf26b0852bd31761b5ac35485520657dc22eeded2a867d4fe97bc341bd338
MD5 2f8c7d8a4277c9887ece57b89d0a3d77
BLAKE2b-256 595885d0d4e1b9021b9eef0416708b152b3df0b31189d34f1c19aa219f2015f3

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for gevent-25.8.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f99f2587f3b99f4ddc3446cee2ef4b8dea75ea536994377881a2f50a31f43dd9
MD5 def0869f7f976801947ecab6546f8c4d
BLAKE2b-256 77ce4b467f6696ab4e8d894c69d6be2b2303413d46d6a4c19fa9039805c81c50

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dead93501a7d7973294708b73d7e47b13c16f001a317094b2068730f9ab2ad39
MD5 971104595d5779aaf3a30127cacb67e2
BLAKE2b-256 d6f4cca38c75c229eafdc0e8fbea6a98cd3854767db73235ab65f4ab89818f81

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4bd94b59b68058157b1632ae3488124d569b7067ad458c654cd4fb7dd2d5ade
MD5 bee4cd2f7f7e98914ce64f651262b5ad
BLAKE2b-256 535f325c2b02c28d670f1ec11ffa42423ee73d3fb9e52d2b52505017e5d52499

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 59107c7a452c7a70388b350f9840e6f5761a61e7c9750c48ad10066f29ac9a56
MD5 f61523e6384852301b702874ce612d86
BLAKE2b-256 7ea67fdf82ef067912e6d111dfa7ea542955cd009ce8b598ad760ae2f2acb209

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 d6d250ad0382135ad8bfb9cfd0c2a33a3dfd251a05657f652152e0c9084d1ddd
MD5 195877fa052aa4cc3a29f4f74ba9a7d5
BLAKE2b-256 a646bc9648c9c8ff92b54f319337b829bbdddae598db446e26adb2699c172eca

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 128f68c7ddb4ce55760557549ce8db0ea2f7818a963a148e7a2f22fb6ee34645
MD5 72c13c2bb8a1a6c45dad0d4710959e50
BLAKE2b-256 e5826c9e04c6f4d5a954776b6b9ca4eacebbab751483f6a4dcd0d618ed194f2f

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 4b6d143b3facc930a90e263a4faebe8776f5e8493055022a493ec9de8a259690
MD5 2c7d9eb16d468753efa5c45e412f9679
BLAKE2b-256 1c0bea7376dabb0065889285404d519c732fc31bd8688ffaa6c70d75c7a27970

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.11

File hashes

Hashes for gevent-25.8.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f401539fb28a47f8608443d1051dbb0f09ac5c49f6b604f7bdf4d98fc1e7094b
MD5 61ef8437ec2f2f30007ca2fe72f191ec
BLAKE2b-256 052b3728462e9d98ffce3cd0f8f92fa0e017f80a7762950e6f2f0c050d60a18f

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 edb9faf781408d9a00741d8b85cde051d04f3c2fdd71dd106ef7db255aae4e15
MD5 641881beba6e654bf94bc0f2a264acf3
BLAKE2b-256 3ec665ce8a22272734fbe84b4299cbf0bfbd89f089612d21d1483458093808c8

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fccea073cffb0204d93e5dfadbc059cf73cf97c2563d251a1157d5e3c0bbed10
MD5 6b637aee69cd84da7815dbbc2f5ee2a7
BLAKE2b-256 7481648e85c39319afdb25ee3bbd8289ccd01057408786b59646d95a18b73520

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 16b1688220ca33e0f37351b7ab03235fb65973e32336efd356abda0c770318c4
MD5 35e12f51100de8db3943ac6df9bab094
BLAKE2b-256 4844d71d6a95dfd334f494ab158f296a4330576c0e71f8a31909288f9184634e

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 717c2e90a267a7b6c74a9a6e432ee86c34651313180a85f551019385fdf1cefd
MD5 65cf713c9cbe1154e1b277488d358519
BLAKE2b-256 3e0ea8b2dd4edc8ab875ae87eb6474e4ddcd226740747c40eb10f2fc927cc5f8

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 fd8c8ef0647910745b2c478313398d118e3aefb5c2e2676e24bfcaa0973aa14b
MD5 50d2e29f642583279e13c5f03b284c26
BLAKE2b-256 a1d4795d10bdae939e232be655bb1387118d88709785e1aad19f429e8087fc8e

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 af63a3f93f08c05aa8f4b94396686c2367c2f732adfbef69bc7032dbe7e30544
MD5 601ab1085895fc4148f112164c437e35
BLAKE2b-256 e8c65e9dea78f689faad001dcd05c5d164895c780b5ff2115cee1ce5562adf77

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gevent-25.8.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for gevent-25.8.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2969cb688461de0ea04b80aa09b74b3ac18b70372206b27a445c7d727a5956af
MD5 ec82f79d9d103b4fc7e526704d4f996a
BLAKE2b-256 4f553f6674d3f897b97d4eb86b92368348075a6189ffb4bb0d126b3f6c0019e2

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: gevent-25.8.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.13

File hashes

Hashes for gevent-25.8.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 59875a8533b103b7bca950bcdbbbc1456484bff1a906b9eceefaf7fd7e297a9e
MD5 91e5adaecb7505c9dd6037bba9bcbb56
BLAKE2b-256 bd885bfba2e3d0221f27cbceaae90829e4bb97206122bde0ee822f3c0c37e0e9

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c804b0141222891310d6d15ae172a621183d2d6ecb2f2bd94c6c72af648c622
MD5 98be90cad219eac3f8c9af9f4a8fbc89
BLAKE2b-256 dd3983b86c9b7b794b2ad8bb178d2d048528ee17b166dd6d11068c4450a4ad37

See more details on using hashes here.

File details

Details for the file gevent-25.8.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.8.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8a4d24f188cb0bd71096a4037c11aa5674858c00749d3dbf3ec042642d3e9b09
MD5 532e1afdefee35365c358a15f99f9381
BLAKE2b-256 a204ec748c49c1a777677b5fa3c837577cf3d5cd6ef03b4af6d419f19d7bcf38

See more details on using hashes here.

Supported by

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