Skip to main content

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

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

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 23.9.0.post1
File Size Uploaded
gevent-23.9.0.post1.tar.gz 5.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for gevent 23.9.0.post1
File
gevent-23.9.0.post1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ x86-64 Details
gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.1+ ARM64 Details
gevent-23.9.0.post1-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ IBM System/390x Details
gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
gevent-23.9.0.post1-cp312-cp312-macosx_11_0_universal2.whl CPython 3.12 CPython 3.12 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-23.9.0.post1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
gevent-23.9.0.post1-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ IBM System/390x Details
gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
gevent-23.9.0.post1-cp311-cp311-macosx_11_0_universal2.whl CPython 3.11 CPython 3.11 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-23.9.0.post1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
gevent-23.9.0.post1-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ IBM System/390x Details
gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
gevent-23.9.0.post1-cp310-cp310-macosx_11_0_universal2.whl CPython 3.10 CPython 3.10 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-23.9.0.post1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
gevent-23.9.0.post1-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
gevent-23.9.0.post1-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
gevent-23.9.0.post1-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
gevent-23.9.0.post1-cp39-cp39-macosx_11_0_universal2.whl CPython 3.9 CPython 3.9 macOS 11.0+ universal2 (ARM64, x86-64) Details
gevent-23.9.0.post1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
gevent-23.9.0.post1-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
gevent-23.9.0.post1-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
gevent-23.9.0.post1-cp38-cp38-manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ x86-64 Details
gevent-23.9.0.post1-cp38-cp38-macosx_11_0_universal2.whl CPython 3.8 CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64) Details

Total release size: 158.9 MB

Release files / gevent-23.9.0.post1.tar.gz

Download URL gevent-23.9.0.post1.tar.gz
Size 5.8 MB
Tags Source
SHA-256 checksum
How to use checksums
943f26edada39dfd5f50551157bb9011191c7367be36e341d0f1cdecfe07a229
BLAKE2b-256 checksum
How to use checksums
a0067727ae8e3a065078327386b1c611995efb1a50a455fbab8af612d3b2d9ce
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.12.0rc1

Release files / gevent-23.9.0.post1-cp312-cp312-win_amd64.whl

Download URL gevent-23.9.0.post1-cp312-cp312-win_amd64.whl
Size 1.5 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
f7aa27b8585b66fb5fff3a54e3e7bb837258bda39bb65a788304c8d45b9bb9d4
BLAKE2b-256 checksum
How to use checksums
d676d9a552629e9b3c7c48e83cf5f4e16e93cf91d3362a9428c73e6268b4b224
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.12.0b4

Release files / gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_x86_64.whl

Download URL gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_x86_64.whl
Size 6.7 MB
Tags CPython 3.12 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
1b2804d7e2909074b0cf6e2371595935a699edc8bd403211a414752e68f7e0ad
BLAKE2b-256 checksum
How to use checksums
3ccef3d448c879306538a673fc2bcebe4262cf25058f6027c18303f58635d200
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_aarch64.whl

Download URL gevent-23.9.0.post1-cp312-cp312-musllinux_1_1_aarch64.whl
Size 5.5 MB
Tags CPython 3.12 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
f23a560f1731a2b4f582b89e8d8afcbfd66695b025712e295f21aeec3d786413
BLAKE2b-256 checksum
How to use checksums
402e4fbb2fe07c0c66a5a81794678bb896dd32bbd69a0b270314f2d378eb6b07
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL gevent-23.9.0.post1-cp312-cp312-manylinux_2_28_x86_64.whl
Size 6.6 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
c3d665d252903982469b0933f31dd346a249d2e2c45dd0e1c9263889a5dbfbc6
BLAKE2b-256 checksum
How to use checksums
54e8f3d0fc89c3db1c9d4cd0c3fc4bf04e931185b93a04fdde7ab32b96a03dcc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.5 MB
Tags CPython 3.12 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
4bcff1fc4bc0e5610aa541ad14fead244e8b789fda98acbacd268668089c7373
BLAKE2b-256 checksum
How to use checksums
2e05ce676377e77fccc4bc88b696e7e4ad646a537b216473baceacf9f56002d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.4 MB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
bc5b637870c325899eb9fc44915670deb2ef413c5c90ad0d96c335e41de1f751
BLAKE2b-256 checksum
How to use checksums
8a58d88e472f337eb2bc78092276c4a1faed078e7a8619c8b2b6f31a8580a2fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL gevent-23.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 5.2 MB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c24bd27f8a75fe70475e72dde519d569d58f0f5e8f4f6d009493ee660855c3d1
BLAKE2b-256 checksum
How to use checksums
df1c4bf13373c8a973c90ea21f030c184d150058f2662a3cb1be7d229cbde971
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp312-cp312-macosx_11_0_universal2.whl

