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

Uploaded Source

Built Distributions

gevent-23.9.1-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

gevent-23.9.1-cp312-cp312-musllinux_1_1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

gevent-23.9.1-cp312-cp312-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

gevent-23.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gevent-23.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gevent-23.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gevent-23.9.1-cp312-cp312-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-23.9.1-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

gevent-23.9.1-cp311-cp311-musllinux_1_1_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

gevent-23.9.1-cp311-cp311-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

gevent-23.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gevent-23.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gevent-23.9.1-cp311-cp311-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-23.9.1-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

gevent-23.9.1-cp310-cp310-musllinux_1_1_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

gevent-23.9.1-cp310-cp310-manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

gevent-23.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

gevent-23.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gevent-23.9.1-cp310-cp310-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-23.9.1-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

gevent-23.9.1-cp39-cp39-musllinux_1_1_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

gevent-23.9.1-cp39-cp39-manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

gevent-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl (2.9 MB view details)

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

gevent-23.9.1-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

gevent-23.9.1-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

gevent-23.9.1-cp38-cp38-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

gevent-23.9.1-cp38-cp38-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64

gevent-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gevent-23.9.1-cp38-cp38-macosx_11_0_universal2.whl (2.9 MB view details)

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

File details

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

File metadata

  • Download URL: gevent-23.9.1.tar.gz
  • Upload date:
  • Size: 5.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.13

File hashes

Hashes for gevent-23.9.1.tar.gz
Algorithm Hash digest
SHA256 72c002235390d46f94938a96920d8856d4ffd9ddf62a303a0d7c118894097e34
MD5 eb668dfada84ecdbc9ea493c3644ded5
BLAKE2b-256 8eced2b9a376ee010f6d548bf1b6b6eddc372a175e6e100896e607c57e37f7cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.9.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/4.0.2 CPython/3.12.0b4

File hashes

Hashes for gevent-23.9.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 455e5ee8103f722b503fa45dedb04f3ffdec978c1524647f8ba72b4f08490af1
MD5 6db3d00cbcfb896a216ec28fdd145f76
BLAKE2b-256 439ffc088a53e85b46630ac01af3247ccc4d14548cb9d9881705cc54f48543aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dd6c32ab977ecf7c7b8c2611ed95fa4aaebd69b74bf08f4b4960ad516861517d
MD5 910429f5ad7a04554cb8229035bb8820
BLAKE2b-256 5cc9d415c260f4e916b851ad2a4e504cfa3212c4a6d13358fd356a4ac6da9230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fde6402c5432b835fbb7698f1c7f2809c8d6b2bd9d047ac1f5a7c1d5aa569303
MD5 0128965ec36a94cd4d112b87ad4ebafa
BLAKE2b-256 5f4fcb6fded9aa92a76add5772fc29247c01b15ca561652302bf8b6fa61a3b4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de350fde10efa87ea60d742901e1053eb2127ebd8b59a7d3b90597eb4e586599
MD5 ac8c3d8b21953cf002a349413ff2da2a
BLAKE2b-256 22f8bdef615617c2b36fe4b411ce94f58f7357036bb4b5b89ce5fee6642d4d9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52e9f12cd1cda96603ce6b113d934f1aafb873e2c13182cf8e86d2c5c41982ea
MD5 29efdb47265b94c093f39fd4f061136a
BLAKE2b-256 ee0407ec55cf891353f05d1fd173d5ef007bcb4cffd280716ec8adeb35693445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 52b4abf28e837f1865a9bdeef58ff6afd07d1d888b70b6804557e7908032e599
MD5 9eed5832c6039998fd965022f57f6f61
BLAKE2b-256 7348e2b89118f731a7783733e485b534928ed30318397f52370807acf47fa630

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4368f341a5f51611411ec3fc62426f52ac3d6d42eaee9ed0f9eebe715c80184e
MD5 db963f9341660401ed5ca0dcf2f5f025
BLAKE2b-256 2575c04b20b3e27278fb92a75a57daf6961a72884f6fd1da60b2da1f37a54474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7c1abc6f25f475adc33e5fc2dbcc26a732608ac5375d0d306228738a9ae14d3b
MD5 0623c35ff8934a1641763b655e35d601
BLAKE2b-256 3ac41cad8a349456055bcc996c1587b1802b85bf10ead31ddf3f4b518121744f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp312-cp312-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 ed7a048d3e526a5c1d55c44cb3bc06cfdc1947d06d45006cc4cf60dedc628904
MD5 c79ad0a73f0ece2760581f1ae93c5f05
BLAKE2b-256 5f38796f4233ca509db402536b6e8f1feae7f47f8532d1cbfacf8a2787b55e16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.9.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/4.0.2 CPython/3.11.5

File hashes

