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

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-26.4.0.tar.gz (6.2 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.4.0-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

gevent-26.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gevent-26.4.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.4.0-cp314-cp314-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gevent-26.4.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.4.0-cp313-cp313-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gevent-26.4.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.4.0-cp313-cp313-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gevent-26.4.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.4.0-cp312-cp312-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

gevent-26.4.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.4.0-cp312-cp312-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gevent-26.4.0-cp312-cp312-macosx_11_0_universal2.whl (2.9 MB view details)

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

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

gevent-26.4.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.4.0-cp311-cp311-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

gevent-26.4.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.4.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.4.0.tar.gz.

File metadata

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

File hashes

Hashes for gevent-26.4.0.tar.gz
Algorithm Hash digest
SHA256 288d03addfccf0d1c67268358b6759b04392bf3bc35d26f3d9a45c82899c292d
MD5 4b88139450a395b6d8e60c64577f7867
BLAKE2b-256 20271062fa31333dc3428a1f5f33cd6598b0552165ba679ca3ba116de42c9e8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.4.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/6.2.0 CPython/3.14.0

File hashes

Hashes for gevent-26.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d1c08bc9bb6bd79732a26710a99588b5e9b67b668e165dd609704b876f41baab
MD5 24b00af22b30e311ef07ba0a1dc7cdc8
BLAKE2b-256 8eb97dd37b6001d16f692b1bfb6e68cad642beb38b34a753c29bbff312f46e4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29a225d2d4da37e20c7a246754a64442d0e43e4534b8cc764f89530bb22a4237
MD5 382fa53aa7a865b1e299b81834426109
BLAKE2b-256 e7ccccbcbd56e7e85482291fbb90a317f5febf630ec4174a91506f4167ba0912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc38137ba2f43794c488615aafa2eefd0cc142f484a8274d4c827ed7a031a1e2
MD5 cd01b602380114d3246d994167b0785e
BLAKE2b-256 b1c41fe2817daca8e97c365fd739dd4057f71cce26ef600fb8465deb8060c83c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 45d6010a6a981f5a2b3411c4e38fbe305a1b46e4b12db3b4914775927dea7ba4
MD5 581855070b8e0f0eb9752e95d7ba17be
BLAKE2b-256 46859376d125fa4f7b0f269925d0d622eda0ff8f8dfc8d0c097a096c511fc738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7e74f59e5c9011afa2a9cb7106bb9a59f2a1f74c3d7b272c1b852eb0bc0b8f90
MD5 d1f63dbc6c9b07bd033221dc5ba027f3
BLAKE2b-256 afc9d02222ecf79d10c8a0c2755661485395b58c4bfffaafd88bcc230ce392de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 297a361071dc6708115d4544859321e93b02a6cd5823ba02c0a909530a519d45
MD5 8145225d4fb259d3e21e3dd3a5eb8ae4
BLAKE2b-256 409218fdb4b28f20129395f1c041773adee99e7fc2bcfff216df93bfb80787d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e5906860e632bf965e1966c57e6bfc19dcb79dc262f04fdb0a9d7c12147bf69
MD5 12bb0d97bda9c38b0022062de6347b75
BLAKE2b-256 f670a86be65a51d3ebb92c82a70adc9c5c32b1a9d9579120d0be1db7cf534ce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7ab0f183a6fd2369eef619832eef14f1f2f69c605163c3f2dc41deb799af4a71
MD5 394b298c927500574f9e0608b5b5909f
BLAKE2b-256 7ef364638a941988f09aa1816e2674eb1efb215b6fa64a97edef6e25177b0845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.4.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/6.2.0 CPython/3.13.9

File hashes

Hashes for gevent-26.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4a9a64c064457c1afaf93ee2815fe0f38be6ecbb92806a6a712f12afc3e26cf5
MD5 85e90fa9747f6fbd12ef92930777e421
BLAKE2b-256 fea01a7f64aa2476c2b44abaecca919a6561bda85234f99fc7ac3c66bcb93050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 954258873ae0bcc97fb41e48db25284fb73454bfefe27db8ceb89225da5502fb
MD5 788fcc98ebb263b4880b7c33b6674bfe
BLAKE2b-256 75692d056b2a4e3ef1f65f94002725572d1e99163ff79231dbb68ad529e7cb9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74f1e3a460c43aefcb4ff9ef91aac15abc0b42e5233771e1956574d14ba9cac6
MD5 d33892ad3f7e6a21fbad5c442ce21f50
BLAKE2b-256 ca0e202694960f8d4dda68fd2a73bbcb8251e2d5308339924310ff1fff31bf7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a18e543c830a1c07a2efeb33786a57ccac360af70cb42bbaf5a6f5f7ca49300
MD5 3a0b1e56668a71db30bc409bab96e02b
BLAKE2b-256 d0af7df19c92e56842921f34787e1168c7afc52a23b0d1253bba99344809a935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 73eafd06b158d511f1ec6e5902a45e0ae3b48e745f35e9df97d25f809f537d88
MD5 0641f1621c0415e704546acbdfba7d79
BLAKE2b-256 a13371900c5ba442f5df89456b6d9fdaa43da2ae7cdd937d8c5667b49323ceb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 684256c29e3e5d4d0c4d06b772d00574d0dc859dfbb2fd13d318c512b16e1f89
MD5 7bf14ae509d156b5fed12ae590aedb01
BLAKE2b-256 a3ea04d112844aa992da583cbd280f17a4ba097da338dab347efd0aa5e235645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c503b0c0a681e795255a13e5bb4e41615c3b020c1db93b8dfa04cfeb8f19d5a9
MD5 387ecf80747055d984ab34c685f76918
BLAKE2b-256 d68689325a62a4e8cc1934e155b383b66491ed21d1e774b13d5054d51fa0ac81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 1fe581d41c63cd1d8b12c69561ce53a48ad0d8763b254740d7bfea997335a38c
MD5 180ca89cd262320061e20e1906717129
BLAKE2b-256 3dbe51809d98bb00846d7756a0b82625024f9302145f3d024846b43f05efeddb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.4.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/6.2.0 CPython/3.12.10

File hashes

Hashes for gevent-26.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1c737e6ac6ce1398df0e3f41c58d982e397c993cbe73ac05b7edbe39e128c9cb
MD5 5d810c1c5caf7c220bf2ca728c446c0b
BLAKE2b-256 f6df7875e08b06a95f4577b71708ec470d029fadf873a66eb813a2861d79dfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c58c8e034f94329be4dc0979fba3301005a433dbab42cea0b2c33fd736946872
MD5 581590158cfe744b2fcd2c5f78de7e0b
BLAKE2b-256 a7cccbe78f2626643b20275aaa41cd2cc45ba75056e3665bde36bc190af3cae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d48e3ee13d7678c24c22f19d441ad6bc220a79f23662d03ff36fae0d62efdb59
MD5 3755124ab46ce049668f67139c36e79f
BLAKE2b-256 95a3457d58d9b3e7da17c8456d841c37a32af8d231a1d71237ad201b19129317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7e12fdd28cc9f39a463d8df5172d698c64a8ed385a21d98e7092fd8308a139a
MD5 e093e5cd6ca7a03faa64fa1a4c209e9a
BLAKE2b-256 eea92d67d2b0aa0ca9d7bb7fe73c3bbb97b3695cb15c338a6ea7734f58da9add

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7eef2ea508ce41795e20587a5fc868ae4919543097c81a40fbdfd65bc479f54f
MD5 6a60f537b106930302773ffb6a9f2eef
BLAKE2b-256 ef8959216985c1f2c11f2f28bbc88e583588ad44cdde823c530ad4e307be6612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 a1b897c952baefd72232efaeb3bdb1ca2fa7ae94cbfe68ac21201b03e843190a
MD5 3cf7da7e533c7b881fe8e8b68025535b
BLAKE2b-256 e22db8249c9bd3f386191311c3a9bec4068e192a3f9df2fad92a71a15265ba15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce7aa033a3f68beb6732d1450a80c1af29e63e0c2d01abad7918cf2507f72fa6
MD5 4bfec92301bc6cce6c61f26ed6d29a54
BLAKE2b-256 ea8b199e59b303adaff7f7365def9ab569c7ecd863363c974548bce3ddc2c89d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 318a0a73f664113e8d86d0cb0e328e7650e2d7d9c2e045418ab6fb1285831ad3
MD5 249660fb63b91dfeda9c2910b13ea59f
BLAKE2b-256 3d16131d3874f50974b355c90a061a12d3fe2292cde0f875a1fa3d8b224f1251

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.4.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/6.2.0 CPython/3.11.9

File hashes

Hashes for gevent-26.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d00d8c4ca1afab90e478b79679dd53787082c6da8d2f4fdc7667a4440d1e1a7a
MD5 3ef0d8a7bf36c4513e8650c9405f4efc
BLAKE2b-256 f7325f795143351bfbecd05467deec48ea75416bb90eb7a6dd042c7d7e5ec594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0a03650ca60c4c5774cbe21333905b95f2f5abd98ea5a3dbf28d93f2a7a5a84
MD5 64e53c40f5aaf18c3a74dcbfb05d8227
BLAKE2b-256 ffd3b75568e7206ea4b89a7e21750381aa4a6f9afcced41d5a80a72b5fcc6b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fbd3ff28a7babbfee750684c4f46ba6eedb3bce69365dd146726986b79fa6c1
MD5 91048bf920f2145762f8278b1fc0a437
BLAKE2b-256 836bab68e1cc09fd6dd7adb9e1c54a47c6328df20aa012ed75526a3244f2ad05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d973735d2067607a32cd182893978755eee829a0dc268087592d3b715e63fad
MD5 daa8e932053e5717849d802d54ec4c73
BLAKE2b-256 5709909166fff7d2ab9523e93bbd56e863df79a856b2857350218be83aef119d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 35b037b415ed38369717800250fe5974249525953b46026bef9def20f946dfb0
MD5 76df938447b8ce2ca3f9c3dce0679744
BLAKE2b-256 fbafce6d4d554d9afc354b46b78eccb032f6add4d27c3eadaa0201ee103fa831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 82d68a60a4207826db295b4e80a204c9d392ce78ccc15679195faeb9e29d8388
MD5 92d707c67b9dcd340a964da40f2ee991
BLAKE2b-256 cf27717593d7cce74a2fd6bee0713793518e0398132303d5267f02dd587c5945

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 201323a5fb9a0646a0c7b384395ca55d60ee83200677919229df0648c4b78e6c
MD5 42cdd1a1541da5341de48df47fec6c3a
BLAKE2b-256 120e330c4788860520850b7f4c6f84dd8591df5172cfd3f2796c046704ee879e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.4.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/6.2.0 CPython/3.10.11

File hashes

Hashes for gevent-26.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ccaa0f002cfd69c03621ac05243c1a00ed77cee97b363d0108b0e36663e4ca33
MD5 7badc031fc85d16614d01411ffea93d3
BLAKE2b-256 aa2f2cd44b3a2f60903cae39602045344b434e8621f7145470f0f00e5be8a44a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df208cd53c7382a4cc8470d39a92fc73b3cf2f0f3379d6c88bb556823a26ccb7
MD5 b236d863ab2f7490017a1c156cc7ab49
BLAKE2b-256 fcb9ac8a6561b9efd141dfbb2d0ae1d2fd3255f9e9ccfeceb64a6917e2ef6625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.4.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 079dca3fe5e048714e93ab5ce7cbf2ec31709c860979feb117abbbf2b8ae6ad0
MD5 c2ca35a08c1d73a19fa496cfc6ff5171
BLAKE2b-256 6992fd1f4016b92591fe7ccf44d01883a3337178a6e9ea4c04e1ddce7a2e3db1

See more details on using hashes here.

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