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.5.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.5.0-cp315-cp315-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.15Windows ARM64

gevent-26.5.0-cp315-cp315-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.15Windows x86-64

gevent-26.5.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.5.0-cp315-cp315-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

gevent-26.5.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.5.0-cp315-cp315-manylinux_2_28_s390x.whl (1.8 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.15manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

gevent-26.5.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.5.0-cp314-cp314-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

gevent-26.5.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.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

gevent-26.5.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.5.0-cp313-cp313-win_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

gevent-26.5.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.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

gevent-26.5.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.5.0-cp312-cp312-win_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

gevent-26.5.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.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

gevent-26.5.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.5.0-cp311-cp311-win_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

gevent-26.5.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.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

gevent-26.5.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.5.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.5.0.tar.gz.

File metadata

  • Download URL: gevent-26.5.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.0b1

File hashes

Hashes for gevent-26.5.0.tar.gz
Algorithm Hash digest
SHA256 1655eb04c1e20d71b2aa4a3c7528162dd58ff6cc46a037af1f01f534c80fefba
MD5 1222f4fe59ac71810048ecb4c5e76355
BLAKE2b-256 c4cb98aa3a299e2fc4a2372b5d124863e02965b64579ffc29fe54d0641e65b2f

See more details on using hashes here.

File details

Details for the file gevent-26.5.0-cp315-cp315-win_arm64.whl.

File metadata

  • Download URL: gevent-26.5.0-cp315-cp315-win_arm64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.15, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.15.0b1

File hashes

Hashes for gevent-26.5.0-cp315-cp315-win_arm64.whl
Algorithm Hash digest
SHA256 f7067564f139e33bf26a31ee3b13d168d76eb99a44b85ced626652b158baa80c
MD5 932bf4083fb102ec536854001d23c011
BLAKE2b-256 1195fb74a2299c6a2d78d9de12deaaac640ab5d2ef96a8e0f97a3ff84b9ca84b

See more details on using hashes here.

File details

Details for the file gevent-26.5.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: gevent-26.5.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.15.0b1

File hashes

Hashes for gevent-26.5.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 aae214952fd38d27a42dc416bb70193962ec932384b63445d29bbb5817a1c042
MD5 14e65c0dafe8e162bae54b5ae2dce4ce
BLAKE2b-256 b9f5af048b97433d7f9a7df7f5510b2c46918b7d073dcfb3bf6d0ef0e5a83dcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2239df2f7570efa03736678f3f053bb1bdd22a8a16cd28a2feb7d32ea5f533f
MD5 f133bcf0933d02e77eed708297006471
BLAKE2b-256 828861e854bfd98ac22eac78a97fc6db10de0f9ace46514072b435c217168729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e29fb4b17d9958ec8cb7f6339a111b29bc23f2c2efbef86189d1248bb4862d17
MD5 7829d88ddcbd240662a53d3ed14c6195
BLAKE2b-256 83590f584f6b1170c9a6abd9b70ccf5e9cc5ead34eabafabc0e21876ef0fe6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3bde0f140a275b2fa88e4b6516bda85551930e10bc2fd95e18c1b7d11cb780c
MD5 4733d6c817cb10c32f540063cdd80567
BLAKE2b-256 a0721925215fc720d2561fa3ec8d4af5f098f8d0cbfa76a45fafed6e5ade7718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 1c6293a7046bcc6f3d8972a74b19cd7a4cfd02d3881edf0fcf827aa514bd247b
MD5 1fcad6669c0a64dbb8a5eae4083e9e93
BLAKE2b-256 f64ff48bd47d5287afb0fbcc56165f3ed47583f1803bad401653fe27e71ade2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 7da34aef7e87c43dd3662e5785e79ed505c01399a7cb42876d2d8925969fd75f
MD5 3ecb94a70575f9f9e0396ab2d938b5da
BLAKE2b-256 4296548ca77aed5cb9a44e855a6c23ebceeb3554a0ea9ca0c01c311878899a3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 af5ffe9c11ffb8a39b6bef2e8b722aa2043ae4980977915c6aa8c68b4bc26e46
MD5 7f274baa7d0114eea6d847be84382826
BLAKE2b-256 038371c2a945e80198422d1d93dbe67355f249fb456b451bf9201199d3ef6a1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp315-cp315-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 2e117df896a2660c9ebd4e2b5afc02dfd6e2ddf9b495e787e67c72d105432b09
MD5 ef0c470adbe0c172df7a828abde6aebe
BLAKE2b-256 dcd5b4c50adb761878e3c96642b9f79bf44cee3120f3df55cd40876f51d89866

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 2a0f5993a04b95a35b3a118b1a58ba272833f9b547b774001dea29f90620882f
MD5 e33c3a88b2f1e64ef4bfba452f0f8f22
BLAKE2b-256 15d29f66eb53434704402be0ba733bf3320bf589671a4b76fac52a7d6077e972

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9c414935ba5fc88359110968851d3616f119082c937390d00a1c0f4f59be814f
MD5 58e9a7f3df984a0337a0053614826cc0
BLAKE2b-256 9e4d284fcbbfde66fd978c2980c1fbe0eabd586af6e4b728649e9cf459e8b38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 032157cebdedb84f2f52cdd980f2f5f2623eed6a8f083aadf44b44c47f628642
MD5 dde5aa31706890f42a24e169d7bf707c
BLAKE2b-256 cde8fbf911ac3f9524ecfaed174d100fde671904ab8db92ceaf07faaebd13386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a47cd2d32f6404212d374ad8014a3491d7477dcf0cc09c5a2308ad6d325fd663
MD5 2643776401775a6f1b36855701376801
BLAKE2b-256 9c7030fd325c30e04b1e5174c61945e17421d53ddb2450366cc52cef234f8c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 354f35924113abc954819216c2a6ee16751958c615681e0490946e31b437bd2f
MD5 0461e518a8499afd4d3a8b65ab4bf174
BLAKE2b-256 8beb5b54ccff11bc7d7bebd40a24571ccc115d5cdae4f6c32ab457b43b436e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 45d5438d1c84da5df7e832434627624709543630977332bb4e2d05ecca362cc9
MD5 25ab68e993a0127eedfab635ad6ee929
BLAKE2b-256 5c50b47d29e99449bd13b557ffa451401dc13d397a9923f562ef90a4e8514502

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4c964c15076e76391d523ec24202f579a2535f7e301a40efb1656ae046d3eb69
MD5 4b004978c4c2a0244197bd66aa2898db
BLAKE2b-256 28077b267e9754b661defb93542e97731a4df21f8a40dc0f6c853faa717cf124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd1a0b83a04e19378d9466ae0ee2b5937cf1d7fbfdcb916b2aea82179a208574
MD5 7a2ab65aabd9cd0796e5af4bea88c655
BLAKE2b-256 f8b4e8e116fcbcb9dc0bf3acc50037f86e1204c217c8ed5defde68be11b3aab6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp314-cp314-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 75a0050e4b87f08ddee7e56f59e6014cd7fcdc3153046c09a847940515d12c85
MD5 e4b3aa8193b7a4e42f065fb4fba3cc4c
BLAKE2b-256 17557d98d3888e7bb9ad4656420dec69232ecbbea48792aff9295d0ad7cf8435

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-26.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 40cdcdb2e404b6c82b82a4576bdb33958f23fc2deb0d933e9e022b362001e647
MD5 3a4ae628ca2727c6e9318da814d3728c
BLAKE2b-256 2acf1ef1fc9b390563c0f97702f94a557d1649b7bbb5724f9b86c2122747e92f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.13

File hashes

Hashes for gevent-26.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 23569ce0c254eb821fc3dcfe250843dde8b3180b09bae9e222e41aa3fa4885b7
MD5 5d80c094e8031a708960d344ab3f0002
BLAKE2b-256 b1f3ac9a4b0de487e390c5d53a908a9347c0df0102de2bbf3e8603087769191d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d53b1b28f2082a151bded2850b53f6baed02f742d2a1584029e8bd42d457fb4
MD5 6439dec679420fd00ea0c85ed4b3c681
BLAKE2b-256 f841b388b2b1f0a026ea30687e51ddf81dbb783dfb55fac0a16708d2821d99e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b573d5b2826edc705f31f07da6889ad483a6a0d64944ebd8d32205f7c5bf46fb
MD5 138f93927ec3249b07f9f236792b6954
BLAKE2b-256 09d860e8809bde7986e6c4e6d106080b3603fa09b3bb0255fed1a4d8282e3ca2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd3445e4fbeeb46690ed8efe94b8d1d46b14aa04af8866ae7a8da5997828d1c6
MD5 1d59faaf9222d798e806947b2a260af9
BLAKE2b-256 5367f5f30716efca99b6200ae89a9303a7e94dae085b7de6f6d0033c52a37f4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c42bbcd3d453b08ad8915fd3feaf3d44a3562cdf1c7b208f9837149711e16d9d
MD5 b61b31efcf5b09b4c9faadee1a0d721f
BLAKE2b-256 964b514f248f69b2230b69b0bb17f4158b0b05dd4b2cb469a60ab206e9fe7496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 51becdb4c30a8f45c1c028ad7a97bf5a1ed141f74b159a31aa9cc6aa1e6263a6
MD5 00e484f1f8c56b49eda1a0460624af44
BLAKE2b-256 ae289812933dac93560f46910a9e834805fe76f822c408bd1c20cdf299d7c311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d8da4e799431feeb4c9e441ac7431f0baabb9106976790d884289d08ac08359
MD5 80282e71fff39adfe9d37600a039428d
BLAKE2b-256 7411c7dfc773eb43331a682efed610b49df6e976331f1b0e1c592a0c35d29872

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 9b4d3f34c913d1a6bec6d030365a517f3b527a9773b12e58cf56c3339bbe96e6
MD5 217bd54976bd57a3a09805a0f0ed4ff9
BLAKE2b-256 7d475b992ab9c8037633cfd0fe698a97a878f59d8eb53c381e91e9a1a76fd215

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 1.5 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.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5c5ff29495a2eed2a244de8150f21893d6c1b15d8b4b5719ab4bbfa06db1e28f
MD5 81d7e1e5ffd0bc552eb89f21a490241a
BLAKE2b-256 cb83ac3477dfc0f9fd80c88110102c73cefc35dcded2b248544f45a8fa5412df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e49ce0de007dfd7412edbc2b5d41cce33b049bb1b7086f50be5a09e601bde603
MD5 47fdce20d22e574234c7930acad12cf0
BLAKE2b-256 22d54620797bbd9c88f4541188efc138b0d615f9834db540da36a2249ee929c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0bf57df54f1c66273bf3601c2a1e41b12138fe848933718369663bc54f177ca2
MD5 93b8aad2586f5d33a3fc34d8f4b893bd
BLAKE2b-256 f93c2fe77ee6e3d381b3c50c0b7d6c4c08c08b8ff5e8c0d9dd51a3b426d61eec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f519139354d5ca7625df9ddb1b2ffada885c14abc5b4dbae3682e967ddf79669
MD5 bfe7c7221f4ad115ee36b54464b2cc09
BLAKE2b-256 e432602c499d54472f64e5cdf6013aeab5ce6aa6fed005387e8b4f2d22f5dc8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bccff69c462e3650a0fd1d4e9cfc8b6effe15f3e9b1cad20a7bb5ce14b057efd
MD5 2cd707381ba95ec502d9c240268d65a5
BLAKE2b-256 4e691559b1f6b5107a9118fccd300240879bd581b6d87b03d568d0d155ea702c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 96d5e96b1b14a4c1023dcfcc114533217f13febc3b6169254f23fc18d19fee29
MD5 74dfb60a13afa131f28740553c1a1f85
BLAKE2b-256 9fb15f8a4196113cf7f3fdd987b483f7e6b10c28ea3930c4727e31ba8cce51b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 9f463c7d6f69d13b6fe8e3b832a6175a6e95328a940f38495d25496d1ae8ad88
MD5 80ed2c3cf835c7f95e2edc6574f2e0d5
BLAKE2b-256 e59a21332674f9a10e8cdf13b41b52e9d663647a1c6e1dc3c62b07c0aeefd360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe42c037253580a3386fce275f8a2a845e540f5a729916934a732f13d42e72cc
MD5 d2805e800c1d5949682661af5c752bcb
BLAKE2b-256 b9df32fe851ed5f68493f354e09b19bdebae0de1185be4db0b2988e71e737fd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e80ad2a8a1e8bdaa5605e3bf4929e0cebf9ea7b8237c83362f7257698bb14280
MD5 1965afe3caa31ac73db5902a261d0d4a
BLAKE2b-256 370b1a530b2db55c97cc0cf44116201f538f3033c04c1d2aca143979b412f4be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3be804565168ffacebeb21af9f1cd689831a89f0f12fc0c3f423c730c3c9eb31
MD5 6821d3ee2adee81c38ad71ecc4d36d77
BLAKE2b-256 f89b5022adc310697ef25c6fb22eb9bf0ebcad3427b51776e882709de9a8b6d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-26.5.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.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5233109ad4f3af16393ba9888f238919a05ce15ce68d6831ac8a0da8dfb750ae
MD5 223b3a2662bce7269780f8d84456055a
BLAKE2b-256 1ab57a02f711db62cbed1c1a00e1f9ff50eef95ccc78d4c04a0f93636655d1b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1101b5ef82a3fb178550cfd80f32293dc8dd2f3d0828292223ebba29d6f76e33
MD5 6b2adc3340023c2c9c280827e7f5eebd
BLAKE2b-256 9857151314f00bdc6ba77333febb3e9dc97fdf94d79426559b4fa8332f0c2b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a11daf3a588b932c8bf965fb18444c69aff48badec88435e988cf8d67137075a
MD5 80b5ad663f9d0a2dff39f148a9eb7d64
BLAKE2b-256 6ef1fcff7f7fad2bb33f3742db6b2145825a2191c0cd31d75789b0741fd28faf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d325502eb0695708ef8c899f605573ed6847f3961f8159627dba267fbf3ce457
MD5 b987a23cbd62bd9a4694590b5c4eea73
BLAKE2b-256 4c750f5da6ca045f8a052203e1810058029f4b682507a789b413cac7d28bae28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 68c5fc21cef80268cdff88a4ae6c025fabb019b071f6f8ee4d20a7bccbddb873
MD5 a8839a5396b6e7bbb0574b703f37eea9
BLAKE2b-256 3a4c7f5ed67e52dfdef4ff91ae1a6fb28186d52e2496962edc8f17bdea9ab2c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 dc7fa28b2d627f8e87595f39043b6dec71e8e7fb97e685e5506c47cf3ff8cb2e
MD5 7d774aadd63734f1c3b233eb865d3c66
BLAKE2b-256 da921d0e7287ae55700a8d25153ac736896bd9bcc3f85a12d374ef398db4b33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cd3dc60581687e2618286108f8e2f820d8446be4b34131065011c066e911d39c
MD5 39ab0e776bf62a32ab0774bd205b04b3
BLAKE2b-256 2aeaea87c08931c9e4c6c40bb05a2cb19c2d6f93fe6e0052f9152ea5ade6d037

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 271b1474d81bb33036631adb16a35e5a1ee9dc414b05c999d6b01dc839a89975
MD5 2efb1e042ba462bfbddfad7bda7396ee
BLAKE2b-256 8dfe035ec5fa58a886740a744380118f03a90ac2da3f6c9cba248f28074ce40a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-26.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ba673dcbf7747513b58fa64ca7e9d6a828bc5c604d1552d23db89006d7911df
MD5 9b476146d77ed5cfeac39af0a4297c3a
BLAKE2b-256 72b701a5880e01702f39fb09e3616c624054a0dc9a82561a865f3b1eff4bfc80

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