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

Uploaded Source

Built Distributions

gevent-20.12.0-pp27-pypy_73-win32.whl (834.3 kB view details)

Uploaded PyPyWindows x86

gevent-20.12.0-pp27-pypy_73-macosx_10_7_x86_64.whl (940.5 kB view details)

Uploaded PyPymacOS 10.7+ x86-64

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-20.12.0-cp39-cp39-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-20.12.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.12.0-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.12.0.tar.gz.

File metadata

  • Download URL: gevent-20.12.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.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0.tar.gz
Algorithm Hash digest
SHA256 a03a55d81d350cc476ba07410fe957636dd314a900218c3fe470e8e56f188d19
MD5 45856ab13e71e940466f72239620981d
BLAKE2b-256 41602978e1ceeab007ee9888dc3318b75b1970be3fb7618e71e30499c3332405

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 834.3 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 594bbfdb8eb709b5d0ba7e5797a27d0bd5c79b63096539ecf69ea44e41240f18
MD5 8488a32d212e6ee1fc42166df8eba187
BLAKE2b-256 ac511e79a0b74502406305ebef7bd9b13ae86c1777629d9d0ad806781560f8ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-pp27-pypy_73-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 940.5 kB
  • Tags: PyPy, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-pp27-pypy_73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 c11e4d0f52ec78c4678b2e49e94b44e14ccb0b3640acf4a8ff76a4db69ea70b0
MD5 b5cb39d32eecfbc8d222a3eb333395f0
BLAKE2b-256 321372c8a6de04262ac1338bc3fa29154d77cf2093bbc01927d56aa51c109175

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 967427e5fbf538a7d486f224f4134095b918f7c97f104758db3a4e0802f63693
MD5 70ddd1738f91d49cbf16d1ffe2a90087
BLAKE2b-256 5c22b932f885dddc9434d01bf0a9a5008a6093fff7ab4e7d5ca3ad92b84db263

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 67c32dad69447712767330d4016c9faf03c5b524b250fae190c57908171aeb33
MD5 ab0e11cb4add93855035fb3d38c0ec25
BLAKE2b-256 7e107fcabd09d059807e7f44e31987a95a32060849b9a5f5b1757e17b1fceacc

See more details on using hashes here.

File details

