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 feedback and issues on the bug tracker, mailing list, 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

gevent has no runtime dependencies outside the standard library, greenlet, and (on some platforms) cffi. However, 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

Configurable event support using zope.event is highly recommended for configurable event support.

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.4.0.tar.gz (5.5 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.4.0-pp27-pypy_73-win32.whl (852.7 kB view details)

Uploaded PyPyWindows x86

gevent-20.4.0-pp27-pypy_73-macosx_10_7_x86_64.whl (891.2 kB view details)

Uploaded PyPymacOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-20.4.0-cp38-cp38-manylinux2010_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-20.4.0-cp37-cp37m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-20.4.0-cp36-cp36m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

gevent-20.4.0-cp35-cp35m-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

gevent-20.4.0-cp35-cp35m-macosx_10_6_intel.whl (2.7 MB view details)

Uploaded CPython 3.5mmacOS 10.6+ Intel (x86-64, i386)

gevent-20.4.0-cp27-cp27mu-manylinux2010_x86_64.whl (4.6 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-20.4.0-cp27-cp27m-manylinux2010_x86_64.whl (4.6 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.4.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.4.0.tar.gz.

File metadata

  • Download URL: gevent-20.4.0.tar.gz
  • Upload date:
  • Size: 5.5 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.2

File hashes

Hashes for gevent-20.4.0.tar.gz
Algorithm Hash digest
SHA256 c516cc5d70c3faf07f271d50930d144339c69fb80f3cac9b687aa964e518535e
MD5 166f2a931c9663e8204ef665b57cc540
BLAKE2b-256 728b20c2ebb3bda3f748f251115831568be202456138e088d3f25d24bf430690

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.4.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 cea28f958bc4206ae092043e0775cd7a2bb2536bcbece292732c6484c1076c01
MD5 86ce4e1d0a7478a8c9cef0ea5b929c4c
BLAKE2b-256 24ab98e16c5f7ecda800c9ed71dd75f22f8b22935e1d843665e5a907e787edaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-pp27-pypy_73-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 891.2 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/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for gevent-20.4.0-pp27-pypy_73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 42cae3be36b7458f411bd589c66aaba27e4e611ec3d3621e37fd732fe383f9b6
MD5 51f7e41f90a9d7b08d03a7e251039aee
BLAKE2b-256 98f55efbedf50f28283638b64900f39625feded097a391f7edea39f82e578c50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.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.0

File hashes

Hashes for gevent-20.4.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 32813de352918fb652a3db805fd6e08e0a1666a1a9304eef95938c9c426f9573
MD5 8e0ce6c6a7571ef1c515c2fe8cb00e78
BLAKE2b-256 781d4135b95351ffb7509c5374bfecfb2fecf0b81038c4e433c88404033892d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.0

File hashes

Hashes for gevent-20.4.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 38c45d8a3b647f56f8a68769a8ac4953be84a84735c7c7a4d7ca62022bd54036
MD5 1b505d403c6f10a7ba8a97f54ec16725
BLAKE2b-256 164b8e5106d089ab1ba6de03613bd2026ff0705207dcd97371586af42d3e96ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.9 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.6.10

File hashes

Hashes for gevent-20.4.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 956e82a5d0e90f8d71efe4cecccde602cfb657cd866c58bb953c9c30ca1b3d77
MD5 7ef0fd8732c63e7704840a337988806b
BLAKE2b-256 d01763ed3413a9403c532cb299892c0a285bd61c8b4389eaa03f9c321915f8fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.2

File hashes

Hashes for gevent-20.4.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4572dc7907a0ac3c39b9f0898dbdf390ae3250baaae5f7395661fb844e2e23be
MD5 420f6077495a3ddd79759637f61e6c88
BLAKE2b-256 a4dc07e4a5745b628108cd519e3a108cb2e6b382aadf16ea8cf23cd2e7d6c098

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.7.5

File hashes

Hashes for gevent-20.4.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2fbe0bc43d8c5540153f06eece6235dda14e5f99bdd9183838396313100815d7
MD5 e78cd1406f2b7b3ab9b77efbeac69fa8
BLAKE2b-256 4e8624bf135b196ba90780fa929a8a7f757f48907ae9710437dcac07007d467f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.7.5

File hashes

Hashes for gevent-20.4.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d56f36eb98532d2bccc51cb0964c31e9fbd9b2282074c297dc9b006b047e2966
MD5 375b0d5c5a5c00a734ca635e60134eeb
BLAKE2b-256 e5dca6a92da9034848bad03e4eb071ebe19e02a81ff55d5221486848299b727c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 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.6.10

File hashes

Hashes for gevent-20.4.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c7a62d51c6dca84f91a91b940037523c926a516f0568f47dc1386bd1682cf4e9
MD5 3e7582f08b4ae96332650f8288122efc
BLAKE2b-256 88f5a0c61b1fd3324c1a20bbd803526b288822f76b72addec1bc35795f8388b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.2

File hashes

Hashes for gevent-20.4.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0990009e7c1624f9a0f3335df1ab8d45678241c852659ac645b70ed8229097c
MD5 23d3e8d2f695c418d36f860810281d52
BLAKE2b-256 8f48c3a7dd2e411ff720f68d7922298c0f737881f170571caa38a06cc24e3fca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.6.8

File hashes

Hashes for gevent-20.4.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b0aea12de542f8fcd6882087bdd5b4d7dc8bb316d28181f6b012dd0b91583285
MD5 698dc28edb7fdb45691177861143215b
BLAKE2b-256 d60721e7a48159c1ee6d6b744c1b9999d0bca0e1f76bc0ca0fbf1620329b88b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.6.8

File hashes

Hashes for gevent-20.4.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 0b84a8d6f088b29a74402728681c9f11864b95e49f5587a666e6fbf5c683e597
MD5 977e19d37c50ca8a8b25ea7af1f8d0e3
BLAKE2b-256 e69457cd7c71c6e3845f04ec8d7c21db09dea65aa48cfc30210c0878e1fa9551

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 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.6.10

File hashes

Hashes for gevent-20.4.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e7d23d5f32c9db6ae49c4b58585618dcafd6ad0babae251c9c8297afebc4744b
MD5 9a6d6aacb45a420b10d24c1c87e62bb0
BLAKE2b-256 8b73b47686e346c6828f9872d7d4deadb5e9ef09c4ab9885fd22a23b8a35f2a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.2

File hashes

Hashes for gevent-20.4.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0b38a654c8fde5b9d9bd27ea3261aeefe36bc9244b170b6d3b11d72a2163bdb
MD5 469a8baddafaa756edb8ee3530caea87
BLAKE2b-256 79c7da80f6508f6dc32f0f83cb87d7a3cdb3e32c3e66d9679d30ce79accb0e05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.5.4

File hashes

Hashes for gevent-20.4.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6088bedd8b6bcdb815be322304a5d1c028ffa837d84e93b349928dadac62f354
MD5 041f0edd4b5664ad5c0f959991d15452
BLAKE2b-256 71518bbcefa635360606c74fca99674e41e979fba88c9c84d49529eb5d5351ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.5.4

File hashes

Hashes for gevent-20.4.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 8a9aba59a3268f20c7b584119215bdc589cb81500d93dad4dab428eb02f72944
MD5 51c243de3348d8b4f61087d967416dc1
BLAKE2b-256 76d45ceb85b0e77e1ba03c2b9b19ad402aed7ce9a1eb1859fb6d888bad3f70dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 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.6.10

File hashes

Hashes for gevent-20.4.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ee39caf14d66e619709cdfe3962bc68a234518e43ea8c811c0d67a864bc7c196
MD5 e081b404524facdb467c9fe482204a70
BLAKE2b-256 551d91cb04d97c6a84234dd9e9c469ae174532cea9bb3fc38ac2873d72591341

See more details on using hashes here.

File details

Details for the file gevent-20.4.0-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: gevent-20.4.0-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • 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.2

File hashes

Hashes for gevent-20.4.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 b46399f6c9eccc2e6de1dc1057d362be840443e5439b06cce8b01d114ba1a7ec
MD5 b4a366c628a5472176283e675c392af1
BLAKE2b-256 5dcb50f79fe05e1faa7e6567aa2941874d4831bf6790d812762b859ca7b01558

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.6 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.6.10

File hashes

Hashes for gevent-20.4.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8cca7ffd58559f8d51e5605ad73afcc6f348f9747d2fa539b336e70851b69b79
MD5 3b2556374654274bd7747b0eb9264528
BLAKE2b-256 79874c6a1451caa4f2ee06c2f936da819ccd16de81ea0cc42924e7e4b80911cb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.4.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 3b4c4d99f87c0d04b825879c5a91fbfa2b66da7c25b8689e9bdd9f4741d5f80d
MD5 d53464a6087d4115db97813b54b68915
BLAKE2b-256 bfd5c578a44af6bd7db7265dd3478d99396e7e5f45d8b7fbcf3696d67e5302c8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.4.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 de6c0cbcb890d0a79323961d3b593a0f2f54dcb9fe38ee5167f2d514e69e3c8c
MD5 fb445c4c078a5a73aa1782f7b63beafa
BLAKE2b-256 6b893a66bfe5927a3e73c17961731f4f7fcacd63d61e51bf1d3812001a536113

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.6 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.6.10

File hashes

Hashes for gevent-20.4.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2070c65896f89a85b39f49427d6132f7abd047129fc4da88b3670f0ba13b0cf7
MD5 28450ee478fea9024ba434cdc5a15582
BLAKE2b-256 ebeffc4567a34196d1c00bea0dca832b8d1a08f08e638ef7b6e508454949e545

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.4.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.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.2

File hashes

Hashes for gevent-20.4.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ef086264e846371beb5742ebaeb148dc96adf72da2ff350ae5603421cdc2ad9
MD5 c35af6e926588e755b3cd60f0b80b393
BLAKE2b-256 7c18a24e9b0b658abb098f213a88fd314a51417913353a9333440980a0e352f3

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