Skip to main content

Coroutine-based network library

Project description

gevent

https://travis-ci.org/gevent/gevent.svg?branch=master https://ci.appveyor.com/api/projects/status/q4kl21ng2yo2ixur?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.

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.5.2.tar.gz (5.6 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.5.2-pp27-pypy_73-win32.whl (800.9 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.8Windows x86-64

gevent-20.5.2-cp38-cp38-win32.whl (1.3 MB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-20.5.2-cp38-cp38-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

gevent-20.5.2-cp37-cp37m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.7mWindows x86-64

gevent-20.5.2-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7mWindows x86

gevent-20.5.2-cp37-cp37m-manylinux2010_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-20.5.2-cp37-cp37m-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-20.5.2-cp36-cp36m-manylinux2010_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

gevent-20.5.2-cp36-cp36m-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmacOS 10.15+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

gevent-20.5.2-cp35-cp35m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

gevent-20.5.2-cp27-cp27mu-manylinux2010_x86_64.whl (4.7 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

gevent-20.5.2-cp27-cp27m-win_amd64.whl (1.4 MB view details)

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-20.5.2-cp27-cp27m-manylinux2010_x86_64.whl (4.7 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mmacOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: gevent-20.5.2.tar.gz
  • Upload date:
  • Size: 5.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2.tar.gz
Algorithm Hash digest
SHA256 2756de36f56b33c46f6cc7146a74ba65afcd1471922c95b6771ce87b279d689c
MD5 d72256dbc05633583aebee6128251414
BLAKE2b-256 5c1ddb92093e7a8ac07d61b354d1891426ff2506b47f6efe6c809f3daaef48ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 800.9 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.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.2-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 91bfe6c3a2ec4d0027b30eb1aa678ab1f828c7d8961e64ac000d8c4a80fc8806
MD5 81b9687036c4f3a56c31e222d8461dcd
BLAKE2b-256 a9cb57294d13788ce0b74c5e8696f0c123d7a49e406620719bce195fe8a324de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for gevent-20.5.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 67820fd68ba14a38a1645261fc8f3530c4cfad6c45e29f40cc1dda8d5dcc17fb
MD5 2a75b8295b948798e9fd1fb50b13fb87
BLAKE2b-256 f88ea380812e496827a66b76cd91e42b11c1eb8040296ae9ffe73f415a0da71f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for gevent-20.5.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9146860dd8ac0d0b675abc64025ea8dcd3d399de9290a8eec23bbed6d3993be4
MD5 a21b08eca7da647286a1932281af491c
BLAKE2b-256 b7bb2047a1768cae9ce251758ad37defb9f34fdd63c6f45b0da5d8cfea79f910

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1886197bcf8aea097c066e212c32a0aed9ad6a0ed245c124f3ff6b7dce7db354
MD5 258d6d505493d8eb574603e3c15e6a10
BLAKE2b-256 a7947c09f5a67a2a89c6077556950972c3bbd144690165aa24c761cb1793b3a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for gevent-20.5.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd261c12724e3e4be81ce4bd978c3ba47d31bd56444ba9f30332b8e7d4f09b81
MD5 11ee336186d01dc07ab3e268fbcd9b28
BLAKE2b-256 38d434e16f95f7d29e192409dbf618250a5c0437eb3bff3c7d7c7dd5a73d98fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5

File hashes

Hashes for gevent-20.5.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 899e1cdbfaa7aa0d53a430f2f4cb8d03c00db0ee94872ce2b4bb918817a719f0
MD5 50c0f2ab79ccfacef83153c5099c58db
BLAKE2b-256 895f5400846843093babb5d211eea62d643f399c88ebd84ae928799f7b35db36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5

File hashes

Hashes for gevent-20.5.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2f138b82527c520fff432e3aa9f606335d23eebfa1e8aeb0e36822e34a91afdd
MD5 cad0af7dd7c26c706f683bb65bcac23a
BLAKE2b-256 4734d43d89f7832663a92ed53c8d850dcef5aef42f6a57d0e80db11afbfcd957

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4a3ee667456ccec0c1d215aeec8d150449d0a6da5d58ba2c6be741249af1f139
MD5 4d390def94c0efa4ef902a196d1d68ce
BLAKE2b-256 13eceab1ee2d3a8eb0e05fd54dab97b1a1d1295833dc35154f164c0ed6d8a6b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for gevent-20.5.2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 12276c30ce4d6da84eba674dade04b0cd80fb5808dbfdef01ba49b75d50b3816
MD5 cae3396f4bf04e87e878fe341ae45d0d
BLAKE2b-256 336926a92bb34e0701e1feb66c0eca2eebabae23e2711ee4ec0669caa685b937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for gevent-20.5.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ae6787acd68bd2f8d40e10fd8d031a5da2ac9dae6ddd35390cf4c18261a8bd38
MD5 d01d1415ac8a6791f430eacb0dfbf53b
BLAKE2b-256 750a28d79fbc4564cd8dc9c05d4675e7b1ac11ef7727b2a077c1943a0ebff5f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for gevent-20.5.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 08de7d46923ab04529e70ff0601522bc7897b7bcef8ac40e8a9f906168518875
MD5 73da37a8dab798deae66e2894721a2cd
BLAKE2b-256 cd679ed6cb60b2408ea8b923436306a1acbf047547b1df017d48b6325b06e6b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.2 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f2932f05b8cfef3d7c285ddbd77008d642bd843c88625e1da4e96a643d4de885
MD5 2dc29a11f41e206416678400afa752f5
BLAKE2b-256 b18da63b582fda5e3c52d265376d9715ea56262bad8acf36af0b46cdd4fc0666

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.8 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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.2-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9c4601f67f26e534237d1cbaded3157b2a70a89e7760c819e8afb20e32878553
MD5 f57588c4299434cdfb1c8f230de1029f
BLAKE2b-256 fcadc907f92d34c33ce0c088705dc4675b0a9d22caeb078bf4cb5d9c66329f6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.4

File hashes

Hashes for gevent-20.5.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 9cec7379b540cd7a8cdffec9ebe799943c07d0f575e6f222bf3515e7655544d7
MD5 96353f8968aa05d6e7812501a9e65902
BLAKE2b-256 4dde884b7875a4c2199d8d5cd9e7b44a16beae15e4942ccad594d532dd65fb2a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.4

File hashes

Hashes for gevent-20.5.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 de44cb7bf1f74043e7976f2dbf9780da7a99a2b58799675817d1df77ccfde519
MD5 2aef9c99d4170f596677eeff51650a0b
BLAKE2b-256 b37f714badb1c738d67790f51d9b17a288c73c0962b5cde31049ada4bce3f335

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2863c2899f0a379322cb07724c67eb608652e99ab5bdf5bfce936c9bf89f4a87
MD5 92a4d686c28c694d31b58fbf0c5a1c7a
BLAKE2b-256 0eca7f6cc1e43fa4f0741115ab28c9b7e3b9f5f5215b0c0d549abea3af264251

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.7 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1bb8330f1f86460b845b589eeea73b3e2dd52f84bee30178a8eaa0ddd61622a6
MD5 eea1b65378f02e28d9411248ffba1605
BLAKE2b-256 2c71e5d323269536edf01ee16be60e95037c80902079e37e060ca8b7cf7629a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.4 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.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 c2c2e0e275b375941be80a174cd47b3ee20ccf457fbec31863808448ec4fcf59
MD5 23bdc26fa459c985b88801c693b2bd62
BLAKE2b-256 ff22606f70a6ed9746a9e083e80999a40cc79d52ac62294bbbdb9c5b537c9c13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 2436dfbc1f0cfa2c2fc8ec9e824dcc13f8501085c29605b4488c981456f12ed6
MD5 94f3259db9bfb2edb53e35bcca313d8d
BLAKE2b-256 0e6f1f9d54163a9188be53306d30c41dab0118e7868feade46f3aa885116bf97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.7 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.3

File hashes

Hashes for gevent-20.5.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a55ee5c388511362b1f886be57f06062334bc44b91ef215b997435d21901def7
MD5 4a919fdddd7c6a8b13c2b7c88512edd1
BLAKE2b-256 a0895bc4d8eef3f111a0ac1b671145565dafa60656a99b551da5cd325f113cde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.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.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.2-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4a69373a07a0d4ff74401274d3b30aa47430e76d7e314f23bb9f399da1bbed6e
MD5 2501f3b0c64db6066258ae450ad6e0aa
BLAKE2b-256 9b98abfb547177543e3850d6e603cb021819ee47ebbf853c50ba97aadd18df9e

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