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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

gevent-20.9.0-pp27-pypy_73-win32.whl (820.3 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-20.9.0-cp39-cp39-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.15+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-20.9.0-cp37-cp37m-manylinux2010_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.15+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

gevent-20.9.0-cp27-cp27mu-manylinux2010_x86_64.whl (4.9 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-20.9.0-cp27-cp27m-manylinux2010_x86_64.whl (4.9 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.9.0-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.9.0.tar.gz.

File metadata

  • Download URL: gevent-20.9.0.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.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0rc1

File hashes

Hashes for gevent-20.9.0.tar.gz
Algorithm Hash digest
SHA256 5f6d48051d336561ec08995431ee4d265ac723a64bba99cc58c3eb1a4d4f5c8d
MD5 9366ee7eebed48003f8a748568ef1f70
BLAKE2b-256 78c40c59bf329240981fd3a228ac809a82d00d4b147a82555eb4dddba2d041aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 820.3 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 PyPy/7.3.1

File hashes

Hashes for gevent-20.9.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 8d338cd6d040fe2607e5305dd7991b5960b3780ae01f804c2ac5760d31d3b2c6
MD5 800c82f197ae75c094aa8850416f5ced
BLAKE2b-256 0914c0dfd143796c4cc4f815ae4df90c1a87e3b332613245eb251b31eecd4645

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 33a63f230755c6813fca39d9cea2a8894df32df2ee58fd69d8bf8fcc1d8e018e
MD5 41a69808a8e759ca7e2f5549d4706efc
BLAKE2b-256 2ffeadf9f2572dab6a94378bb0801f80730379f49edf527d95b0b038ea853ae2

See more details on using hashes here.

File details

Details for the file gevent-20.9.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: gevent-20.9.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0rc1

File hashes

Hashes for gevent-20.9.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b07fcbca3e819296979d82fac3d8b44f0d5ced57b9a04dffcfd194da99c8eb2d
MD5 5a17c6d09ff393e88c424ee1ff7f7e7a
BLAKE2b-256 e2105e4325178d7f08957e56f5d704569a532684a3cc144235932dc7c26d7cc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.0

File hashes

Hashes for gevent-20.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b2948566003a1030e47507755fe1f446995e8671c0c67571091539e01faf94cc
MD5 80d74ef4ab1ab8f5bd23324385b77b4c
BLAKE2b-256 71f12614c5b092e712a4acbee1670ec1e93cca8a2fca1eb86bb7d60c8448dcc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.0

File hashes

Hashes for gevent-20.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 93980e51dd2e5f81899d644a0b6ef4a73008c679fcedd50e3b21cc3451ba2424
MD5 9f2a156384767f9a89228f1153b7d3c9
BLAKE2b-256 35b9e15c41618038dd110a4d3adb9183ec9a092263f98681afaf68ce2ef53a70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 afc177c37de41ce9c27d351ac84cbaf34407effcab5d6641645838f39d365be1
MD5 109b9fd0daa0802d6744f446a5ff85f6
BLAKE2b-256 d6d9278ed49aeb1a90ef20dc8b8fa9082276a97765402d3587753f1283ca8abb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2

File hashes

Hashes for gevent-20.9.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a8733a01974433d91308f8c44fa6cc13428b15bb39d46540657e260ff8852cb1
MD5 ca5ebd7933bdd8cb30a9fe5c2efee354
BLAKE2b-256 1e3522fc11e3e82d66226a46a8cb63ac8fb5827b06325f93f59b77b4a6f32f18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.5

File hashes

Hashes for gevent-20.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e11de4b4d107ca2f35000eb08e9c4c4621c153103b400f48a9ea95b96d8c7e0b
MD5 13890f601d6c826d01cce8dbecbbb017
BLAKE2b-256 e8783852afe86b6406e5a6bdc3bc0cf35fe282eae496ce59b9cf8706f896fc22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.5

File hashes

Hashes for gevent-20.9.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 10110d4881aec04f218c316cb796b18c8b2cac67ae0eb5b0c5780056757268a2
MD5 ef17b0db408488e9f0981b0cb4191561
BLAKE2b-256 27a612d0d1fb887920c673849c14ba815f01f7ddb59f22883301326aedf7e4e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9bb477f514cf39dc20651b479bf1ad4f38b9a679be2bfa3e162ec0c3785dfa2a
MD5 8570d9c5565672aff5f751a1c26cbb28
BLAKE2b-256 ffa0acbe4aecc341cc38641e82e2c12497f9ff4b621730e40c0c0411ad867a90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7

File hashes

Hashes for gevent-20.9.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 adbb267067f56696b2babced3d0856aa39dcf14b8ccd2dffa1fab587b00c6f80
MD5 9617f2f6f00392bf43880449bacff04f
BLAKE2b-256 20109f7159f5f5239e7c8a14cd0365a4e3004e35c690368ade54296e5b5488da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for gevent-20.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2269574444113cb4ca1c1808ab9460a87fe25e1c34a6e36d975d4af46e4afff9
MD5 4a852092402c326c6cca7b2784afb8a1
BLAKE2b-256 19257c6c577f26a324e608664ae782081d1f2d31c65101ea21cabcbb56bfea10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.8

File hashes

Hashes for gevent-20.9.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 db208e74a32cff7f55f5aa1ba5d7d1c1a086a6325c8702ae78a5c741155552ff
MD5 ca8de3a99c3fbce78bdbeebc8a8187c3
BLAKE2b-256 ca8f64b5ca88e77d7e637c1ecb28a7d195c85b1b1f736e1e479b9a5fdab8432e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eba19bae532d0c48d489fa16815b242ce074b1f4b63e8a8e663232cbe311ead9
MD5 b578678232cf7745c6bd738683bd1777
BLAKE2b-256 3f92b80b922f08f222faca53c8d278e2e612192bc74b0e1f0db2f80a6ee46982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fb33dc1ab27557bccd64ad4bf81e68c8b0d780fe937b1e2c0814558798137229
MD5 134cbd6c69deca8e6484be809ca77b0a
BLAKE2b-256 f71c5badd90e3f46df2c6a8d105655b3b646abae5db5550757fdfadfc13ced1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.5.4

File hashes

Hashes for gevent-20.9.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 906175e3fb25f377a0b581e79d3ed5a7d925c136ff92fd022bb3013e25f5f3a9
MD5 57561e88a15a2e6c030d19839da11364
BLAKE2b-256 b195df37076869e41a96ab93cfeb332052dfc2d0c3952eece4c5e42075233899

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.5.4

File hashes

Hashes for gevent-20.9.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 1cfa3674866294623e324fa5b76eba7b96744d1956a605cfe24d26c5cd890f91
MD5 1b575b2e3de7d69bed1f075386a6f60c
BLAKE2b-256 6a69a13c0ba4dcff10622ed652312d753b12e12cb2422f8f47410d42c17fb3da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 dd4c6b2f540b25c3d0f277a725bc1a900ce30a681b90a081216e31f814be453b
MD5 9a11613ccf849674210958f9c3b8e1b5
BLAKE2b-256 d4825b197f8710261c7a3faaf46a6af98639ba4cf2f091ca4c114b951db8dadd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2aa70726ad1883fe7c17774e5ccc91ac6e30334efa29bafb9b8fe8ca6091b219
MD5 554f6ec6f8ec888aab51550220c6cedc
BLAKE2b-256 1ddfd0fabd5113a91305896dbbc690a86d9bdb39b2032b8dfae64cd67d751642

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/2.7.17

File hashes

Hashes for gevent-20.9.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 324808a8558c733f7a9734525483795d52ca3bbd5662b24b361d81c075414b1f
MD5 40078b02c90eb8c0e3a14a3eb3f0e58f
BLAKE2b-256 08b5de51e6b09c636a8d732a9dedc52d03aab46e7d7b8c862d1d5e3363e53e2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.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.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/2.7.17

File hashes

Hashes for gevent-20.9.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 315a63a35068183dfb9bc0331c7bb3c265ee7db8a11797cbe98dadbdb45b5d35
MD5 3d38b58acebdfcc87e55bf9b0d213142
BLAKE2b-256 2231f0e7b8aa7e9bb01ae6f81b03d5252d979d898c509a762ce1283f517c4656

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.9 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.10

File hashes

Hashes for gevent-20.9.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 283a021a2e14adfad718346f18982b80569d9c3a59e97cfae1b7d4c5b017941a
MD5 b73bdd3b01d0903492e594b4cfea0bbf
BLAKE2b-256 8c595eb295d9c246410ed1acae9c34592c42c1b028e174d0dca0585042289a9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.9.0-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.24.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/2.7.17

File hashes

Hashes for gevent-20.9.0-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1628a403fc9c3ea9b35924638a4d4fbe236f60ecdf4e22ed133fbbaf0bc7cb6b
MD5 aab706fa9b0ba09187ddc1e5c9099618
BLAKE2b-256 956b8395d03d35d9ccbbe4566fc0909bc1958c1d50a5df58081e1b4acb49a1a3

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