Skip to main content

gevent

https://coveralls.io/repos/gevent/gevent/badge.svg?branch=master&service=github

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

Features include:

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

gevent was written by Denis Bilenko.

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

See what’s new in the latest major release.

Check out the detailed changelog for this version.

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

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

Installation and Requirements

Supported Platforms

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

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

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

Older Versions of Python

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

Python Version

Gevent Version

2.5

1.0.x

2.6

1.1.x

<= 2.7.8

1.2.x

3.3

1.2.x

3.4.0 - 3.4.2

1.3.x

3.4.3

1.4.x

3.5.x

20.9.0

2.7.9 - 2.7.18, 3.6, 3.7

22.10

3.8

24.2.1

Installation

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

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

Installing From Source

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

Extra Dependencies

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

events

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

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

dnspython

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

monitor

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

recommended

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

test

Everything needed to run the complete gevent test suite.

Download files

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

Source Distribution

gevent-26.8.0.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.15Windows ARM64

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

Uploaded CPython 3.15Windows x86-64

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

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

gevent-26.8.0-cp315-cp315-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

gevent-26.8.0-cp315-cp315-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.15manylinux: glibc 2.28+ s390x

gevent-26.8.0-cp315-cp315-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ppc64le

gevent-26.8.0-cp315-cp315-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

gevent-26.8.0-cp315-cp315-macosx_11_0_universal2.whl (3.0 MB view details)

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

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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gevent-26.8.0-cp314-cp314-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

gevent-26.8.0-cp314-cp314-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

gevent-26.8.0-cp314-cp314-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gevent-26.8.0-cp313-cp313-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

gevent-26.8.0-cp313-cp313-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

gevent-26.8.0-cp313-cp313-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gevent-26.8.0-cp312-cp312-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

gevent-26.8.0-cp312-cp312-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

gevent-26.8.0-cp312-cp312-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gevent-26.8.0-cp311-cp311-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

