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

Uploaded Source

Built Distributions

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

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

gevent-24.10.2-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13 Windows x86-64

gevent-24.10.2-cp313-cp313-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ x86-64

gevent-24.10.2-cp313-cp313-musllinux_1_1_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

gevent-24.10.2-cp313-cp313-manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

gevent-24.10.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ s390x

gevent-24.10.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ppc64le

gevent-24.10.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

gevent-24.10.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-24.10.2-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

gevent-24.10.2-cp312-cp312-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gevent-24.10.2-cp312-cp312-musllinux_1_1_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

gevent-24.10.2-cp312-cp312-manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

gevent-24.10.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

gevent-24.10.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

gevent-24.10.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

gevent-24.10.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-24.10.2-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

gevent-24.10.2-cp311-cp311-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gevent-24.10.2-cp311-cp311-musllinux_1_1_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

gevent-24.10.2-cp311-cp311-manylinux_2_28_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

gevent-24.10.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

gevent-24.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

gevent-24.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

gevent-24.10.2-cp311-cp311-macosx_11_0_universal2.whl (3.0 MB view details)

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

gevent-24.10.2-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

gevent-24.10.2-cp310-cp310-musllinux_1_1_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gevent-24.10.2-cp310-cp310-musllinux_1_1_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

gevent-24.10.2-cp310-cp310-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

gevent-24.10.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

gevent-24.10.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

gevent-24.10.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gevent-24.10.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-24.10.2-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gevent-24.10.2-cp39-cp39-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gevent-24.10.2-cp39-cp39-manylinux_2_28_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

File details

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

File metadata

  • Download URL: gevent-24.10.2.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.10

File hashes

Hashes for gevent-24.10.2.tar.gz
Algorithm Hash digest
SHA256 96e7bab9de56e0aca3858b8bc9c71f4eb0c0e12b7cf3cbfd170b62ce68cf71d7
MD5 52b0de7cfc360764232f2eb1162ab878
BLAKE2b-256 7291e870ada18283016ee8e87d182fa2a092fedbc3d08c361e10800347de21d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 421cfeacae2555b11318c6ee11f34bc0a9517657068d8911c916d55a85362ce2
MD5 a8243c0e921e1db5ad7fefaabf0660cd
BLAKE2b-256 3527066abae42e3133e2953421c7881b709f9db6c4e151f552454bb33569aa49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-24.10.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0rc1

File hashes