Download URL gevent-23.9.0.post1-cp312-cp312-macosx_11_0_universal2.whl
Size 2.9 MB
Tags CPython 3.12 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
bccd4e3d21e7c5f7b72e3382523702ce58add691417633dfafa305978bebee84
BLAKE2b-256 checksum
How to use checksums
e266aec489e9879ab105c95da3d55993511dff13138c4d8f4d28f387eacd9615
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.12.0rc1

Release files / gevent-23.9.0.post1-cp311-cp311-win_amd64.whl

Download URL gevent-23.9.0.post1-cp311-cp311-win_amd64.whl
Size 1.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
4bdca1bd1fb0c3524dbe0a273c87eb9a0428ea7f2533d579a3194426fbb93c92
BLAKE2b-256 checksum
How to use checksums
ca86f47fe1286dc8f62f78dbd537e03f2b0c325bd086beac25e2a95f1309f451
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_x86_64.whl
Size 6.6 MB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
d33f997d97f267e9f62db9cd03d42f711df2ddba944173853773b220187ca7a0
BLAKE2b-256 checksum
How to use checksums
98fa7fa6a1d34bfbf4f5b3733572bc49d128d07fe82c3ca9fa726efe70178c03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL gevent-23.9.0.post1-cp311-cp311-musllinux_1_1_aarch64.whl
Size 5.5 MB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
a9d21796a54dcccabe9fc0053c1bd991dfa63e554873e5a5f9c0885984068b2a
BLAKE2b-256 checksum
How to use checksums
9a1b2d491d47eaa4b43f6236736192d5f663d13a04558c0f080b4b27d279c236
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL gevent-23.9.0.post1-cp311-cp311-manylinux_2_28_x86_64.whl
Size 6.5 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ee6382fde487a84a4a21711988d9eb97ed63c69be085b442e1665dc44022be60
BLAKE2b-256 checksum
How to use checksums
c09b56cb9ae08ead96aa0b044f3f2f39afbea7354ec41fe3b99ca5ca4d3f3190
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.1 MB
Tags CPython 3.11 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
edb9ceb5f88154e83ee8fc2e4b2d8ca070c62f1266d73f88578109b9c4564003
BLAKE2b-256 checksum
How to use checksums
2678e17263b287d1ef52826e228aa697e560615fd89742e7ed29bc9e393e7082
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.1 MB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
f463a131df0e8d466a8caf7909ad73c80f793ed97c6376e78c7c75a51f19cba0
BLAKE2b-256 checksum
How to use checksums
b8737df6573ffaa285b29346b35a61228e3f07293f849ce8b89c2ffa51ccdaee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL gevent-23.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.9 MB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6cb909b0649b0e15c069527a61af83f067e4c59ff03a07aa40aa2d5e8e355d20
BLAKE2b-256 checksum
How to use checksums
b35dbb8d2261bfe91d69246b5ab0f28235a739e424c2e560dca25caa0e0c1d58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp311-cp311-macosx_11_0_universal2.whl

Download URL gevent-23.9.0.post1-cp311-cp311-macosx_11_0_universal2.whl
Size 2.9 MB
Tags CPython 3.11 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
29ccc476077a317d082ddad4dabf5c68ccf7079aaf14aa5be8e0529b06f569a6
BLAKE2b-256 checksum
How to use checksums
5dd7c7b487f029aacb5b00014c4dbaa2e417ff31adfe9c5dc69b2345f749055b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.11.4

