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 Python 3.5, 3.6, 3.7 and 3.8. 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

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 the new 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.1.0.tar.gz (5.9 MB view details)

Uploaded Source

Built Distributions

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

gevent-21.1.0-pp27-pypy_73-win32.whl (839.8 kB view details)

Uploaded PyPyWindows x86

gevent-21.1.0-cp39-cp39-manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9

gevent-21.1.0-cp39-cp39-manylinux2010_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-21.1.0-cp39-cp39-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-21.1.0-cp38-cp38-manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.8

gevent-21.1.0-cp38-cp38-manylinux2010_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-21.1.0-cp38-cp38-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

gevent-21.1.0-cp37-cp37m-manylinux2010_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-21.1.0-cp35-cp35m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.5mWindows x86-64

gevent-21.1.0-cp35-cp35m-win32.whl (1.4 MB view details)

Uploaded CPython 3.5mWindows x86

gevent-21.1.0-cp27-cp27mu-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-21.1.0-cp27-cp27m-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-21.1.0-cp27-cp27m-macosx_10_14_x86_64.whl (1.7 MB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: gevent-21.1.0.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.0.tar.gz
Algorithm Hash digest
SHA256 6a10e67912457c56245e5403b7a53855ec65321ad9ae29aa0be947b009cb8481
MD5 8ba5d0c2ab67c99f022991c5c4feea49
BLAKE2b-256 aad404298a149a1f86139b5abd7395b5321f964b1191385335d264b5b62ffd26

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-pp27-pypy_73-win32.whl.

File metadata

  • Download URL: gevent-21.1.0-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 839.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 PyPy/7.3.1

File hashes

Hashes for gevent-21.1.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 7ac86bf4f9e2552c1d3d9635f157edbdaff7c22a573bd542d0bcdf245a0d2c6a
MD5 e1baf931f638c9cc3f2a27772c60af9f
BLAKE2b-256 abf485805a56380c8d867cdb1b785b7f3fbcd69052ef4d4cf7682616a3999435

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d4d3506e8f8eda11b4bc6c598be3dade6a22b3d8bf13a562bdc8bafa6d6a65c
MD5 0fd862fe38767f3c04b4f99e46cfbb75
BLAKE2b-256 b1e92f2a864dcb956c56853f178493c641f05f0bed865d3558f2d47a49cd53c5

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f1d45ae1963512cfdd2a6f64415e309f87599707132288cebc277230435579ce
MD5 56977ab6db1c4c08b071023e327c1615
BLAKE2b-256 3005ac938ea11813d5fd1f6970e7f5f29b4d6543e2c776608224493e3828ccf4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.0-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 89a4cce5d82bbe13aff1c8fc377f14bee6bb5a52716e160b99fc6cb3bf6d5cd6
MD5 7a09b9a9f91d4a89b8fc8e1fe6f57214
BLAKE2b-256 b37fcff3553fc6ac9c07a9b8bf0b5a2979b0db916b02e6b7901b57fd55c2e1d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for gevent-21.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9d2c63d968bef408a95aad2b64832cb79a969d1fcfe040856c22a99278351fda
MD5 a204773a39ae68c4556caeca3c23e7d2
BLAKE2b-256 8b6a14cb575e6ce0cae66a42710549151e6622a2042fce80ff8919dcc0b1105b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for gevent-21.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9f3d5c7eae845a822f058be201d96d047f116149057e9689edb2ac585c5d57b4
MD5 c1da19786156ce79dbcf1793dda26ffa
BLAKE2b-256 15d64bbdf073ff6476c1f247137449e17f85e8cc6864dfd61a2dfccb4c3f353b

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c100f9021128fecf22161144388f73857a335661b5aef473dab13e969eba26f7
MD5 1205cd624e7732f6bbcba157dc999716
BLAKE2b-256 2554c422a7e9d89d3d4690ca91abbbbb225d08c0422c571ba7c2b16451ae62d2

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bf0b5b5ed199a9f93ceaa8973556e97186650b43b4cbe7c98b615b0cc9d180bc
MD5 062640bf9354d3c3db7a2bcaa9f24e4f
BLAKE2b-256 ebbc3258dfe4b798d62c5d709e4ea907b958a752cd98a0ccbbd1fa8a6c417cee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.0-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.6

File hashes

Hashes for gevent-21.1.0-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 287b769c0243d90bbb51ee315251fda11421ed5e18c891771e0f7a83408f2a50
MD5 1316f8ab1e976161f58c740accc60afd
BLAKE2b-256 4b703708d1e4015ad43524f9fd0072f0091655eabab81e2ca0c51a6259fe39a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5

File hashes

Hashes for gevent-21.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 29221e55534a7010190c9aea4281d8a57a4c1fa1132c682b054f35013961e2d8
MD5 11bfc5bef6e578268a29031d5cfcaa6d
BLAKE2b-256 0db3de973fcd7dbdbe9c0e7baf1bc11667893e87279fd5f06e6120e4d09e2d22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5

File hashes

Hashes for gevent-21.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 9a8e1f2d58252300251f111dbd1fb7d92cc575d60d7c3c529427702a410ea3b5
MD5 c516126565bf9e816b6f4569391ba296
BLAKE2b-256 7af0893010abbcb9100e47e8dc3b6c96feb193c80c3624c1642750a4f42497d7

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1047b7e60c8c151af99db7fda5f3fee9805c8d6c6412b83ea51a9f9869147d90
MD5 47031584c501f7817ab0966eb88602db
BLAKE2b-256 68fbd30b334bb5cc1491ce6ba5eb2b347a857a7e496d637cf4fe487d8ed19294

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d4bd41112f0ecb3713584b701d8517181ba63b6a1c88e3f85484149bf37e1b19
MD5 a5c483a534be87b7bb69a3c025056d30
BLAKE2b-256 f6f0c54db601938ba31d9fa665f71fd754b3a28da5c9c11ff350c9c00ff1546c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for gevent-21.1.0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6fb8c0063c3835cf48b5ac35f24f862d6e7591847bdd9d5d4e59b2ea318f41f6
MD5 01710ab87785aeba3a27b2de793af7c5
BLAKE2b-256 911c47795a0af0f619857cb6ccf0bc219fb5c17ebb78f84aa86b83ce18200185

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8

File hashes

Hashes for gevent-21.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 176cf877d70ab0de81aebd6213e059238788f2ca8419deebbf76b93ecc2b5be1
MD5 86390617f86a86bc5830994f1a647c66
BLAKE2b-256 4be65ebfd013980caded634c77b62cd38f8ded75e466de054dbbb10b5a7422f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8

File hashes

Hashes for gevent-21.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f7f6d4c32eaf2cfda8ec54c76f64b990e90808bf0ede1aecd7a19ac102c930c4
MD5 c6a25f06b4e4a0a8cf9b987c271fd897
BLAKE2b-256 4e7b83c09248a2f813f1c5b76c88f9c5aff521ae9882e1090361e62c1f5bdb2c

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.5.4

File hashes

Hashes for gevent-21.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 d7091dec70c4af7bc83fd06ffb3fa51a87fe13acb5493cff0c512f2a0f0fd8b5
MD5 257ff89c546dbf40344c1632babc0bbd
BLAKE2b-256 8488693830dca1b36dddc11db84a51b05153135d2739d23e5aab8f78b4c25d8f

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: gevent-21.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.5.4

File hashes

Hashes for gevent-21.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 9848ce2d823b91a9af0073b3a1f3e84ad3c12db839bb0acec41679812738be60
MD5 9688176594a98d9ee0ff5e28fa0b4de8
BLAKE2b-256 2cf31916f799989dd0bb5bc8c3e32e3165322df4f209a15dd50e0b098f9039b2

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ee45f3999e7054375957b0ced67b5a25ad4ee6d2578b63be453179eddb0596e9
MD5 cb1a65d8192a53016c82c5f64de9641c
BLAKE2b-256 a9c11865762d5e41069bc88a57bb084c78bcde17069624415909b62b3860adc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.6.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.17

File hashes

Hashes for gevent-21.1.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 0246579c9d9e1391d79c64c4df79bc53776a4f42dd599b4df78b3640fa9d88b8
MD5 ec8d0137e2dc5f18175dd709fdf445ae
BLAKE2b-256 bfe465b587f60e61b435a909b0effb208bfa89344cbd7440b27e53cf69baaa80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.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.6.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.17

File hashes

Hashes for gevent-21.1.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 d3a7dd23addba6c7158b46d24d3d2e8ed23f10aee69e3db39f5dd9de655d3f09
MD5 474ac81a5247a577484e6113fbf23643
BLAKE2b-256 3a566f378b71ef67975062b680acbcb46520e1797d7f69bdf1665c0a6720052a

See more details on using hashes here.

File details

Details for the file gevent-21.1.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6e609020e27b06d5810bcd2fbf5310156e0d22239fc4c2fb13bb66cf4de25358
MD5 09e69732aba60fdc100b6cf0da8f5cf5
BLAKE2b-256 258845d122aeb528244550c9096735c724bd01da733070d919e6e118986f6aac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.0-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.18

File hashes

Hashes for gevent-21.1.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 30390b6d945e4c1ecc9629266bed65e798fc9f0e0102c2dcc38accf7fb14cbae
MD5 6307999a01f2a9cd8926aee73023b0a1
BLAKE2b-256 7e2b7d8f653557add842ea695974fb538bfe41c8c277d177fd00a4d9a0676a6c

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