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.

Release files for gevent 26.9.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for gevent 26.9.0
File Size Uploaded
gevent-26.9.0.tar.gz 6.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for gevent 26.9.0
File
gevent-26.9.0-cp315-cp315-win_arm64.whl CPython 3.15 CPython 3.15 Windows ARM64 Details
gevent-26.9.0-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 Linux musl 1.2+ ARM64 Details
gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ x86-64 Details
gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ IBM System/390x Details
gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ PowerPC 64-le Details
gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ ARM64 Details
gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl CPython 3.15 CPython 3.15 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-26.9.0-cp314-cp314-win_arm64.whl CPython 3.14 CPython 3.14 Windows ARM64 Details
gevent-26.9.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
gevent-26.9.0-cp314-cp314-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp314-cp314-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 Linux musl 1.2+ ARM64 Details
gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ IBM System/390x Details
gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ PowerPC 64-le Details
gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
gevent-26.9.0-cp314-cp314-macosx_11_0_universal2.whl CPython 3.14 CPython 3.14 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-26.9.0-cp313-cp313-win_arm64.whl CPython 3.13 CPython 3.13 Windows ARM64 Details
gevent-26.9.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
gevent-26.9.0-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ IBM System/390x Details
gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ PowerPC 64-le Details
gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
gevent-26.9.0-cp313-cp313-macosx_11_0_universal2.whl CPython 3.13 CPython 3.13 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-26.9.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
gevent-26.9.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
gevent-26.9.0-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ IBM System/390x Details
gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ PowerPC 64-le Details
gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
gevent-26.9.0-cp312-cp312-macosx_11_0_universal2.whl CPython 3.12 CPython 3.12 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-26.9.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
gevent-26.9.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
gevent-26.9.0-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ IBM System/390x Details
gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ PowerPC 64-le Details
gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
gevent-26.9.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
gevent-26.9.0-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details

Total release size: 102.4 MB

Release files / gevent-26.9.0.tar.gz

Download URL gevent-26.9.0.tar.gz
Size 6.7 MB
Tags Source
SHA-256 checksum
How to use checksums
4dd4703d71737a456c1c9df5cd43a82934e5b10c87549caa02495f487d1ef0b1
BLAKE2b-256 checksum
How to use checksums
2bacdd3137ae695aef399373088c84c66398f3eac597fba542f0a22280bc21d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.15

Release files / gevent-26.9.0-cp315-cp315-win_arm64.whl

Download URL gevent-26.9.0-cp315-cp315-win_arm64.whl
Size 1.6 MB
Tags CPython 3.15 Windows ARM64
SHA-256 checksum
How to use checksums
5b089f158cdecddf5ac8face23e1cf7318a704625a32998c37118818efc97f16
BLAKE2b-256 checksum
How to use checksums
e7fb0fbe629e58eab460c9ddea4f391b61f65708d026c50eb7be2f7c9052efb4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.15.0rc2

Release files / gevent-26.9.0-cp315-cp315-win_amd64.whl

Download URL gevent-26.9.0-cp315-cp315-win_amd64.whl
Size 1.7 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
e7e9247b449ee69f275bc4d44ceebaa0b71772d02bb3c52c146b2f613c4ad8d7
BLAKE2b-256 checksum
How to use checksums
941a837a278fe6c47b809322d2b99fcc4be8e86c14c3e1b13d1e8345d7bf1557
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.15.0rc2

Release files / gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp315-cp315-musllinux_1_2_x86_64.whl
Size 2.2 MB
Tags CPython 3.15 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
4a698fa2f5cf096bd6c1f59fd38a0d420e8b3a815b01be197eb9529cdd57d06b
BLAKE2b-256 checksum
How to use checksums
670d87cdbe340d2f0caf31d1352403a83093459f4fefe6e9c70495befde96268
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl

Download URL gevent-26.9.0-cp315-cp315-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.15 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
460c6db10c8d9475efb9a24d84c4a0e47bf628dce569efa0821217d83c68e584
BLAKE2b-256 checksum
How to use checksums
5495d5bc8e4c30822b7606c7893d3ae2bc41cf666bc8cf94ba29977ee622a3c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp315-cp315-manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.15 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e9c8cdf9ff3eac29abb5ae55da16dac02cc464fc0e1e13818fca0437e8cfee0a
BLAKE2b-256 checksum
How to use checksums
f30731c69eba6260c5f2d2d9f87c4484eec8662b30261a907e78d705a114362a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl

