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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gevent-23.7.0-cp312-cp312-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

gevent-23.7.0-cp312-cp312-musllinux_1_1_aarch64.whl (5.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

gevent-23.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gevent-23.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

gevent-23.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

gevent-23.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gevent-23.7.0-cp312-cp312-macosx_10_9_universal2.whl (3.0 MB view details)

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

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

Uploaded CPython 3.11Windows x86-64

gevent-23.7.0-cp311-cp311-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

gevent-23.7.0-cp311-cp311-musllinux_1_1_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

gevent-23.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gevent-23.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

gevent-23.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gevent-23.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gevent-23.7.0-cp311-cp311-macosx_10_9_universal2.whl (3.0 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

gevent-23.7.0-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.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9Windows x86-64

gevent-23.7.0-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

gevent-23.7.0-cp39-cp39-musllinux_1_1_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

gevent-23.7.0-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.7.0-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

gevent-23.7.0-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

gevent-23.7.0-cp38-cp38-musllinux_1_1_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

gevent-23.7.0-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

File details

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

File metadata

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

File hashes

Hashes for gevent-23.7.0.tar.gz
Algorithm Hash digest
SHA256 d0d3630674c1b344b256a298ab1ff43220f840b12af768131b5d74e485924237
MD5 9bcc0920c68acc9116e8ed7f460ef1cd
BLAKE2b-256 8afbd16e63f0dfce72f49edaa0b22f69218d196601c0c3366e5094ea90a6bbca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 11b9bb0bce45170ff992760385a86e6955ccb88dba4a82a64d5ce9459290d8d6
MD5 267005885d5af0b29542797462517d69
BLAKE2b-256 bae0e26fecfbae06c384cac133408b4c8e8a719aaba8956cc53ceb10b1484b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 769e8811ded08fe7d8b09ad8ebb72d47aecc112411e0726e7296b7ed187ed629
MD5 a2259fc4807e2035770f97fe0e6d3ad9
BLAKE2b-256 38c6ec59ce0faac83803213d62a7a64b6ad7223847edd37f09a966c7ea6bcff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b3dd449c80814357f6568eb095a2be2421b805d59fa97c65094707e04a181f9
MD5 aa8f24eaefc70bca052daf8b09ef53ea
BLAKE2b-256 d3723ef6fd37840a47b1802742d0523fa0f85c99348772ba5f46dee38d6ab586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 debc177e88a8c876cb1a4d974f985d03670177bdc61e1c084a8d525f1a50b12d
MD5 6a1fad352e2365b03b240f3ab4fd5b4e
BLAKE2b-256 3d5e1c6437040f8a87983680b3f61e2dd23f56b34b4b12bb284ef0cf22c1c4e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a1d2f1e67d04fde47ca2deac89733df28ef3a7ec1d7359a79f57d4778cced16d
MD5 29618eccbaeb22c20d7d49de69eb1a5f
BLAKE2b-256 3d3e819afeeb4c8283c6a138f1d5d7d22cac1afd92e019da8cf1819cb7bc3d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b230007a665d2cf5cf8878c9f56a2b8bacbdc4fe0235afc5269b71cd00528e5
MD5 ce171a60ea8953b7865c99e057b0f12b
BLAKE2b-256 e4f80d8c1f45cec69ddfe0eabb34214e44a1446dc5d73d992483590839b72b49

See more details on using hashes here.

File details

Details for the file gevent-23.7.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.7.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 746a1e12f280dab07389e6709164b1e1a6caaf50493ea5b1dcaa73cff005174c
MD5 45620a47cd7c1fdae72a9409e096544a
BLAKE2b-256 aed4d514dad44a94c061d190986e9340e4642c156cb45c0624bd4b4354ff2a9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-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.4

File hashes

Hashes for gevent-23.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f522b6b015f1bfa9d8d3716ddffb23e3d4a8933df3e4ebf0a29a65a9fa74382b
MD5 cdff2fd914c2c357fda4033e95b0a472
BLAKE2b-256 74b57ef89efae0410121fea8ccd384abd157c7e3c93d57da87e5a562f551e25a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dec7b08daf08385fb281b81ec2e7e703243975d867f40ae0a8a3e30b380eb9ea
MD5 a19cce2219f5d4d4b09b38e47dd7db49
BLAKE2b-256 a3e53803ff671dc4d6b4f64c66bee0b94545c05d48dce697194da347469fa34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cea93f4f77badbddc711620cca164ad75c74056603908e621a5ba1b97adbc39c
MD5 d5f896951d8943dc1c84b7238f684fbd
BLAKE2b-256 e474df1bc3e4772040a22ee3c6caef08f1ba2404b591fd4e79275e937d05ac27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 919423e803939726c99ab2d29ea46b8676af549cee72d263f2b24758ec607b2c
MD5 83368ea15fee237faced583d5582189a
BLAKE2b-256 997629137ba3860b199dca8170be88758af435bee27dd3849db6ca7b90a9db91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 aeb1511cf0786152af741c47ee462dac81b57bbd1fbbe08ab562b6c8c9ad75ed
MD5 f28e9f1e742ae27ec1115a3a9812da24
BLAKE2b-256 034f0880f5979805c3e6552f4780c9564727a8f18d881ad30ce819fad76a736f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 76ca6f893953ab898ebbff5d772103318a85044e55d0bad401d6b49d71bb76e7
MD5 d014d630dbc7580757d60a660f7a2120
BLAKE2b-256 b708dbec7a8ad87a13c1bf01058b4b6f13977cb6f2560a5bbe4bec0e741fb869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 df4d7be3352126458cc818309ca6a3b678c209b1ae33e56b6975c6a8309f2068
MD5 4edcd9ba048f17f05ad9bdeeee47d373
BLAKE2b-256 a291eb87e18ecd6351726d7be1a4b023f4f802da3bf2eb1257f5b6d1aa51c30a

See more details on using hashes here.

File details

Details for the file gevent-23.7.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.7.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5da07d65dfa23fe419c37cea110bf951b42af6bf3a1fff244043a75c9185dbd5
MD5 fe4d0ebb100d3a06962b836f147198d5
BLAKE2b-256 8af0bcbf920572d0f1389b392a321e8c19be853f66f99ab43dfefa8374b46720

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-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.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 34086bcc1252ae41e1cb81cf13c4a7678031595c12f4e9a1c3d0ab433f20826a
MD5 ff328a143ae2c472354e1783ccf6ba39
BLAKE2b-256 3e61a9d6479f2c5b6f5242c440cb78766d04d839d0ae791873ba6f5b5324848f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c1dba07207b15b371e50372369edf256a142cb5cdf8599849cbf8660327efa06
MD5 9ad52909110fcd1513ac429c745901d3
BLAKE2b-256 e1829da7a7c22a2ee78e4bff35040c083a7f66cb883e242c8b8f3f318b15ce18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a51a8e3cdaa6901e47d56f84cb5f92b1bf3deea920bce69cf7a245df16159ac
MD5 8ac27e15f606be85444cd1096b5c11c8
BLAKE2b-256 c1861ebecc9229e0ea5c5c25def0109d7ffd7106102539861d48e47b40a804f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c92b837b60e850c50fc6d723d1e363e786d37fd9d51e564e07df52ad5e8a86d4
MD5 cedfac8c6c4cc4c0d002adf91abbae7a
BLAKE2b-256 f78876bde5b2dd9cbe0897257853ca0bf620342bec8cf05a7197b97fec7116de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c7c349aa23d67cf5cc3b2c87aaedcfead976d0577b1cfcd07ffeba63baba79c
MD5 1db1eb3d6f168a2afb49ba6b940316a4
BLAKE2b-256 865ea6ea44702cf09977d66c507fc097d9c25c173c2fb33d95dff504a8881e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6bd9ea1b5fbdc7e5921a9e515f34a450eb3927a902253a33caedcce2d19d7d96
MD5 dbd13d3841e2db3c14c5534e084c39cf
BLAKE2b-256 bf7a2ad07b8bd737cec2bb18b02b3c30d6163dabf52d9844845e345fb6846f4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 add904a7ef960cd4e133e61eb7413982c5e4203928160be1c09752ac06a25e71
MD5 aebf746d5ef83726d445495a33230a51
BLAKE2b-256 30757d2bb9da3181ec54f23d78fc7cb78af5066bcef52769c6182d41f9d1da16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-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.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 8c284390f0f6d0b5be3bf805fa8e0ae1329065f2b0ac5af5423c67183197deb8
MD5 10c0c7fc0ab4b4fc213b21c7dbeb74b4
BLAKE2b-256 8c83c828fbcca4984d302260a122b7a0ba6c4fdb547c752d8fa27d53be7984ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 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.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 83b6d61a8e9da25edb304ca7fba19ee57bb1ffa801f9df3e668bfed7bb8386cb
MD5 87d0c9890b09e524b9c30c0f7219e417
BLAKE2b-256 5bf0d835504ecddda3713941dc1b4da7b2c4795ac561e8e6ec98c644f94f15d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 94b013587f7c4697d620c129627f7b12d7d9f6e40ab198635891ca2098cd8556
MD5 adef07f7c27ae9386e7ad27b1caf1b2c
BLAKE2b-256 453b797d414b9132ce8235f17e2006290521554399b404bb5926b21bb8d520e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 369241d1a6a3fe3ef4eba454b71e0168026560c5344fc4bc37196867041982ac
MD5 44daedbea96a3635e3080aef18584b82
BLAKE2b-256 84045a4ee24bb71a4bdd4c1f173c5d74bf963d2c4d01ed387d639cfd248514f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-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.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a8f62e8d37913512823923e05607a296389aeb50ccca8a271ae7cedb5b17faeb
MD5 546155a20a14797b7dd37d8450e83364
BLAKE2b-256 55bcf7be437bebfce54ed3c34190b36936a848a39cc17163708557564291e860

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.7.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.4 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.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1234849b0bc4df560924aa92f7c01ca3f310677735fb508a2b0d7a61bb946916
MD5 635c7f294703518cec389166338c0b54
BLAKE2b-256 2cb925e0d45bc0de2e610e59b595775192d6d5db81be07c0bde2a37c68c6ca46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a226b42cb9a49580ca7729572a4f8289d1fa28cd2529c9f4eed3e14b995d1c9c
MD5 24a074d9c9faedcdf9ba04eff92cc6b8
BLAKE2b-256 3fd010ec0e109d2be3440bb865f342f64f679ba4a20f72b46958d1654d25b32f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-23.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e0d76a7848726e0646324a1adc011355dcd91875e7913badd1ada2e5eeb8a6e
MD5 bfab3f9a96f6ee7c243a97fef28f1d33
BLAKE2b-256 685c77df941ac2eb19c3edc75a2d5def7dea91c8a785f5bdea5ad8f0ec8923dd

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