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.9 and up, (for exact details of tested versions, see the classifiers on the PyPI page or in setup.py). gevent requires the greenlet library and will install the cffi library by default on Windows. The cffi library will become the default on all platforms in a future release of gevent.

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

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

Older Versions of Python

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

Python Version

Gevent Version

2.5

1.0.x

2.6

1.1.x

<= 2.7.8

1.2.x

3.3

1.2.x

3.4.0 - 3.4.2

1.3.x

3.4.3

1.4.x

3.5.x

20.9.0

2.7.9 - 2.7.18, 3.6, 3.7

22.10

3.8

24.2.1

Installation

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

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

Installing From Source

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

Extra Dependencies

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

events

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

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

dnspython

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

monitor

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

recommended

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

test

Everything needed to run the complete gevent test suite.

Download files

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

Source Distribution

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

Uploaded Source

Built Distributions

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

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

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

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1.tar.gz
Algorithm Hash digest
SHA256 9fd0203718232a9b799657ebba72cd416807a370ac7bd2eea6ce52d322381e14
MD5 3cccdf658394864f37f914f7fa6a7471
BLAKE2b-256 c103eb2925aa459da5422ba778d0e9ccb01a35b75bd58fcde8e6c1a1cdad8421

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 c4d4f53c71ae34e1fab20ab69ba1190a9cb8f2746e08a58a66d5b32c947d4609
MD5 6c3520490d161d22dc81965d7faaed6a
BLAKE2b-256 f221b73a709e7f67d92fdeb7137fd628bb08e26194666cf827279c9172bc50df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 29c5f52f866a6a25282684d6a4c1e6534e6360dfa77c2a54d2b70bd482c48a49
MD5 130bfa0b23cfbbcbf820222442e4f4d5
BLAKE2b-256 dbf050d3dc11b346502854eaee876d8cecd1dd73e4478f5d0a63f89a924d2329

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7646a31bf9b3f532874af4fb2de29de5b6d786fe18842ee5ead4445793823b8
MD5 aa46f063693b5b48df632ae0550317ee
BLAKE2b-256 12467fccb882723a2319db4970b203644d6a242b26b7483a7a3476b222399791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0db6947f8fa07972510e4ffcfa3b374173d4f427896052c771d846b3f315686
MD5 3e0fb4299d50888a0ebcef9b7923b8e3
BLAKE2b-256 366965e2cfabca6d7499a18f7b58a22593483cf383f9a5231f7da9a92769504d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 73259749c7a1be2eae928f198472e934555c1224d57174a34da2fd11c4551c57
MD5 099a66f688dc6d65e7b9eaba19ccdbdb
BLAKE2b-256 1903caafb2fa6a166d459e3d687bf6dccee6ca60c82cf43fc287ede13294076e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 8a45c9061489090ecdaaad5940ccff9a6cb7a900629d1357f5db11d3f0aa954f
MD5 b3bc6952efb19fe99cf280a60046e26d
BLAKE2b-256 d83d80929f91e7abf81a35fa568bda8e49dcce60df9a69d9202d1d98bbd94c37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 3505c08be3d4325178a3c63be1843a87e40b902454bf713d7bdc50ecb5d17c70
MD5 b91633cfd6c0945b8de9d4924e88b4da
BLAKE2b-256 660a7401e8d123ce8a8e7653fdc533ac51b82d53385676d1912b585af0b814b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 3f8a1fe81e15ca5b067729a8e8869f9360f53eef07c6c409ba11b16275085f18
MD5 f98a055ff66862b33b0c9c752308eb80
BLAKE2b-256 8ac0ec68a0227d870792d0e876cc9f3e09d15f3140a9d8eb9686b94d28cc12d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 6d7aa7414054bc265c357b01ff1f2ebf52022cc07a9e918690a8046b0aca6a60
MD5 bb40f979cb2d8d283249399f661e20e6
BLAKE2b-256 407e4de84122c179c37d50e1f92662e6cacb4b4ffa128abf6f9b3f2dec281721

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c552d0562f9e90988e33115b075fd5075164cde25eacb00de649020dee2f6567
MD5 0c8cab10f9ee3c94ccab47ff5ac00e29
BLAKE2b-256 d01b85125332ea2872bbae8b739639e21036ed4a71027b0bd26d17ebe7252495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08ff7cb764732d438780f0395c80decedd9f78d53a9cd408069434c5223c27cc
MD5 c65c54409e969730f88ccc46abdf04c5
BLAKE2b-256 58d81d2e3ec0665ded6b1b682b182d85763163de46c902541ed986af56f5e507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66fd897bd1fdb11711888ecf2d3b8a14f10dd9cbb795f23dbf244f18617a6664
MD5 c6287fedf19db6cebe26263ade2e1101
BLAKE2b-256 361f59dbd582ed01b065db7a28c03f84b9873326156ea6a0748d50037b8203e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 bb87ab9bb3e70344b0ca534036af2220285ecedd568e485d883d04a59716b904
MD5 24dfcc6866325eaf7973a622f6fe2e4e
BLAKE2b-256 d6435303632305731dc97548c8311a95b1df3e9cf565ebe68b38bf939e197590

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 d7d8c0e3b69c4fd3b3f42068b7a57a5ceca6041f5a4e8bd2e0d76d65da4c7728
MD5 00d7f929b70a935ec026e59b11dffa0f
BLAKE2b-256 45ad01991069335e84a71cb8e776f213cdc4219d35d732032a2425c5920f040f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 8662130cf1e6d0c1c8e7a0eca29ee4a8a505dfc4754926de91b61c0e4846124f
MD5 d2a0704b42f2e74b9328eba7ceb7eb3b
BLAKE2b-256 472a41cc7e5bf1e4eb8d431497cdf25558c75bf15184101b190486990f9d5982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 042ecae0732243597def2a95984d39d03438404666d7cefe175abe2dfbfeeec1
MD5 0fae852612f10d151c12ac0c6a993f6f
BLAKE2b-256 f0fdcddc21a40386f31b2a7a523a035d0a139f23480ca0b8222484fd307f2762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 c5b16a00fb926f9b431573366ef5ca1884fd1a64dfb26f655c379e343ede505a
MD5 7f48e323a31c7dc2452ed5b927b2273f
BLAKE2b-256 60c873d1ca547c1e92e3fe07e273e62048c74315e99ab860b70423a8eb815fab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8391b994d35796f7ce88ad89faf8cacda4ce90614a330797754cc9d23a4b7b13
MD5 5d6ca04778afb3f1497d803429958666
BLAKE2b-256 1a35322c3af53e21e17a22684a3c0651d6c68477a29bda38451c9dfc0eadb2d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c242854ceb63abdd732eac21f2d38179f35a24a4252e44bdefcb1e059da56ca3
MD5 3b6ac72bebe87f6f452daee42f5159ba
BLAKE2b-256 dd3405f2792c603d952ceba27d395befac27b637054a587cbbf8ca7ea9637ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3b8141802093ebcfbcaa45dda290755dc558762fb5fc66cc119dab91b23daebb
MD5 4b49b353f433b97a1c84aa5b488596e3
BLAKE2b-256 0be240aca6d88e4c15f8294f34080906fb4f7e3cb07dc8100b2832d3a3626134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 973f50f1a5f1e052f32ff3d7ef24eb059db2496f7206617e2a65ead9451cd2a9
MD5 b2607384c03a374ae8b89fab6d4efa28
BLAKE2b-256 61ed4a6e625c6af6a7938c597fcf02edb690d4f8888684572d4bd148a5470f4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 e66024e152547d45a491386f6dfcfd8a36435b38d2f5fdc4fedd1e5c973dec43
MD5 ff20a69005b68c7c0bc4da5353457388
BLAKE2b-256 cb58df31c8402e2f0fb85820bad569dc1bc7a0c4b1009f0903363378d2ae8520

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 166199f8c7a53afa79153f11038a11198d2d462a7d2b196f8010ad6a092d855f
MD5 71589eb4f7796c30d6d294f6ae2b50a6
BLAKE2b-256 574e1cc1c7c4ccc39b7cca3dad451518c70991e7688db24cecdaec0b086a968a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 80391ca517eaaa07a6408130a9188a78957afba5a840e72dcc1c0eb3089fb0b2
MD5 9b95a90e10dcb48a2994d93de8d82c6e
BLAKE2b-256 6718046bcf659af9853bb2c8faab38772d07202b5d752551f31e2504e7840a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 67c73f637a87d14c0fa634f130bf54a1a0f55dd2c5e4c9ffd79d2014a2de0af1
MD5 667516c64b84a6967b4c4cc139901b58
BLAKE2b-256 97d8ee2006b5e77ae30edc5df0d6bdf262b6e31916c8ab1a6bf7f32634265439

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 333767b2e95d79afbcc237ef057de7ef23a5c8fb48d509bd4923e0047dd252c8
MD5 805356718d2c29467e6ad3f6fd1a211c
BLAKE2b-256 81724afbcc2c9b2472df9492996573636ba25acbe2c0819b3b9de4150dd0882c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3513b077da7056bdc03ff950ddb5bc296307e22dfc51c627609f34bb9799481
MD5 2b4c5f988a1a7ad9885fc9d2d87b081e
BLAKE2b-256 2b5c7b0187cb69f47345b93222d0775465be4e1458cd2ab0207f916e1391cee8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 92f0cbb9a16c37b85c1a5a83627666b90e95ef74eac9629fd234ec2b837bd6dd
MD5 1c0190313c87f586dee1fc24b05d9762
BLAKE2b-256 7e3b4277d5cc881b7fb441672e5befc96eb5df7ba1f568a6c08f0cfa7e11ab3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7164092bdb27396abe81b66a22ae924bf52213daaa2d632803dbe98cd10e144b
MD5 70e76bb8cba84f430af6a89b1df4a27c
BLAKE2b-256 e9418ee82570b920d8ea9ec3d9093a38b7e9974c3bb6c8e3a249c756267f7aa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 16e8399d0c1df000834ff012a2b38fc996317b5b2b6d3e24e859f1e0bc20224f
MD5 c4f77d04ee304b1f5c13b932fcc098d1
BLAKE2b-256 434162f1ddb7e932c8ea21c5a95740bd672f31202c9e50fe7abfb9c0cc407e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 af8838c82238962cfc1ae41a1204373dee1ac0dfeda88fb5ee69994ec3731087
MD5 3194af355cb8cb458a0177bd93a96f73
BLAKE2b-256 5451546a32e33f04fa4d9a214f25b70613d8f72a57e03a3a2070e8253f071a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d1ef79351e4f280464f5a60c68233ccbc52a9e500390c81f917f7814e4046f50
MD5 e335cdc573a4f206d9a9809a4333c1a7
BLAKE2b-256 d050caa0b67661f1adaa88e7fc22c40a0865dac04a8c5b96cc8d6d9161072827

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fb510a976e44f7924b5a981de27ba857f0cc64d9c9b7af044c1656db4794a633
MD5 ece0325b1a95aa5ea9c89185cee4ad42
BLAKE2b-256 2ebb35f78004545a2b249252bcd5461a8323f72dc4a95cac2202b848a28acaf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2da6471c6abaf5b38072523aadafa927556cd65f882b51253761996602bd409d
MD5 ca68571dddcf0797a7e10709a56053bb
BLAKE2b-256 2e318ed176f14806b08bd6b7aa6899e382917cc984bee7e095426808de6cd9fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5df06396793c9bdc9e58609d8dead6dea6a8679eb04ef8a5f5df13f5e751f129
MD5 e5f454b70d8de01438e71272fccb9e05
BLAKE2b-256 d591c2b3f0d06403db7494e57073a3683c49394586d1172b691e8b1b1ce39e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 2bb577d298e027d5b133b92765a08b7eab8f23d6597437b17a70f4527c4170fd
MD5 b2dbe7f12e212536ab1355219f5ec22e
BLAKE2b-256 0896f282f4b8601edcdae7d4f7d02a3c0f194df6f89bc594ec0a134dfc76b5c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.whl
Algorithm Hash digest
SHA256 2a1bfaa1076a9a072dd79610b9181fdb49e7814e28959ed6516c1c924c494b8d
MD5 5377f263ebbcdf93ebbb7514915a975d
BLAKE2b-256 40bdb20f78d246a88d683a350d4ad13ce358904935f893accdd3f50facf682df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Algorithm Hash digest
SHA256 c7e253097402c74caaa6b2c231f26a90380b3332b27df63d6528235e748b2fd5
MD5 8d4297a7dc7f76664dc68908ec31aada
BLAKE2b-256 6efa415d338075a81e609911cd58977cc7b7c39b9917c73e97d1dc255aa534b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 589c866c54d131752d6a39a20e9c81e0ea4d530d07d37db8751e8281dc90970d
MD5 f5bbedfc24dc280493b72d8fbff08ed1
BLAKE2b-256 b39c2eedbca8a47bcaee12f0526a85c7a52dee2755b9cde8becb2d1872f7e924

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 05237461756a1f605878f3cd33b1f59d9b3236c252f9a84fbeb85d3126b522f3
MD5 c7399b5f9ce49148836fbb796d53678e
BLAKE2b-256 509c88a736bfee732a4bd542076cd37e9c57a2f4fc337c46def4f52a3837fe2b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-25.8.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e88b707eb5fe5e82e82fd8b7e7c878ed736afac42f83662b6c67ef0830f2eb7c
MD5 6810dd55a34c71eea9a61cd527e12a36
BLAKE2b-256 322bc8552824da8bc27c020236687506e03da1bfc31b0fe755a2b1e45946a828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d99dc5eb0650a0e5116f22344a1e530d405ea0b827096168987123f7d35e1627
MD5 7a37ddbc7472ef2326e2043fc21b0f6e
BLAKE2b-256 7f96bb10c52c35c40320f8c7d1180ffcbaf390b0e4448e961d2e4b929d7f7ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.8.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d11e71b13717d266319fdff60eefd57d6624a54a0e00450b5ccbda62241c8592
MD5 1350bcb4268ff1e12c8b5d3a25c06fff
BLAKE2b-256 4682c8edc2db7be3c3fcd698b2c5ec69edb3d84c59f234988b9fc6e6a6f2dce9

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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