Download URL gevent-26.9.0-cp315-cp315-manylinux_2_28_s390x.whl
Size 1.9 MB
Tags CPython 3.15 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
ea5f8f84232f1900a1a56ad6f7ba6804c49eeb8efdf861a6bae00bcf226568f5
BLAKE2b-256 checksum
How to use checksums
37732380f29c84f685a6a9189381fdeffee8effed675f26df324e2eccbcbbecc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl

Download URL gevent-26.9.0-cp315-cp315-manylinux_2_28_ppc64le.whl
Size 2.0 MB
Tags CPython 3.15 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
3b6404d18df517663df90889568de931ae43aae765bae542edb9ada73a9595db
BLAKE2b-256 checksum
How to use checksums
cd3b41d14598d581fa8588f45577deb344edb99cd4a33c03fb905bc1309e274d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL gevent-26.9.0-cp315-cp315-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.15 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
32c8236cb4b2911cee7d5caaa8fcd8ab2267354d46fc8223a880e3466859d0bf
BLAKE2b-256 checksum
How to use checksums
ddf715a4ba572147462f544335baec518c376e357e0b7506857c0897e8c60cd2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl

Download URL gevent-26.9.0-cp315-cp315-macosx_11_0_universal2.whl
Size 3.1 MB
Tags CPython 3.15 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8f70c12e1ec091ed326ee8096245a12257c7c2f95b043ed953f934c63eaefd7e
BLAKE2b-256 checksum
How to use checksums
a3682a6b8bed9302e6a3034c1dc1eabe8a0a2cfb5138f5f18bacba4948efe972
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.15.0rc2

Release files / gevent-26.9.0-cp314-cp314-win_arm64.whl

Download URL gevent-26.9.0-cp314-cp314-win_arm64.whl
Size 1.6 MB
Tags CPython 3.14 Windows ARM64
SHA-256 checksum
How to use checksums
3427358b8dcde8abcfab45d649aeedab9eb5d31916886e277405f95660e12751
BLAKE2b-256 checksum
How to use checksums
32b54cded556e3f06153d299881a1c3d104cba695161c9d283c08e94c80ffb28
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.5

Release files / gevent-26.9.0-cp314-cp314-win_amd64.whl

Download URL gevent-26.9.0-cp314-cp314-win_amd64.whl
Size 1.7 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
9eac1550fce3e356dee3448c2b95080d25e3affd560e22936fffc79d4d6c3a38
BLAKE2b-256 checksum
How to use checksums
5cad39598321091044ed30bce8488dcfb3eca390e192a7f5c4c19ab2a4d498cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.5

Release files / gevent-26.9.0-cp314-cp314-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Size 2.2 MB
Tags CPython 3.14 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
f5e894f892347e242742ab24c881be271c2ea4be149bdb80307bab7a8f506ccb
BLAKE2b-256 checksum
How to use checksums
59f8238c505a3d43eae760482190fbb92c2ed661fe8c9077ac3f9df4f1fb2ab7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-musllinux_1_2_aarch64.whl

Download URL gevent-26.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.14 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
12e909b93dcda8d3a40eb8130de605a70eca95a58f4ef74133d07c11495f8c89
BLAKE2b-256 checksum
How to use checksums
899d5b3242ab0a15ccbb00b09a50e69ee2fe3c32220c4839dd86e083599804c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d05115c494183d032d5dd3ee4f1517f4caa145f38008cee46405c5c2c8a4214b
BLAKE2b-256 checksum
How to use checksums
fc7a17e39476d7418b2d4361d5283ec913f82fd1b596de0d8b756483475025ab
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl

Download URL gevent-26.9.0-cp314-cp314-manylinux_2_28_s390x.whl
Size 1.9 MB
Tags CPython 3.14 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
afb17dfcb8e33ba4c84cf50a08974925c50a9d01306f199712897cfb00775d56
BLAKE2b-256 checksum
How to use checksums
5b31c4e8677cfdd4863ebb04b664aca5933156ca6986f0ad09ee4ca6659a5c03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl

Download URL gevent-26.9.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Size 2.0 MB
Tags CPython 3.14 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
0ec6525fa2d55b96fc538be48a53a875c4b804738b016078a6eb49a6a2adf2e6
BLAKE2b-256 checksum
How to use checksums
82064421f7a1d00f4e3dbbede3d439065088401eabe931cd6443dfd9845ac3db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL gevent-26.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
415f963d9b8e9022156afb091f6399de1d598aca173622cf5e2d0472178d57b1
BLAKE2b-256 checksum
How to use checksums
e7f936de2881af1a254010c347e5af7366c1c76d5c5d9a2fc0e21939d72717fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp314-cp314-macosx_11_0_universal2.whl

Download URL gevent-26.9.0-cp314-cp314-macosx_11_0_universal2.whl
Size 3.1 MB
Tags CPython 3.14 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
86999e6ec77ae16411c734658c88fde8b5c4be0112dc442ac498925fc881ddb2
BLAKE2b-256 checksum
How to use checksums
84d1f4b7b8d9a5e20dc525f9b7df5c55105a068774d94c1d62b3cdb5b89bc1e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.5

Release files / gevent-26.9.0-cp313-cp313-win_arm64.whl

Download URL gevent-26.9.0-cp313-cp313-win_arm64.whl
Size 1.6 MB
Tags CPython 3.13 Windows ARM64
SHA-256 checksum
How to use checksums
1c56654619fc284091f82900469993de50263a9f6c44724e0f084167e9cc8917
BLAKE2b-256 checksum
How to use checksums
ef69409483e91b8b0fa0dabcbc9f098261c55aa7533632d8310c91e4cd5af0a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.15

Release files / gevent-26.9.0-cp313-cp313-win_amd64.whl

Download URL gevent-26.9.0-cp313-cp313-win_amd64.whl
Size 1.7 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
5902ecdd81454615a3bf610897592058c4fe347c8e4ce4313dc31aeb29ba0ca7
BLAKE2b-256 checksum
How to use checksums
c79d0af37ec9ab225ce0aed7fd5c5d75d0c78822805d0e1672692e75d6be61b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.15

Release files / gevent-26.9.0-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Size 2.2 MB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
c38da261295c20066b352007703a2acec91644ada03a0e4f1a9d0efee8cb5a5c
BLAKE2b-256 checksum
How to use checksums
eb8247e88bd691879ba26588faa8cb2eee96a5b1fd862d654ecef40acb85bdd8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL gevent-26.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
23f08013256a3e9b5928b65856116f9bdc775ee8246c0361bc916ea283c9c6fd
BLAKE2b-256 checksum
How to use checksums
98058822af537754c8e46305f4948ceb6f6bb39b351dfcdc1ed8aa6dad946b18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
231058bdb60dbf1074b2e74fbb77c0b0f1b045886bf7203b816692c3663726cc
BLAKE2b-256 checksum
How to use checksums
ec98f05061aa7a1072ce41521ad18eceb6d028086c3f2c6249b21de142ef0be9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl

Download URL gevent-26.9.0-cp313-cp313-manylinux_2_28_s390x.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
405d73327feecab8cc9976f7bc2a0dbd1adaccf2e4b5e86e97e7b87879fa5cfd
BLAKE2b-256 checksum
How to use checksums
79bbc2f13d43f057f4b7c45df4abb9737414d05a25a7f835b2e4428a19b97f39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl

Download URL gevent-26.9.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Size 2.0 MB
Tags CPython 3.13 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
cb52241e8c691818853361663134a72c4d5601a9fa46ff7f9cb749878855b26f
BLAKE2b-256 checksum
How to use checksums
3f030729ac615271b09c4eae6a2d8d034a60152f9f3d9fe98e82d0fa73a27b05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL gevent-26.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c8b3bf3865f11504941d11bcca1dbf53beee79405b0da7577b1db29f94bb2209
BLAKE2b-256 checksum
How to use checksums
c94031dcfe97c1a10e262264f9e0aea4b363aa69a26826305c5bd6fb9f419e76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp313-cp313-macosx_11_0_universal2.whl

Download URL gevent-26.9.0-cp313-cp313-macosx_11_0_universal2.whl
Size 3.1 MB
Tags CPython 3.13 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
1e2b9508076350799def5eb7ac57a9d7c14234da201372d9f7329f45074f833a
BLAKE2b-256 checksum
How to use checksums
b1ec2fc93e431ca1f42f0a554e9a74c881dc0ea8c84ca0e708445069ca255cc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.12