Release files / gevent-23.9.0.post1-cp310-cp310-win_amd64.whl

Download URL gevent-23.9.0.post1-cp310-cp310-win_amd64.whl
Size 1.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
9a4c1afd3fa2103f11c27f19b060c2ed122ed487cbdf79e7987ef261aa04429f
BLAKE2b-256 checksum
How to use checksums
b39d2806d0609702e1de1e504f00b9311d9930872de83fa7cad756a621f31cc8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.11

Release files / gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_x86_64.whl
Size 6.5 MB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
deb353bf15ab724fe8bf587433519d558ddfd89fa35b77f7886de4312517eee4
BLAKE2b-256 checksum
How to use checksums
4fc64b405a2d5c602d7511cfbda14f63943882641ec8a4578a7f4e21f57dc009
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL gevent-23.9.0.post1-cp310-cp310-musllinux_1_1_aarch64.whl
Size 5.3 MB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
5fd8941f5c5cc998114b89e032e1ebabd779d99faa60d004b960587b866195ba
BLAKE2b-256 checksum
How to use checksums
643df5d7e3d537cd9544d3801b4e08deacd666975cdbd0780d74fd03803201cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL gevent-23.9.0.post1-cp310-cp310-manylinux_2_28_x86_64.whl
Size 6.4 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
26e308815fb2d4d84e7a55eebd00c4014e5cb07ead8f3f66236e5a797937340c
BLAKE2b-256 checksum
How to use checksums
f4d79a5de266eeef21dacbcafe57cf53efbe100eac534dfc0128a5d634b8b181
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl

Download URL gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Size 5.1 MB
Tags CPython 3.10 Linux glibc 2.17+ IBM System/390x
SHA-256 checksum
How to use checksums
a6ff1771bc8f2ed343f32c2f40dbd25f04fdfe2d83eb02e0401945dc61115dbe
BLAKE2b-256 checksum
How to use checksums
b001b71fcd49b6c3484dcd952195cc3a4ccbc733cc587afda15e1a3a33880b99
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 5.0 MB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
2cf108ee9c18c0ea5cf81d3fc7859f512dab61c2d76937b2510c7bf8cfaabfe7
BLAKE2b-256 checksum
How to use checksums
d08d6b1693570c34103ede9781c5c9ed530a5a0433b28ac4574f0d3c238232a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL gevent-23.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 4.8 MB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
9b3a813ff1151d75538bb5ec821332627cd2c4685cc72702640d203a426041ca
BLAKE2b-256 checksum
How to use checksums
79aafcfcb5a0364b0c01a420e99df6dc5a7a67dac710b3366b7faf911c94ad5f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp310-cp310-macosx_11_0_universal2.whl

Download URL gevent-23.9.0.post1-cp310-cp310-macosx_11_0_universal2.whl
Size 2.9 MB
Tags CPython 3.10 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c4b2efc68fb3aef5dde8204d0f71c3585ba621c57e9b937b46ff5678f1cd7404
BLAKE2b-256 checksum
How to use checksums
c085ee417b4df19195c49df7842e093cf55bcd4df0d509724c4bc5627a63c0bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.10.12

Release files / gevent-23.9.0.post1-cp39-cp39-win_amd64.whl

Download URL gevent-23.9.0.post1-cp39-cp39-win_amd64.whl
Size 1.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
595706422f1832f2dd29bb9cb3219780f1e158d5a771199fe26b00da1bae8214
BLAKE2b-256 checksum
How to use checksums
8aaeebc569f246e4b51ea2f88baaa3e151d523a8aafa708014bb13bc4c248817
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.13

Release files / gevent-23.9.0.post1-cp39-cp39-win32.whl

