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 and 3.7. 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.

Development

For development information, including installing from git and running tests, see development.

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.5a4.tar.gz (5.3 MB view details)

Uploaded Source

Built Distributions

gevent-1.5a4-pp27-pypy_73-macosx_10_7_x86_64.whl (877.7 kB view details)

Uploaded PyPymacOS 10.7+ x86-64

gevent-1.5a4-pp27-pypy_41-win32.whl (845.4 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

gevent-1.5a4-cp36-cp36m-macosx_10_6_intel.whl (2.9 MB view details)

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

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

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

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

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

File metadata

  • Download URL: gevent-1.5a4.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.5a4.tar.gz
Algorithm Hash digest
SHA256 198fda1925bda8fbd734980eabec0fe510da54f678a2e36eefebb2d097a0fbb8
MD5 28f77a691cf5b970074eac0bc20f8a05
BLAKE2b-256 347529fa8e879f8a0abe1a1a31113d56bbdd3ffa237970907a43e7496bd585fa

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-pp27-pypy_73-macosx_10_7_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-pp27-pypy_73-macosx_10_7_x86_64.whl
  • Upload date:
  • Size: 877.7 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.5a4-pp27-pypy_73-macosx_10_7_x86_64.whl
Algorithm Hash digest
SHA256 4e23c692a3520a844be2068cf4078036d7b4fb2562fb601c2e1c14b1039647bf
MD5 bff9e87dadbf50b437375db658cbb50c
BLAKE2b-256 538c59a9b1903d825c30d72e3548205145ab8edb231ea5275d8f2b460bcfc001

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-pp27-pypy_41-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-pp27-pypy_41-win32.whl
  • Upload date:
  • Size: 845.4 kB
  • Tags: PyPy, 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.5a4-pp27-pypy_41-win32.whl
Algorithm Hash digest
SHA256 f95fa52cf5d1a37f681858c095995f27a1f1896b32bb8d6cfd0526bb8bca343b
MD5 507284c773ba7a741d0bb1b209b5c6d2
BLAKE2b-256 9eb3d9bbf8c4025741ccfb8dc2a3f9e946e95d1f306b068c50ee3fb7776791e1

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8288c8ffaf1eb468c6c4c3b0c922425ed3e42acaf9ef0b769d49563eb30bdb10
MD5 750f03ebffc41a2c9a30217f98a0fb2c
BLAKE2b-256 84f998dd7fb3339a757caf3b37db2454b054543698d376d10778ab6a8be4baa9

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp38-cp38-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 31c7f1d72daee5b6e32c53df9c39d874445a00538db5660e8b6a7561c324f826
MD5 bfaf9595e908dbcd0d27242ef84af97f
BLAKE2b-256 d4685a5688693203a864cedae129f69e8005802e3d10650b250177e3feeba317

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a082d13007fd8afec2a51c773583ac88c0a73316cdcb9cc649ce792398792530
MD5 f98e0b9f39f857ffbac487256f476171
BLAKE2b-256 0fdc68d3b58ddf9fe321ae5327e301602a28c57073adef668a98bf7558ca0a22

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 62b5892ff0551ddfab2711a3c831894e0316d96f212e07525f7ded6cc45272ad
MD5 33954e9d8e23a33de0f1f981dbaf35d7
BLAKE2b-256 435a144b553cae6c055ea73d468fb111766a6fdcbe1abb50de91406d06c2ac66

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1739d58230ccfbfe3194aef9e60a058c7bd30bc72f6bd616905d732649aa62ab
MD5 918902e676dbe13618cb4e7bd67dcb8b
BLAKE2b-256 cd7e234b0d4544d3a7c0b536c2e7c0a15824f3454ff62eb33f6657e0a60b9879

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b150ab0b1b73c7b7d250ae9b95e61031286fb46731c1a0a9c06cbc9c71986c64
MD5 ae88a0e8ad57d7d6720250f851547a46
BLAKE2b-256 8a21e6444068333d5e6c8555d9888f07becaec362673f57c2516c14a97c43c29

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 89b382bbb573b3ac8fb59dc54dfcaf828a3cdde0d95fabfc177aa52ab9fa8535
MD5 3f6226ea6a85c3d03ba33175cbcd500b
BLAKE2b-256 317ac651df67668b92ec8243c8921602b4095950e48b5ebc9e295f0c0f889d6f

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ff7c70190152c6eb562afae09139754c5eb9a8c10dd5e741073abe73551e7ea
MD5 673b3906e0c15fd1b9922f5fc7e64e7e
BLAKE2b-256 2db7a783077cfd305f76797251d2429fdb2066d60cc5fecb5e4489035e8651a4

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 750b109b67cba588a45ec96544aec2b37d21ba8d7b697d2d9eba8c1c5c831673
MD5 3d9b1d8aae438106d16d7e03cb024b0d
BLAKE2b-256 31ff8f432c85a8bd3811974dff8e433e68a8ba96f0622ccb0755e4be8449801f

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 49c85425e7a1b07dcd94bf00f8c9ede279f1e74b7ce1cafb743b5841fc6f17cc
MD5 619a9aa712b7d92a8d7afff673ce7d46
BLAKE2b-256 a005893fd885d124012413b98668f92c74723b426f90ebe0d5cd04eeb90458fc

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7a0b5d47239737db7ff02372bd0c20161ffc8997af298e9113a3e9fcc096b084
MD5 6cc704f7978d6de6eb34276e54acd569
BLAKE2b-256 af1b5c5e779e6f610aeee07a55863ad14b60949390ee3cb1b11388491748164a

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: gevent-1.5a4-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m, 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.5a4-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 3049e6c1db34da6d1c8ae460af880393d1ee0165e8db44793667bf914e4ea70c
MD5 34ed0c85a524b89cc0d8edfe03c71f4b
BLAKE2b-256 9e8a9769dd3829f52d2a3b44f9b68a7db3707d6ed75ff9ebb705c088df7809c0

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 714a42bbc18adb3237bfae7ac50d9f4d835d332e0c8b97bdddcc0460e93f25c9
MD5 62705380b19cb2d72cc26a25542d5c42
BLAKE2b-256 da133529ce0f7e78f27cae722eb5b774181fd8c82a24874b0b94002d2aa4fbb7

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp35-cp35m-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 fd6c587957a62a88017c963641b602cc8779be1f4c164b12e5196b2d31f11b63
MD5 25f0627d6649af7065cf9c5f7bff27d1
BLAKE2b-256 aa46c5f7c480dd8af15debf02a04aa5194c00fa3c4c94e7fe755e8145532ff8f

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 73f00fae0aacfd412ed0d235523879983f21484d0172d4e33c28ede5b92e5182
MD5 9ef52dfb32f8a0d5ae6c8f210cb3e1cc
BLAKE2b-256 0204bb7f6c583c754f8d119d39b90612e1b2500af708474bfa1b2842e91bff22

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 c687a8f936efb8d5902eb54b89fd2142451b7649aa68e39ff24ed01303ccb38b
MD5 b6f1a0cab51067deb177f02d08a6eb39
BLAKE2b-256 c97726b33c507c288b238202450bbed5243941c1b0e9b7aad1481d9968f5ba35

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0b6680dedf6a620d2223be088e09f52a8ed072f5a501ff77bd8cf23b04728f20
MD5 513a95d4197f730ff286e81da4e47e70
BLAKE2b-256 3cb3b2426c537f26f46042170e3e5c01d8439bb7e499ab5c5eede407a3cbcd37

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 c31144e00c7c072614182d62b8c0d9bd5666499df7f55e884f0e66d02aa63d4f
MD5 304ffb606b26e75a0e255d6ce6354394
BLAKE2b-256 31512d1942bee2db18e53caa7265e732f78b55bf558299829b49967cffd70ccb

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp27-cp27m-win32.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 4facee7173096169834c6939aff9201988d47a35fb0fc37de9c30361d51698f0
MD5 ce87e833cf6ebc47edef8fc3f90b6d8a
BLAKE2b-256 8044e186f17e1377a8ebce325b5644f199def2d626654639acc1be004130748d

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bcee85933679e3c25c4e63721495b7b7f4445eaca1b4e1288ae6b01047dc3857
MD5 c49f1c0efff78c97a798bea451973a30
BLAKE2b-256 3d9012a6f191f740214b1ca076730490750c2d42b30fceaa331b7453bf54b127

See more details on using hashes here.

File details

Details for the file gevent-1.5a4-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: gevent-1.5a4-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.5a4-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e12c4b0e5e80ccda7466b0ea4638d4174e3cbd6d6938467fddc3e462d1be9610
MD5 61b7c58defb6c75b0cd76c1e1d02d197
BLAKE2b-256 650d04b76a334665561ad96e764117b6b00261cc79b818fc3132885dfdffc6e4

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