Release files / gevent-26.9.0-cp312-cp312-win_arm64.whl

Download URL gevent-26.9.0-cp312-cp312-win_arm64.whl
Size 1.6 MB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
f9ff7c692028c577937ad00bdd1183371a086f7d6908c7c1f18f1c51ccf8caac
BLAKE2b-256 checksum
How to use checksums
fc4b525d4da671e7b6d21dceaca33fa65edc13917189b80e9b3a30318e6345bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.10

Release files / gevent-26.9.0-cp312-cp312-win_amd64.whl

Download URL gevent-26.9.0-cp312-cp312-win_amd64.whl
Size 1.7 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
44a0d58301a333608aad5fef0c19ca8122eb7753484416f000c1f00b4b407697
BLAKE2b-256 checksum
How to use checksums
a16ad5e9de5e2dbe5a58814d7a04ada307d7aca145c40484aa30894edda7cc7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.10

Release files / gevent-26.9.0-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Size 2.2 MB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
810cd040eda484e8ce73d649fa994a4fc247b427023db52d4daaa10e8fd2f4aa
BLAKE2b-256 checksum
How to use checksums
a273a4414d7e95be1287b3dbe6310331c2658395bd4ada69a19f98c3aecba4c9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL gevent-26.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
f91b87ca2ac3af502f7ee806c266ba6f64e4d1591e2e29456ed7cc538e5473ec
BLAKE2b-256 checksum
How to use checksums
df23fad2ba73045e4ee0dccf2e35a6fe19908309bd6176d1e5e3a18bb780e96b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c59d95daacf71dfb763824b85a89b06ca4faa74b2e7df926714d439d5a47ee26
BLAKE2b-256 checksum
How to use checksums
0589c07717de442a898229a5e8ec6fbaf878e4d328868362c905fe14c5a72521
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl

Download URL gevent-26.9.0-cp312-cp312-manylinux_2_28_s390x.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
ab1db9defde9ea9bd1825057fd90474148f74dcc57d104ddc62343092eaa256f
BLAKE2b-256 checksum
How to use checksums
8a957bcd42a2aaceb7ad464f66fdd2be8df640c288713fd3b932f86f22e0fa86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl

Download URL gevent-26.9.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Size 2.0 MB
Tags CPython 3.12 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
83c51ffa0ef9c960fe3b6bc0a9de8997cd04a9476ff5d4e682c0c62481ef3924
BLAKE2b-256 checksum
How to use checksums
0a7ac237d66fe48e0391d88f03448576ad127befc9d30ff0f9e3269272e15d1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL gevent-26.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0b3f0ad9dc8e2ba585e0f6498c96b78ba61b1214f5b2e17081839c93b69a58c3
BLAKE2b-256 checksum
How to use checksums
c37f1068c8eef85f04bb9d8490140f6adba47c0676d95e66a2d9549bdad0c22c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp312-cp312-macosx_11_0_universal2.whl

Download URL gevent-26.9.0-cp312-cp312-macosx_11_0_universal2.whl
Size 3.1 MB
Tags CPython 3.12 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
979caf5b96f5806cb5b66fd2c7972f1043cc4069d1ee8b2998c42cb0b39dc445
BLAKE2b-256 checksum
How to use checksums
f1902f09ad04b52ad8888fe6a0a4a543c5445b27c78ccbde8f3104ee3ac618f8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.12.10

Release files / gevent-26.9.0-cp311-cp311-win_arm64.whl

Download URL gevent-26.9.0-cp311-cp311-win_arm64.whl
Size 1.6 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
4827d454a2d0c7b4789dcd396cfa42c1ed2b03f3d6b02d6936112e2a82afa93c
BLAKE2b-256 checksum
How to use checksums
ecc4fdaf4b81bf8ad86edb7301d83a46bd7c1617208d67fd7fea7bc66bf99b84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.9

Release files / gevent-26.9.0-cp311-cp311-win_amd64.whl

Download URL gevent-26.9.0-cp311-cp311-win_amd64.whl
Size 1.7 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
5560ec62a44dc8bb983dd09bca05df01b77b94993c51bfe856a2163d785688ac
BLAKE2b-256 checksum
How to use checksums
471c0395c3ede3287af9715e47759c48dc84670b768d05a2c32fc7ecc70a147f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.11.9