Hashes for gevent-23.9.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 921dda1c0b84e3d3b1778efa362d61ed29e2b215b90f81d498eb4d8eafcd0b7a
MD5 0d8a6867d5039b6650f733849a9ec5c8
BLAKE2b-256 a0985a074e2b7006e627ea72e8be96d83801a2037bf60efd517e5d432aa93bd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ada07076b380918829250201df1d016bdafb3acf352f35e5693b59dceee8dd2e
MD5 5274f6b9a4c7726c9f36a8b6ae4f67ed
BLAKE2b-256 031ec91b54c41e0cdbad3f15cb7490652d22373269be9841ef674f9ee3ad1323

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c84d34256c243b0a53d4335ef0bc76c735873986d478c53073861a92566a8d71
MD5 323bbe6b6e6e8df85fd4dbab37441fd8
BLAKE2b-256 93619da7ea2682d1bff5af94b5730919d2672b2205fd4de19d155b818cee754e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3e5d2fa532e4d3450595244de8ccf51f5721a05088813c1abd93ad274fe15e7
MD5 4fb2a9af71971872769397ad83285907
BLAKE2b-256 84b67116695e784c074277e872e56acae4bf1ec3c69251c21a18114e961f4508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf7af500da05363e66f122896012acb6e101a552682f2352b618e541c941a011
MD5 1b89e740d35bdf4fccc3aede646ca893
BLAKE2b-256 9959db1e0af2d6b1ffa401e13547e034bd23f686bb24fc5ca5630df082899036

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 65883ac026731ac112184680d1f0f1e39fa6f4389fd1fc0bf46cc1388e2599f9
MD5 cf5f3094c0ae797aea77f9cf91b6c015
BLAKE2b-256 2f1cbc56dda6ae19c7e11cd546cc46de71563d3961e1859ff86e677e0c0992a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e1ead6863e596a8cc2a03e26a7a0981f84b6b3e956101135ff6d02df4d9a6b07
MD5 04545d845b2cc1c99801d47ee001bbe9
BLAKE2b-256 d6a44aadc91970cd2dc2b0f359dd6a5b3184581f14843105d3a10bc9e789ecd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e24c2af9638d6c989caffc691a039d7c7022a31c0363da367c0d32ceb4a0648
MD5 d1bb0c1aedab004baf3824f43db36bd2
BLAKE2b-256 fcc22301e8a34bfc032a17f52d0f2fc07fbc77a574312669fd3a10fca5e94383

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp311-cp311-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 45792c45d60f6ce3d19651d7fde0bc13e01b56bb4db60d3f32ab7d9ec467374c
MD5 d6e6a6212fbcf1f0de26e8bc44ceca61
BLAKE2b-256 64cae1bb6dacc2cad01eee09d6970510ebd008fffbc9d4b4c044d15896b97af1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-23.9.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 707904027d7130ff3e59ea387dddceedb133cc742b00b3ffe696d567147a9c9e
MD5 6eb74a43d2d9b38e337700290a3d4435
BLAKE2b-256 eb1f4e606e1314e7d2e055cf561fd258ea22c223cb6a0a91a4962731a742ff28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dbb22a9bbd6a13e925815ce70b940d1578dbe5d4013f20d23e8a11eddf8d14a7
MD5 6c9829c635fc3e90696547c78df3ef51
BLAKE2b-256 1141878734d202953f845f98d13b193f85995f26ebe5b41df168544691112207

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5f3c781c84794926d853d6fb58554dc0dcc800ba25c41d42f6959c344b4db5a6
MD5 64570359c6dbaab92fca8d63494a0dc5
BLAKE2b-256 15d114e9e01895503ff4e8af08e1ee081d279811a06eded9bba8b4108ebd7d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d57737860bfc332b9b5aa438963986afe90f49645f6e053140cfa0fa1bdae1ae
MD5 3367df126f4331f1b9ef1293bd6bc687
BLAKE2b-256 77699d5337a2641ab14c4152b4d980252527924fa2447d9bdaa88f56ced92ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcb8612787a7f4626aa881ff15ff25439561a429f5b303048f0fca8a1c781c39
MD5 cce455aeba97ca213baff87a1d384c04
BLAKE2b-256 54f0da849dd539b6fc2cc9e9eb984e85bec89a71f43ad5e1f7fb98cb648a5385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 272cffdf535978d59c38ed837916dfd2b5d193be1e9e5dcc60a5f4d5025dd98a
MD5 ca10d6737893607066e7219a0173c2eb
BLAKE2b-256 f5339f08f3ac83d99c4b9d2498899aa5de5abfeb5a4b0223c4cac319fcb385f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 36a549d632c14684bcbbd3014a6ce2666c5f2a500f34d58d32df6c9ea38b6535
MD5 b40dbf2ab7051838880b6e753410e864
BLAKE2b-256 5b25a4c876278a27b563aff74c15acafc9319737daac4d03b25f7b5cda5f52f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b101086f109168b23fa3586fccd1133494bdb97f86920a24dc0b23984dc30b69
MD5 3e5ff0d6099b22e266cca067e971a09a
BLAKE2b-256 f67d286d239ca2aafb5fec8f472b5b4bbeb6a5db1f23958fbbb80230a3cbbfb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp310-cp310-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 a3c5e9b1f766a7a64833334a18539a362fb563f6c4682f9634dea72cbe24f771
MD5 b41307716cd378faa30c33a42379ceeb
BLAKE2b-256 25db7d352d8d03f215c38f2ef896d11a1cb1af71cbc54d0db6ea50491a932028

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-23.9.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a2898b7048771917d85a1d548fd378e8a7b2ca963db8e17c6d90c76b495e0e2b
MD5 85742abb7b89b21fc521209b930673dc
BLAKE2b-256 9ef29f4fc6527017260baf7b0756396fb272a3a3d2cd0932f519f4c4dd44003c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-23.9.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2c7b5c9912378e5f5ccf180d1fdb1e83f42b71823483066eddbe10ef1a2fcaa2
MD5 cd963bc0ea3549e18fccd7192a547de7
BLAKE2b-256 be1f8ec315e9d2d76513e5530caca1ee293db5343036c8dbe360ff50b484f0f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fae8d5b5b8fa2a8f63b39f5447168b02db10c888a3e387ed7af2bd1b8612e543
MD5 0b7dfda0a52ba7b6369912060eaf0663
BLAKE2b-256 3883f112044e77edf472ae7ff290e75c44ee2ddb6052582bb31bffc3a36e800e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c28e38dcde327c217fdafb9d5d17d3e772f636f35df15ffae2d933a5587addd
MD5 21d75f32b5c83b3021e4d595b54ce6bf
BLAKE2b-256 c3492a85e786cdd1e22e639d3e014579992bbc715719c0a03e93b8c2037ed810

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 43daf68496c03a35287b8b617f9f91e0e7c0d042aebcc060cadc3f049aadd653
MD5 3180238d7053ed8aa1b7cb354546d83c
BLAKE2b-256 b0845100b62b0985f9c81f954f489b26be9a38e01e66e546ba3e6655f637457b

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.9.1-cp39-cp39-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 bf456bd6b992eb0e1e869e2fd0caf817f0253e55ca7977fd0e72d0336a8c1c6a
MD5 f12108a823892c4f85ec9b8cab9b4172
BLAKE2b-256 85b3fdce683ff8f560c4f205d766d3d24f4663d25f8ab4fb13bda1f8e0023a45

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gevent-23.9.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for gevent-23.9.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 62d121344f7465e3739989ad6b91f53a6ca9110518231553fe5846dbe1b4518f
MD5 91f55196a243e690ad7abd330ae012fa
BLAKE2b-256 eff40cbd57e60e1356ad23375e4c98dc2acde5c0490f08dd60f716baf546fce6

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: gevent-23.9.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for gevent-23.9.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f632487c87866094546a74eefbca2c74c1d03638b715b6feb12e80120960185a
MD5 235c86ad39d9de17486835e515b65a21
BLAKE2b-256 01069eb9ef12b752ffd568c4bd50356eab700c3b2e6b8440e7cc7607196365ce

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78eebaf5e73ff91d34df48f4e35581ab4c84e22dd5338ef32714264063c57507
MD5 525e7523a501828581810ab594c6d1aa
BLAKE2b-256 55bd1e7e162788f553bfb3c119af12cba4080a3de2898ea1cae76e4cb3da9324

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.1-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7532c17bc6c1cbac265e751b95000961715adef35a25d2b0b1813aa7263fb397
MD5 6a052a112bcc3f710170c8cd854de90e
BLAKE2b-256 65f906b126756581156693772929c9a211688a07e799850f47e858e2f084fb8a

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d163d59f1be5a4c4efcdd13c2177baaf24aadf721fdf2e1af9ee54a998d160f5
MD5 00e40460d8b227937bb129dfd1a9ae67
BLAKE2b-256 011744cb9778cb36af4a1070365f795af6d0b4850bf5ee36b9635998f8e84264

See more details on using hashes here.

File details

Details for the file gevent-23.9.1-cp38-cp38-macosx_11_0_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.9.1-cp38-cp38-macosx_11_0_universal2.whl
Algorithm Hash digest
SHA256 7ccf0fd378257cb77d91c116e15c99e533374a8153632c48a3ecae7f7f4f09fe
MD5 8fabb7ab337b4cee7dc4be1131640d30
BLAKE2b-256 1dfc9389096f7d58030d52162cecb1b94f54fa0547cfcd4765cce18ea15f26d6

See more details on using hashes here.

Supported by

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