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

Uploaded Source

Built Distributions

gevent-25.4.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.4.1-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.1-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13 Windows x86-64

gevent-25.4.1-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.1-cp313-cp313-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

gevent-25.4.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.4.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.4.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.4.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.4.1-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.1-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

gevent-25.4.1-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.1-cp312-cp312-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

gevent-25.4.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.4.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.4.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.4.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.4.1-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.1-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

gevent-25.4.1-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.1-cp311-cp311-musllinux_1_1_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

gevent-25.4.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.4.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.4.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.4.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.4.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.4.1-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

gevent-25.4.1-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.1-cp310-cp310-musllinux_1_1_aarch64.whl (1.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

gevent-25.4.1-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.1-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.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.4.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.4.1-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.1-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gevent-25.4.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: gevent-25.4.1.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.1.tar.gz
Algorithm Hash digest
SHA256 9c59dd3aab086092510860a5c9d237429181cca96e684ba052d27e6a45c78345
MD5 4644748f281b56dd025fe18b8c4de515
BLAKE2b-256 ca095ac96eece3f119d6d43694d81f26609aaeef00e5e306f0bc98afa7a57b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 82449386e57237756b10f284cd51172edf4b3866ace143f60d196459aa411c32
MD5 53e682e18f440fa8c349d74207d02727
BLAKE2b-256 022997ebe46152f89919863d36a183f920870269a0f47dbe4e0fe3c2c0f5dd38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 88cada934c24de811df209d4d5d0cbb78f88a9c3f06ba491ff08c19f6625f9fa
MD5 48e25c3d749c2e86e1dccc2350ddb4e2
BLAKE2b-256 c86f29b9f50012e8d9966bcfe89879964629f00f885e7602375f673e4fc8839b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.1-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/6.1.0 CPython/3.13.1

File hashes

Hashes for gevent-25.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f5f51f6fb68e8c47a02b9c16634bbd9b43b2ff6a66c52c71e6a406dd6b07c80c
MD5 39f040093b64a09bfcb97d71987f1b50
BLAKE2b-256 6c144b20b18a40dc053e8e5b87b1e4d4539e23657c2f286c4ea5557294956150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cfcbd6cc35449d9346234227d90253bfc2c015027e6b076b9c205633ca7e7ad9
MD5 25add3cee53551ee195e7b34af48c8b0
BLAKE2b-256 69f2653d1fbeca9a972d4f8e596bca9e733c7a32a658d23cbd7cbc43e7664acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 702ca9a4b75f549c235da6ab9d43fc5261ee7aeaccc6de40f92c43917593ec7f
MD5 31e4606d5bf66e86e6a81a55581fbd12
BLAKE2b-256 dfc6e67ff494ee8d26b31de98d195bec1c1da94bddbaa8dda28ee4d2fc4b7a1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec53625dc995086f27bf49be425f3111a8105e04385830266c021c541bd23998
MD5 0a1e7a105b01b6708951f85460f03b0e
BLAKE2b-256 4381da674c856e82ffa40b6a93db1340d4e6e854b9092401b3fc2cf4c7a6a69e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 61cbe95833751648fae1aa62d50d386fac71658f57ffa76b3140056f5b305086
MD5 12047d41261b3481842534ca01b920bb
BLAKE2b-256 f7c097724da4a7c130c2b2f39d464cb0ab7a24569974d43c749d5b5aa296cd00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 036cfaf14f90bd8aa57fce4a875693d3712c446371f3812eb113860f7393f670
MD5 9f24b1b24a98d1c0fd9f7a25d765568a
BLAKE2b-256 7c4eef93ead0e6ec891b72aeb891a9c326007016f722514a52fb124414405ed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cd8762bae8633da18884074a3b7ea1384c1c64131ae6e36ecc927675df258e1f
MD5 bc62b52c9dca5d96edf561cab9ab93c6
BLAKE2b-256 9cbd4424cc294227e688e82f948b6287cdc8585b81dc5432605b65c9c3a755b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 347c60704fa8b6b3110a376facc69ae405ab4d8a71cb1012f2de24e8059a080b
MD5 e966d59e7eb1f1742dd63566186ac212
BLAKE2b-256 ea8a865f524bba2247618e8b1925c9769c52d90069521a06ed2e498eeb59699c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b661ead80588352ba94fd55f64432e1eb9a55a259c3a68872377e3c90b087939
MD5 b15983fede28e6a41f7a2f41c35506ee
BLAKE2b-256 460bbf434ff1bfa97ba27a00fa658323ccdbd847d12302a3ae958e10cf9c90e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 63b906c23cc27343d74e605f3ce6ee60947b912737e50b5e1b1a56e6adb54ad6
MD5 fe0b465dd11d0143e4b1e13b49976a43
BLAKE2b-256 511700e4f70b76310ca1f1bbe9f3f52a1b4135fb25ed74a5e69e54a9623a6acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f8c584b946f1b476f23bf03b64c4e21f8e6273faa8cf8c91e199491dc1a2b2e
MD5 08c0be9465e55532ad0374cc3850d61f
BLAKE2b-256 7f2a6804db208b8b64f6750346ddc2f63acf6603461a08b3a66f583d4083f380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e940d31f737925d084bcf2b593e0ba04ade04c9cd21a6230b79081af0cd8fb23
MD5 86c280edce8958635696bf41623203aa
BLAKE2b-256 0459de812a57f7a815669aa1804d0e4b34505e54ceeca6911407d6e9a388bc4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8e5ad1016f7699b6b22186509c64d1b1fcf4df179420062adfebf22fc48bad32
MD5 cf85f1050a9cacf4c1f5bd6f3a2ef2cc
BLAKE2b-256 a2003b6138a444cebbcbfc396e94b5d574d4c4698c99925907a3bc9b4c77c994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7135b10f82864e40d25e877419fa1f90f770dc568917513af0e5ba63910e0067
MD5 03f0db854c77f7ecb2d825cef57ec664
BLAKE2b-256 982dbf69d09584a2efab508954e0b1d801e174b9fd990031ce982127d76a581d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b43cbe919a22c1b640152ba828dbb72b3b0b600714a481a0240884afe680ae28
MD5 167d69cafeacb9f2d0982473d1518ae8
BLAKE2b-256 ef526094caa546ece082025977aab04bc4438f1be26f9b066d71fc88cf84c664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 6cafc4b2e2f55f84acd52c909a2cfda6375e08c1c294536ced473947869f84e8
MD5 160d47bcf14d0fda0a531d37ea4fec5b
BLAKE2b-256 72e56b0cbd6b602d74397fb8d54a1e708c6b7fc71a2be3fa22a304769a3cf816

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 450cdc9a99c665049eaea2257d3b9c7e1cf9a5a699901b1dfc85f1061e6d6cf2
MD5 fc43cd497d623cdffc052990dc767d93
BLAKE2b-256 8e61fdfdbc7f100cb79f53edddc302a3913812c83c1e4f453fb9ac805a5cdb3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff03881d6b30efb33c110188d6d5c1c10fb09ab299e5ef78db57ae5fc057ea9a
MD5 effb0d1bb1f698cdd63689394eed8021
BLAKE2b-256 259c60bb04b6fa35eb677266338e0e8d7f6cf0b3ad659d686bbf5653e2467ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7052c0daeb260730291a58c6e5cf3789735f8c937557e6a0231d4f46027771b1
MD5 970c3054d1bba291077080a56fafe063
BLAKE2b-256 e2143f353ea89937b5dddfe68cd7e43b8cf275f94fa30d6574638ae873fdc830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb2701b751f36c39d1dd4dbcc4702089f198673ebe3bcafe3497af6026dbcdfe
MD5 408c5e656215e33c23e0ddc51948cc22
BLAKE2b-256 3b98f510e405a655171165f65f1557ad2c8597e31a1225edb887d96d2726d2f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fa9bb5133bd50e46d3a8445eb8da829150212d6addfac6c89a2298281e5b884d
MD5 9799b1f11d868fc93e9a6cbaa9bdb550
BLAKE2b-256 a8481dfafd579a864ba09a0bdba6cd3e96a786bde0fe11598ef7be28624e76db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5a8e5660925285b7befb1ecbecc8d44a0e91cdec2b1eebc24006cec564ab8ec5
MD5 72451bdb2978718aa64050d0b26d563d
BLAKE2b-256 10f4cb896e8c917b1d2f5b364009d2a46cc5da53f783461b7656babfd309527f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cb0ec13cace36c38ec4648a78ad93192f45981d1e79f029d456f8305a2ca2bb
MD5 8bdde0a52c71c194659d74f375dd926b
BLAKE2b-256 98f4759386fe2c832ddf3b3b213c811978c057a386e5cd053e8ff29c46e3d6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b59c8e7c19b12d04be133b0cea311239069e816e5a7aefc871f3984ba3bcbfb0
MD5 ad1352b2d20afe580231a5fc38d9ffc5
BLAKE2b-256 c88c37ffd3e26fc94f28d9c333bdb56f173e6c9a3317315058aff30c32f6a0af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.1-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/6.1.0 CPython/3.10.11

File hashes

Hashes for gevent-25.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c82179a3b1783d0ecf2a11e2040f4f12d7e1925c31e888fe69217cc4e2e21ba
MD5 23cc0d3b13a23ece668f9990bce4527f
BLAKE2b-256 89cc9574fad1c7aac23681d2dbfd05b21d781332c539a30f2caa315829547f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e810fc35e4bb8e90fb6771b7f4694e0baf6ce28d1e4740afc4133834eca8b219
MD5 00b96e5ad336ae18cb338505b888fa8b
BLAKE2b-256 da135ec06ad22306e85bd5d69bcd49cb0b51e5370c3d534971f8a49b0c7ac4d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 43800850e138913557c96e4a45f86e017b52e5bc63d14395ffd73ebff26e0031
MD5 871fa10d1378e3a1bca6ba6104dc0997
BLAKE2b-256 0735cd42a3a5181008861852d2cc999624c808188b4acc40a97c46751e7fab25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b3154899cc60ae1814fb232b6055f8286d7825250d9e3fb06c4f52be126e46cd
MD5 d46149ee7edb02a4ebd996770899aff4
BLAKE2b-256 5920bf62bd5e930cc3c60fc7a1d5b4120dc53b68625cedd57fd7671c31ff9dc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1bdd383c77a47e041844a17cb43c15c2e1e0b2749fc85d4a2cff14307044b78a
MD5 6869aeccf0472decb49aada0b12dbd11
BLAKE2b-256 c9ac3d2e42730154a1a408d40a65a015c01c0cdd40b9500a73dac6228579bf18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2f31e40ecf11e19150c11bf6b2977050360020ae6086d4c21f94455e3d0222ee
MD5 dfddb4c57489ab8bdc9417ff9278fc14
BLAKE2b-256 a3ba430d7c96149d2ecf5582ff9495e88a01d4cf7f455d5eee4e2c0fe9f827e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e98cc6262b20471285f8d81e14155d0d4c2a186d31d49b48b71ab5ba6f24d687
MD5 43cf0bdf184bb6533001a519deb6061d
BLAKE2b-256 3b7942e63b8b7c276355d137de68db6f45787e6e5e6b13890e87da0ab13aef54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 29d05fa5e566d04ca509d2c25b15f5e9b123cac4f2f96bb85e110740860e107f
MD5 1be45e13682ce86fec23b7ee7dbfe315
BLAKE2b-256 2a4cc80315d0c334b16ff7b942da7a7973c375b917037456d19e4346da537577

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.1-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/6.1.0 CPython/3.9.13

File hashes

Hashes for gevent-25.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f3de1700459dc16cabaca4609ad83f7cd1371db445d30da1d4aee2e7674ea123
MD5 af6b88f43e12fa600c169145208898cc
BLAKE2b-256 74ed6b09cad29ab1dad1e5839ef3116f85a6579c1522de5ae9b1dd2f6bc2a13b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-25.4.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.4.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4e0ad8db3711e56c40d37a1b80c61a27f7523de33c5338498ceb453f837a3368
MD5 f4dc8052afd11e97788b9d251e74f1c6
BLAKE2b-256 3b2283c85cbeeea49becb38535f821cf78b6099315c67b00e520bafb554bf377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee11cd11ee7fbe5215b6d37a9eb32a49fd210540d757648dd991128995e73575
MD5 7db048c38aca3fca96e85829052b595d
BLAKE2b-256 3fbb7b1189c3f7aa7c1372b11b5751ba9e6c0d6fae0c113b92e6def4dda6856a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-25.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 832dd696e7bd50c7f141c3af0f9470bc67128152df040580d39c22084d9bb3a5
MD5 567a2f67983ed1d3022858ae2e1aa0f6
BLAKE2b-256 a99702af010a6409cda8cb06e47150bdb4af22b0458f2b6623cf3b30a65fe637

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page