Details for the file gevent-20.12.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-20.12.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36770a02217e1b49a8a31650427ea48d570e60bbdf157bf2f7909b9fb6e0cbaf
MD5 0af7c931f93becf310da55f886ac5caa
BLAKE2b-256 b38879b59fa7d3af2f5cb4ca4e522de6ef31189ed15a589634d56d1d217bbf22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3734cd9990bcbd2ce481b01a86cc8e1d93b872afd84952408c96ae259184228d
MD5 6c331924b6196e8f9086e86ab012ef7d
BLAKE2b-256 568d2242468ca224084c0957fb48b801db4a3f270153eb36ffaddc031143f43e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a7e029c836a75deed42c090c257e1de8e297fda4878c9adbaa78bcf92425a28d
MD5 e5d70ec964e23d5fde9b19c9d0123cf9
BLAKE2b-256 70de60a94a545044ca5895e5314ea8501ca87bfae539b8dc9ad2ceb5ddb51bc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2794df1374a478c490de23dba42a0e1eb14d982f57f770f330e0f0cb9cd4881f
MD5 7fc49da984bd222edc4c2474c596999d
BLAKE2b-256 a78b66e04595a813e641311d636efc234ccb2d8b83cb64828eebe7da0131d5df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c9f87644824c071b852f57640c525ff5a53d45dec285d320d751badcb1edd196
MD5 a6bf173b539450473773d1a8e474eba6
BLAKE2b-256 6dfa20a906c72e37f1ee0afe33f844801e358aef12df347f8b900ce8af957276

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bf1170360d7d33bd44394954fdd79992a30afc3571ceb2b6a0efb43f11c4d626
MD5 5d2c53c6db6e72239b4c2181bd13fedf
BLAKE2b-256 e0270908b1957ea4edba44ab325edc033f11ce4bc26d0c152db36faa28ad2ec5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0ba3e49aed31c5cc568f263149c88944cbd333299493cb9e786db39618f7a94b
MD5 0db5beaf4b570a4e4724b57a301ae84c
BLAKE2b-256 09b840e08a8e50fbb7a77a013e6610aa02a8b2457d849434dedd3526108b4fb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 32d6cecf1cca74afbf3463d3db45e03abc5b9dd4a55f465cf7d35a56a320b240
MD5 0a641cbc9f53d7b8a48a8c8933f922ab
BLAKE2b-256 9eeb78fa78f44c73e40bf506ead444e44c141767349f65ee675ea41cee3dfce5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abc306a22dc4c87ad5d7ea11f0042335f38b19a1e48a5f96b12f08ea855cfbdf
MD5 dbbca9637b7891d68f96b8714af063a7
BLAKE2b-256 722022c044046e7088ac9c85cb79fc138a4cc52fe9d865cf8abd358ff9363be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 26297f50fce6eb6c2fc993129d8575c51610ecd8c233ab7ea4ae037468d1e901
MD5 5198e61af24876a52237b57d4cf7d950
BLAKE2b-256 52de322ca33090548da5193f862da9e521df1eb1153b6dca98aed81d9e9a1e37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 da8141b18a0cb5515d05860a64d938624face2f8f157879700d1faf6e71fefe9
MD5 bc01f2c3d903f2face99168bcefe10d9
BLAKE2b-256 6b7ce3d05698f3de64d3e2a6f57bfbdc3ae35bce7e78556d0199492da3d7dbe9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 6df59be7d2aeac0fe67b025b8c1d784721375ae8e45a56825b0e582555d2a285
MD5 55e53120eef4ffbf1287d0eec97ee1af
BLAKE2b-256 16a5c515583b9cb57de4a70803b150d0378211c64280d75696fd8f99d94f4b87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 76eefdbbff78618ab1bc752c5acaa4a2d2cd826298d3a159001c72bc5d668874
MD5 ded134d95595a1de69b3f850053a7f37
BLAKE2b-256 d689df4a0c818c7b77f450794837238dfa0d61f9c701284d3c92e53cc62b2e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 66f3f3430da011b5a8a8eb27fd8ca8d52fb6a509503682ce9e46b28728359086
MD5 d949988e1854f11acf0e6b9cc156d761
BLAKE2b-256 3039fe6dc3b9b497d029aaa2595365ae58a76037e74783002b1759801614f47d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 38d6c3892ff5a0dd0100265fd7f56a887d1d2b6682ebe7fd2ef51a82b7e8f04c
MD5 25c6eac0d5c692a30664b8a48d37511a
BLAKE2b-256 73b397028dd16b36933d8a2de94f5caec56c709f8b6ce587cc373513d0bf0e50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8fcc3de9b4889284ec63298af63836075f480d4ffc4468477225d905c289691c
MD5 fa3058dfd3de8e2e7b9618b6d2df91b8
BLAKE2b-256 32a5991e82a92bc95e94d16aacd59bfeeb565e03ddae14bfc119ba27300907d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6cffb428b0172c6c6ffc15dca748f329693a37278a8df9d986fd24e4608ee6a0
MD5 2831f36231784c0823ad52bc70f29d09
BLAKE2b-256 43ff2ba5499c7293d7314ad8f8b60c3a098a68a296572499984eec55644e538f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.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/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 facf0e631dd57233b48e06d9bdd65fa4547ab2ec40123cdefacc8ce05fe11498
MD5 3655b4b2123e69efda21e28eb47b68d6
BLAKE2b-256 2e5e6f5b8918d536676b31d4128409147e0d46c1d247adf2d0444d7c244ff8d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.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/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 bd627662d1d00659f80477127520cdc35ef6496b1ab5c84b85e4b14b1475892b
MD5 18244b9c2228de9e3b63cc0ab98b175a
BLAKE2b-256 5be3e412ae16c4be03a23424891217357babd572b6ca531f285571fb1400cf42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

File hashes

Hashes for gevent-20.12.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4184a9749e2cefc623bc0c624b7ba17aa51ed2f5fb70f11d6fa9739b1f17edd4
MD5 2df0a115f5f93a0aab642b26a94d5fc7
BLAKE2b-256 13daf7fb609269b0041e30887e8b31c22562dc14fa96a81b210583d86b681694

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.0-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.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be5cd6455f8c57d3924e95af6c5a46b3a6f01806146b08046433789400ebf8fe
MD5 c5ffc6e907c107ffc3e306ae5bcd7cff
BLAKE2b-256 dfdd1e48fde3ea4715193625e65d94f579307af7b581f05bf6e7ab7e90a281ce

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