Skip to main content

Coroutine-based network library

Project description

gevent

https://travis-ci.org/gevent/gevent.svg?branch=master https://ci.appveyor.com/api/projects/status/q4kl21ng2yo2ixur?svg=true https://coveralls.io/repos/gevent/gevent/badge.svg?branch=master&service=github

gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.

Features include:

gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.

gevent was written by Denis Bilenko.

Since version 1.1, gevent is maintained by Jason Madden for NextThought with help from the contributors and is licensed under the MIT license.

See what’s new in the latest major release.

Check out the detailed changelog for this version.

Read the documentation online at http://www.gevent.org.

Post issues on the bug tracker, discuss and ask open ended questions on the mailing list, and find announcements and information on the blog and twitter (@gevent).

Installation and Requirements

Supported Platforms

This version of gevent runs on Python 2.7.9 and up, and Python 3.5, 3.6, 3.7 and 3.8. gevent requires the greenlet library and will install the cffi library by default on Windows. The cffi library will become the default on all platforms in a future release of gevent.

This version of gevent also runs on PyPy 7.0 or above. On PyPy, there are no external dependencies.

gevent is tested on Windows, macOS, and Linux, and should run on most other Unix-like operating systems (e.g., FreeBSD, Solaris, etc.)

Older Versions of Python

Users of older versions of Python 2 or Python 3 may install an older version of gevent. Note that these versions are generally not supported.

Python Version

Gevent Version

2.5

1.0.x

2.6

1.1.x

<= 2.7.8

1.2.x

3.3

1.2.x

3.4.0 - 3.4.2

1.3.x

3.4.3

1.4.x

Installation

gevent and greenlet can both be installed with pip, e.g., pip install gevent. Installation using buildout is also supported.

On Windows, macOS, and Linux, both gevent and greenlet are distributed as binary wheels.

Installing From Source

If you are unable to use the binary wheels (for platforms where no pre-built wheels are available or if wheel installation is disabled), you can build gevent from source. A normal pip install will fall back to doing this if no binary wheel is available. See Installing From Source for more, including common installation issues.

Extra Dependencies

There are a number of additional libraries that extend gevent’s functionality and will be used if they are available. All of these may be installed using setuptools extras, as named below, e.g., pip install gevent[events].

events

In versions of gevent up to and including 20.5.0, this provided configurable event support using zope.event and was highly recommended.

In versions after that, this extra is empty and does nothing. It will be removed in gevent 21.0.

dnspython

Enables the new pure-Python resolver, backed by dnspython. On Python 2, this also includes idna. They can be installed with the dnspython extra.

monitor

Enhancements to gevent’s self-monitoring capabilities. This includes the psutil library which is needed to monitor memory usage. (Note that this may not build on all platforms.)

recommended

A shortcut for installing suggested extras together.

test

Everything needed to run the complete gevent test suite.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gevent-20.5.1.tar.gz (5.6 MB view details)

Uploaded Source

Built Distributions