Download URL gevent-23.9.0.post1-cp39-cp39-win32.whl
Size 1.5 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
f731574d908cbe505e103f4c5b4d64fe4e0a82cef371e925212689194ee22198
BLAKE2b-256 checksum
How to use checksums
4a157f72a0c9d24c05edfecbe0f6c3f7ac31288ddbabef4f1007fc322236349a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.13

Release files / gevent-23.9.0.post1-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL gevent-23.9.0.post1-cp39-cp39-musllinux_1_1_x86_64.whl
Size 6.6 MB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
17ebb6f981389c17321b95bc59ff6a65edeb98f3205884babaec9cb514aaa0d3
BLAKE2b-256 checksum
How to use checksums
fc73885ed2ee9e2ea1a209a78c4c839ec6c61e8dd687209628bdacb1a238876c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL gevent-23.9.0.post1-cp39-cp39-manylinux_2_28_x86_64.whl
Size 6.4 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
98de0f1eecd772df87018e04ef8e274b72c3b3127d2e15f76b8b761ed135b803
BLAKE2b-256 checksum
How to use checksums
f5b2e2c24174c804a6c3fed0b0630600fb92d4da0115f8b889ebdd706eef0587
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp39-cp39-macosx_11_0_universal2.whl

Download URL gevent-23.9.0.post1-cp39-cp39-macosx_11_0_universal2.whl
Size 2.9 MB
Tags CPython 3.9 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f0dbee943865313331ece9f9675a30848d027df653b0ff4881d2be14d0c2ea1c
BLAKE2b-256 checksum
How to use checksums
09d20f8500e7d410f8645a8f48bc1302897ea74187c00d47b4568ce5a0fd60e2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.17

Release files / gevent-23.9.0.post1-cp38-cp38-win_amd64.whl

Download URL gevent-23.9.0.post1-cp38-cp38-win_amd64.whl
Size 1.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
3e6b6c53e1e81b3f22180da316769ac55a41085655971e0e086899f0ddb017b0
BLAKE2b-256 checksum
How to use checksums
ad1ae093749d45f693fc6f83e7e23de907a9a2be6e03c59ee2e061ff99263f4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

Release files / gevent-23.9.0.post1-cp38-cp38-win32.whl

Download URL gevent-23.9.0.post1-cp38-cp38-win32.whl
Size 1.5 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
22d7fdbfc7127c5d59511c3de9f8394a125f32bccc1254915944d95522876a8e
BLAKE2b-256 checksum
How to use checksums
0893e5fc46fb6627dcb94ab7d205b0a7b865bba12d57ce5c80b0799196c26986
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.10

Release files / gevent-23.9.0.post1-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL gevent-23.9.0.post1-cp38-cp38-musllinux_1_1_x86_64.whl
Size 6.9 MB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
3c4acda344e9864b2d0755fad1c736dc4effae95b0fd8915a261ff6ace09416f
BLAKE2b-256 checksum
How to use checksums
c63398da72160c5e0b0fc79a21fe5ef9d58392ea166cf63294f741bb6cbbcda9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp38-cp38-manylinux_2_28_x86_64.whl

Download URL gevent-23.9.0.post1-cp38-cp38-manylinux_2_28_x86_64.whl
Size 6.5 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a21b9c7356e9ab0baaa8afa85fb18406cbff54d3cf8033e1e97e7186a3deb391
BLAKE2b-256 checksum
How to use checksums
989db0e6e344fc724e94358964c94779f6f06edb528c3c97d033f8480b520697
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.18

Release files / gevent-23.9.0.post1-cp38-cp38-macosx_11_0_universal2.whl

Download URL gevent-23.9.0.post1-cp38-cp38-macosx_11_0_universal2.whl
Size 2.9 MB
Tags CPython 3.8 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
bc836d91b834fa4ce18ee062861dc6e488f35254def8301ffcac6900331941a7
BLAKE2b-256 checksum
How to use checksums
4057a9a0acf90f91d2fc357972c21237e1dbbcf7cccf3c144bfd2cd440b0c575
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.8.17

Release history Release notifications | RSS feed

This release

23.9.0.post1 This release

35 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