Skip to main content

gevent

https://travis-ci.org/gevent/gevent.svg?branch=master 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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gevent-20.6.2.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-20.6.2-pp27-pypy_73-win32.whl (812.7 kB view details)

Uploaded PyPyWindows x86

gevent-20.6.2-pp27-pypy_73-macosx_10_7_x86_64.whl (919.7 kB view details)

Uploaded PyPymacOS 10.7+ x86-64

gevent-20.6.2-cp39-cp39-manylinux2010_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-20.6.2-cp38-cp38-manylinux2010_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-20.6.2-cp38-cp38-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

gevent-20.6.2-cp38-cp38-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-20.6.2-cp37-cp37m-manylinux2010_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-20.6.2-cp37-cp37m-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

gevent-20.6.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

gevent-20.6.2-cp36-cp36m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.6mWindows x86-64

gevent-20.6.2-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6mWindows x86

gevent-20.6.2-cp36-cp36m-manylinux2010_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

gevent-20.6.2-cp36-cp36m-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6mmacOS 10.15+ x86-64

gevent-20.6.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

gevent-20.6.2-cp35-cp35m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.5mWindows x86-64

gevent-20.6.2-cp35-cp35m-win32.whl (1.3 MB view details)

Uploaded CPython 3.5mWindows x86

gevent-20.6.2-cp35-cp35m-manylinux2010_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

