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.0 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-21.12.0.tar.gz (6.2 MB view details)

Uploaded Source

Built Distributions

gevent-21.12.0-pp27-pypy_73-win_amd64.whl (840.4 kB view details)

Uploaded PyPyWindows x86-64

gevent-21.12.0-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

gevent-21.12.0-cp310-cp310-musllinux_1_1_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gevent-21.12.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

gevent-21.12.0-cp310-cp310-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

gevent-21.12.0-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

gevent-21.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-21.12.0-cp39-cp39-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

gevent-21.12.0-cp38-cp38-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-21.12.0-cp38-cp38-musllinux_1_1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-21.12.0-cp38-cp38-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

gevent-21.12.0-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-21.12.0-cp37-cp37m-musllinux_1_1_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

gevent-21.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-21.12.0-cp37-cp37m-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-21.12.0-cp36-cp36m-musllinux_1_1_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

gevent-21.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

gevent-21.12.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: gevent-21.12.0.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.10.1

File hashes

Hashes for gevent-21.12.0.tar.gz
Algorithm Hash digest
SHA256 f48b64578c367b91fa793bf8eaaaf4995cb93c8bc45860e473bf868070ad094e
MD5 84014946a25407706cbe9ecb088f1e9c
BLAKE2b-256 c818631398e45c109987f2d8e57f3adda161cc5ff2bd8738ca830c3a2dd41a85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-pp27-pypy_73-win_amd64.whl
  • Upload date:
  • Size: 840.4 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 PyPy/7.3.6

File hashes

Hashes for gevent-21.12.0-pp27-pypy_73-win_amd64.whl
Algorithm Hash digest
SHA256 9f9652d1e4062d4b5b5a0a49ff679fa890430b5f76969d35dccb2df114c55e0f
MD5 6f5a336733aed2a0eab175b0d4d7c8e7
BLAKE2b-256 7d2df16b57647a76bd198fe9cf996e62691eb173d0eb49efc05e242431a453e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-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/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for gevent-21.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0082d8a5d23c35812ce0e716a91ede597f6dd2c5ff508a02a998f73598c59397
MD5 cfb42809d1077609fbfca1b1196dcdf3
BLAKE2b-256 06018b8fd7868c423a001aba295952f8728ac64537116ad85a5a78e640e67149

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 542ae891e2aa217d2cf6d8446538fcd2f3263a40eec123b970b899bac391c47a
MD5 9d77046b7fecb005fd3f107094a52d31
BLAKE2b-256 12be84a4633ce3279f9afea43e745f35f906bd1ec6fe93728f889b0743edf8db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8c21cb5c9f4e14d75b3fe0b143ec875d7dbd1495fad6d49704b00e57e781ee0f
MD5 e26afb644486460100f924be0c9a8a4c
BLAKE2b-256 d2f1023aa23faaedcc713e6662386a6ccfeea4df41c663ce54964b674838ae08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e1899b921219fc8959ff9afb94dae36be82e0769ed13d330a393594d478a0b3a
MD5 29a1592e12a07de9e6ba6d68acb0962c
BLAKE2b-256 0c48fe934fe1394c747fe3f47fa2b1ab82539c14875f40b522078ac5bbe7094e

See more details on using hashes here.

File details