Hashes for gevent-24.10.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd9b670da1b7160e660cbba7f52e206892b97f61d8ff1872ce99dfaa9b475420
MD5 eb1ac208330c4d3bf83d8dae625b6e2f
BLAKE2b-256 c6663f528cf7f26ed8ce19778c0567333eb2b94a4b76c346f20a87c14b79accb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fa4cba4a8acbb71dd4215be8517879e4217c0746f7af2637330e7269694f53f2
MD5 95e63046028fd55faa23eb536d7e5e48
BLAKE2b-256 7f5a04b943b100e27607d206ba3d5056f61a046c963aa0b215b90ffc04b49324

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5bb80c88f572a11156f258333c0e7b1f80d0746a03784600017901a2f1aa584a
MD5 ff27a119883cdbd2b0fd846b0c04561e
BLAKE2b-256 a6e066f5db04181dcadbb9c1f0ec6ac748f9bbdad62001c177506c126e35b3b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 975699ac5701d7ec1c633f2067deecea8711dc2a8683530aed260dd641274791
MD5 1f292b7cbdec4b286fa17b0c6105a1ba
BLAKE2b-256 c0f81f5d6d97bfc396af345cb17b673420ca3b2b33d474a3e606258ed8d39fce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 90f9bc542f76efc56e5e76b420abaff42baf585db48a9fc0ac8edd6a16d9e60f
MD5 4ae7511e5d720010b754c4f0ac97bc79
BLAKE2b-256 63ca5fc2d2c02ca8d0649530992236988bdb9217c9667d63abfd304caab0dbc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b5f10ac866d3432a829a3a4446489be1fa3648f3140f9373fe99440a2e05682
MD5 78f7a4deaec4f3e7f81a9319102518f5
BLAKE2b-256 13ddbeeeacc7231c02e1d5806df5b27c84eac7b7a8572fb3864273587c76fca7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16bf432b274795b360d88b38cbffe0a6410450c94bfa172548bf1f512cf448c2
MD5 9ee3a0806e331490341afd993165dd4f
BLAKE2b-256 234c9d92b56b8edce37a3ce6a3f25462dc423addc4affe6aa2a8fce3a79c32a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 9f74faefea1acb398f057ed31ee9333e100bdae978b1e4c3b6a27d05df66e588
MD5 34c349754040321361c765eb25d9b96c
BLAKE2b-256 53c7b359d07035c7074fdfba26c77fd108ae79fe70f00d24a576e15eb34c0bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f0d6cfff74be4efcafecd374e094a8fed9e0d68efe90109d374ef5d8f18aa21a
MD5 0c283a5ee064798927ed411b5c4ab265
BLAKE2b-256 e340417b20c81280b0a7cea92584a6ae6d864f02bc14cea6e7dd0355e36d5eb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0814a5a7084e0bd357392e44e2a8bd72fc56fbdc3da0ff492ebb310c10fc95e6
MD5 fa0a46ae22e4fbb3409dafb6c6dcacd6
BLAKE2b-256 a483213b6dd58306c318073fc30f1736fcc0178c0d87d6bbab01e192b2f5a142

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 377c02d0ddae3ebf843d6f453943602102bb186b09f1c78a2247e5dbf0e07b1c
MD5 98194cf6630470759295767bfe4a2885
BLAKE2b-256 98fc453fa0b3874b8ccec638e8a2eb6cd7b835a09ecb381e85d929c8b93d2e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 618c4869e8140fd955b4620b10bc5a92ef1d62ae20aef38c1af7d892ee1bd996
MD5 bf963159b95d591ae1eda3700b6e163a
BLAKE2b-256 a26aa571f8756f700022bd38a31301936d8f45f6c87815a41ed28f5b31cc0eef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 73b65ee9a73a35fb68d96899895162beef19d86c1bcbe6f8f92eb0bd18c1d891
MD5 9d3cc13b5344ee5889bfbe6be6da3c59
BLAKE2b-256 f55065d603c14106670043a7c848d6c95f2987e558e987a727116f597462203b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4f0e6c49aac1c182be15a43d94e3b58c253d830c5b54dc93d6130e6987278611
MD5 0dd8e43a620323747d05b0fd710ca711
BLAKE2b-256 ecdfcaaa05127b51f3d86a4e24bcc538fe10cc414591d6ee6d78c2d187a127c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 013150cc0f00f0a06dd898463ad9ebc43bd9c70c7fe35555c77d83fe6f758225
MD5 66a15ffe74fb7054f6896f358913a46d
BLAKE2b-256 3af79e57d74a59d43413609bf0b668138af785a89230a5cdf2b887771ca81533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 ec800c25f09a7e031f2fbc3b17b4a4a0b54085c7532ac51b4c7ecef6d3ff8fc3
MD5 e9d8b3f3e73b3f776617c712b40b896b
BLAKE2b-256 7ac9e528e4441b12a61a47d89561b1d5872fab4cae39e3f07211eb630006e065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f57b7a02e83d6e4a205cace6dd63e16b61a641a1da9366d9ec4f2b849430700f
MD5 76c42f6cdedab7894f738cb67286c2f6
BLAKE2b-256 60236900d7778aa1e694bbad60e1013bdbf0d357460906bc9e6284f4fdeb66af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44174aa4dae4db158e6f11a4ea696f1991d43ccc1634aa0c189daf03a9ced5d7
MD5 d5e9ca1ee5dfed3976c114394a6f9ced
BLAKE2b-256 2697c381500c23df329fc3855c6fe1fbf8a372a975b32a5dd9a22cad9ed5760c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bc181db59d53e407650ebf44e63ff429c7bc25f9c346edddce1bdff1af436617
MD5 a20a6be16cd755ccb99ee3af362f7748
BLAKE2b-256 8e2169e9717420ae4b93a2c63932be63ddf39328a9b4f9b7c3da374d43c2d7c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d1db7bc758455e6f6406d66e8b276b80dda5645877392a100d1ed7dda6aa7ad
MD5 00673e2bf5f3ea2cb773b98e6f02e3c7
BLAKE2b-256 df7d9d99e04deb37efe0a5fbc8453ee75f243baef091729c3020cbf2f8b14350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 22bc6efb0f9fbb1c2e005ef1b94374568945c711bfb92f85916f66a819a5e6d0
MD5 c8eb64388c3ecd3697c37677c7c13efc
BLAKE2b-256 17156f0609b090419e03b3769b73bf4ff3039658c6a3c96e40f7a20e2d650aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e3fbaf484ee68437f0ec589bdb1dd6f1dccc01fd6b72eac707e858b407521fa
MD5 5d9a0c446f29ab2f02f33b1442ad8910
BLAKE2b-256 c416f3ee0fddf1b7f40517f57e86a43a5986a6c6d42adb2a23dafd7b91ee64b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b9da562d7d7707d5561ecf4a27a361fd9f4856f39b8491a0753c89d8f39674c
MD5 62df8eb2eaeffd0f50d861c21da79f9e
BLAKE2b-256 96f0cd7b4685f6b70326c3b9782896e098dd73093627ef7832157f5744e388e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a72a7cb67764adafbac7ddeeffe539a738309068e2b2ac89cbd2f498383ce537
MD5 6fe5840949e845f5a6548335660146a4
BLAKE2b-256 1fa2922f4b9d8a1ffe5c6d4506c5e5795a410d2023736fbdbf0ae0bc23ca4d0b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-24.10.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dd9c966e5fd8d7b0a54a130c5ad38ef581fd93ff4c44b6e73767519860da6ebe
MD5 4d5bef0cf96f89b3b3b49e8d644d30ac
BLAKE2b-256 492bbd4636518b8c40fe62619b4141acf8f92f845757daf9c74e12b2cf39a5b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 539af6b66c6b9faca2cdd903f0a7564c85053f1faf95e9a37702df578ac37085
MD5 3aa4be8217dc4eca233466e18eb56a81
BLAKE2b-256 733311692fd75827b92bc1f647c5694b52e97bafcb1d238c5c0a3f68e4856e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 103097b39764a0a02f1a051225ea6b4c64a53dd37603424ca8a1e09be63a460b
MD5 a783e685f36644e04c3d87f9fb12cbfe
BLAKE2b-256 bfbffdfcfad38edc27eef4984ac33a603da5e4e797a7949ec748add6d7f638c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6a04df4732bb7fdf9969ddee9a16a829e7971692fefdcb5baca760976d23e04
MD5 92e49de4b88a047a5cd15d40d6c68176
BLAKE2b-256 101707a98e203fd6530d77fb9f8c98f1bbe85b77bd5461e8866836231ac32390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aabffb8b86fb95cb1ee5dffa315c9bd68fe20a7fe7260c0328679723b0257b7c
MD5 73842fb380d650a942f89f470ed652ab
BLAKE2b-256 6223bf844b0bc7bcd16913fcd2db6e7361d55a9b7045b27e6d2d3fc3acfd4372

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fa190663f964583c8dbbab06bc863966e6f7eceaac8aa67c3ac0fae0a0a73b80
MD5 07a506ece84f8b45c2944f0a61ceac19
BLAKE2b-256 e4df19a8b8b12b59f36197be2ebcbceee295c0beacf858ffe4f3e0ef30e08d10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44dd79cfefea24f9bb630844a25047c3807e02722436e826ef2aed3d646190c1
MD5 6b6eccf394baca30e79a563d1fded4e8
BLAKE2b-256 2aa5af01ad9f3a419aad77d13f6457d0a18aaadf1a46b31160884429e8a75eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 562b66d8b061b9cfae1bc704b0cd5d2b255628d86c3639ddc16e4ffa3ebf6e7a
MD5 378193342e0d85eb6c8562bff799bd68
BLAKE2b-256 16fc4f1556a2bee2831b83560894974d561ae9a70e4598221b613da2e419829f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-24.10.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1a5012b7d047b16470063f0b8d003530e77362809f38cd7e601efb625c7ca71e
MD5 2ba03d8b15ea2f7765e6d8b2b79b37b1
BLAKE2b-256 8130b8132ae49b612a7ee2baf4b184d11f68c1f162d7514f3f9feb451ca808af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-24.10.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 81b4915081d148a31b64ad0314d2f609920b8ae6a24d9a7e4ddaab7c1fe998e7
MD5 b1986fc75cf1eb05ebb1f8be306d84c0
BLAKE2b-256 322457bee45d69d95d8c697ac8a691fdaa019b1c258a78eea76b0a5edace2ebd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a11db551555c58606ed3dfe359a9a502e44350ed3ecbd59cbe7b0093bd020418
MD5 17069cf440bb505fc8db0da610938705
BLAKE2b-256 ade53e93878c3253079801c6ebba2bac8b8d6c71c3239366372e7587bd8b6dcf

See more details on using hashes here.

File details

Details for the file gevent-24.10.2-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-24.10.2-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a93f249a40bda8c42cbeefff9582b22bb1dd769da56b4cbb824038366c4202c
MD5 d1019af62468395bad69ba8b8663b281
BLAKE2b-256 22818b09da81d62271f53cbdd3c0d41de96d4c118cdd810cca96da6dc913db66

See more details on using hashes here.

Supported by

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