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 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 2.7.9 and up, and many versions of Python 3 (for exact details, 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 also runs on PyPy 7.3.7 (7.3.6 for PyPy2) or 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

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:

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

Uploaded Source

Built Distributions

gevent-22.8.0-pp37-pypy37_pp73-win_amd64.whl (841.4 kB view details)

Uploaded PyPy Windows x86-64

gevent-22.8.0-pp27-pypy_73-win_amd64.whl (847.6 kB view details)

Uploaded PyPy Windows x86-64

gevent-22.8.0-cp311-cp311-macosx_10_9_universal2.whl (2.9 MB view details)

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gevent-22.8.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

gevent-22.8.0-cp310-cp310-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 macOS 10.15+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gevent-22.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

gevent-22.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

gevent-22.8.0-cp39-cp39-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gevent-22.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

gevent-22.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

gevent-22.8.0-cp38-cp38-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

gevent-22.8.0-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

gevent-22.8.0-cp37-cp37m-win32.whl (1.4 MB view details)

Uploaded CPython 3.7m Windows x86

gevent-22.8.0-cp37-cp37m-musllinux_1_1_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

gevent-22.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

gevent-22.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

gevent-22.8.0-cp37-cp37m-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

gevent-22.8.0-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

gevent-22.8.0-cp36-cp36m-win32.whl (1.4 MB view details)

Uploaded CPython 3.6m Windows x86

gevent-22.8.0-cp36-cp36m-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

gevent-22.8.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

gevent-22.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

gevent-22.8.0-cp27-cp27m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 2.7m Windows x86-64

gevent-22.8.0-cp27-cp27m-win32.whl (1.4 MB view details)

Uploaded CPython 2.7m Windows x86

gevent-22.8.0-cp27-cp27m-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 2.7m macOS 10.14+ x86-64

File details

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

File metadata

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

File hashes

Hashes for gevent-22.8.0.tar.gz
Algorithm Hash digest
SHA256 868d500fe2b7f9750eadc07ada8ab32360c0e71976be2bf5919482f14a6477c7
MD5 201ac985e2d43bdd775d4eb8ea1c1255
BLAKE2b-256 484bdd44b36dab6a534c2af4aceb829d9977f983ff40a6a0d4217d2533801635

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 79c2b6980e9380ba3915d1f5619acbf7a78e592e47e6e3bdb18f7874f4c959d6
MD5 97e5a5d052a019425a8aad17aa1d9d53
BLAKE2b-256 14adba24b96f66175f1fffeaef9c159fc7d3385b476e9a9385b3cf785163d6d6

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-pp27-pypy_73-win_amd64.whl.

File metadata

  • Download URL: gevent-22.8.0-pp27-pypy_73-win_amd64.whl
  • Upload date:
  • Size: 847.6 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.0 tqdm/4.64.1 PyPy/7.3.6

File hashes

Hashes for gevent-22.8.0-pp27-pypy_73-win_amd64.whl
Algorithm Hash digest
SHA256 99efe04bc9de603a70ddd2815b934d06440723d5e4cac6ba91fe27d705c7cd12
MD5 58015bccc2c63881f27e01c27c00e6d5
BLAKE2b-256 cc75508ebfc58d439224313788a02456ea547a1332ccbcc3c5809b8b6a6dbb7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.8.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 594565ab5b7ad95e76ef66d53b434ca22848b5154da817d6f4e43603b548f71c
MD5 f0c1212e39d36dcee5db6c93d6cc8ceb
BLAKE2b-256 8f69b91616e6e4066779f3a1bfcc828991c50cb35b480dfb1ee8f0e5d3085bbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.8.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.1 CPython/3.10.4

File hashes

Hashes for gevent-22.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 27ea8edae95b530e86476df59c785d96a2eb45d0dd85335dccd474045278b1d6
MD5 a4e9db0c9f113dc6f511cdbb2370a54a
BLAKE2b-256 8d87f51a0763170e0bfa3143f6bb1d5d9629b4b1d107cff0ab80dab571d52911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.8.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 646777ee668f745cad7671fa20ca5384b2baa2709562399caf433f4a52967081
MD5 57e3786aa2584be9d71b9df7abb92423
BLAKE2b-256 0810ed04ef203bdc681b7fe1422b088d2eb89bfc4574ea455b319c113443b0f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e0d6fa493d9e48d1d36c2bbca4231852e8aa70d4c22d76c11a438a61cdd730a
MD5 d3b9869efd21b9f6c56ce7fc301aabb6
BLAKE2b-256 d7f0fa162eb35ec7a990eb97e8ef512167e4b039d8865cc3590e5ba46334a2a8

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5d71144d79c08dc1e0554e8b142500d72e40feedc596657b25d87940bedca0d7
MD5 56540878e0a01e1d892521edfcc51bf9
BLAKE2b-256 5a6cf2bca27dc618edf78ab29201d4f2d37d34feac96d73c1aa0dc6e2a5a9de9

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f0b7017c58a7d61649d74049b46851e5024c95b73c18144092be0e348a198e39
MD5 a37c73a7352b5fe694995c2006f977d5
BLAKE2b-256 cb60d049d90b0499b3eae6386d1b6b7dd8b98f62dd39112ff283286b5ce57b71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.8.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.1 CPython/3.9.12

File hashes

Hashes for gevent-22.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d3609365f4ecaf9ead75cd9ca5b52be32da57c09cde02d3ff9b9d9ba240b450a
MD5 94f90d86a6608890190b62bc0a72b77a
BLAKE2b-256 d82864fffe70fd241225217e983eb6c5049ec9970c43315d831107d9cc98210b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.8.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.1 CPython/3.9.12

File hashes

Hashes for gevent-22.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c55efafb738df758742367cca717b9b74702a6f6909c07eb8b8b9a9fb3026921
MD5 60d9a634486f4c9cc83a4d1e5424f04a
BLAKE2b-256 e42178191c4a2b20f58d425913abb7aeebc512bc52f31a20626c3e3d18dee367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.8.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e8236298bf21c2503dad6933b8d809a2e950ef837b852838a4edb096a5f64769
MD5 27e195e3db38e122ef6e028468345958
BLAKE2b-256 ea1c870414a86c08f561eda05c939bb5417e99cc2a7cd48f6ebfdf6bdf33d4de

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ee0a88dcf15f697ffa94ee0f4be63fc1e90584e304232ec6597976afd34891a
MD5 b5f88f2c45d67ce689336e059e4c1a61
BLAKE2b-256 5643ff856255212cbfe0b86f9ad8bf3f66ddd1575f575d933a63c8fdd4435c81

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0ae2cb16aea63a35794e6dff3cfd9b5c0cf0ce8fb7c9e4c9e770f03e1b7a4fc0
MD5 54a1f210baa505e16a8d7c50ede4d5d5
BLAKE2b-256 a18c1ab88b1740eec91e1fb93a518d86f6f6082241882180f21dbd20ddaf0ab8

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 64f3917096a1853d5a12c425dcd1b6be00c14767472c24f60d720ceb0bdd91f1
MD5 b58403de4e512a0723bfb748607baa06
BLAKE2b-256 8a80ad26d5d5b24fc3fad6d98431d19167e235346d3492b1fd78c3a031f91e56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.8.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.1 CPython/3.8.10

File hashes

Hashes for gevent-22.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 318448e50cf8ff5434be56aa1ac6d0d1016841ecbcf7fe00c5d95c07ccb7cccf
MD5 367d3f1d03146073eaaf4097234f64ee
BLAKE2b-256 b8027e7e8fca0a2dc701fa9d111d93291a992a3910298ff1a1f7258a027c916e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.8.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.1 CPython/3.8.10

File hashes

Hashes for gevent-22.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a549a5f7e89ea87914005e693cef32022a026a8c6835b4452cb8f9715ea7a876
MD5 b531c994b4b4d6beac52d363d78fa9f0
BLAKE2b-256 3d60628fdb3d1088388553efb5b960ecd5c793552814ef515563ef1b6691120b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.8.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d26f37817e3c720f0d3f0631ae776f2fbac6291232743197e93f4821772e0b7
MD5 bcc182ab04f23290157011f7f24d696b
BLAKE2b-256 b7baa98669e88f128eb13d69cb019ea75058e30254afdaead7f908088b6088e4

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0bfdb33b31cdd7f867bd7da48faf4724f59f8ee563dd5cc23475e9859b72bd99
MD5 85d9a881efabac925ccbd9f59eea481f
BLAKE2b-256 48c2c23858681771b641ea9a2167414323ba2a336094ce92fe4967070a4a253c

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 004e1b58dd2d1f1622ec566864bcd9a807461d28115916ac76eb54fde42460a1
MD5 187a3ce0498ea2def19aef2fdae1729a
BLAKE2b-256 d71157b226f62a6f69e4b02349502e71327ca39a611607e5b790a3d79fe51d19

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7f2256efb270f02855006254d3a10774f57c5b78c59e79fce9bbd6027a800598
MD5 2c698df95a95c81dec6441dce56ca205
BLAKE2b-256 8c0a5cab071611e0f6662b770a309e839a1da530858eb3a512e89a8feb35c678

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gevent-22.8.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bd2536a45d3204fa2b13885ef4342bb5e3f0199916be5b4c728d53da9da57364
MD5 10ec3f9b41814582e20293273f211f11
BLAKE2b-256 d40438f12de9e9ff3eeea24eed904c17b262d54eefcad12425b28e79307f47c9

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gevent-22.8.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c92129d3e29608e95796863f7c88dfe61a341386a8a882c70ff5684370fd2bd2
MD5 326be5015522cdcd99cc779a14765378
BLAKE2b-256 daa3d7db2694de9b2816452e79acae77a693ddc396b5ba74fa4c8308a54693d5

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c606f7839d45dafd90ae87359e1f7f2b795b2e4fcecd4632f1edd0cd01f6b439
MD5 978de67d83dfff3924c5f10adb341746
BLAKE2b-256 2dce1abeee914926aeba0fada3534c9f0fc23bdd79ea5c4820b2be8164bec23b

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f895f56c9cf132fa4f62950ef960b68d852762344f16475724bdd978e4d856eb
MD5 59a4bf37c607d6ad87925d2963de58a6
BLAKE2b-256 73e892d8748a3fdb278973caafb51b02eb66ef407e9327407cbf8ff3e537a34c

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9c909b54f803585e602102ec71f23c6ad2ee69fca3ee0bfdb99d694ff76527f5
MD5 5ff03eae4308f9ff3db2af7ffe2b086e
BLAKE2b-256 7157e3a149752cbdab8f071cb64371d0fea7167aee6b7f8caafc0b2ca6b790a8

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 79050166a526f73352f8bbbdc246ae7fd233d24e4eea9be8793cc67021f1a967
MD5 35780bf561299d2ae5cee4e36c8757e5
BLAKE2b-256 62f0bdbd1dd46f869950629ab725c0bd3a938df8a7e5079ffc15cf74092ad229

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gevent-22.8.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for gevent-22.8.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6301302095f5e30237eb135198e97a2cdbb822edaac05fcf9d4223b19ee65dd5
MD5 ff36b7043a76a04022fa09217743998c
BLAKE2b-256 7f372d0439c30216453649d640e50f123919684b6f1c090416b374fa85e97f1d

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gevent-22.8.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for gevent-22.8.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 aced6fe003aceb0d816ec27eced385adbf838f190b73136567eaaad2c3777c8a
MD5 bf6fcd8b8d1ba6eff59652aab9929907
BLAKE2b-256 380492aa991fe787618ff9677e8e9ce4fab6881ec8a65c5aaddcfe124926e55f

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 df50d390785db12a0825796654a7d8ae2263c46419de72daaac92a1aa21895c8
MD5 9c8f98e10bd6f74dedf015e188c0beb7
BLAKE2b-256 a350f327167cbbea5d80be86b470f7b714d4cc8c33b417fb36f94734f2316f0d

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e2e82f09ab81551623650a1b0315ed790f82162d6ef2e0ed9c7cce50398c2b09
MD5 7cda7a8b4cb69155d0d37a11cea40659
BLAKE2b-256 3a3f8398f45986c1541dcbea3bae7adda2103abc571cd30294db27d4a9bf84db

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e38f76f00eb489b2e87fd67896e48a3127b2d613c78a4930b25820c42e884ef4
MD5 95c41898ae87e3f8083dfb82f1f93b17
BLAKE2b-256 b9e316f2f7c391cb465e5d7b1ac3d85ac8d30d5c4889b3b3c420f096b68ae820

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: gevent-22.8.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.0 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for gevent-22.8.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 c78d64845186b7d2f940a27c466bd5a36c20acf9972eb9b3e3566052942c4af3
MD5 87949432a37824d20b89cf6ca6822d5a
BLAKE2b-256 f16646791b963062f8fbd9e18c43828e6ebf73dc4231117c1480c019a697695d

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: gevent-22.8.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.0 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for gevent-22.8.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 94174ff3e4d16f37a295437cc17d1ce22e5bd30059eecaff10a28bb5724da1e3
MD5 6eb4c84699de9f775c8a7d92e9e7c923
BLAKE2b-256 15dc2741f27e52f29174155dc3c7561c970abf7801fe9cb465bff47d76dc8bf5

See more details on using hashes here.

File details

Details for the file gevent-22.8.0-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-22.8.0-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.0 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for gevent-22.8.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 117d947d3a6d93e27ba0ce3c8de6c49e33e106ce8841ff34777bdb2c884605f7
MD5 c3a2170193496765834bec699bb1ecbe
BLAKE2b-256 bc1535726051fa6fdbb00f113ed3d7462ca8eb1592f282c25533037027004a72

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 Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page