Details for the file gevent-21.12.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.12.0-cp310-cp310-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for gevent-21.12.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 eae3c46f9484eaacd67ffcdf4eaf6ca830f587edd543613b0f5c4eb3c11d052d
MD5 a8f18f3fbdd76a11b1216592043daf29
BLAKE2b-256 3437f00485d24cad0c77ebd28375b43074fec219c0dc32a64fd9dcd627a98f07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-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/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for gevent-21.12.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3dad62f55fad839d498c801e139481348991cee6e1c7706041b5fe096cb6a279
MD5 d71cb74330572f6319304523fbdb4b6e
BLAKE2b-256 836c8850930977a298679c03ad597650976e109d00c2c10021975e37f2f2eebf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for gevent-21.12.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2bcec9f80196c751fdcf389ca9f7141e7b0db960d8465ed79be5e685bfcad682
MD5 72e720c02d34c96854e6ec2fcd5ea236
BLAKE2b-256 37b8c24f05f8116021b90ce5ea98d1da161b6c5f3794d32ae1671485be2b9f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 6.5 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 24d3550fbaeef5fddd794819c2853bca45a86c3d64a056a2c268d981518220d1
MD5 98a871d749479275360154e805ecf61f
BLAKE2b-256 0f30ca9a6aabca8c6a2b9b0c8559751b4383e9bc91a7c6aff33650a2cfe8817d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7ccffcf708094564e442ac6fde46f0ae9e40015cb69d995f4b39cc29a7643881
MD5 8a674cc95b9c227cdbe6b3386eeaf392
BLAKE2b-256 146ac39a5c3cc3c2f924b3b4a3571a5a7f926a1f32bdadc19f9731907c6b20af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 22ce1f38fdfe2149ffe8ec2131ca45281791c1e464db34b3b4321ae9d8d2efbb
MD5 1a34c9fdd5115104d507d5c263b787a5
BLAKE2b-256 e840826e541d8fec71a3725bdd0a45fbb66999a3c9031145d36580f233fa96c4

See more details on using hashes here.

File details

Details for the file gevent-21.12.0-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.12.0-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for gevent-21.12.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ec21f9eaaa6a7b1e62da786132d6788675b314f25f98d9541f1bf00584ed4749
MD5 3079e65bc3cb7ee03816b2334806bc1a
BLAKE2b-256 cd82291bb4e2fa64a2845d38cb0021f357ae2bce6a41ee9851b0d9494de2d21b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for gevent-21.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b7709c64afa8bb3000c28bb91ec42c79594a7cb0f322e20427d57f9762366a5b
MD5 1999c6f8a75013c14d0c1d8da11796c8
BLAKE2b-256 c7fd79aee4437e2f181a460b2fb3d88a37d58811353f1b00cf01eeb27187b40e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for gevent-21.12.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3c012c73e6c61f13c75e3a4869dbe6a2ffa025f103421a6de9c85e627e7477b1
MD5 6f9de36f98de5570c25ea834ac7dd624
BLAKE2b-256 783f30fa7c7220f3136b5772bbe8a66e2932349c7fbde4c1b6e182efb633884c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01928770972181ad8866ee37ea3504f1824587b188fcab782ef1619ce7538766
MD5 59732e9e4e245ae5fc5e98bc79cd7268
BLAKE2b-256 6357d9d28fa16802d34b60592f4a5e669cd64561293e220d553cd5a32e1553c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d86438ede1cbe0fde6ef4cc3f72bf2f1ecc9630d8b633ff344a3aeeca272cdd
MD5 43ec4586f05db6173e0ef72a4a29ebee
BLAKE2b-256 01a925e746c7ab4d8a80747b8ec13355b011941a680034be1b74d58d73a00c54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 05c5e8a50cd6868dd36536c92fb4468d18090e801bd63611593c0717bab63692
MD5 da1d9a58586095ea1e07e79ebeeaaf18
BLAKE2b-256 681395b3272019d69984ba044c6783de5efea76b0d92c97d96bfe832ec7dc6fa

See more details on using hashes here.

File details

Details for the file gevent-21.12.0-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.12.0-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3baeeccc4791ba3f8db27179dff11855a8f9210ddd754f6c9b48e0d2561c2aea
MD5 0d0f470ccb12ff46a57f287621e91edc
BLAKE2b-256 a0d4f6623fb3cc772bad5f7a75c4e24af884104a2be07699cb76a49958ef3260

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f289fae643a3f1c3b909d6b033e6921b05234a4907e9c9c8c3f1fe403e6ac452
MD5 d52d862d382717c75a239dbb5fb55c08
BLAKE2b-256 0837c5a40fc5be9f03f8d872b8b27f62be88abd3acf1166f7b1d1154fdd80437

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6a02a88723ed3f0fd92cbf1df3c4cd2fbd87d82b0a4bac3e36a8875923115214
MD5 042e11829fe75d667cfaf3074add9fb0
BLAKE2b-256 3d02c82d67283bd8d4e95a5175c4f31479127cc261574486ef851b5a3502e784

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 973749bacb7bc4f4181a8fb2a7e0e2ff44038de56d08e856dd54a5ac1d7331b4
MD5 18b45c027c8f3d489bbe002368f9d8a9
BLAKE2b-256 58189681e7dc22bf2f82103eb585b925b55c840f285394595b5c62b64750b849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08b4c17064e28f4eb85604486abc89f442c7407d2aed249cf54544ce5c9baee6
MD5 a2636e3c2d27d893fb1047b8d6a6e422
BLAKE2b-256 09dfb0a1265a8891186fe239c58041ff7534b37e5fba76cf91e3517490d9cc2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 cc2fef0f98ee180704cf95ec84f2bc2d86c6c3711bb6b6740d74e0afe708b62c
MD5 cdb46ff35b0e34704eea845f7fae575d
BLAKE2b-256 c80a607129ea9ffb024019422b2af055de9afd08f1c78f5a0ff590b83bc85f58

