Skip to main content

Coroutine-based network library

Project description

gevent

https://github.com/gevent/gevent/workflows/gevent%20testing/badge.svg 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-21.1.2.tar.gz (5.9 MB view details)

Uploaded Source

Built Distributions

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

gevent-21.1.2-pp27-pypy_73-win32.whl (840.2 kB view details)

Uploaded PyPyWindows x86

gevent-21.1.2-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

gevent-21.1.2-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86

gevent-21.1.2-cp39-cp39-manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.9

gevent-21.1.2-cp39-cp39-manylinux2010_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-21.1.2-cp39-cp39-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-21.1.2-cp38-cp38-manylinux2014_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.8

gevent-21.1.2-cp38-cp38-manylinux2010_x86_64.whl (6.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-21.1.2-cp38-cp38-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-21.1.2-cp37-cp37m-manylinux2014_aarch64.whl (4.7 MB view details)

Uploaded CPython 3.7m

gevent-21.1.2-cp37-cp37m-manylinux2010_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-21.1.2-cp37-cp37m-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-21.1.2-cp36-cp36m-manylinux2014_aarch64.whl (4.5 MB view details)

Uploaded CPython 3.6m

gevent-21.1.2-cp36-cp36m-manylinux2010_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

gevent-21.1.2-cp27-cp27mu-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-21.1.2-cp27-cp27m-manylinux2010_x86_64.whl (5.0 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-21.1.2-cp27-cp27m-macosx_10_14_x86_64.whl (1.7 MB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

Details for the file gevent-21.1.2.tar.gz.

File metadata

  • Download URL: gevent-21.1.2.tar.gz
  • Upload date:
  • Size: 5.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.2.tar.gz
Algorithm Hash digest
SHA256 520cc2a029a9eef436e4e56b007af7859315cafa21937d43c1d5269f12f2c981
MD5 0463f4be37e551e53456c9edaeeb86fc
BLAKE2b-256 0b501b1175ea3a269b5fa3f0f7fed11149888180695bef5fbf568adbb196efaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 840.2 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 PyPy/7.3.1

File hashes

Hashes for gevent-21.1.2-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 a54b9c7516c211045d7897a73a4ccdc116b3720c9ad3c591ef9592b735202a3b
MD5 7ed259d699550feccbd5483378351b0d
BLAKE2b-256 362127a29ea80033f26ce91d02c6e30e0ca98cca54af43793429afc0c26dc633

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 242e32cc011ad7127525ca9181aef3379ce4ad9c733aefe311ecf90248ad9a6f
MD5 dc39a7e9a649227bb39c02ced6b5dc60
BLAKE2b-256 d4e32e284b653d5bd56822e1f639e0d92ce998616348b611d6d2363a8ed7a8a9

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: gevent-21.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e370e0a861db6f63c75e74b6ee56a40f5cdac90212ec404621445afa12bfc94b
MD5 a64e6358a2c998f2055a1739f7cabbfa
BLAKE2b-256 fefe7b448aaf477418fb0cc9c0bbd51791bebcf684386f9edfb98fe98863cdf0

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33741e3cd51b90483b14f73b6a3b32b779acf965aeb91d22770c0c8e0c937b73
MD5 3a03924758d4f97f1be9f030961b6886
BLAKE2b-256 91d9e724ea1c336637e63810a68225484ec16991fd0f2c073868d8e82e94a93e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bdb3677e77ab4ebf20c4752ac49f3b1e47445678dd69f82f9905362c68196456
MD5 7ef75da61fc318cebe39041527c1b15c
BLAKE2b-256 cb78d8662bcec70af28b3d55845160886bbab189fb58f42b8334a643b83e4d93

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for gevent-21.1.2-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 969743debf89d6409423aaeae978437cc042247f91f5801e946a07a0a3b59148
MD5 9c6a6aeba4b3a5fa09848c13a031606b
BLAKE2b-256 e5da47e4c7feb9568380e2cb5498fe0d496cfa459729fd0a7f1db701f7075bb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for gevent-21.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c2c4326bb507754ef354635c05f560a217c171d80f26ca65bea81aa59b1ac179
MD5 5646058f221670f38e0f915fabcf5bd8
BLAKE2b-256 0681733439d06521d6b25a8f67bd5be581889bd6e3da43b557fca7e8fe72a943

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.0

File hashes

Hashes for gevent-21.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 16574e4aa902ebc7bad564e25aa9740a82620fdeb61e0bbf5cbc32e84c13cb6a
MD5 a921c754918dbba9b676efd24fdaacfc
BLAKE2b-256 0560699fee1778e5e89aa4b70c5df3e25c6fbeec9b2f370920d699abab200ec0

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 77b65a68c83e1c680f52dc39d5e5406763dd10a18ce08420665504b6f047962e
MD5 48bc09ed8630d16e5aab97ea2b9484a7
BLAKE2b-256 756f39f20708573d75089b8574fcd9017af1223bb03a9627d3a9dd273a36ccb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 96f704561a9dd9a817c67f2e279e23bfad6166cf95d63d35c501317e17f68bcf
MD5 1c4415fc4b3b8fdd03d4d73c390e5f4f
BLAKE2b-256 6ad1076ca399a40b8339c5cf921e13620d17a2faceda4db315d01435a8df7448

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a130a1885603eabd8cea11b3e1c3c7333d4341b537eca7f0c4794cb5c7120db1
MD5 fefd0268a8614b49f4bdfe36884bc54a
BLAKE2b-256 2c530d9f7ee9950e61aeb01c5d9c515340201fcb73a83d334b45bfffca186bdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5

File hashes

Hashes for gevent-21.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1e5af63e452cc1758924528a2ba6d3e472f5338e1534b7233cd01d3429fc1082
MD5 3ec12fb1047ddf6deb4891b9455377fb
BLAKE2b-256 fe8a11d8f0d569d8e26f86f73c8251bb97cd8d7b5e1c35ca7318517c879df4cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5

File hashes

Hashes for gevent-21.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 464ec84001ba5108a9022aded4c5e69ea4d13ef11a2386d3ec37c1d08f3074c9
MD5 f1d32f35448a8ed121c51f6097f3acce
BLAKE2b-256 dc904493d484e0d9cf55913f363e9976991614daca2dfc26a0d3427443698d43

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cfb2878c2ecf27baea436bb9c4d8ab8c2fa7763c3916386d5602992b6a056ff3
MD5 1bee0b2114fb1eb13acff5e4951ac366
BLAKE2b-256 29d360fa75da7c6b89008f1f62561408785ae4fcb39c086a859ff4ced3ffe062

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ac98570649d9c276e39501a1d1cbf6c652b78f57a0eb1445c5ff25ff80336b63
MD5 64618cbf57b5e5fba8126d8a907b215b
BLAKE2b-256 3e85df3d1fd2b60a87455475f93012861b76a411d27ba4a0859939adbe2c9dc3

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9

File hashes

Hashes for gevent-21.1.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9f99c3ec61daed54dc074fbcf1a86bcf795b9dfac2f6d4cdae6dfdb8a9125692
MD5 5175052890a8cc89dbb548cd1366d59f
BLAKE2b-256 6a7518943211ff0b38246d0d64cc6dd02fd1ffc828ac9ea6c381bde1ca456b35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8

File hashes

Hashes for gevent-21.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f91fd07b9cf642f24e58ed381e19ec33e28b8eee8726c19b026ea24fcc9ff897
MD5 3278824b63c50cc68fe678e2fa6572bd
BLAKE2b-256 8f2b7c11d2be9fd09ccdea4a5413982ec8732cdfede0aa75f1ce4af804ec0c23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.8

File hashes

Hashes for gevent-21.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f0498df97a303da77e180a9368c9228b0fc94d10dd2ce79fc5ebb63fec0d2fc9
MD5 cd07c9a89ffd8781c807e4479f7a299d
BLAKE2b-256 c88678f0c83270bab14b3f572693c410b27379be636f57c0ada5f9908a1705be

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba0c6ad94614e9af4240affbe1b4839c54da5a0a7e60806c6f7f69c1a7f5426e
MD5 42c412e8df6a388f866e41cb46199856
BLAKE2b-256 d9410fdca6bfd58a851a183f625e4c6a5d9dca1adeee2a9a27621ab323a780b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b6ffc1131e017aafa70d7ec19cc24010b19daa2f11d5dc2dc191a79c3c9ea147
MD5 9c4635a714d51f123f0f7b53e3a138eb
BLAKE2b-256 f590000736e587a720f8eef2bcd384456ce2add5ddfc3c63cf51a7ea13412cb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.5.4

File hashes

Hashes for gevent-21.1.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 ecff28416c99e0f73137f35849c3027cc3edde9dc13b7707825ebbf728623928
MD5 c37740ec935da87e5d976c01e9867bb4
BLAKE2b-256 0fa676c8efe9d1fa2a9a480d54a45e52c44d3c0e8ca90580d499bfdacc3acd85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.5.4

File hashes

Hashes for gevent-21.1.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 e8a5d9fcf5d031f2e4c499f5f4b53262face416e22e8769078354f641255a663
MD5 d95080b7499f6cc2cfdd46c58708c434
BLAKE2b-256 04f9f7f8bf62b7058595546f898420c67394172b8ae9d847aca3aa828f62ad18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 188c3c6da67e17ffa28f960fc80f8b7e4ba0f4efdc7519822c9d3a1784ca78ea
MD5 75085172cb576c994208ab21db19eab7
BLAKE2b-256 ba8ece4743265b39bd653aabddabf65975df9aa59e1fe53fd16fd7297de1d49e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.17

File hashes

Hashes for gevent-21.1.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 afaeda9a7e8e93d0d86bf1d65affe912366294913fe43f0d107145dc32cd9545
MD5 456df9b2f50b0a753b3514ffc1f7749d
BLAKE2b-256 e1e3eb9ecc612e62d6f7edb4a3ed88cc9e7c486c58206f07242c46f9323bbc1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-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.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.17

File hashes

Hashes for gevent-21.1.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 7bdfee07be5eee4f687bf90c54c2a65c909bcf2b6c4878faee51218ffa5d5d3e
MD5 460e58d8a28fc9bde60021057ccd384d
BLAKE2b-256 5809a54103f6c1020f67070f752e3ee2095b03a6149ac153a5f22e090e594f97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.1.2-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 5.0 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.7

File hashes

Hashes for gevent-21.1.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3694f393ab08372bd337b9bc8eebef3ccab3c1623ef94536762a1eee68821449
MD5 575c9d6d2b18a8bf51da3aa3f663eaed
BLAKE2b-256 8c40913ca6edea1efac2fefd3e51c30c530da12f7d043f7e64cecdde8774571c

See more details on using hashes here.

File details

Details for the file gevent-21.1.2-cp27-cp27m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.1.2-cp27-cp27m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/2.7.18

File hashes

Hashes for gevent-21.1.2-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2a9ae0a0fd956cbbc9c326b8f290dcad2b58acfb2e2732855fe1155fb110a04d
MD5 2f454b5c2e565240aee59ed10c3111e8
BLAKE2b-256 7c61a948dd1ad670544199ff6b0e53627cd1921cdd2a376b13cb06ad8dfdd15b

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