gevent-20.5.1-pp27-pypy_73-win32.whl (799.8 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.15+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.15+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.5.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.5.1.tar.gz.

File metadata

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

File hashes

Hashes for gevent-20.5.1.tar.gz
Algorithm Hash digest
SHA256 13ed2fa4a074c26fd60744a0757bf65004950554dfd9efd7c9deee1c241279af
MD5 ff334e1f076b82969b43e1c205550525
BLAKE2b-256 98caaad368438fc54370888c10d2a4026960c8bdc633cf294edea967edd15229

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 799.8 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.1-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 7cb2fedafb0a692a3f1a14ddb13cbb3283863a1dfc3b536452f5ac6dfb88317a
MD5 60d32fe210824d0140dc7596ae473a7d
BLAKE2b-256 fdbfdf9114cdc458a7d077b22d236aedd4ca7ba2be4daa3c45cadb1bd456bfad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ad01ef76f1d71cc7f2ce131cde6575ecc35d0a682a187a3229df3e977847f378
MD5 b9425107be0ab4174b29357e30de45bb
BLAKE2b-256 4aa5a737d97d0b0853c6506e89f8b7acc7f33b95c7628e13a4af9295a633e95b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for gevent-20.5.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 653ad83784b872e78204c7e049b650c41c2e7ccb956142d8edc23a72e57ff80c
MD5 6d019eabce78bd24d1a2d370d5040e30
BLAKE2b-256 2303c938124decc719d24c5c2584afd64e245772839182f4b62c1dcc6e65db03

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3a1ec10c73fb70bd474cd778e4ab487c1375b7d93053c24db15acbda367e3734
MD5 0b237969bf9c0e9e11d6054de66e60ec
BLAKE2b-256 81fd9a1d5cf9265b86792a34ebd30cbab005da7d28ae3bb2aea57775f1f5a5e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for gevent-20.5.1-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1734f56ea545668780a4a283542a48d11298ab525c780a6001071f9d9d3c6880
MD5 0bbfe1ecbf6a88412d24c578cfe76ec6
BLAKE2b-256 5e7060b5d39d86dab3a138a1f91d863c7aab3ae536344e274feb670c6e7e5236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5

File hashes

Hashes for gevent-20.5.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 71438390acb6aea432d5f853d5dcb16fa2a6d3c1d2299a0ebe32eed03ac81547
MD5 b52f12c3c700d7f77755b5a9988b1742
BLAKE2b-256 737f8bfe18c0c79fcd3ad6cd5b414cc1e1d116f4e405b1953391632f165fe9fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.5

File hashes

Hashes for gevent-20.5.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 867c77a6da601b2f4600b71b7f8663cadb8f11c31f294b3a49025cdbaf406110
MD5 9bb874d68d5f132147e21332a4236076
BLAKE2b-256 c41aa65c5a192f157783a42f39fc2c0fb1ea997759f29b3bb87896de88807889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.3 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5c07973cd9f5a73480a386d1805b6a6b94e69aa906ee42f84a0cba02619a19e3
MD5 68feb4c1a8f4d0832296a6ac27bfc31c
BLAKE2b-256 85e85b52437240c4fcf3a283f6b639059f243f4fd9b34b144a2acf281ad1f37c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for gevent-20.5.1-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 28a71ac05cf8a80897a8402f3193dab89bd225a3f0d27042d7352ec37156ba6a
MD5 614a928190ad6e42a84cf2bfcfd247a3
BLAKE2b-256 5f8a551502d0d43b4907242324b937511d5cb0fd6468e10e51a7cc7b2a7c7206

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8bea8dccb6ea671ecf00e1ba16d5275da8b78464082ac035e7391097513db777
MD5 3eae86ec314af0297da6b9a32e92b06d
BLAKE2b-256 5c8cc63314f2086813a1b83eff19a9f9e9ef1eb94c1cfff07700ad54c12361e3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 7f1e339b6d51c354fa904ec8233b994b53c7c339b81c0743e07f2921b299d787
MD5 753dce6afbad8f3f24206efe71d47e66
BLAKE2b-256 cb50d7d30cea8a217e881965fc7191754c3d013499cc95158b3e381830066179

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b53cf1a495c065df8b4b65d9f73a1cd7c5fa010955c0ed7bc5de196062099e41
MD5 28af6805b8a1968fc503b026e9deef06
BLAKE2b-256 2edb5a9852b2940fc45d134d332fc277a39a7eb365522d1a99452120cd9e9585

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 52567bdc3769bc6df4693c1ea5ed1d82f825a6066835b405676ece437caf3fb9
MD5 e80bc23ab08c640338d2b3230b652771
BLAKE2b-256 91b840756d7d851141c2a5bd78b0f139a4cfcf40dc7bfc97eecd0be148ac5df2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 765b39e502c76a1d77f743b821b7b1afe2a816848cf73a3606b1d5a91841cb9c
MD5 9e3ef89041adf3698cde0414196f3479
BLAKE2b-256 67a6a0005c473ccf64e15d38c19149240c4c2ee0520100bc8519d058577ef38f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 f4a73e288fab042335b19f4b40407f8b44a40612626429943e37db23b40dd055
MD5 4d03d0a90c6994e747efbeb2f1be65fb
BLAKE2b-256 770a798de2da92e00e6df8660b7313a87dffd8a81fa3deb140d50a98f020652f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1cf6ed4f66ecc432939e4be9434a20dffcf3207fb0ab6bc0343e7a9ea76d233b
MD5 8244df140918f2870f01e2904caae0cd
BLAKE2b-256 79da72a9c6e2da8b5703382c4c63b2ce4c39e07ace998bbdb085ecb6ba26784b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 42ff095288b1f335f7ea96a7812f378d843a034f4f0e604edc24a3dddb001106
MD5 b778f09c7de69f9fac7de2b5e0291657
BLAKE2b-256 0165428551dd0138635bfc05a63dd44772504d1d1e4fbbb481749c7a3f109cec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/2.7.17

File hashes

Hashes for gevent-20.5.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 fe3ede0282c023b6ac1d0441402866488017b8f90f47691794441d0a18342a65
MD5 ed6ee0221522c4dd964704d8080235d8
BLAKE2b-256 c5417dd92554ce4566b0ab351d6a25ad41091656c04211b50259d47b0d52078d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 29eefad2557138fb654ba5cedfb94055f959e6c9705f9983518195cbcf250cc6
MD5 5b0ac77517e8713795eed7c755b5f8fd
BLAKE2b-256 a6e06fb6e0d3d549e0a323f384980d68405aa9fe135722de39ff1b8b13cfd5fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.5.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for gevent-20.5.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1c2ad11663597d785e06daa8b65978a1536347a42bc840cf32823b54a0209d15
MD5 7a18ca1887633f5735a74b85c53b0499
BLAKE2b-256 8a48e3717c42b123bd9174a426e76d5a5e3a58f09c077a5da5b960ae7b1e2f01

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.5.1-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2504563f44bb188c1e48684e2ac7d2793f9f5b1e1cf119a8fdf8c36d2bf2eaf7
MD5 966721db457fbd603274b512a8199fbf
BLAKE2b-256 496e3e5dbe41b8a51222838c8a7a98a474c11092b3f9cd6ce1956290087227a7

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