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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13 Windows x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

gevent-24.10.1-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.1-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.1-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.1-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.1-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.1-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gevent-24.10.1-cp39-cp39-musllinux_1_1_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

File metadata

  • Download URL: gevent-24.10.1.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.1.tar.gz
Algorithm Hash digest
SHA256 75b5e85a88b95b4dc62cac60bdf17bb6ab0ab99b44cbb5d1833218a209694f2e
MD5 e4b5739975b9631c55329ebad15b7cda
BLAKE2b-256 cf5fc7ed67457700ed2d2888b3e4f36dd7cfbe195aa28dd605980d30939c0878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-pp310-pypy310_pp73-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e51cb033d25cbf4b646d80adad3574cff70aa923d71f233953910115ebc9ba17
MD5 13235750eeb8b310c7d6eeb919553eeb
BLAKE2b-256 e1f786e07365d110ba0cc64c2a0a6d5ef4035ee544a45632ef9173e5ee463e5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-24.10.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/5.1.1 CPython/3.13.0rc1

File hashes

Hashes for gevent-24.10.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d7d13100489e984c75d7cc31c0ba99ffb295ae39ced392630711ab0b88b41e54
MD5 0ec7a1862fa8a241a00ba49b6fe542b1
BLAKE2b-256 794e03538acf9b195bf146f86fdfd386f72f08763dea80d3a453192114fc88d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14948bd7dae9784d83a2f7ebf51c70d3d53684723f4a78a5e4a368187bc9bccd
MD5 dccf61b25c6bddeab715bc379a9a11e6
BLAKE2b-256 0fd785529a00748b1d1f2c49636804d7d2cc379976b5a009a442915a75b35839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e46ff8f4dfe99f5c2fe74f5d68785bb116100f4d23e55e7b0479bff811a0819
MD5 09be164c7610d7c2bf1664b7641d8037
BLAKE2b-256 eee10d84050fcb51d884d04caf338931f27cd2cedccd27168229f897c1fd45a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4007fba5f95191c77dfad54fc70011f1c927fbef11d4ae5779796037436efe4
MD5 ab1b7632de64c34e290b97d2acc7910b
BLAKE2b-256 18125079314858028215cb94218e5c50686d8173f0dff08c8a3458be369ad881

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 92d1e3afbec8cb4b7897be629aea524da237163adcf2a38d0795e6fd479699f6
MD5 a82721bae08469aa2f1cc0c69d0bb851
BLAKE2b-256 b89ce0da1b10adce7c1be4108d7be58107a28d48cac716490cb429c137532854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 539b833b6c8a729ed9d8010d14de1fe5a7eea7db51abdc585e95640d0c65ae54
MD5 84abd8ee92eb472568fda61c7aab9dc4
BLAKE2b-256 0e7a35d0d87dc73cea2c01a3c3ecc9c24ef80c1532d89517ef7857ccc2463f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cab473b6fb7ea67827ce8ffbd769c00044a8e29c3e0de4254c1b95a0bb8ff186
MD5 533d0d37d9e4efc15a454a4c7671cd3c
BLAKE2b-256 9b7e4b1598a7c9db660c5018b4272ac601cb15a25a8f582369fb0ab3344b1c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp313-cp313-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 e6bf97a51fbda758011808436c18a17105fb2e75050eb521f79a0fa36c77f755
MD5 3515cf3c175ce2e8dd6839db01aa3681
BLAKE2b-256 c91a59d7126d18b71239315a657cf32db92219691f96b1adfbb073c907064761

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a1a480e5f2f109a2597dd2aab8b59606d79ef05e95fe84c9ac76461873e3ada0
MD5 c657c520a944259039645a179c5b6516
BLAKE2b-256 b0e5f83c8d9c620e5b37c6a99dca5b0e6398a357b73857eb497f0ef3081ebac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9be9a2d3d9c0829077dc22ec1be2d906fd57204bb0a7810fcb3bcfc1521a8507
MD5 7fd68bad4b90093b584538738e93747d
BLAKE2b-256 a208acad0111fc5e9fd5d0170570829ce4360c9d2d5b62ddb84fe7c34c7fda71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 816834f9eef17864c87390ea8e6ccbf8aecab84b84c683ec5f2a95aea00a748e
MD5 20c11fc8fb63e89c2999135028bef18b
BLAKE2b-256 b810c2a4f066e72fee9a86a8a3dab7cc442d1c9ab6a361b248cd6798a0760533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3f14933aa07babdfee1b1552d5eb46573c422132f25692dbd72cef2583d8f34a
MD5 246882d98e53b7304eea99b71893f4d8
BLAKE2b-256 1a7ee9d8717e670b83dc536a86430da0ff795597939d6714285e4896311c01a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc2d9ee27126ab25b1d183841a5577ce2cf3aa15ab521cce4534f6d826d3e0f3
MD5 c42ef52d240e38645a617802b4607ccd
BLAKE2b-256 8f03404fc3bedc5623d9f7563ebe6b2758a71eb932582df89fe34e715622e828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 71eb75e8421d44f3abec0b79f85df51e68c59831156f5b25a8891201d3049b5e
MD5 edab07de101ae22c6bcfd4bd71a4facc
BLAKE2b-256 a23e089cc3b056ae6831fc99c8af243bb06d22e5a285f9fe64d35a1325489e3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40e16c27e9d114b5dd6f6e03b705ca849fd8563a291613d09f7822a5bcbfe4d2
MD5 905e57043ee038762757707582359c2d
BLAKE2b-256 ed78407cbbe9c12e8a8b0975eae06efaa3b538d0d1b7d515b32398b9fc7418b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 bb15f6eff0a030f6e74e2fe44dff0884cb31489ad0e89402f3d5dfd2928f6e85
MD5 ff5fd91baadc15c52344a4e905007a24
BLAKE2b-256 51861fffbdff52c11a5fc827cfaef014bd1760181ef5e2396c5c0b3f92dd3cbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e161df2af05ffafa99937f33bf8a41c326e831889bd2aa556c0b07f45a46732f
MD5 3823a09ef96197f7a142be6218597536
BLAKE2b-256 09e85170db47c5926df5420eae87c0c6de925ca553d02096c8680b321ccf287d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 477fc1a09dd61544d2c53b1cfc4775996e27cfb549a5eb00ed6db4175a34b046
MD5 549dce0fd6a2f7b64e95fb137cb897af
BLAKE2b-256 911ccbb998367615287a78535b75e574ef19d3ae9bf8500ca913ab4910ae2a25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b081a761919ba84f7f48b99622304404da32a9aec721ba8648dbcab147b07b9
MD5 b5d8739f4eec409986c78f4bf330d7d3
BLAKE2b-256 a5ebf36e4de500cf074ba317cc874797768bb1b6f03d30481a8535306ceba5da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42bce9eae88b8cdad092a913ead9a4c81310708993120982c7539bd1eb1425cf
MD5 f9f67c5cfbc60aed6664eb71159dd6d4
BLAKE2b-256 f2a37045923687bfe92bb85527253ac3d7eda5c9796c0c9f4d8a74f9b5ea1b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ee7ce02499eb684b2d377a294a6de136ed12158b500cebeb499dda1105ebcf0a
MD5 6edc0301c0a6c8d0642e9a00589f461a
BLAKE2b-256 8fc383f2f4874c96226802a84c64eeb2cca62e6d606babe1d1e8fbfae65448bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7bf86426936211876149d4b75980987042313a3548d466b04cd1713d1aab7d28
MD5 7448d44c3d121f7bbff50e41a231006f
BLAKE2b-256 17c690d8bc7cb73f4c375dd4ae9662286f05fb2534ddf27fe678533207d14b6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1281474d088f8d708adb1e87d6acdde3d5f936ee1bc4722d75ac623f4e1ccdf7
MD5 b86ae5d422490045290af710cb73ce07
BLAKE2b-256 24d1e1a25e5967bf9d4d5d50c82da29b7fbe3146a6f1a7281eda0350420fb9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 9abd11884562ec108fe8271edcd942453ae0e4d68565c8616045cf40ba9ed8f6
MD5 e285dd71e6955d6b263e849b554515d9
BLAKE2b-256 6a3ba910a300adfe7baa473a5a5e2a33a2848ffbb966dc62f01e329502062240

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-24.10.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ed46d2a6b3e97b6449e061d21229f8c8a2719502579a107f094e4731a69b601c
MD5 1b66d294ced531a792cd6fa4f1ed057c
BLAKE2b-256 99d3032de0d8745f37eca4064b82e77c614139456849df90c9784527326eb508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2bf4ab090ea02e528d6c92e51be1a3797f65a5be325d896d7edb267d89ea34c8
MD5 0738fbe1b0d292b28d7c64b2d17b53ca
BLAKE2b-256 111a04835a00c768e6f7d045be2d5ff4d7b9d90b8db8c1b6c95decbe0e1f5e42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b3dfea44933f6fc10e060b240ec1c25f3e94616d5a0c4f4146f6bf365d616bab
MD5 b6a36f6827eccd66d7be3b28058f6e7d
BLAKE2b-256 078014eacaf197ff7780cdb921ea4df1bf2e4ed69b27f05f1678ec4f7c90bbaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34bdcaba413f3a0b2bd3432e41dd12dd3b915e19ae683e7cdb5a71514186980e
MD5 ae293334e6c69e347430d4984b7f7261
BLAKE2b-256 bb59981c888c31e987ffdc97fbf6beff1d5d57f3a3b79a0e69ce9e0231583936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63aacdc8067fc66c7d50e845e8d407c6027ff7d88aed13b761337855c0dae50d
MD5 e5637b21b5846e32f105dd6471273974
BLAKE2b-256 297fdc7fe93dc2b2fe19472c83e33db565e137d2c3507b3d5f8707e14d8d6f4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0b6e3f64694bdf90c245bc3b17468542c9b222a087c8ae2f67850351c7ebb6dd
MD5 ce7f770257965caf2ee3b6fcb273d685
BLAKE2b-256 b0b1c9779c670e5d295ddb2600b83a3b72c8516114ed56a2c9a50a08a3d5fdb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 415da2f25e835a1d0750b75dc883a570319a41051bd26b024a709227ec86a78b
MD5 2ae09821b33b1c620227e8df7d99182c
BLAKE2b-256 63a3694654cc1246d6a683a6382ed206b9337e4699a44f8ce8464a987fea26fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 818e4b608cfdcb00a1ee7b19622e2bc31613fddc34747f0d16b611f16f6e3fb2
MD5 5937aaaa70fe58f68305ab3815bd8f73
BLAKE2b-256 955887c41d5a04391b065dc5fd6b581a038154a154044b7b42b418f15c681d4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-24.10.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/5.1.1 CPython/3.9.13