See more details on using hashes here.

File details

Details for the file gevent-21.12.0-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.12.0-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for gevent-21.12.0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 74fc1ef16b86616cfddcc74f7292642b0f72dde4dd95aebf4c45bb236744be54
MD5 eb0b4d5cef492d8f5860161ca2323ec6
BLAKE2b-256 ba5676e5ae7008fa4b391c156b6c01ae25fd8b439057015c5469411550db41a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for gevent-21.12.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c43f081cbca41d27fd8fef9c6a32cf83cb979345b20abc07bf68df165cdadb24
MD5 8fa0ff702f6eb1e7b9a1570a6346f521
BLAKE2b-256 633f151963a02af4fe2fafdcba006952fb0ee60d02ca826fd3d840faeb77434a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8

File hashes

Hashes for gevent-21.12.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 bb5cb8db753469c7a9a0b8a972d2660fe851aa06eee699a1ca42988afb0aaa02
MD5 4cd6c96d08ede93178599ca8c27cf06a
BLAKE2b-256 6816c7e6c784892156dd59af35e0fe90013856c211d928687d35261560c66900

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.0-cp36-cp36m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.6m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for gevent-21.12.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7909780f0cf18a1fc32aafd8c8e130cdd93c6e285b11263f7f2d1a0f3678bc50
MD5 9241bab04cf2571f1da1c353b414292a
BLAKE2b-256 7dad99526612968eb149b3f764039711a7b39419b551bde4652eae26fa5c3345

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2cfff82f05f14b7f5d9ed53ccb7a609ae8604df522bb05c971bca78ec9d8b2b9
MD5 ce24f917f9e4c4e48dd72532a45bcf68
BLAKE2b-256 6064d81b3b72dd9a874e839338c79dbf581d1cf21453e6b55f295fca8560be28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-21.12.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 da8d2d51a49b2a5beb02ad619ca9ddbef806ef4870ba04e5ac7b8b41a5b61db3
MD5 cf76dd25d1c4849e2251d3b33da7d355
BLAKE2b-256 59351315f0fbaab94480db99da0c89ecb2ecbd95bb6ddde7cb0dc65efeaf1851

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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.2 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17

File hashes

Hashes for gevent-21.12.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 a5ad4ed8afa0a71e1927623589f06a9b5e8b5e77810be3125cb4d93050d3fd1f
MD5 cc2210c791ad8ecdfee8caaf53e4da9c
BLAKE2b-256 c4e1e084f18256b29a660858321f9240981dd1031ec184a48c983391f7196268

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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.2 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17

File hashes

Hashes for gevent-21.12.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 177f93a3a90f46a5009e0841fef561601e5c637ba4332ab8572edd96af650101
MD5 0db8d205c037ed0d43536c32433fe1f1
BLAKE2b-256 7f3b68ca4c78ba8b3be60ff4b871bf8c6f8ac2fb1fd729cd2978b20f29d6b3be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.12.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.2 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.18

File hashes

Hashes for gevent-21.12.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2afa3f3ad528155433f6ac8bd64fa5cc303855b97004416ec719a6b1ca179481
MD5 52f9fd0085b7656ec7510155173b6916
BLAKE2b-256 bd83d54947d3648364e06065eb0031c238463e4ffed7b689021c3c60aa49406e

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