Skip to main content

Coroutine-based network library

Project description

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.

Project details


Release history Release notifications | RSS feed

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.4.2.tar.gz (6.3 MB view details)

Uploaded Source

Built Distributions

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

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

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

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

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

Uploaded CPython 3.13 Windows x86-64

gevent-25.4.2-cp313-cp313-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

gevent-25.4.2-cp313-cp313-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

gevent-25.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.12 Windows x86-64

gevent-25.4.2-cp312-cp312-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gevent-25.4.2-cp312-cp312-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gevent-25.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11 Windows x86-64

gevent-25.4.2-cp311-cp311-musllinux_1_1_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gevent-25.4.2-cp311-cp311-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

gevent-25.4.2-cp311-cp311-macosx_11_0_universal2.whl (2.9 MB view details)

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

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

Uploaded CPython 3.10 Windows x86-64

gevent-25.4.2-cp310-cp310-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gevent-25.4.2-cp310-cp310-musllinux_1_1_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gevent-25.4.2-cp310-cp310-macosx_11_0_universal2.whl (3.0 MB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gevent-25.4.2-cp39-cp39-musllinux_1_1_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gevent-25.4.2.tar.gz
Algorithm Hash digest
SHA256 7ffba461458ed28a85a01285ea0e0dc14f883204d17ce5ed82fa839a9d620028
MD5 e659b1075721d277685330c6d6a9e9c5
BLAKE2b-256 00e5a2d9c2d5bfb575973bca7733b23e7f8649f1079c18140a8680a551f3963e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 498f548330c4724e3b0cee0d75551165fc9e4309ae3ddcba3d644aaa866ca9c3
MD5 570d2ed2191f90c66c8dfdf47a95a4a1
BLAKE2b-256 d7de1ef71b44947a8eed12f852a2b68fd5df4219e38645202d7835f2b727303f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b0a656eccd9cb115d01c9bbe55bfe84cf20c8422c495503f41aef747b193c33d
MD5 94fbcde632e11f914b6b5bc4f10f01ab
BLAKE2b-256 54d8e29cc7f90ae7aa9e8f5298ca5a157bab34bfbc65d070385b28f4d72af1ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8b90913360b1af058b279160679d804d4917a8661f128b2f7625f8665c39450f
MD5 253e3497326ec34bcd281e22ad1f6e54
BLAKE2b-256 13c650ee863dd09dd31f61892b847b684fde730473487bcae3240acd9e3e412c

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fe4a3e3fa3a16ed9b12b6ff0922208ef83287e066e696b82b96d33723d8207f2
MD5 4fe7f1a814f6296b05f460b2d553fdbe
BLAKE2b-256 0f70ee8b5a4df0a6f587c44a102ad46356d626d652e35f46eeec05c5ba1575de

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0cc1d6093f482547ac522ab1a985429d8c12494518eeca354c956f0ff6de7a94
MD5 cd6b336526caa11dd0025cfe9ed048a3
BLAKE2b-256 7d19a1aadd6f3da55f18bb10877ccda7245be0c3b5e6acdc3c882fe54f412e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75d2fdd24f3948c085d341281648014760f5cb23de9b29f710083e6911b2e605
MD5 2daafe2e08c0e95e8274cdcccb39354f
BLAKE2b-256 59ebccf5a2d7cb8ed2814b69fbe9cf46a8875f275fa0e5984889b1cbb0a67492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 44acca4196d4a174c2b4817642564526898f42f72992dc1818b834b2bbf17582
MD5 673b33b7a848b474de796d8142a26321
BLAKE2b-256 4d40911e4eca7958bea73d3889433e780b59413f3d7bbd4d24cadc0a2f276528

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f12e570777027f807dc7dc3ea1945ea040befaf1c9485deb6f24d7110009fc12
MD5 6f0dace9c298aa53ca512c25f7a73294
BLAKE2b-256 77733508d539c96e435d883aa07c67ad5859505af33346795c8c575501d3ebda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63aecf1e43b8d01086ea574ed05f7272ed40c48dd41fa3d061e3c5ca900abcdd
MD5 edc56b328483af86e9c07d867a6714f0
BLAKE2b-256 522aa82de55db10ca17e210a61548a421d65d144045a62958d172537d4ea6f26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 f735f57bc19d0f8bbc784093cfb7953a9ad66612b05c3ff876ec7951a96d7edd
MD5 64477cd04bc62a213f7d900fcb333a58
BLAKE2b-256 7d1d195936c1e0c5b1dc89a8b534c05d080d24d760f6913632cbb13d9430c907

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c62bf14557d2cb54f5e3c1ba0a3b3f4b69bf0441081c32d63b205763b495b251
MD5 3e89447fa7877813d09d42aedc4396af
BLAKE2b-256 42b415e5f9c06d50843c0e7c87d580acc2ac4e47fef0195c2d3f73c3bd54e3f0

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c535d96ded6e26b37fadda9242a49fea6308754da5945173940614b7520c07b4
MD5 39fe2c2a622757d91046d6fda15363ff
BLAKE2b-256 960d815808f04cef2410a93521814e51de7554874012fc49c5ca7197f86ac340

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8e740bc08ba4c34951f4bb6351dbe04209416e12d620691fb57e115b218a7818
MD5 3010cc8cd70dc5100a6022f3e9963e12
BLAKE2b-256 6b599a069d16d8b6b7ef82b0d241de9041b1341c9f132fbd096b80d6d1bc2345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a7c70ab6d33dfeb43bfe982c636609d8f90506dacaaa1f409a3c43c66d578fb1
MD5 ea1b48baabd6b2ae5d7de6a576b12004
BLAKE2b-256 7a9bd2269957be2867802d10bcb28e17eba64783067057d55e91e57207294c05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff92408011d78e4ffe297331ff30cded39a3e22845ba237516c646f6a485a241
MD5 8f61bc15211755d82021b7a49cf07199
BLAKE2b-256 09c64f35473d46ca8cfbffeee5e6f89ac29370280b3f34682ed8f0fea907f987

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d68fdf9bff0068367126983d7d85765124c292b4bc3d4d19ed8138335d8426a7
MD5 5676f77938cf01e428501e458005b09f
BLAKE2b-256 d6870707bfae4cc3728eb8d5fc29018b5ac3e0e1f8efca237d267d1d3abc7153

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7ae7ad4ff9c4492d4b633702e35153509b07dc6ffd20f1577076d7647c9caba
MD5 c92f7d8c28930f14a78eb4c426766651
BLAKE2b-256 39ee594a40e09d9d56b76a04265ea37b825ec8e7b98cd41e8012eda413f233e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 5940174c7d1ffc7bb4b0ea9f2908f4f361eb03ada9e145d3590b8df1e61c379b
MD5 a2e43e736a39c97bfe45a73ccb6c1b4f
BLAKE2b-256 43673c9a560d3b64510dc053714375b3d9f2c3d98192dc85b78a6e6f8b9a284b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 12b596c027cf546a235231d421473483fdf7fa586d38162d36b07c8efa9081ba
MD5 1e882e48efeadc30c89ad62e9f0407b3
BLAKE2b-256 776543316b582320520ae461792aa6b4c0d76a87f91c01b8d20a9836a873c186

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91408dd197c13ca0f1e0d5cdcc9870c674963bb87a7e370b2884d1426d73834f
MD5 bdbd650bbd2720ec33a5223d0bf97909
BLAKE2b-256 9f2f4c884332d2a57a0e49591627fb66203e09c43d065590cc20b3e48d83e11e

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 feb5f2f44dcdad1a6b80e7ce24e7557ce25d01ff13b7a74ca276d113adf9d4af
MD5 f3c674d2f088601bd14eb5af02cc7b7d
BLAKE2b-256 fd3f490836ec293a178dce91d4f0f3e1dd60d1afad14273009c941821ce7f42f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ccbc835939416a7df7834b79c655409a2a9d2deb9bf119b28dedf72a168f7895
MD5 cd27b58c469976a079f8454120d2f7ba
BLAKE2b-256 377264caed658faa11594c15e09e99af350662bc8d5178c0895fe2f2738576c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cd59c0dbcae2808a1e26e07d3858b5a935635be195c8ea967a4bc32599381523
MD5 df6b2a30afd44e22e6a24d4dd6005faf
BLAKE2b-256 2882a7f32b13fb676403ee50cba71fb58b21419f40bc1241ead4ccffd08ee253

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43469ed40ea6cfb1c88e8d85a57aa5f52dd6b3b94a2e499752ab7e60a90c7dba
MD5 6afe94d6d9858d03212199876622acbf
BLAKE2b-256 57f502e53a06434922f79fff9a4a1954eff2513363a637539c0d67ef665793db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb89ed32e2b766fcb1afc52847e33d8c369d2b40f23d4c96977fd092b5a0ea86
MD5 98e5756f69187165e29fe4909ed29a86
BLAKE2b-256 301cd75d492210283916e7b7dc974f154ae8f1ff4db2a9e418e06e6948f00c55

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp311-cp311-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2270a8607661e609c44e4f72811b6380dcfede558041e4ee3134e66753865038
MD5 54cbe845661311b1cb42eab916518fca
BLAKE2b-256 662e4f47a9f83c32986321b53feeb43b05def242737c359f5b08e4466e32e45a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d7999e4d4b3597b706a333f9a7bf2efbd8365cd244312405f33b4870fa3b411d
MD5 d225a38e183c391e41eeb8f657e8a17e
BLAKE2b-256 da9eea62cded14753ca88f1d5bbbb73de95aa50e327ac4b71d7a61d4c1ce72f6

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7442b3ffac08f6239d6463ee2943fd9a619b64b2db11cec292acf8caccb70536
MD5 8ad85b4678841a0e029bca6335a56b92
BLAKE2b-256 216b8bfa9012d0bf042bc2c8248c82c0246d0fbd5f824c0a909a2ee80e69839c

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fdf9aec76a7285b00fb64ec942cd9ff88f8765874a5abf99c4e8c5374b3133e9
MD5 7ea832e903dd262184f88b51ae0acd27
BLAKE2b-256 34e2c550ccd60433768ef56ef9a8d3decf68c7737a06706e0fb624377aa46c14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c1d1a66a28372d505e0d8f6f1fdb62f7d5b3423e49431f41b99bd9133f006b7
MD5 765ad51e70347ded1ba4fb5bd7a10b56
BLAKE2b-256 485ebdb7f40ea3173017092d74bb2a3b43d4877beb5f2efd925e4013d9ba258b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 22f33261b32e28433af7a96388ce33b77e903a648fc868b993304af2c1bca05b
MD5 fb5d77be701f44726a21fc7c2fc5d9f4
BLAKE2b-256 d2fa0aef581e8db9aab83053c11a413be7f9e674294c07b67b93f242b0a744f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9100693f2bd8237ce7ce99a2b62da128196d8abcda331049e67ad6afb8cff23a
MD5 e1159b795d011bd55b75c55de6048d5f
BLAKE2b-256 f9d4099ab14d1a6875b752ee4aee76ad88bd6c300aae7234cd188e579bec9034

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11bc2374ce3f1db3a243522c4d30b9e86e2dc0f2905f083fff288afa8ef8031f
MD5 9552214954737eb700aef36a76b63b1b
BLAKE2b-256 c756db9b46bc8a0dfc3599a4caa74245645bbf8ee0395cf8447df8d03029f7e7

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp310-cp310-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 677e5d1c7d0a0b4240644321f10b8e3b36fd4ca5fc1b45d0e4989e6884375537
MD5 cffa02b63f080e866843192430e133bd
BLAKE2b-256 96439afbeb648fe70a4c9877f6f02466ef2ba0f4af2f90dae1f2b3da16fb1ab2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 03587078c402aee27231ecaabd81aec1e8b3de2629830fbd4486e2d09e638ddc
MD5 15cf1be3bf692df17b8e032d7b2a28db
BLAKE2b-256 36fe9500dc9a4bb112376fe8b563565caee9eb12dbf3a7b4e5384a181f9c06ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.2-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.4.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b91e862ab0ddecf37ee6e3bf33965ef4c3e38ba9cdc106eef552293caed512f9
MD5 7b1e9e240e6382a32d291f1f4de34635
BLAKE2b-256 4067e6fc45de21bdb1812cb6bf8e70a73de486f82646ae49504633d9e32c4779

See more details on using hashes here.

File details

Details for the file gevent-25.4.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-25.4.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 76c440972ff57eb64e089f85210ccc0fa247ab71cdedff5414c6b86392f7f791
MD5 40080bf8bbda2fced2878623a13d4a05
BLAKE2b-256 7b636590260f933b635e8818621c730587bbe43e68cc1be42c167bf5150e31c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95790dd8aeb4ca8df9ac215ec353a29108647797e54daa652a4634ca316f70d4
MD5 5b6c29a0613088fea02ada278c98243c
BLAKE2b-256 cc3418ca9d4e32cc041dd0f4e888cb7cb2f03ed4094037f32948367d4c19561a

See more details on using hashes here.

Supported by

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