File hashes

Hashes for gevent-24.10.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 28028532c286003da2fab4380f3c82ea4042147a5119518693578ef8aec36c84
MD5 1b2cf306732b4f8016d28e6b5eb7e42b
BLAKE2b-256 5378b10f7b98ffd25e37de619bf09e9a1e5bbc7f441ab3df06fdda3f58346e6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-24.10.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/5.1.1 CPython/3.9.13

File hashes

Hashes for gevent-24.10.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6dd5a32e3f6cf8d317ef1e2ed9f380f957881d31b04f3a1b92d900d918a06c16
MD5 f27aea188c125043541e223d4b54e308
BLAKE2b-256 41f5ee10ba2f5e4ceeeaab10c6dcf37f86f8a701ef8f40f4634bf9058e86f940

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 075c72450103c6d151c1b5c96dca0c991b61655e50e6947ab9e08a532788f976
MD5 5b822bb5dacd8e8c861073e997448748
BLAKE2b-256 7936b17c540d01e7b377ff2af20bad6d31d79e66392b7f8bbc53d6c44b1c11f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-24.10.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16b96b0abe1473e27849800a1f3241ec05a09a06da14be33207a5e2b7a982711
MD5 75ae7b57ce3197a74db94847a9118974
BLAKE2b-256 6e5c2a0b43f29e0cef924c05d2e319476e3f6c1573d5171ec3e0fadcc7569711

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