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

Uploaded Source

Built Distributions

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

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

gevent-25.5.1-cp314-cp314-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-25.5.1-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13 Windows x86-64

gevent-25.5.1-cp313-cp313-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

gevent-25.5.1-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.5.1-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.5.1-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.5.1-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.5.1-cp313-cp313-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-25.5.1-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12 Windows x86-64

gevent-25.5.1-cp312-cp312-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

gevent-25.5.1-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.5.1-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.5.1-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.5.1-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.5.1-cp312-cp312-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-25.5.1-cp311-cp311-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11 Windows x86-64

gevent-25.5.1-cp311-cp311-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

gevent-25.5.1-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.5.1-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.5.1-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.5.1-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.5.1-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.5.1-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

gevent-25.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gevent-25.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

gevent-25.5.1-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.5.1-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.5.1-cp310-cp310-macosx_11_0_universal2.whl (2.9 MB view details)

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

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

Uploaded CPython 3.9 Windows x86-64

gevent-25.5.1-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

gevent-25.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gevent-25.5.1.tar.gz
Algorithm Hash digest
SHA256 582c948fa9a23188b890d0bc130734a506d039a2e5ad87dae276a456cc683e61
MD5 e41107b094eba5dd934944ddcc0a7d16
BLAKE2b-256 f158267e8160aea00ab00acd2de97197eecfe307064a376fb5c892870a8a6159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 60ad4ca9ca2c4cc8201b607c229cd17af749831e371d006d8a91303bb5568eb1
MD5 32019cde0ac00203f708f9b95cc15921
BLAKE2b-256 1181834da3c1ea5e71e4dc1a78a034a15f2813d9760d135464aae5d1f058a8c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 0bacf89a65489d26c7087669af89938d5bfd9f7afb12a07b57855b9fad6ccbd0
MD5 2ab71b72bcc86f3daeb43ed7c824e650
BLAKE2b-256 6016b71171e97ec7b4ded8669542f4369d88d5a289e2704efbbde51e858e062a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.5.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9fa6aa0da224ed807d3b76cdb4ee8b54d4d4d5e018aed2478098e685baae7896
MD5 46bbcbe257e79c6b251238d7a145618c
BLAKE2b-256 529e0e9e40facd2d714bfb00f71fc6dacaacc82c24c1c2e097bf6461e00dec9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37ee34b77c7553777c0b8379915f75934c3f9c8cd32f7cd098ea43c9323c2276
MD5 2ac60922da3125a3b72f8d4463f56efc
BLAKE2b-256 2bac28848348f790c1283df74b0fc0a554271d0606676470f848eccf84eae42a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6ba33c13db91ffdbb489a4f3d177a261ea1843923e1d68a5636c53fe98fa5ce
MD5 527fcc3daeefb002fccaa54173d3073a
BLAKE2b-256 20e408a77a3839a37db96393dea952e992d5846a881b887986dde62ead6b48a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d316529b70d325b183b2f3f5cde958911ff7be12eb2b532b5c301f915dbbf1e
MD5 36c467f4ccbc8e6e14ad4500f85fbafd
BLAKE2b-256 005cbfefe3822bbca5b83bfad256c82251b3f5be13d52d14e17a786847b9b625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7b95815fe44f318ebbfd733b6428b4cb18cc5e68f1c40e8501dd69cc1f42a83d
MD5 bc52ddca759a61897c7531f36b2a19c2
BLAKE2b-256 5678fa84b1c7db79b156929685db09a7c18c3127361dca18a09e998e98118506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c7b32d9c3b5294b39ea9060e20c582e49e1ec81edbfeae6cf05f8ad0829cb13d
MD5 afe510fbbfc1bc7363350294f867906d
BLAKE2b-256 f174960cc4cf4c9c90eafbe0efc238cdf588862e8e278d0b8c0d15a0da4ed480

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3fae8533f9d0ef3348a1f503edcfb531ef7a0236b57da1e24339aceb0ce52922
MD5 07742b6c485816f1aa2af512bb1e05eb
BLAKE2b-256 1be0dbd597a964ed00176da122ea759bf2a6c1504f1e9f08e185379f92dc355f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a022a9de9275ce0b390b7315595454258c525dc8287a03f1a6cacc5878ab7cbc
MD5 ef6376a49999a376d876b1e9cc00efc2
BLAKE2b-256 10252162b38d7b48e08865db6772d632bd1648136ce2bb50e340565e45607cad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.5.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2534c23dc32bed62b659ed4fd9e198906179e68b26c9276a897e04163bdde806
MD5 454d49a01beeda56ff33727bccad7d9b
BLAKE2b-256 059a048b7f5e28c54e4595ad4a8ad3c338fa89560e558db2bbe8273f44f030de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a93062609e8fa67ec97cd5fb9206886774b2a09b24887f40148c9c37e6fb71c
MD5 4b5fbc06ce4de2dc0000403b12c2cca2
BLAKE2b-256 2ffc674ec819fb8a96e482e4d21f8baa43d34602dba09dfce7bbdc8700899d1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fcd5bcad3102bde686d0adcc341fade6245186050ce14386d547ccab4bd54310
MD5 e3c5abdb3f3ef632e1e22e2ab663e206
BLAKE2b-256 4b8f3b14929ff28263aba1d268ea97bcf104be1a86ba6f6bb4633838e7a1905e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1325ed44225c8309c0dd188bdbbbee79e1df8c11ceccac226b861c7d52e4837
MD5 d240c4de6b14f025dfef7eb1bd472ea1
BLAKE2b-256 701c37d4a62303f86e6af67660a8df38c1171b7290df61b358e618c6fea79567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 bb673eb291c19370f69295f7a881a536451408481e2e3deec3f41dedb7c281ec
MD5 ca53ce6b50cc0d7a567efc737a52443b
BLAKE2b-256 c6b111a5453f8fcebe90a456471fad48bd154c6a62fcb96e3475a5e408d05fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f076779050029a82feb0cb1462021d3404d22f80fa76a181b1a7889cd4d6b519
MD5 d8eb13fd70ef6728d12e64f4aad26f2f
BLAKE2b-256 fef33aba8c147b9108e62ba348c726fe38ae69735a233db425565227336e8ce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b87a4b66edb3808d4d07bbdb0deed5a710cf3d3c531e082759afd283758bb649
MD5 f231b8a61ff7973986578db351291a9b
BLAKE2b-256 267ed2f174ee8bec6eb85d961ca203bc599d059c857b8412e367b8fa206603a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 d87c0a1bd809d8f70f96b9b229779ec6647339830b8888a192beed33ac8d129f
MD5 f72cb7429077a06892098f104298e05f
BLAKE2b-256 58c5cf71423666a0b83db3d7e3f85788bc47d573fca5fe62b798fe2c4273de7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.6 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.5.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc899212d90f311784c58938a9c09c59802fb6dc287a35fabdc36d180f57f575
MD5 83a37a17e25c75cfce90ac82222980d8
BLAKE2b-256 b842989403abbdbb1346a1507083c02018bee3fedaef3f9648940c767d8c0958

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b6106e2414b1797133786258fa1962a5e836480e4d5e861577f9fc63b673a5a
MD5 d9cd6e8d591fa5fc7011dc5f7763a5f4
BLAKE2b-256 ee56da817bc69e1f0ae8438f12f2cd150656b09a8c3576c6d12f992dc9ca64ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8fdc7446895fa184890d8ca5ea61e502691114f9db55c9b76adc33f3086c4368
MD5 755f8843b03a84bf890712f228b3f9a2
BLAKE2b-256 b627bb38e005106a53787c13ad1f9f73ed990e403e462108acae6320ab11d442

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24484f80f14befb8822bf29554cfb3a26a26cb69cd1e5a8be9e23b4bd7a96e25
MD5 405cb8fc4694d693d500f353a3b305c0
BLAKE2b-256 524fa3f3acd961887da10cb0b49c3d915201973d59ce6bf49e2922eaf2058d5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cde6aaac36b54332e10ea2a5bc0de6a8aba6c205c92603fe4396e3777c88e05d
MD5 18552585e67bbf8b1c7bb687618a1b5a
BLAKE2b-256 3efc8e799a733be48f6114bfc531b94e28812741664d8af89872dd90e117f8a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2797885e9aeffdc98e1846723e5aa212e7ce53007dbef40d6fd2add264235c41
MD5 65f9a3a43a745c902933b3fce53708e0
BLAKE2b-256 f59f42dd255849c9ca2e814f5cbe180980594007ba19044a132cf674069e38bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f0694daab1a041b69a53f53c2141c12994892b2503870515cabe6a5dbd2a928
MD5 bbde8fe76084980563f12fdc7b7add2f
BLAKE2b-256 7b8642d191a6f6672ca59d6d79b4cd9b89d4a15f59c843fbbad42f2b749f8ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 12380aba5c316e9ff53cc21d8ab80f4a91c0df3ada58f65d4f5eb2cf693db00e
MD5 edd8ad1a8893a4c8e45596afa23c7757
BLAKE2b-256 c6eb015e93f16a718e2f836ecebecae9bcd7b4d2a5695d1c8bd5bba2d5d91548

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.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.5.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 469c86d02fccad7e2a3d82fe22237e47ecb376fbf4710bc18747b49c50716817
MD5 6c3f4c5d7a3a55640035f64d0a1b8eae
BLAKE2b-256 dfc734680b7d2a75492fa032fa8ecaacc03c1940767a35125f6740954a0132a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 017a7384c0cd1a5907751c991535a0699596e89725468a7fc39228312e10efa1
MD5 aa3b161276614e9e6cb0553856330dce
BLAKE2b-256 939373a49b896d78eec27f0895ce3008f9825db748a5aacbca47404d1014da4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cad0821dff998c7c60dd238f92cd61380342c47fb9e92e1a8705d9b5ac7c16e8
MD5 83b6a92278ac55cf7405f217e7ef5168
BLAKE2b-256 74dacf52ae0c84361f4164a04f3338508b1234331ce79719db103e50dbc5598c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8ba0257542ccbb72a8229dc34d00844ccdfba110417e4b7b34599548d0e20e9
MD5 5a5bbdbb86573818bb194047ba9f515c
BLAKE2b-256 7cb37aa7b09d91207bebe7608699558bbadd34f63e32904351867c29f8be25de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 80d20592aeabcc4e294fd441fd43d45cb537437fd642c374ea9d964622fad229
MD5 6f41d958057e53ad06f2d3b115a54979
BLAKE2b-256 388ab745bddfec35fb723cafb036f191e5e0a0013f1698bf0ba4fa2cb8e01879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 29ab729d50ae85077a68e0385f129f5b01052d01a0ae6d7fdc1824f5337905e4
MD5 b6adc653165f129de8ef9f9d87232f16
BLAKE2b-256 1ec6935b4c973ad827c9ec49c354d68d047da1d23e3018bda63d3723cce43178

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7b80a37f2fb45ee4a8f7e64b77dd8a842d364384046e394227b974a4e9c9a52
MD5 eda58a872f91285811596fe83b666562
BLAKE2b-256 5db3b44d8b1c4a4d01097a7f82ffbc582d054007365c27b28867f0b2d4241d73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 8e5a0fab5e245b15ec1005b3666b0a2e867c26f411c8fe66ae1afe07174a30e9
MD5 67fa94517e540c5ce59919157cebbf4a
BLAKE2b-256 44a7438568c37fb255f80e710318bfcad04731b92ce764bc16adee278fdc6b4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.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.5.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b83aff2441c7d4ee93e519989713b7c2607d4510abe990cd1d04f641bc6c03af
MD5 293afd478b8c6538b3087bc3d2f4a37a
BLAKE2b-256 ac9d48c01ff8324ce4bfaba0760c0f1db6f4e2c976838655f6b80333cfd47999

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.5.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 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.5.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e5f358e81e27b1a7f2fb2f5219794e13ab5f59ce05571aa3877cfac63adb97db
MD5 f289bb6bb036c90d97cc8b69ef1881fa
BLAKE2b-256 c018d10ca3841b686143c1973cac816651a72ff77ad9e79a5300cbbbe310fced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e72ad5f8d9c92df017fb91a1f6a438cfb63b0eff4b40904ff81b40cb8150078c
MD5 20ecf0a6dfb29f2b48a9e6123ca19c39
BLAKE2b-256 ee39206c9da2395a7df11c13e2989f7c7c65a7799babdb8b4b055cccae4d5c14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e30169ef9cc0a57930bfd8fe14d86bc9d39fb96d278e3891e85cbe7b46058a97
MD5 1b7acdb3e7b194f7ebd46bb42d1e8372
BLAKE2b-256 c754e5908beb092c2745aa8390f15b9559cc3ebd77bf1ba71c81c606f7b1fb92

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