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

Uploaded Source

Built Distributions

gevent-20.6.1-pp27-pypy_73-win32.whl (812.6 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.15+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.15+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.6.1-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.6.1.tar.gz.

File metadata

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

File hashes

Hashes for gevent-20.6.1.tar.gz
Algorithm Hash digest
SHA256 53fdc591806b1ed3a747a8a27839f7c6ae229155aad309e265682f0f398eb488
MD5 c207effaac5becccd79420434001463b
BLAKE2b-256 9da042c50f1a021d2404fcad9ac0724fc72de5d084c23fa5447a62f898440802

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 812.6 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.1-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 691e8f96b6357657eb6cd4d76affdac6e1648b3be69e3841b0dc331270c3835c
MD5 ad4162115e568ef49ff30b7ec8272dbe
BLAKE2b-256 bd919cf061ebd1cd013ccff3bf4aac397d4abda76bed0d444ea2392db3a9fc5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a498902a736382406d401d174df66ba99124b064d5e30db0e61e8bf2aeaf7bb1
MD5 b93596c95161960ce04fb1dfccac5296
BLAKE2b-256 a5def04686b8b43231f90a1b4f7a54bcf1d3591bbe1e1e42b7d7049579e76705

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 48ab796f200d2730fded2669ca52e36b68a57d114420ef36adf301bc3f593398
MD5 096b8e17ea35f87e2e477fe533fc0ec8
BLAKE2b-256 d90ee1d9574eba99d4aa365d7fe9ead72f07b83ab4cc5ef86f60b59d02312ef1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 68cc23bbf79f80f5313f94be0d5679c6862ce5bc45b34eb927472a327798f691
MD5 c0e50c51b7be5c41f6d5f615bec50356
BLAKE2b-256 44906a7189f2b7976c8a069666f8e87ffe5a4b9647d8fc85ea6826abb485207a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4776da6ba4a784d80b6d9b6055929ebc2e09c1d2a5876f38b32c7d6435b59eb6
MD5 2a00d8466b7a777eb6f18ba195c3849c
BLAKE2b-256 8338f88b0c3844bf261ce8b6785dc0f6617d1b0a061bcd29f4325b9971e45ba3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for gevent-20.6.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 db00eb55398844ff4a6dc78f4db80a7dd6acb5cdbd5a0de0d6acaddc52e9c82f
MD5 e90f1e150ce4282cf6cac4fb65d3dac0
BLAKE2b-256 22538d6b720e8d13ee89ff7b6bd379158fc08673da175450e9a5de2fa6f2642b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 75fcbe5b50ba3b55a7a0683f58f02ece099714429e2120bfaa62f1d70d9dbfa5
MD5 c5da5268a229d75b9d6267ff5d9fa4c3
BLAKE2b-256 9f5340bbcab63c1edf35ed5d13317c098bc834c3c559207969443019b8d2c373

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7cb2bef61e59da4c4a6a3520b88ce8b7d5c3f1006657bc1355a693490a5d597a
MD5 67ad028e8894e1252481ace5daa4b2f8
BLAKE2b-256 e250154740b48a9d5665261f730782dd86d6fbce4c8ea1651fd261b30bbef1fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4070b229638ddba19850e9e648727462c0c8f0dc4277a753ae84faa7ac489712
MD5 9e7d0eca42814a789ec412b552706382
BLAKE2b-256 af5817021a285af3536ee39a038a4e96b74883e37205903d4b35938d545a5095

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7

File hashes

Hashes for gevent-20.6.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 50af4b6a54d3b2b631a73c5c0100e2366e66c6d48ad9634f3c8fbdc0fa537964
MD5 02d991c2e7bec75b2e51c42385b62811
BLAKE2b-256 cc7389f29a16fd499688af2d3295b302acfb2c88bddddd713decc384855a7fed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ad47b503b590dd972f791f01539f8806af33dfe854cae1d577846f9689deeecd
MD5 f1ad59a3ccf2c8f230df3d04607863e5
BLAKE2b-256 6bd9b0a6a5a6519294b044aaaa16a8a6ac9c2e2bf3b0e63ba8eb3b449d1271e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9164c8d0c217cf1a290d549c51a06f1352cd2cc169dac36305f377169cd7828b
MD5 ba5d935ce8abb7f502219e4c498d47f9
BLAKE2b-256 1a1a492737d771c608127ac8d5d7ba1b16e9b34de530f37af39010aae2439d54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0fd5fbdaf5de55c38c45584489f73f263fbb4e06dd22496e9ba75ff42f469437
MD5 c32a91bcaed9399cc8219c8dbf4729b1
BLAKE2b-256 288b918c61f23693971f4eedb3f910438e18b9bab489511dd1f313657ef0a330

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 efdb51bcde9d604ab76d11e08c1adc62a5e87944b5435dcfad030d4cbbfe9a0f
MD5 477d8d1c0a461d8b13650e9bd2234f6d
BLAKE2b-256 2e679b610ac42c810c477f12fc5e6c8046a1edd28e6bc7f6685c3171bd0dbbd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 2d36ea41da5347e165f8988718dca481f12711d62d999db953101516852d63fa
MD5 18f41f879be974d074d81e0f4c9ba145
BLAKE2b-256 10c930af713e27c06c84b177cbf8d450579faf26d818c3a186d1c19fe55175fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 1f5407c045fcdcf16f3c1e032c09e868eab4e2971a13003cdc38944cfef4a661
MD5 8ea46a0ed9eecf19c056525b7470879f
BLAKE2b-256 17408a35b35dcf4f808453c87b98c78426cacbc5f3e6aebea2e4cf3aeb7c3af9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f1dc96268bc3357cfb1d490eaf322c29a3649e63b672b718658e1797bd38cd64
MD5 7e1f527b1d74f6e8e4a8fb379b5baf19
BLAKE2b-256 2835b2e3e00c9da77d1634c4bece44de8cb708763e243b8c27ecc3517f09c11a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d33866360dfd9457f509aa249746deba14f8790ca3544c0f1317fda773e3495
MD5 4ff223b0a751030adeffe83642ab1447
BLAKE2b-256 35fc36ee77eb912550740bf77f87113179aa964e96ad87042c420ee2cdc566e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 261413e577a6c8ca41b9fdf5ab5370bd470e3b32e176ad18e786cc45175e3af4
MD5 19846f6545eecd09791e689f02c7e751
BLAKE2b-256 671114ff2d1bcc0279baff8525977e6a8fb05d3576298dc66a072ceecba6d284

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 edc4c7213f9c4ee88ad5d03a8f24f3d80b4decd09129f4d1eb660d3068906a69
MD5 725ffeebce735d54a2af5ed84ed09b7c
BLAKE2b-256 922df205f0c80b227262f1fb91f5fa3efafbdd3cb3193c76073ebd066cb35586

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2fb496f3b4de6591a293a65d04a14b32881d9e4e424defaa7193769489bc7c6d
MD5 a71b8bcf2e573f0a807274401e546873
BLAKE2b-256 a9069908376dcdd0a1f0725f333776ed00f4a254a74d98e159c053fd54b4e846

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.1-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.1-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 12565278b65f958686199fe7d06e3c2aed5f0587be2e66e62e90b2df0a62a6c7
MD5 3821a61e4aa1b34e380b7dff215c9ff3
BLAKE2b-256 9c0db9be368a53388271d612d5196df4928e295fb3d4fd5f01a6ff684f0d348e

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