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 many versions of Python 3 (for exact details, see the classifiers on the PyPI page or in setup.py). 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

3.5.x

20.9.0

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 a 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.8.0.tar.gz (6.2 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.8.0-pp27-pypy_73-win32.whl (850.9 kB view details)

Uploaded PyPyWindows x86

gevent-21.8.0-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

gevent-21.8.0-cp310-cp310-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

gevent-21.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

gevent-21.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-21.8.0-cp39-cp39-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

gevent-21.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-21.8.0-cp38-cp38-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

gevent-21.8.0-cp37-cp37m-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-21.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

gevent-21.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

gevent-21.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-21.8.0-cp27-cp27m-macosx_10_14_x86_64.whl (1.8 MB view details)

Uploaded CPython 2.7mmacOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: gevent-21.8.0.tar.gz
  • Upload date:
  • Size: 6.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/57.1.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.6

File hashes

Hashes for gevent-21.8.0.tar.gz
Algorithm Hash digest
SHA256 43e93e1a4738c922a2416baf33f0afb0a20b22d3dba886720bc037cd02a98575
MD5 cd15fb75e67892514fbba2111af5cd50
BLAKE2b-256 332e49317db0bbd846720ce15fd43641b17a208e6466c582ecbe845e35092ea2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-pp27-pypy_73-win32.whl
  • Upload date:
  • Size: 850.9 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.0 PyPy/7.3.1

File hashes

Hashes for gevent-21.8.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 b10c3326edb76ec3049646dc5131608d6d3733b5adfc75d34852028ecc67c52c
MD5 2a0b1253853c92b90f08e7a0d6291c16
BLAKE2b-256 de527c8e5e1588200ce441806a5c18d4858bb92e3e8a5a4a5042bc8fe6a3b267

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gevent-21.8.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.10.0rc1

File hashes

Hashes for gevent-21.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3f5ba654bdd3c774079b553fef535ede5b52c7abd224cb235a15da90ae36251b
MD5 a5acc016d26f599eaa359069dfa19f23
BLAKE2b-256 06fcd27979f88453a2383eea42f3b56b9c4a749af9364f0d863f1152dcfcf15f

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: gevent-21.8.0-cp310-cp310-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.10.0rc1

File hashes

Hashes for gevent-21.8.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 90131877d3ce1a05da1b718631860815b89ff44e93c42d168c9c9e8893b26318
MD5 8f4093a584dd7e8232a073e23a3e52a1
BLAKE2b-256 c442eb6ccf5a71468470da9d91a4469ea20ab35cd0f7e34abdac6c4a3489538a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-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.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.1

File hashes

Hashes for gevent-21.8.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 37a469a99e6000b42dd0b9bbd9d716dbd66cdc6e5738f136f6a266c29b90ee99
MD5 2b0ca51c07907da57ca4bba78f2daad0
BLAKE2b-256 cc4ad458de4b9d5bea0d199c723a5bdab9b31c4d2ad55190ffeff01b3980989d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-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.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.1

File hashes

Hashes for gevent-21.8.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e00dc0450f79253b7a3a7f2a28e6ca959c8d0d47c0f9fa2c57894c7974d5965f
MD5 b115c39490c83682a040d77d8246474c
BLAKE2b-256 bc818e69650004ced8c6da418f8286b788d8283931997c4e014ee2b0d9a8255b

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 75c29ed5148c916021d39d2fac90ccc0e19adf854626a34eaee012aa6b1fcb67
MD5 b776dd5574744ae39e39384d97547806
BLAKE2b-256 1f30923f4efc384b880b315079c98581d3830ccfb385c84a18fb872af3b68839

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9d46bea8644048ceac5737950c08fc89c37a66c34a56a6c9e3648726e60cb767
MD5 38aeef036913623aa5c4342e9c2890f1
BLAKE2b-256 272690d8859c05c2834a5f4441c65e1e86a36bbe1b0bbb48cfa3525f4814721b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6

File hashes

Hashes for gevent-21.8.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a8656d6e02bf47d7fa47728cf7a7cbf408f77ef1fad12afd9e0e3246c5de1707
MD5 9ce5e93901873def9b167303328f5e95
BLAKE2b-256 f4936a3e0e76ab58749592913917990d8fce8bda43d5110d190531c04c763d6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.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/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.7

File hashes

Hashes for gevent-21.8.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 afc877ff4f277d0e51a1206d748fdab8c1e0256f7a05e1b1067abbed71c64da9
MD5 5d00c1d408df44fd9485e999e0f48ce7
BLAKE2b-256 59297e5f1601a08449e861fd597bfa7801e8711aaf4ca13a7c07d34413fb8ad9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.7

File hashes

Hashes for gevent-21.8.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f39d5defda9443b5fb99a185050e94782fe7ac38f34f751b491142216ad23bc7
MD5 6257d6bebfbc650ecbd80a7ac57f2b4b
BLAKE2b-256 3613f225cabf0f5bf1e431a292707f481e2624311c9128db052ebedbf76ce953

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 473f918bdf7d2096e391f66bd8ce1e969639aa235e710aaf750a37774bb585bd
MD5 7ef2d6b03308c19a7cfb9b242dd2631d
BLAKE2b-256 df63863e025cf58a8c2397d5cf498e71d54d08913028a5b89d0f0b16d802f95c

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d8655ce581368b7e1ab42c8a3a166c0b43ea04e59970efbade9448864585e99
MD5 a642d59868f844e79760a65c11bfc4b2
BLAKE2b-256 defee1ec023db5d76033edecbb52899d08e55e63252d0e5db174e716875476bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.11

File hashes

Hashes for gevent-21.8.0-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4c94d27be9f0439b28eb8bd0f879e6142918c62092fda7fb96b6d06f01886b94
MD5 383086f79f8364f40459d19a55a1fd70
BLAKE2b-256 adc2363e0b77255b508e115eec061db018a580c308835af40198949e893dc5d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.9

File hashes

Hashes for gevent-21.8.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 23077d87d1589ac141c22923fd76853d2cc5b7e3c5e1f1f9cdf6ff23bc9790fc
MD5 50b89e6463d46d66b2800ccbb24043ca
BLAKE2b-256 40361636b37f7344f2d15cfbbc5c8f1798e89fa24be04b7401880a7df80eb6ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.9

File hashes

Hashes for gevent-21.8.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1c9c87b15f792af80edc950a83ab8ef4f3ba3889712211c2c42740ddb57b5492
MD5 3d8db4cdcfda15172199fa702ed73abd
BLAKE2b-256 98ac21ee1f38363b448c755bb7d8b9ca9409dfce5c30fe46ebb0b5b93721d1d3

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c7b4763514fec74c9fe6ad10c3de62d8fe7b926d520b1e35eb6887181b954ff
MD5 34f9f338619869c68e5972d12500503c
BLAKE2b-256 97d77b27b1da6fef0de54adb6025794fa4ebabda914a73881f4c434cf1022018

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 aaf1451cd0d9c32f65a50e461084a0540be52b8ea05c18669c95b42e1f71592a
MD5 b4bbf70b2810e4c19950b08784b168da
BLAKE2b-256 7e4d5d97a8431861fae10d04a61743501523bc4e20fd3336a99a39a612fe1c40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-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.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for gevent-21.8.0-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6cad37a55e904879beef2a7e7c57c57d62fde2331fef1bec7f2b2a7ef14da6a2
MD5 930b75a060f64f0e74bb8fb2bf13690b
BLAKE2b-256 4fa3e08737d4ed764f9832adc589573f0f5d0c801fb8dd2891acac0e385664e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.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/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.6.8

File hashes

Hashes for gevent-21.8.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 ceec7c5f15fb2f9b767b194daa55246830db6c7c3c2f0b1c7e9e90cb4d01f3f9
MD5 85dc3fafb4b90037197568e867307a91
BLAKE2b-256 35ab1de9d67d2c8ae2ed1cdd3a2a143cafd4d8a88993be25855bbab22c704ada

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.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/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.6.8

File hashes

Hashes for gevent-21.8.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 72d4c2a8e65bbc702db76456841c7ddd6de2d9ab544a24aa74ad9c2b6411a269
MD5 6b5d61856c20ad011e9e9614adca6741
BLAKE2b-256 13953a9b6cdb6f22a960ca228c79e0cbdf726d886cda66a9a6873730c70528ee

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 55ede95f41b74e7506fab293ad04cc7fc2b6f662b42281e9f2d668ad3817b574
MD5 dacb011c3fc9870138cffa3b05d9cdb4
BLAKE2b-256 2740211267ca5093edfef3eff6523b4b538fcd973c9733a49e3e3c5e077bb644

See more details on using hashes here.

File details

Details for the file gevent-21.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for gevent-21.8.0-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 02d1e8ca227d0ab0b7917fd7e411f9a534475e0a41fb6f434e9264b20155201a
MD5 b7c0259e15c0893ba80069bf2ec800ab
BLAKE2b-256 02c77636197bf1848ef469360edc864ccb2bc6c22d8489c0de0b1b33a1b60a9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/2.7.17

File hashes

Hashes for gevent-21.8.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 3b600145dc0c5b39c6f89c2e91ec6c55eb0dd52dc8148228479ca42cded358e4
MD5 d74709560ebeec3b3c39c23fbc96815a
BLAKE2b-256 996eebe17eae36e448c55526098c5b571d1108293866c41944bf11724d7a96cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-21.8.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/2.7.17

File hashes

Hashes for gevent-21.8.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 84e1af2dfb4ea9495cb914b00b6303ca0d54bf0a92e688a17e60f6b033873df2
MD5 b6410f2ab809986953c371c70163d117
BLAKE2b-256 7c8fcf2c4430cffb6166a0c80f80cab7bad4d934e7f174df0faf8a2dab381c40

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-21.8.0-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e91632fdcf1c9a33e97e35f96edcbdf0b10e36cf53b58caa946dca4836bb688c
MD5 43264e40007260550627d6af10c8646e
BLAKE2b-256 ceb0c0b5a3e8725523062a6303f28978e839329e85174732ccc90c865b4d1365

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