Skip to main content

Coroutine-based network library

Project description

gevent

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.7.0.tar.gz (6.7 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.7.0-cp315-cp315-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

gevent-26.7.0-cp315-cp315-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

gevent-26.7.0-cp315-cp315-manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

gevent-26.7.0-cp315-cp315-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ s390x

gevent-26.7.0-cp315-cp315-manylinux_2_28_ppc64le.whl (1.9 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ppc64le

gevent-26.7.0-cp315-cp315-manylinux_2_28_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

gevent-26.7.0-cp315-cp315-macosx_11_0_universal2.whl (3.0 MB view details)

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

gevent-26.7.0-cp314-cp314-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows ARM64

gevent-26.7.0-cp314-cp314-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86-64

gevent-26.7.0-cp314-cp314-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

gevent-26.7.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.7.0-cp314-cp314-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gevent-26.7.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.7.0-cp313-cp313-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

gevent-26.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

gevent-26.7.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.7.0-cp313-cp313-manylinux_2_28_s390x.whl (1.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gevent-26.7.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.7.0-cp312-cp312-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

gevent-26.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

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

gevent-26.7.0-cp311-cp311-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

gevent-26.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10Windows x86-64

gevent-26.7.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.7.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.7.0.tar.gz.

File metadata

  • Download URL: gevent-26.7.0.tar.gz
  • Upload date:
  • Size: 6.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.15.0b3

File hashes

Hashes for gevent-26.7.0.tar.gz
Algorithm Hash digest
SHA256 5b333a556e38a302b1b8c80525bef16d437e16f1e7767947789406841856a102
MD5 3f55c53867006a09adb61d116f693969
BLAKE2b-256 9f5c92002455a57cb3634383e2b822e3bccf409f43cde34528e46428971475cf

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2918641ba756f46aa01ab9dd82d6dfceec403c77c2787298746b411dcf0288e
MD5 3420ea5d47bb3e98fc02c3c56290c5d9
BLAKE2b-256 0f7a151a2afcacf487ca25faf8b1bdd6c5b4ace2f7c1e6b4eaffe0a5e6e1df61

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee1b389587e5d5c1eb19d0455b5b4d7a0fb5c5287af4e226ec66d9dfd2548107
MD5 08ed08ebe3ba06feaa4b9cb00acc1eb7
BLAKE2b-256 9955622468fa1a3c4cf51f20e14813f5cc1592fe6e44a42ccca9195a0b18c769

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df75a1748b26030f2f7f10042cc45640b22954d9d0dc6b4b6f0dbe0b6751a2d4
MD5 c855ede194e518f27b62a83b5e1fe7bf
BLAKE2b-256 a167e945ed458fa98b34572876bfd0d35fe4fa3f1159f43660b71d982b7cb63e

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 2e6c917b2b8baeb6080797a6b25e35e1fd784319a05bb92b87c53546e5578eb2
MD5 fcd83fadbad6201e9f6a08ed90d7fc55
BLAKE2b-256 2de0c5d666e6065652918cfb6e6a3cf8f721d0e152c57cec217ad81792a1323b

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 01ceab7e608dc1b9859d9511a0a29d7ce2e7d909ab19fddc860e70a2ed5b10ce
MD5 d3441aa62ea8b1dfe57f5b8fd9e3adf3
BLAKE2b-256 97fdd285212ffd5585d511299e13e61d76262def8e826e9f20c92cb85df406f2

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddbd3cc76b9bc69df651a216c2a62fc6415ad463b3ac9c6cbbbb8b7b8224af17
MD5 a9fd71b6428743e62d9bb2b2ec6cb7e9
BLAKE2b-256 b8b34620f1ce81ecec9890229806c73f07dd022e40f76a552bd430391e7316c4

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp315-cp315-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-26.7.0-cp315-cp315-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 3e3d6e20a94239ad353b776e72b8ce18c35dbe4e98c279aef3932651553d8404
MD5 7a9115a9211956d8d8a061742a0b26f6
BLAKE2b-256 213a47f29f632aaa38aa12410f57f1732fc50bfd4d4006d2e7e022ce731cabc9

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: gevent-26.7.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for gevent-26.7.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3871f4ca59ec2328c3ef638a0fe01a28a825443a133368dc78eb5ceadcad7609
MD5 64e7ea1ab49b94fecdfe8d08334b56d8
BLAKE2b-256 bbcd413f293e54961e5c89c54235370e3603ec0f561e7ace8357980410efbf78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.7.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.5

File hashes

Hashes for gevent-26.7.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f11b558d544ad2249029ba023cd6519ec3a0eee54a3d027e6515c1eaa322422a
MD5 260476ed3f6566fac21eec792429057f
BLAKE2b-256 598958a545c4eda33e106d6887a0387adc2249abc14c779e3eb88bbfdf3768d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73f3d53f2f390369e290c933b75bd87f1f2261f2f2f2175aa667c43ee3049bad
MD5 9dac17dbed8c7f7c605b88a66996ac73
BLAKE2b-256 b0d805a294165c17569f04284ad3c889684c8780544885b4cdf77b1432947d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 15373c68cf1fa14114bec2f09b16e2c65374bd5309e897e0a28740b09ce329e0
MD5 b321d880523084d191b4d775116c18cb
BLAKE2b-256 b59809f2cfaa23dbce48e3271e95b0d003f93acece6b5cfd40f4cebe3850d79b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f8ed457dd616bfe6682569f92730f9ab45aafb1aeca5e80eb2f6b9a2ce26d11
MD5 65d4da933522d286ffeaa0d623168b21
BLAKE2b-256 728b2f36c0fa389fa2b7ceb5a8972b0e7da7bc770f9135315cf4246c607ca5fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 475848518d708e07d1987c3d94cb8ff53e2b3a69df32e39feda2779cafe400b0
MD5 9a34250e76abafb635ae2ff8da360ee3
BLAKE2b-256 e187832495d8fcc05ff7432f038b7c4decbd5632425a2cd5da2ce73cb2d800c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 67983607eb6c7bafa362c5c43b69a27145b936c34a3d6441ed42413d62fae0a6
MD5 8d3766ba1440524a7bd8101b088ee79b
BLAKE2b-256 5b5fa6b32b4db3fa76bd8a070f0f46f5306123bf6336e7a0ca0cd2f9b99473df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 740050b53048207b080a1e183a377c47809ad0b7b7b0cd7eab0dea1045f7e480
MD5 4f1e26d93afc0707507b5b7514de9b85
BLAKE2b-256 5c3575f27c06a82a5b22600aaccbd9567d89bb4091be43e96c02981f10aff23d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 0e0e3bf7ae0f82dbc5c6be26b4781e86c97f1e28d516b7a9746ac8b04bcc6948
MD5 4a231889af017fc0292c0638a707e65f
BLAKE2b-256 c1bbab60d496cbdc0293ebbd6c2070b34da0632bd7a2ca20163c17e18d2d2dc9

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: gevent-26.7.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.14

File hashes

Hashes for gevent-26.7.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 9f08b1aa6729f794409ca137e25f671e0d9bbda4451200c5e28a769375365388
MD5 2834a9aefc1566d4e58e5cdf85af4135
BLAKE2b-256 e1847297c56b9fff463c4ba2f685dbb913a855df903046dc68d14e8655a29ffe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.7.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.14

File hashes

Hashes for gevent-26.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 44e5280296129c0915addaefdb37d6e9bc124a77a433b1b1c8ddf1853c53f4e7
MD5 aef80a0f42abcddb2a9b22fc903faf89
BLAKE2b-256 fc4290b662f4eb27d7727d4619d5c6be872117f1a9f187b243ec7f6fef988ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e1dc6a2712de67fd210e1f1a408601f6908b042f6420e188106f2f37f94ec71
MD5 33f3747cc8250b95011db83b456b6b17
BLAKE2b-256 40d6dbae1cd2d27b62664cefa086035530eb21203d45b12f466272441c048c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 055a643026dc28daff2be228555a2097937448cc9b58307edebcf81b9d78ff4b
MD5 9a98b039adcd51e87d1fdc2d1ee0aa62
BLAKE2b-256 c009abe8217a8fcd3f0e94c9eec024a5499c0f267cb269ccea6c0e2e812319b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b753522498118c9489753de7c612d4baed0edf384d9df2bf9492233ba1c20ff
MD5 43889cb9cd7f8698316b226c71d77eb5
BLAKE2b-256 f133f5651942a5967483298b6ce6f45572d33120dd0fd01c8991d3fca5b1e8ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 30894398d06747b433c8923a6a77ede61259ce6822a99f6c6e7fa0216ccb73c3
MD5 f0855988870091d2777dedf3aa2218bb
BLAKE2b-256 dd3886dd67e5c2dfab016a9c935b4338d6cf8f9bfa72dc5a0f3fb879d993127a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 8260a3f38b05fcf3c283417b18617562dbec74f5784f748e4ba3866789d7f3a4
MD5 f85876c2fb5b699630b098a4bf8dc2b2
BLAKE2b-256 599036f2258f1bfe8601224f6159066103b832c31e1451ce8dc2cd2408b6ecf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 449857ce058183442e2d71d83ff0c587a3ddff631e93c6d19a6dffb4814eccad
MD5 fda92961dc77906174e491e1fe4db21b
BLAKE2b-256 3c6cea2d0afbe760c18df5bd1631dbe5a73d840d9b141cb71e6810157c2ae28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 b1b89eb5566f75aa8b2bbdb0308e1ac8d9113ca7cff85b45366aea9faad639a1
MD5 b4be62f189f50c8b4b769938bae9690c
BLAKE2b-256 75630fcfbe3f5696e56424f331ec41e0e447cea79c384848d6019e3f7f340f4b

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: gevent-26.7.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for gevent-26.7.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 959effe0c56cdee0bf761e5c4e78ab62880be147a2f2aa31112ca2f7e5754e53
MD5 72f0ecef54dbb41a002a37f99b114c36
BLAKE2b-256 6f7a7df1762ccd9a40ce1ca626f50cb7a75758f2c930aabcc73c91cf00cb3448

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.7.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.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e0c9ce2d80fc0f8894d748a1045ff26ad188e294bad656b29839271800827c85
MD5 20b03bc0fbaeaceb77a5a2c1def6af65
BLAKE2b-256 08fd44419d7559a95e238ee45d29df30bad78a91d343cb27b13a6af552b907bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d989a1ad6cc54f5c69bb7304360f98b4fda80da2b773f1047db9fba61ae7379a
MD5 ea86f4e6e0933a27858f6123290c5ae1
BLAKE2b-256 734cb996cdddca78eac435195cd97dff590c65a9e0052640bcb6f8b6f1e30b1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1956032a9926ac9b4152b2a50bc5a2cc020722ec16928ccaf32e227ee0aae47
MD5 7e5027af073d1543e18b69446df18c3e
BLAKE2b-256 42881daffa63b257c381df68018e4d3da72b429955cf95a171a46d3220422c8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaaa75c9014df3f8c310c64f53f1152af8c6be32e82734396bed91e1d0e6f35c
MD5 940bdf01802c6a7cef59bca9c1248f4e
BLAKE2b-256 31524f9b4c536b5a0424e328d5a5466640d185020f1f0b08b2de0ca939cc0a0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c25b3522072137aecf3389031039230190038f888e257f490b3897d0e0620f74
MD5 93c79c926dc35c82ff06f4e69bec21b7
BLAKE2b-256 f9892647bbbf1da35a1c271a54452e76065308cbaf684ee32a79f989ca4265f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ce732fe08d0ea65de07eff6e46bade8ac6a6fdb65cc748c713f3d31ae122529e
MD5 e3d50897af0b9e48efabce440155953c
BLAKE2b-256 c46cddfe298c2ecb1cfc72a03dd69ba751759f7e7835d3135f171b284eb09ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0e4fea187c5df7168b9538b4f543fcb0fcbaeb93be3d6cd499c324652c740704
MD5 52ad60f4c6fc8dc39ed0b481294ca4e4
BLAKE2b-256 6407350d87161378633714184828bdc57c66f9b525eca5249ad1294dc7f8cf58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 92f256285fb43a57f152bd2e51a59cde1cd0b20869ae1e6da583b6beab88ed8a
MD5 bf88439c32d50ede834d1abd51fa4fdd
BLAKE2b-256 2b66104590ad3a9e671b3ef77ad19c1cc50e7f1c8c220b27ddfaf34e5f88bd9c

See more details on using hashes here.

File details

Details for the file gevent-26.7.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: gevent-26.7.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for gevent-26.7.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0f26f9a8c32ac0a73f6084c59b63deeacb350e7f1fee5301d95c5e0683a390d4
MD5 b86a8d88e1c12c6790aba540a9b579fc
BLAKE2b-256 02b1d1b1de89677ee39e641ad8501ed72c2b99f1ddba1c14c462675f40b37a66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.7.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.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 514bda3fff741d7e5ab108ee1d31550a7f4b2fd3dc6e3b6f38dfb8685efdafaa
MD5 568e7e2e21f9dd9ea69becae8d7307fa
BLAKE2b-256 a3674d1e315ee3052530fa8537e0cdf1f9c3a6606740f7372f420c7d12d5cf82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 15fd2d88ed5370f8084079758758df91f26d2f68575e1ee76fce604ddba83e5e
MD5 1e725ab216871fef28a9712a0beb7892
BLAKE2b-256 212390bb7d0c6f59d2973bb8f4bd3164be00e466823dea01568e0cb36f2afb77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d5d1864bc3db92d1f82d1790395eda99f98b47fd9f7ec02c4e182d7828a8251
MD5 ecf5a086a9661cd16b555af51efc5d81
BLAKE2b-256 ac644892fbca47aa4e06b86aef96d6146bd61175b23b7db431ec7937d73b2f72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c97ca98e1aae427a267eae0fbfe8d0884327e6b1cd51fc2ef6642b8b0b82701
MD5 6af78814f70cdf5313f1c3b100d9ef41
BLAKE2b-256 5eaae2a202c03cff4f49bba54cc321c3afc29eee9d6fc452f4aa94d2f00e7d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 e4042da317a96d12110831cc404855f0c501a5a5aa476a7a18c3b480a5a59233
MD5 41d5f33f6527427a35587cf61d7825a1
BLAKE2b-256 e9edee7eb2f03a38a4f33b0f327bab16d3158b3a794588a84dba739cbf4a3e68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ca4019899830471910129968251c795c8aee59e225fd16326ae01c1f93f3cfa6
MD5 46e896d1bde2d4204933ccae8d4b3bc1
BLAKE2b-256 ba565a2cb36d75d3b626d6ffa116673b34442bf5afd6f7ab4b98e512c1b008d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f7143823ef99bc657534a2b6e8cbadedc910750cc0b4f4b4438a58d9fe43ab2
MD5 188a5fdc1a351da205b60e447b289639
BLAKE2b-256 935153370896942523c333699394ccad379d186648dbfb913f42ce094ddfb4b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.7.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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 55ce0b7f87f9befcc788d77eb039b1de89a35f37afc31942e12c7ae090a563b8
MD5 71eb1f6bac605d5bf457ec03f2c8f813
BLAKE2b-256 6d3848898f35c2092d699b755b01918551358db72b554c63f553c8f027d2bf31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf4b946b47cc6fdbdf9221f891db9a44df92166435c027760ee7dbdfb4039adc
MD5 650a8ecd6c5aececd171774e947f58d9
BLAKE2b-256 69796ce781b60049060e9d89b3d0fe60940353adeb39856aaad5ee925fd127e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.7.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 80e98fc808bd9cc5c911d78a443d214bf0c8f96c9fdd296893df7e40364d5f37
MD5 8c1f84d4a32409db449ac2eecf502774
BLAKE2b-256 d960878d0cdef05d952ac7f17ffe385143fb0f3720afce0f6ff5ddbf7aac0342

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