Release files / gevent-26.9.0-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Size 2.2 MB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cf1544a8fa0d94563e1f31bc23363f437ae56b952f220dd588ca43c48c844ff3
BLAKE2b-256 checksum
How to use checksums
899c4e3cc8f1a901ce0606d59a52d024049be43931a5c1143a5e060d3b697ce5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL gevent-26.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Size 1.9 MB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
5415eb380995015664d24672a884b2d93cddc0838beec13a6a96c6ac3be23f84
BLAKE2b-256 checksum
How to use checksums
6cf5d98b0701ddc4b72389d2be64116568f01872d27fe5400b303c9d457d7a47
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Size 2.2 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
8e47e8c24135936bc01198f93aa97061e543a8b0d7a339d34182c35901b41da0
BLAKE2b-256 checksum
How to use checksums
4350ffb16a1ce6e446f56bfcdd724de0e3fa9a74d7f473baf4b1622e53072f94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl

Download URL gevent-26.9.0-cp311-cp311-manylinux_2_28_s390x.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.28+ IBM System/390x
SHA-256 checksum
How to use checksums
e9915c9870160c2d8b4d97ceb55b5598c33cee2dcef0635db363d5519147556c
BLAKE2b-256 checksum
How to use checksums
9b7c83543ad585186f4322e96307676ade12bd38e6e104bb158fa1bd8dd7653c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl

Download URL gevent-26.9.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.28+ PowerPC 64-le
SHA-256 checksum
How to use checksums
7dce7f1a5be4be303e7a3c1db2e453abc5495c8b91b8708a0e64e116b3c6c4db
BLAKE2b-256 checksum
How to use checksums
3bc8842bc8257cd5ef128ebf4354ea1d6b9ccdfe9cc556ee44bb4f8dd78dee94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL gevent-26.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Size 1.8 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c47c70f1bc131178a7b7ec1f5afb8ac6b1573ed1caf5c31889261e8b5caae0e6
BLAKE2b-256 checksum
How to use checksums
fb86af739c30971f9f083868cfdeaa4f1f0a0a91bb760011a307d6407f94c731
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp310-cp310-win_amd64.whl

Download URL gevent-26.9.0-cp310-cp310-win_amd64.whl
Size 1.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ed0e8c8123eda65f8ff1b69b76e6429e9aa51e6141b574ae7899792d31c7a072
BLAKE2b-256 checksum
How to use checksums
28b740cc980cea7bbf8d54e68e6c00c898873f6472c08f3aa0fba561b773ddc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.10.11

Release files / gevent-26.9.0-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL gevent-26.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Size 2.3 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
46fc47fa2d8a685efd05ff4c4aaab3a390915edc58936409bb63570e4bf51c7d
BLAKE2b-256 checksum
How to use checksums
e91334a35b8df7dd5a79b8a83bb0cabd6fca5468457856610c35be80383929c7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release files / gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL gevent-26.9.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 2.3 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
f88d4eabc75ff3d48322fb8014ba82c062808c3f35ce6e30d474b74b57582208
BLAKE2b-256 checksum
How to use checksums
d76f2d256bbcf675299aa14bc5962a0c8804c96567d635a3bc62ed907a95f1b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.13.14

Release history Release notifications | RSS feed

This release

26.9.0 This release

48 release files

1.5.0

23 release files

1.3.7

23 release files

1.3.6

23 release files

1.3.5

21 release files

1.3.4

22 release files

1.3.2

16 release files

1.3.1

21 release files

1.3.0

21 release files

1.2.1

28 release files

1.2.0

21 release files

1.1.2

26 release files

1.0.2

7 release files

1.0.1

1 release file

1.0

1 release file

0.13.7

7 release files

0.13.6

1 release file

0.13.5

1 release file

0.13.4

1 release file

0.13.3

1 release file

0.13.2

7 release files

0.13.1

7 release files

0.13.0

7 release files

0.12.2

1 release file

0.12.1

1 release file

0.12.0

1 release file

0.11.2

1 release file

0.11.1

1 release file

0.11.0

1 release file

0.10.0

1 release file

0.9.3

1 release file

0.9.2

1 release 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