Skip to main content

gevent

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 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.

Download files

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

Source Distribution

gevent-26.9.0.tar.gz (6.7 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gevent-26.9.0-cp315-cp315-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.15Windows ARM64

gevent-26.9.0-cp315-cp315-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.15Windows x86-64

gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ s390x

gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ppc64le

gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl (3.1 MB view details)

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

gevent-26.9.0-cp314-cp314-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gevent-26.9.0-cp314-cp314-macosx_11_0_universal2.whl (3.1 MB view details)

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

gevent-26.9.0-cp313-cp313-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gevent-26.9.0-cp313-cp313-macosx_11_0_universal2.whl (3.1 MB view details)

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

gevent-26.9.0-cp312-cp312-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gevent-26.9.0-cp312-cp312-macosx_11_0_universal2.whl (3.1 MB view details)

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

gevent-26.9.0-cp311-cp311-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

gevent-26.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

File details

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

File metadata

  • Download URL: gevent-26.9.0.tar.gz
  • Upload date:
  • Size: 6.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.15

File hashes

Hashes for gevent-26.9.0.tar.gz
Algorithm Hash digest
SHA256 4dd4703d71737a456c1c9df5cd43a82934e5b10c87549caa02495f487d1ef0b1
MD5 f67b71ed9de401d2063704a2cd2759d2
BLAKE2b-256 2bacdd3137ae695aef399373088c84c66398f3eac597fba542f0a22280bc21d6

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.15.0rc2

File hashes

Hashes for gevent-26.9.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 5b089f158cdecddf5ac8face23e1cf7318a704625a32998c37118818efc97f16
MD5 d749c516c5a04409144a87e5d4073acc
BLAKE2b-256 e7fb0fbe629e58eab460c9ddea4f391b61f65708d026c50eb7be2f7c9052efb4

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.15.0rc2

File hashes

Hashes for gevent-26.9.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 e7e9247b449ee69f275bc4d44ceebaa0b71772d02bb3c52c146b2f613c4ad8d7
MD5 327d1d0cc407bdb7ebde3fb2ebf20bbb
BLAKE2b-256 941a837a278fe6c47b809322d2b99fcc4be8e86c14c3e1b13d1e8345d7bf1557

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a698fa2f5cf096bd6c1f59fd38a0d420e8b3a815b01be197eb9529cdd57d06b
MD5 c4b02299ba6c5be54defb5fd8b517c57
BLAKE2b-256 670d87cdbe340d2f0caf31d1352403a83093459f4fefe6e9c70495befde96268

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 460c6db10c8d9475efb9a24d84c4a0e47bf628dce569efa0821217d83c68e584
MD5 285625f8fc842edc42a1b63440f34b60
BLAKE2b-256 5495d5bc8e4c30822b7606c7893d3ae2bc41cf666bc8cf94ba29977ee622a3c0

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e9c8cdf9ff3eac29abb5ae55da16dac02cc464fc0e1e13818fca0437e8cfee0a
MD5 7aeec32bf7aca834f671f3c7965ee28d
BLAKE2b-256 f30731c69eba6260c5f2d2d9f87c4484eec8662b30261a907e78d705a114362a

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ea5f8f84232f1900a1a56ad6f7ba6804c49eeb8efdf861a6bae00bcf226568f5
MD5 29822a27e1c80bbdd1525eeab63699a8
BLAKE2b-256 37732380f29c84f685a6a9189381fdeffee8effed675f26df324e2eccbcbbecc

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3b6404d18df517663df90889568de931ae43aae765bae542edb9ada73a9595db
MD5 9fb2c9e7ba9d262086c9c4f0f0b110bf
BLAKE2b-256 cd3b41d14598d581fa8588f45577deb344edb99cd4a33c03fb905bc1309e274d

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32c8236cb4b2911cee7d5caaa8fcd8ab2267354d46fc8223a880e3466859d0bf
MD5 0878aa778d627ca5eb25046a440552fd
BLAKE2b-256 ddf715a4ba572147462f544335baec518c376e357e0b7506857c0897e8c60cd2

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8f70c12e1ec091ed326ee8096245a12257c7c2f95b043ed953f934c63eaefd7e
MD5 4c49d7b3a21089a43be4f0a69cc0d7a3
BLAKE2b-256 a3682a6b8bed9302e6a3034c1dc1eabe8a0a2cfb5138f5f18bacba4948efe972

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.5

File hashes

Hashes for gevent-26.9.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3427358b8dcde8abcfab45d649aeedab9eb5d31916886e277405f95660e12751
MD5 70a6e930b5b340767d5143723d9da74e
BLAKE2b-256 32b54cded556e3f06153d299881a1c3d104cba695161c9d283c08e94c80ffb28

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.9.0-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/7.0.0 CPython/3.14.5

File hashes

Hashes for gevent-26.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9eac1550fce3e356dee3448c2b95080d25e3affd560e22936fffc79d4d6c3a38
MD5 b8c51d3a9eee526b2a6747e23358c9b1
BLAKE2b-256 5cad39598321091044ed30bce8488dcfb3eca390e192a7f5c4c19ab2a4d498cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5e894f892347e242742ab24c881be271c2ea4be149bdb80307bab7a8f506ccb
MD5 f97e088bb9b72717b93264aec81f5504
BLAKE2b-256 59f8238c505a3d43eae760482190fbb92c2ed661fe8c9077ac3f9df4f1fb2ab7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12e909b93dcda8d3a40eb8130de605a70eca95a58f4ef74133d07c11495f8c89
MD5 996f13c05a23fbe86b6209b8d9d0a01a
BLAKE2b-256 899d5b3242ab0a15ccbb00b09a50e69ee2fe3c32220c4839dd86e083599804c2

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d05115c494183d032d5dd3ee4f1517f4caa145f38008cee46405c5c2c8a4214b
MD5 5a022dbda15a40eb8db8f7f67936bab7
BLAKE2b-256 fc7a17e39476d7418b2d4361d5283ec913f82fd1b596de0d8b756483475025ab

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 afb17dfcb8e33ba4c84cf50a08974925c50a9d01306f199712897cfb00775d56
MD5 855b38e83e3cb09ec4d73601f365968f
BLAKE2b-256 5b31c4e8677cfdd4863ebb04b664aca5933156ca6986f0ad09ee4ca6659a5c03

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0ec6525fa2d55b96fc538be48a53a875c4b804738b016078a6eb49a6a2adf2e6
MD5 68c4198d4097179bcb05c2feb5f5f131
BLAKE2b-256 82064421f7a1d00f4e3dbbede3d439065088401eabe931cd6443dfd9845ac3db

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 415f963d9b8e9022156afb091f6399de1d598aca173622cf5e2d0472178d57b1
MD5 7209b5e9659986693edbddf789360270
BLAKE2b-256 e7f936de2881af1a254010c347e5af7366c1c76d5c5d9a2fc0e21939d72717fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 86999e6ec77ae16411c734658c88fde8b5c4be0112dc442ac498925fc881ddb2
MD5 6e1f0abd2f69e9b638a238d41a401538
BLAKE2b-256 84d1f4b7b8d9a5e20dc525f9b7df5c55105a068774d94c1d62b3cdb5b89bc1e9

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.15

File hashes

Hashes for gevent-26.9.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 1c56654619fc284091f82900469993de50263a9f6c44724e0f084167e9cc8917
MD5 d68301c02f3c71390b54d6b6da7b4d48
BLAKE2b-256 ef69409483e91b8b0fa0dabcbc9f098261c55aa7533632d8310c91e4cd5af0a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.9.0-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/7.0.0 CPython/3.13.15

File hashes

Hashes for gevent-26.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5902ecdd81454615a3bf610897592058c4fe347c8e4ce4313dc31aeb29ba0ca7
MD5 f6a997d678540ab0ca98fd285c1309ff
BLAKE2b-256 c79d0af37ec9ab225ce0aed7fd5c5d75d0c78822805d0e1672692e75d6be61b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c38da261295c20066b352007703a2acec91644ada03a0e4f1a9d0efee8cb5a5c
MD5 2232db481684170ba00a0290ddc9a0fe
BLAKE2b-256 eb8247e88bd691879ba26588faa8cb2eee96a5b1fd862d654ecef40acb85bdd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23f08013256a3e9b5928b65856116f9bdc775ee8246c0361bc916ea283c9c6fd
MD5 c0ad6738ba5936958f594ebc1d62ea57
BLAKE2b-256 98058822af537754c8e46305f4948ceb6f6bb39b351dfcdc1ed8aa6dad946b18

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 231058bdb60dbf1074b2e74fbb77c0b0f1b045886bf7203b816692c3663726cc
MD5 5448f1e05575bf2d869fd56bca729e36
BLAKE2b-256 ec98f05061aa7a1072ce41521ad18eceb6d028086c3f2c6249b21de142ef0be9

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 405d73327feecab8cc9976f7bc2a0dbd1adaccf2e4b5e86e97e7b87879fa5cfd
MD5 ba38b7d61a1b30b534b1bdd9fa128cd9
BLAKE2b-256 79bbc2f13d43f057f4b7c45df4abb9737414d05a25a7f835b2e4428a19b97f39

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 cb52241e8c691818853361663134a72c4d5601a9fa46ff7f9cb749878855b26f
MD5 992770752a72bc4bc82bb2f6e68bd8e7
BLAKE2b-256 3f030729ac615271b09c4eae6a2d8d034a60152f9f3d9fe98e82d0fa73a27b05

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8b3bf3865f11504941d11bcca1dbf53beee79405b0da7577b1db29f94bb2209
MD5 2e0413da311aa46557b76f740f054156
BLAKE2b-256 c94031dcfe97c1a10e262264f9e0aea4b363aa69a26826305c5bd6fb9f419e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 1e2b9508076350799def5eb7ac57a9d7c14234da201372d9f7329f45074f833a
MD5 49038b8ba249e3ce7dd624fef9b56f7f
BLAKE2b-256 b1ec2fc93e431ca1f42f0a554e9a74c881dc0ea8c84ca0e708445069ca255cc1

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for gevent-26.9.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f9ff7c692028c577937ad00bdd1183371a086f7d6908c7c1f18f1c51ccf8caac
MD5 59e85ee8ac6a19386e032e8afda9d535
BLAKE2b-256 fc4b525d4da671e7b6d21dceaca33fa65edc13917189b80e9b3a30318e6345bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.9.0-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/7.0.0 CPython/3.12.10

File hashes

Hashes for gevent-26.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 44a0d58301a333608aad5fef0c19ca8122eb7753484416f000c1f00b4b407697
MD5 940259534117dc439eb0c59de73263f0
BLAKE2b-256 a16ad5e9de5e2dbe5a58814d7a04ada307d7aca145c40484aa30894edda7cc7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 810cd040eda484e8ce73d649fa994a4fc247b427023db52d4daaa10e8fd2f4aa
MD5 b598a5743838433f5aeaae283470d062
BLAKE2b-256 a273a4414d7e95be1287b3dbe6310331c2658395bd4ada69a19f98c3aecba4c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f91b87ca2ac3af502f7ee806c266ba6f64e4d1591e2e29456ed7cc538e5473ec
MD5 e006752d94eefaea43b9e04744906974
BLAKE2b-256 df23fad2ba73045e4ee0dccf2e35a6fe19908309bd6176d1e5e3a18bb780e96b

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c59d95daacf71dfb763824b85a89b06ca4faa74b2e7df926714d439d5a47ee26
MD5 aa0902d9a1091d8789fc3882adc323c1
BLAKE2b-256 0589c07717de442a898229a5e8ec6fbaf878e4d328868362c905fe14c5a72521

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ab1db9defde9ea9bd1825057fd90474148f74dcc57d104ddc62343092eaa256f
MD5 dd00bed407497d515634d258bb590ab3
BLAKE2b-256 8a957bcd42a2aaceb7ad464f66fdd2be8df640c288713fd3b932f86f22e0fa86

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 83c51ffa0ef9c960fe3b6bc0a9de8997cd04a9476ff5d4e682c0c62481ef3924
MD5 d966e90230913d183597747e5aec8084
BLAKE2b-256 0a7ac237d66fe48e0391d88f03448576ad127befc9d30ff0f9e3269272e15d1c

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0b3f0ad9dc8e2ba585e0f6498c96b78ba61b1214f5b2e17081839c93b69a58c3
MD5 2d6b2dc8c010fe6ddee48413eb66e90c
BLAKE2b-256 c37f1068c8eef85f04bb9d8490140f6adba47c0676d95e66a2d9549bdad0c22c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 979caf5b96f5806cb5b66fd2c7972f1043cc4069d1ee8b2998c42cb0b39dc445
MD5 11fc97a63a03c1fdbcb7903b68abe208
BLAKE2b-256 f1902f09ad04b52ad8888fe6a0a4a543c5445b27c78ccbde8f3104ee3ac618f8

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: gevent-26.9.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for gevent-26.9.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4827d454a2d0c7b4789dcd396cfa42c1ed2b03f3d6b02d6936112e2a82afa93c
MD5 3091d2c09ffef5772b63ee26127f0e52
BLAKE2b-256 ecc4fdaf4b81bf8ad86edb7301d83a46bd7c1617208d67fd7fea7bc66bf99b84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.9.0-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/7.0.0 CPython/3.11.9

File hashes

Hashes for gevent-26.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5560ec62a44dc8bb983dd09bca05df01b77b94993c51bfe856a2163d785688ac
MD5 579fa5007b7c1ecd31e7d15b4ca2db0c
BLAKE2b-256 471c0395c3ede3287af9715e47759c48dc84670b768d05a2c32fc7ecc70a147f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf1544a8fa0d94563e1f31bc23363f437ae56b952f220dd588ca43c48c844ff3
MD5 83d3e2589c672fb20dd3ddbcab441967
BLAKE2b-256 899c4e3cc8f1a901ce0606d59a52d024049be43931a5c1143a5e060d3b697ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5415eb380995015664d24672a884b2d93cddc0838beec13a6a96c6ac3be23f84
MD5 c76c15144f82650bd5cb34897f0086cd
BLAKE2b-256 6cf5d98b0701ddc4b72389d2be64116568f01872d27fe5400b303c9d457d7a47

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e47e8c24135936bc01198f93aa97061e543a8b0d7a339d34182c35901b41da0
MD5 f3490f577885fe343d1190f0ec948242
BLAKE2b-256 4350ffb16a1ce6e446f56bfcdd724de0e3fa9a74d7f473baf4b1622e53072f94

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e9915c9870160c2d8b4d97ceb55b5598c33cee2dcef0635db363d5519147556c
MD5 a27da6f84719b368d3d433932210202a
BLAKE2b-256 9b7c83543ad585186f4322e96307676ade12bd38e6e104bb158fa1bd8dd7653c

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7dce7f1a5be4be303e7a3c1db2e453abc5495c8b91b8708a0e64e116b3c6c4db
MD5 abc012d422dd9e14005fb70d027c6515
BLAKE2b-256 3bc8842bc8257cd5ef128ebf4354ea1d6b9ccdfe9cc556ee44bb4f8dd78dee94

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c47c70f1bc131178a7b7ec1f5afb8ac6b1573ed1caf5c31889261e8b5caae0e6
MD5 37a3e3b7e74ffc0003bb27dbaab3d016
BLAKE2b-256 fb86af739c30971f9f083868cfdeaa4f1f0a0a91bb760011a307d6407f94c731

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.9.0-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/7.0.0 CPython/3.10.11

File hashes

Hashes for gevent-26.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ed0e8c8123eda65f8ff1b69b76e6429e9aa51e6141b574ae7899792d31c7a072
MD5 c018dea60172bc62d6a72365b8cf1711
BLAKE2b-256 28b740cc980cea7bbf8d54e68e6c00c898873f6472c08f3aa0fba561b773ddc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 46fc47fa2d8a685efd05ff4c4aaab3a390915edc58936409bb63570e4bf51c7d
MD5 c506fbad9dbe36e5748bda097024140e
BLAKE2b-256 e91334a35b8df7dd5a79b8a83bb0cabd6fca5468457856610c35be80383929c7

See more details on using hashes here.

File details

Details for the file gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f88d4eabc75ff3d48322fb8014ba82c062808c3f35ce6e30d474b74b57582208
MD5 1f0cd43d0160d16f1341e7fe1d4a6b64
BLAKE2b-256 d76f2d256bbcf675299aa14bc5962a0c8804c96567d635a3bc62ed907a95f1b7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

26.9.0 This release

48 files

26.8.0

48 files

26.7.0

46 files

26.5.0

47 files

26.4.0

35 files

25.9.1

43 files

25.8.2

44 files

25.8.1

44 files

25.5.1

39 files

25.4.2

39 files

25.4.1

39 files

24.11.1

38 files

24.10.3

38 files

24.10.2

38 files

24.10.1

38 files

24.2.1

41 files

23.9.1

40 files

23.9.0.post1

35 files

23.9.0

29 files

23.7.0

31 files

22.10.2

52 files

22.10.1

38 files

22.8.0

35 files

21.12.0

33 files

21.8.0

26 files

21.1.2

28 files

21.1.1

23 files

21.1.0

24 files

20.12.1

24 files

20.12.0

26 files

20.9.0

24 files

20.6.2

28 files

20.6.1

23 files

20.6.0

22 files

20.5.2

22 files

20.5.1

22 files

20.5.0

22 files

20.4.0

24 files

1.5.0

23 files

1.4.0

23 files

1.3.7

23 files

1.3.6

23 files

1.3.5

21 files

1.3.4

22 files

1.3.3

21 files

1.3.2.post0

21 files

1.3.2

16 files

1.3.1

21 files

1.3.0

21 files

1.2.2

29 files

1.2.1

28 files

1.2.0

21 files

1.1.2

26 files

1.1.1

25 files

1.1.0

28 files

1.0.2

7 files

1.0.1

1 file

1.0

1 file

0.13.8

5 files

0.13.7

7 files

0.13.6

1 file

0.13.5

1 file

0.13.4

1 file

0.13.3

1 file

0.13.2

7 files

0.13.1

7 files

0.13.0

7 files

0.12.2

1 file

0.12.1

1 file

0.12.0

1 file

0.11.2

1 file

0.11.1

1 file

0.11.0

1 file

0.10.0

1 file

0.9.3

1 file

0.9.2

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page