gevent-26.8.0-cp311-cp311-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gevent-26.8.0-cp310-cp310-manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0.tar.gz
Algorithm Hash digest
SHA256 96039f41bbde6dcd72559e5ffbd408a04f46774b47d991d4cf032da8fa79e5a0
MD5 8c1452271c6a4eca9f336cc2cf356a35
BLAKE2b-256 b8eb5f2db8013f1a4a6df2c23201f384a066f13ff5764a9f62a608c8a50ac8cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 42b8ed34f7aff517fac448ab57084e5e39d6a84a2b6c2b709223d5751c85e657
MD5 33d55e42894558c4dd05896b7e1c6d4d
BLAKE2b-256 29f4b4de17304026cbd6386d427bc5ece10ec65015e9bfd66e14672350ee5dfb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 b16931069d0044a23a566d16dc5787122e858fa9d591c81500b6e6ad2148cfec
MD5 a3192c7d7297efd5d5f58a9c06ce1da6
BLAKE2b-256 d4cbc2fea129f29ca114dc63f53178337845ba63532e07979c10fd70635a6dde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d8b76e525d7e301db83d8124a27700c55ad23754f3efbbf15c7051d6fa19853
MD5 634ddd883472422e4923305863306cd1
BLAKE2b-256 fa99ee5722f7d51ee4bd09396629802ae90c9e0bebef0e7938a4edf08eb92749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f431af3f2737ae01cf1c5a303f193cc2a8f726521e997ea8baf2d8567c6fe07c
MD5 cd32fd34d824c20f464283a68a5876bc
BLAKE2b-256 c5c63085b52ec0ecc8173de40fca1f5faf8d02761288e1712ffb34628cfab214

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b13173a992de43e92d15c6ac318f8ae019cf08eec15a78f99a0d4a917837052a
MD5 6e458cbf06c0a17dac3353662e4143f1
BLAKE2b-256 1c8bcb001b1906ce78c63a252ad5baaebba745ca819bd7239ff60417fbc0d24a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 242d5e3622a39236f57a4e740c5480e86b6bc15c3a790e997b8cc99bee34ef27
MD5 0a7dd2b03d159f4ecce6fa35526a2bb8
BLAKE2b-256 74e459fc824207ac7f63ac83af7a7bed2707d6768488f1ae2c6c85794d614570

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 8cb1402c0c7bdbd6d772fd5eb700b98b31ce0d8f613f68823f32cce5ec956d8c
MD5 fcffbb7a76b926f704c70ab8ac17b794
BLAKE2b-256 caebb40a8b9df1d4955cae3f600db416d6a8abb73f5f31d8a315cf2acf225462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd225e954d57e7d8a994a8d152f0d76609c73fa701a3e27293cc46675b2dce77
MD5 e52e93b45857ca4e88caf1e8cca45049
BLAKE2b-256 5cfff540c92d4c6ff3af5e60e990c7f417d1419a5a2aee5f5047612e708221c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp315-cp315-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 9afd9fbccbcea0b803d554b9e7bac75382e919aa07a5cb98d04edeba10c6cf77
MD5 802de5e4b4a4feb1c7f476573a27a52d
BLAKE2b-256 a71842a8129bdfe7285f35be21e6737a135462cb723a30952f06cb2203ecc8df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 5914bab0ebe7fbd6077d703b61b2e74afec0436487f29b8154302c61f4d58502
MD5 09f4f492540822a5ec86dbe709cded23
BLAKE2b-256 8d716708a3aae223a326b648a01beb5244caa562d75f6515528a8241260763f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4fe56814f6d36d8fdfe0254909388fa58ccb61e7945d2f031a2dbd81f90ced4c
MD5 a78835beca8bea3d7c43ab9c02e08674
BLAKE2b-256 3c2144ebdb32eb5050c367c4ccf6d43627bf875847ef65d8455beff52044846c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3445b3a8a51fcb7b881485b1089f7d64ca057aa921a78f146d702853650f958d
MD5 02f766de39e668a1aded034061f9d4d7
BLAKE2b-256 c123bc09e7f2a0dc699269d5dd03a4860afa80f8d29c1f28a18859ebd06d4ab1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e544cba5810ec64056d78f0d3c79ceeafc91ac612b4e9008134645bc437dd885
MD5 e5c5dc25afd477f5b872d8d989126d0d
BLAKE2b-256 80101af5f1910d5534bba338d954e77f401e167189c7af8b621104307e2e7e16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64bc5c3302b02f9ad012243173e13705711dbbcc7590443d974f2961154d7077
MD5 3b66ec0d6c8efa0bcf9e003e62427316
BLAKE2b-256 306de70113648ee1041070e6190389796414dd70b8cb86ff5ec8a9762284cb1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1bee3c0cb1aa2cee3369de46f8d952d10310166d7b4a744ae64a32ee1e14a1f5
MD5 9b90271c0db51a953723e26613db9e8d
BLAKE2b-256 8081a37201ced7b96eeba4554a1e656d040ad808f254a9f3d7b94f8ac4cfa82a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3ea7d0ff714ac9c634bfaaa3cfb25a5fcf7a272df47cad2261642323b16a3266
MD5 acafe0e0549ed8ddf76b3cb57be6dda0
BLAKE2b-256 bdc3351a5c6890804e39a109c7df8aa8f17f953d2f0acf8215e040670a0e573a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 113d12a2d4276047980e491cc5856388954642eb555479c6962f52fb181eb1df
MD5 d6dfb83f06acf76c1d06897591c1e182
BLAKE2b-256 ebf5bb4f3272d419bc785ce6a39440f4d157a6f7c154fef93c77444579ee5f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e0f6a96cd5f9ad8f1f91d5d56d3e5534e15682b4a0abecd8396a18b836296426
MD5 d66a8385ba3529fb1c9300562013271d
BLAKE2b-256 61cb1bed6675f6cba42bfe23c38eacf482e08dfaa7af251cb0cddfcbb084b757

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 097c9ed26102f62dc1e7d974274752ce462b98ad01ac55d7b1044fcba3429a86
MD5 cb5086281b8562ca12ffb630726ccd0e
BLAKE2b-256 923e6dbbcadfd2b45e996636f0e72ec59891c4788d05c6300851687b91f5d977

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9fd575d0091074028512437e08b77d05e265619b18becb22f87a827274262a12
MD5 e8fa8524b70250f7d99a063a1e56dc55
BLAKE2b-256 70a1474a9f5401a79ec6f5595c31f126f2fc00377b55596e39d5e623311f6364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1494690813f476eca534ec8eca0a470013910279e6c019ccdad2ed543db391dd
MD5 78763ee96d0242615b8b40b3655e1868
BLAKE2b-256 d27f804723cc1b0ba7407c7abb9dc0d06d9cd9283f67ab22b8375cd348eb21ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e403966ca6a3f556579f0a54eabd06ad6cc5b98d66488bc9d97a34989ad8c480
MD5 2f68074c403435d0fab1afd85297eb2a
BLAKE2b-256 c93d1afa2c2503ce9470b33c23098722c5082e47f22efd4464fcc1ff8cc0e2e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7644970428fcc32011ac562b5e6b646a505296a109165e2bc16f8b825ab4a809
MD5 cb4029fab97fd508a2f99efbec57ce9f
BLAKE2b-256 ff62dfe2b89f28b7e4d99165d7b3fd239eac813dc5c03b6c06c7e58c5aaceda2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4b89f12461c5aa0c7d98bebf9403db0bb6a7ff2f599420145a64c20f49fe1038
MD5 fe5c833bffa3402647546431585dd626
BLAKE2b-256 78fb850ec40b05b0e63e4888403ebb5a8c7ba04402731fbd6a7604129f85fe65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 e8bc413b9bcf7cd851b34b0f58608171f7e4ac76246175eebc15be1a3119f705
MD5 7fe01a9dbeae12f8d44b66a2701544da
BLAKE2b-256 af5c0d17c59b3d2ca04fa0841454bf57c31891056233885a433e137e423cadd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7562e4ec86cbb89e457eac78aaceb0266459c24b033b6946322463f121d801e8
MD5 067939d3480340186c2c04ddf390af49
BLAKE2b-256 3adc36355bb730c1390ddd235c5f5a216e8a282dde6bd224065ce5ea83193f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8dde9ed35e3b8bc2c25dfa11c2c770ac526642bda6dc3b25ee7990224de58c90
MD5 d6f89e751ba53b90628bedcc6334da8f
BLAKE2b-256 36b26fb10373605926a5cb65fedd11e3be2595889fa19c3c29587644271ffd4c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 67bd80acf2f715ec1e197faff68241dea9499916ffe3783b24c70a1747c99e9c
MD5 15e645e394b14e32be9537443ebf0f47
BLAKE2b-256 1ad16bcb527be3fcf942d58e5f2f76730af391a01c762218285e9505bba07b05

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f3f47e7a0c8e73a3c43072fdd997f6cf1e4d1623c43d619185aea9f8037f89ab
MD5 71e2ec82a9520b29d4c1f90bb3ea6673
BLAKE2b-256 1eef783f68a240e17d95badc39087af62e2e4394f1e0fe24776d8bd8267d0877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d2c9c23cf68e2d4565505f8b5cd31b269259e1fbfb57bcc3d4d1cd34ee274d1
MD5 42aba0c6b3c2f8945386078080635a2e
BLAKE2b-256 6d16f06ee39db14422d5f749cdcfeb7b8a7b426e087dace9d2c8675633fe6eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 946848924dd80d29184367c0c9a4fc809411d17afbe157128687df8d7d838560
MD5 f012808e81c43c6b5e08326e6f70afcd
BLAKE2b-256 0559967712d5cbabb82fb0619914b82266d0150322966376430df4c73dfbfda4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e2be34e41557387a422e78c0124e2b90a4df9f1cc87c891503bf34a95ae1ce5
MD5 a1e7f8edfa145ac7011813783f7e1d86
BLAKE2b-256 4ff4a49ac5d1b508dfcc9af2d08435d9c2c71fdc12d44fe75156c6441f6127de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c2730709f8e894c167415e1d3752d63e6ed40f28b60bdb2ba7bdf973fa29296a
MD5 62b67ef1302d0658ff9a7fb2578a89c5
BLAKE2b-256 c72a82ab6a41a064792e3df4a9c03e1e90ccf622f8f3352d9a22c1e03e2f159e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 102087dab60f43f52be74e4be7e42345de27d1968707ded31c785e91d41978b1
MD5 4dd576d54c9fbe23fd04d36c5391c989
BLAKE2b-256 ae9bcfbc57b758d0435889be2726a5ae1570e6563a24976f4b62e5ecf81b3c3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 108614bd47ec714ed93d141965bac8c17e44bbae08e238696da6261f013caa83
MD5 ea683f1e20ad4ad69f39af0c97649ade
BLAKE2b-256 1499b82608b486cd9f79a4ebb480779900e7bb7dc095dc9217991fdb173b0084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 94544a0f5a1d14b711cd630eab0581a53f3ea89370f8963df9ced62ec6552ca9
MD5 2469cb09d035901b3a92b0a5ea9f6792
BLAKE2b-256 5694a5d38541f3a9fd77aa8defe8bb66698176be959cebda9c2be00fc5ad9e63

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6dec665bef039fd00abfa5edee425747672863f748f804c7e991e0f0825973b2
MD5 131651cbbf706558ddeb68116b687e85
BLAKE2b-256 6564365e9ec3061ddb368066e59035bf800cf97c9d63c6d6942a843c8e780cf0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 de197581ea11597c65245ef32d6a88d51098c8481faeec02a4bbacce3e8678c0
MD5 436e6a6cc927cd512a0317363933d28f
BLAKE2b-256 35c29b3c40dc47cf17d69ad0ef250971e256702293eff997af5f790ec32975c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be8810be489005bee66d2c6ad1025bfa4f5cfc46f50c775876b35ffe2acf7e3b
MD5 b5595d3596584d25e60e807c77d7194d
BLAKE2b-256 0f5da5e9b1dee7395c68a2d137eb31154cbf5357a54eab19595273145dc69ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5a2fae0fe891f7975cc0a5e4ac3b29bb0fc569a271de4b2b8fdb73dccbf7bc8e
MD5 ff4504f6c40c18d0c382dd3aa5aee8bd
BLAKE2b-256 deccd4eb977aed853f2fab530b46de99d7ce6ff3a0993ad56251c0feee5db837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b564b959a5391bcfa607bf991a6c368fc0cc7f12730ab0d21777839f643f8285
MD5 d95f8244acfb7b82faca2a3a63fcc19b
BLAKE2b-256 1f1d35af72b6cdc2e48017d92cb44a25623ca32515aef805727eddffb8c60025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 304a486b1833a83a028c8c02bbdff62867dc2ee1c6ba654d32d7340ab7b19afb
MD5 4800f4cbd7ed2ec08dc49c587fcce478
BLAKE2b-256 c935df8f0e37975a4a8d832542316f7abc5107fa3cf516201fd40a7588446b0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0b7684220f4cab1dda07143f4494c6883934bf4378014ce860ccba45d252d82e
MD5 e3eed2638f2d758e8ef541f45ab5009a
BLAKE2b-256 b0fbc258724be7d5c63812961a7448a2f02be84ba71f272021b9a608aceed685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 848c2d1441e9fc5ff5b32aa347a2de561ac3d19abda3d9d61cd0e98aaeb9d8d4
MD5 da413685d32910c6d6fe75c916ae9e82
BLAKE2b-256 19ec739e90f26a7d98fd8f70cf737e7720cb872bc9cd61b2b3954d179f24801d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 28879cd1aa1df9fa2182254bdfccf53196260e905300e98582a66379ddf1dea3
MD5 c9ddddd751b12050dbd4c005cced3aab
BLAKE2b-256 8b9a8cdb32bda556f1442b4efe9acd2ba6ca602bd4882981adda1243b3c981b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5fa5728333b744f5d10bd6fa5474616c7a1a76da81044cfa3d2d0fae2d245ba2
MD5 b2c50fe88214fd2bac1d20e4bf805580
BLAKE2b-256 2920865715d8b4d723253ef09292358027aa5eae02ca0710aee4664d5b477c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.8.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e22ce9c9b2fbe498c00665cfa4a598ce8d04dec8ea60047c0c4e2e6ce4ee686
MD5 655245c317297890cc6e4d2f2d42588d
BLAKE2b-256 b7ce605c5a38e50b3043f2e8c6c0885faf8b37fdaeea3cb714e840db19bf5bda

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