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

gevent 1.5 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.

gevent 1.5 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-1.5.0.tar.gz (5.3 MB view details)

Uploaded Source

Built Distributions

gevent-1.5.0-pp27-pypy_73-macosx_10_7_x86_64.whl (879.2 kB view details)

Uploaded PyPymacOS 10.7+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-1.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

gevent-1.5.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

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

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-1.5.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-1.5.0.tar.gz.

File metadata

  • Download URL: gevent-1.5.0.tar.gz
  • Upload date:
  • Size: 5.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0.tar.gz
Algorithm Hash digest
SHA256 b2814258e3b3fb32786bb73af271ad31f51e1ac01f33b37426b66cb8491b4c29
MD5 6a863c6aa64c13a00195243efca0b708
BLAKE2b-256 5a792c63d385d017b5dd7d70983a463dfd25befae70c824fedb857df6e72eff2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.0-pp27-pypy_73-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 879.2 kB
  • Tags: PyPy, macOS 10.7+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-pp27-pypy_73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 03385b7d2da0e3d3a7682d85a5f19356f7caa861787363fe12edd1d52227163f
MD5 504e20e3f9a5b7a548c91402866aaaed
BLAKE2b-256 4dce623a06ed4e456551051c84468dd0a7e643b6137f86994f69bb64ae1dd176

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45a5af965cc969dd06128740f5999b9bdb440cb0ba4e9c066e5c17a2c33c89a8
MD5 ce06a49c13ab82e875f8f8b0321fec26
BLAKE2b-256 476a1b4b009e2568c6c429a22db6c786391969a877a1d67ff1209603fad3c8f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0eab938d65485b900b4f716a099a59459fc7e8b53b8af75bf6267a12f9830a66
MD5 c2da5bd47f07c9adf641093646fca94d
BLAKE2b-256 1da56a2718641530efd20ef71ff40ea0c906ad23f7c0804c076047747d0f518d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 2f33b4f2d55b562d839e93e2355d7f9a6947a9c68e3044eab17a086a725601e6
MD5 de4e8ab0edfe5f78c5f8646ae2bb61c3
BLAKE2b-256 e5852f80692161f463ffd05e6d1223ef789eb566eec274697c6dae9d19ce65a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c182733b7445074f11cd2ccb9b6c19f6407167d551089b24db6c6823224e085f
MD5 8bad90918c1960dbf1e3f47e8694cb19
BLAKE2b-256 d02af0fd36d2c6e015cae989069f3923c8ea9137d94020be61c2957223c68fbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 33c08d6b4a906169727dc1b9dc709e40f8abd0a966d310bceabc790acd950a56
MD5 0b3724676d4f5bda7335abe967e816db
BLAKE2b-256 b6a602088bcb5f7ce45ceff0cdba2a129d1d90e8eefb8293cf7860eab1a8cc2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f0fda50447a6f6f50ddc9b865ce7fc3d3389694b3a0648f059f7f5b639fc33d3
MD5 1fdda1ef9ad5dc7bc0292c9520822007
BLAKE2b-256 343c01e54e65a43b6149e62959a441aecb88b3d21615fe192d60381508635d43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 25a094ecdc4f503e81b81b94e654a1a2343bfecafedf7b481e5aa6b0adb84206
MD5 1fc93e7852aa12dd5d144ceb70830f0f
BLAKE2b-256 c4414740e0b8c4b20dbc7beeba8d3f5c4f16a3b3afd01cfadad02bd7ca86f2ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c5972a6e8ef5b4ed06c719ab9ea40f76b35e399f76111621009cb8b2a5a20b9c
MD5 20e44ed2d4778083e8519c5bb72378db
BLAKE2b-256 d6fce28b9298f8cba540da67e745e718761cc94c9979689c025e5f7d4a7ebd3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 82bd100f70699809be1848c0a04bed86bd817b0f79f67d7340205d23badc7096
MD5 2d2a44865f82010aa75834d04f1ce175
BLAKE2b-256 371b4562b4cd855899b058371deb2f2968786deda151d2ffeb16fceece0ee9ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 75dd068dfa83865f4a51121068b1644be9d61921fe1f5b79cf14cc86729f79b7
MD5 b0076048d27ad6dd1a6b26ad777995e6
BLAKE2b-256 0e77f6122504180661cb0f259f4a3198f05ec4024007511e5ab9c61641c2c2cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d3c93c39d4a23979d199741fc5610e3f75fc6fcc15f779dd2469e343368a5794
MD5 919b0b682ab783a092787c49fe43e5c3
BLAKE2b-256 a995b53b78b15abbe547bed7381ca9c8319c86d6b646a30d0831e26c307a5fa7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7593740e5faeb17d5c5a79e6f80c11a618cf5d250b93df1eafa38324ff275676
MD5 15f0083407da88028f5fe60751c9b719
BLAKE2b-256 9852f832231645411c32246c795300d257bce9d191c689c2e7ba932d097d6cd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ce7c562d02ad6c351799f4c8bf81207056118b01e04908de7aca49580f7f1ead
MD5 4f59ef332e2a8d1cee65ea45343d0a8f
BLAKE2b-256 f5cfd0beaacb41b044ae4a2a2c332babb6524a5450543507c0f40ee0f208a3b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 cae2bffbda0f1641db20055506105d7c209f79ace0a32134359b3c65a0e9b02f
MD5 94c6a193c2577a5d7caaa2f18f47bbca
BLAKE2b-256 71020a71d83e351cf7acf0a8532de9291b1ee46c8b12ff5b8c68b483c766bf24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b94f8f25c6f6ddf9ee3266db9113928c1eca9b01378f8376928620243ee66358
MD5 ba1e56f5d882006b514816409caf993f
BLAKE2b-256 ac939331fa6f84010f8310dc64e804f5242ca1409334a5bef270bb90591d23f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 975047b90345f7d811977fb859a1455bd9768d584f32c23a06a4821dd9735d1c
MD5 c59db8f1f6b5301d54f290c54cfeea9e
BLAKE2b-256 e1354cb0750aa623015549f04bc562d8e3cf902e6c0e62100155ee665e9d4078

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8753de5a3501093508e6f89c347f37a847d7acf541ff28c977bbbedc2e917c13
MD5 95728958920e172183ffaa0b9d68a890
BLAKE2b-256 2bf1bb41fd35d6d6f100bb9bfed32f092a127ad5a05e942f57ebc4b890156c89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 4c6103fa852c352b4f906ea07008fabc06a1f5d2f2209b2f8fbae41227f80a79
MD5 1f42cfe869a4c87371ff83aa2828e8aa
BLAKE2b-256 e3cab4a48f5833861d67aee645c4bce4b6c222a89ef04fe6f7ee376e32b67223

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 608b13b4e2fa462175a53f61c907c24a179abb4d7902f25709a0f908105c22db
MD5 ecf48a81f2cc08b089fc83b0004c9f79
BLAKE2b-256 0ba923e23a4bbcf3e1e48c1b459cd7132b0dda052a7fd5f16dc5bb572d908f09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b34b42e86b764a9e948991af5fc43f6d39ee0148a8502ad4d9267ec1401e5401
MD5 77db5799747679c906375571fc49d79a
BLAKE2b-256 94873ed01425ffb24c9083f18e3045181a3359fcaff81a3f924ee9aade77f1ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-1.5.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/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.8.2

File hashes

Hashes for gevent-1.5.0-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3c9229e4eac2df1ce2b097996d3ee318ea90eb11d9e4d7cb14558cbcf02b2262
MD5 a08ba10463b0270a89886df0f902431f
BLAKE2b-256 c0f6e701785acc419df6fda98503acd2dacc914ae8267b3005b937bbd5d2243e

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