gevent-20.6.2-cp27-cp27mu-manylinux2010_x86_64.whl (4.8 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

gevent-20.6.2-cp27-cp27m-win32.whl (1.3 MB view details)

Uploaded CPython 2.7mWindows x86

gevent-20.6.2-cp27-cp27m-manylinux2010_x86_64.whl (4.8 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.6.2-cp27-cp27m-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 2.7mmacOS 10.15+ x86-64

gevent-20.6.2-cp27-cp27m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 2.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gevent-20.6.2.tar.gz
  • Upload date:
  • Size: 5.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2.tar.gz
Algorithm Hash digest
SHA256 a23c2abf08e851c988723f6a2996d495f513a2c0dc70f9956af03af8debdb5d1
MD5 27b07fe9fdfff2d75e3d140e890489b1
BLAKE2b-256 8ef3434c06bd285ce52a859a7239b7f03d8e02d49f4f39c7cc25536f39d7e4b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 812.7 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.2-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 3cb2f6978615d52e4e4e667b035c11a7272bb68b14d119faf1b138164b2f354f
MD5 517a580f4d6d9a2be335cdce3d804d55
BLAKE2b-256 c349bfbaaa8df853b484a0abd0c349198f2b3aad79f2ead4bd3700e39644315f

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-pp27-pypy_73-macosx_10_7_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-pp27-pypy_73-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 919.7 kB
  • Tags: PyPy, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2-pp27-pypy_73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 76ef4c6e3332e6f7278142d791b28695adfce39735900fccef2a0f1d894f6b36
MD5 ad82d2071d5179af30924e406b7ab5a2
BLAKE2b-256 a0df86ec62577288e7df0a2a42955d3951800390db741bf2a083f1f6c247cea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9527087984f1659be899b3300d5d61c7c5b01d8beae106aff5160316da8bc56f
MD5 33c010426906efcaea6e64c9a2417d73
BLAKE2b-256 a0bd8b93aa1c4b9982b62b01b363d30c16166c403018d24fc7a5cf718bdc2d23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a18d8dd9bfa994a22f30adfa0563d80f0809140045c34f85535f422813d25855
MD5 781ec02f7697f7d3473c1f509dbe3ae2
BLAKE2b-256 36aba493f6c12366aa8ed94c45c23b3fb914b68fead4923c3ca3fecfd2d55cd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0f3fbb1703b10609856e5dffb0e358bf5edf57e52dc7cd7226e3f8674fdc0a0f
MD5 7aa7ca346a8f918f6434f0e0b130ee02
BLAKE2b-256 f0c6f2dca8af0fab00492f9b78819d009538e88c238d1f1e6dd50a6820a2d9e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 68764aca061bbbbade43727e797f9c28042f6d90cca5fb6514ef726d43ab00ca
MD5 e137f586b50513298381648141c9fb20
BLAKE2b-256 649b90a076767111d188967efde961f448f15535357e60d3e9a031352f5b1a10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for gevent-20.6.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 354f932c284fa45826b32f42927d892096cce05671b50b3ff59528230217ad47
MD5 7ffd6efbf29a0e9371076cfc5c968ee1
BLAKE2b-256 5e9726b32def17e023b0105d3323212280a103ffa6b6bda44793f6ec69c0c151

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67776cb33b638a3c61a0351d9d1e8f33a46b47de619e249de1159892f9ff035c
MD5 1fc1eae2acff983fefa303f47150a015
BLAKE2b-256 c047b6e17021282fa0419aa48b9dcea96b173a5efc67b59f64a62447340b4960

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f2a02d9004ccb18edd9eaf6f25da9a7763de41a69754d5e4d872a8cbf8bd0b72
MD5 1170a4a514f6cd2238b11d1b83111062
BLAKE2b-256 7512bbfeb53a08c7dfe2b469d937c51ece6f21121bd745296760af02070e1f27

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e5ca5ee80a9d9e697c9fc22b4bbce9ad06870f83fc8e7774e5504892ef702476
MD5 4b32fd65d5f09fd36213055d3b9f2e58
BLAKE2b-256 a38e1874d9da94ac1e6b83e54dfd6476d86a79fc85cf96eb6d42d13951ace63b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6c864b5604166ac8351e3128a1135b883b9e978fd24afbd75a249dcb42bc8ab5
MD5 36fd79b7f5821f9609b73c8e610478e7
BLAKE2b-256 8bfbbacbe69dd3a5a6522c222140e3b5594f644e776c87ff034040feca8a45f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for gevent-20.6.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b17915b65b49a425115ddc3087484c81b1e47ce38c931d18bb14e453753e4d06
MD5 ea3f06fff4d6b5df950f1bdfae92f2dd
BLAKE2b-256 405b4963efe108c85ab1f5531f23a082ae3c56b6ff2e847b6747931a37e1442d

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ebb8a545112110e3a6edf905ae1556b0538fc148c743aa7d8cfaebbbc23de31d
MD5 734e8c4df9af95c1a71228fc33053a4a
BLAKE2b-256 8a312a8a98c2031040f55c8edefb079932abc8a8934350887849ae392d731f36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d0a67a20ce325f6a2068e0bd9fbf83db8a5f5ced972ed8ac5c20079a7d98c7d1
MD5 d0c7ff06d65a28570c255890adb65789
BLAKE2b-256 82d622f970e782ffc84e31980c33b7cb1d2610c3b1507c7f14079e07717fdb1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 bef18b8bd3b728240b9bbd699737216b793d6c97b482431f69dcbe328ad73692
MD5 6b797e64487704dc34c381d5fa467eaf
BLAKE2b-256 a2219f12000b42ada4dc85bc75eb4919795622373cbf17d3bd17d1567ded54d9

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a47556cac07e31b3cef8fd701599b3b1365961fe3736471f41807ffa27c5c848
MD5 c4fe011d8d1dd9bcbfc79d472f556e56
BLAKE2b-256 05183932900a42d7010cc63529fc5cb7a5a20fb61878d1721d0d4387567d5973

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 78bd94f6f2ac366155169df3507068f6381f2ad77625633189ce183f86a57597
MD5 073b3dc674ad9afc37ad6886e448113e
BLAKE2b-256 b7e97c849313b6bf36c117fae458ba9587a047283f80c39a28727ca6217db31a

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b16dd85eddaf6acdad373ce90ed4da09ef466cbc5e0ee5932d13f099929e844
MD5 4e58bfae8588e089a13e64de04873592
BLAKE2b-256 b653e74c9a5796ec713ed48516962335a1cac37b05c58bbda34c12a03b6c1b3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 13c74d6784ef5ada2666abf2bb310d27a1d14291f7cac46148f336b19f714d40
MD5 d8a1fc662b415f2a786b8cb362de7234
BLAKE2b-256 8415ee12e71252eea4c2012195e5a1e41a58b36d36fa11840ac8949407e6d142

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 c0f4340e40e0f9dfe93a52a12ddf5b1eeda9bbc89b99bf3b9b23acab0dfae0a4
MD5 53c72457ac59b9d2f25aae05033ba175
BLAKE2b-256 8de8de69137d906246267739f413e1ad52240adb234b213fafaede16f26223ee

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ea2e4584950186b71d648bde6af40dae4d4c6f43db25a732ec056b27a7a83afe
MD5 6a52c4d1d917293a27d3d89d9e1c0e0e
BLAKE2b-256 2a2f485607f7709670f7082b9780bfb518f201df30b73ea7e8e5d3b4d1c459a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7d8408854ce892f987305a0e9bf5c051f4ea29453665454396d6afb620c719b6
MD5 65f74af78bb1d42384be30bc47c18fe0
BLAKE2b-256 2648fdffefecfa7d30b73eab922db480b0a4aa7e6d3343746ec3a20d474665e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-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.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 d3baff87d935a5eeffb0e4f7cd5ffe258d2430cd62aeee2e5396f85da07df435
MD5 7f5f21f6080ba9821d52a1eb182dea78
BLAKE2b-256 1bb06b3e19613bdb74375110ea066306c27e96eadbba8024b6118404fa27f83f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 f41cc8e853ac2252bc58f6feabd74b8aae613e2d19097c5373463122f4dc08f0
MD5 5b9da8b0687cefec5bc2b7feeab516bf
BLAKE2b-256 0df3e277c2eaaf02ed20201232c43616f3be312ead748aef5817013509dadda8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 73eb4cf3114fbb5dd801bd0b93941adfa2fa6d99e91976c20a121ea14b8b39b9
MD5 caa687bb584e77344a4815fe03896ed0
BLAKE2b-256 7ee8e8aacf528383b953833257a1babfd6299d535d16b3537be05852f4652097

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp27-cp27m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp27-cp27m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.2-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b03890bbddbae5667f5baad517417056496ff5e92c3c7945b27cc08f55a9fcb2
MD5 430bb14a4f1311058673ff70945b1b12
BLAKE2b-256 b2ad6c17d4e83fec7d1b04cd2e999c0311948ed1138cd1d55be11e4526b5b88a

See more details on using hashes here.

File details

Details for the file gevent-20.6.2-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-20.6.2-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b3

File hashes

Hashes for gevent-20.6.2-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ea0d34cb78cdf37870be3bfb9330ebda89197bed9e048c14f4a90dec19a33e0
MD5 22513c11ffb691712c3fe264b4f6214e
BLAKE2b-256 b3e9dc24f16637d7434b2e90f19dcae5ac0c2e887c6ca51cc3f5bd224c6c2577

See more details on using hashes here.

Release history Release notifications | RSS feed

Supported by

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