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-20.12.1.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-20.12.1-pp27-pypy_73-win32.whl (835.2 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9macOS 10.14+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

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

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

File metadata

  • Download URL: gevent-20.12.1.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.0.0 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.1.tar.gz
Algorithm Hash digest
SHA256 99b68765767bb3e2244a66b012883899a6f17c23b6dc1cd80b793df341e15f08
MD5 bb93445c0281c674c0588d658df4fabf
BLAKE2b-256 98d96811589dd5de85b3a911d547d43f43c5c8bdf4397ffdfbaefea7c373b7f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.12.1-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 7a808c63f065a303bbbe87c5c0754e06abb1e23e18752f418dce1eb3189cb43d
MD5 3f1306e9b674b9a3fdb04480b5606ac4
BLAKE2b-256 7c4c413ed1fa768d28356bdd001e83e27fcea906bdf592c1057b6519f73d903f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60799fd7dcbb622f8435eb12436d48a8d27f8e7b3d23631e32ccc04ddd2097c2
MD5 22e76009d3f1a0f091cbbe1217a56c1b
BLAKE2b-256 24568ef09c58fd01fca3c1f0a618c95721bb738d44a9bd43e91a8bb9db6fd545

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 bf946a99e364ebcc95b82c794d5d1a67f13115adbefab7b9e12791f13184cfd5
MD5 95869e58829e35648759902a5ecb8c17
BLAKE2b-256 6064406f52b1e5d31de7b5a6f586ab9073004f78e68fe5c94b74cb478c2dff03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.1

File hashes

Hashes for gevent-20.12.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 f857adbe1bf41e620d86173a53100f4ec328eba3089069a4815b3d9f4229dee8
MD5 5700a768eca0a653e0745fbd1c212149
BLAKE2b-256 991f75e39040d3702bb2da161b79691683506a629dee359eeb49c20672657f7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.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.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.0

File hashes

Hashes for gevent-20.12.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c570a2e3100f758a5c2f9b993ecf870ee784390e44e1a292c361d6b32fb3ad4c
MD5 ab36da194314785f87dda80a3f6a50fb
BLAKE2b-256 c32d8870a778c1c79c7bcede7c0486c430c2beddae7c44b1b97f3720fc808f4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.0

File hashes

Hashes for gevent-20.12.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ba244028225ff8d3a58f344fcd16ab05b0e3642b34d81f51f7fa3c70761f6c34
MD5 6ba6faef2a7838fa2a6defbaaa98c30c
BLAKE2b-256 8fa42059395adc011da97d72b56ef2f7cc8acceaca1ae488329d48f511a53633

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c3706a620e167c4bd007f16f113928324c4e07a7bae11d6d18d65f82abcd7a58
MD5 1d01a4f046acd14a8a981aa1929f87f4
BLAKE2b-256 a7a1f0a1b863e71aefa239a008a9451757ded405d9bfe6756788c64c1abb575c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 895c76a89907d9d37fdfaf5321cb0fff0cba396f003bedb4f5fc13836da6f250
MD5 041a78433ac77291ca4038d544045693
BLAKE2b-256 893a346695f6a7ceb837298b76b39e0ba71245e3bd6be86b0365772823a28091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.6

File hashes

Hashes for gevent-20.12.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 81e38ed46e21e0b00b930efce1a1ff46c7722ad83d84052f71a757f23cbed1c0
MD5 151b75c8cceea4db8b46c378be279878
BLAKE2b-256 744c5bfe98c9e240834592e67d6088c9c7231183f5d925a121e60c49bbea1e32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.7.5

File hashes

Hashes for gevent-20.12.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4b0a5626c4e534d184cdf00d66f06de3885beafaaa5f7b98d47186ea175629a1
MD5 fe38f1cf23f9200d0233211063acd1cc
BLAKE2b-256 8a621850df6f739b8f2e0d1a6edac1411d25e925d6f8b0f38cac1e9dd88cae68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.7.5

File hashes

Hashes for gevent-20.12.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4baecba0fd614e14dc1f3f8c35616cb248cdb893de576150ed1fc7fc66b8ba3d
MD5 9085921c2606ff9b1f1f5bca13b5eece
BLAKE2b-256 9704cfa31cdec4bfa898b33f588d29cbae2b284a4402f0bfb1bdb1c7451458eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3faf1834464f1b0731aa6346cd9f41029fa9e208d6ecbce4a736c19562c86aa
MD5 bb485cfdabaa27ba744f207d9e6e8be6
BLAKE2b-256 9343736bb834e55a4dc75983d4bf18d40f2fbe49968d2962917141ac188c0e0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 89c583744f91052ae987356660f5ed0b8fc59a1230b051d6ccc10d37a155fe01
MD5 41597704d3c146f0c8c2bf0a6e66cde9
BLAKE2b-256 be89a530c22ad5e71d5ec8487ea3896987d5130718a3852ac83d37fdc4d52c5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.7.9

File hashes

Hashes for gevent-20.12.1-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 69ddc1767a02f68e71d5e0d3215aa4d28872187715627f71ff0eadd7b7a5e7f4
MD5 47d7751565a8fed65703c5f938808628
BLAKE2b-256 1d307c99c59fa4b038da9a523046bbf5e8b2c6cbbe94955e4bf6c7ed1c7a88b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8

File hashes

Hashes for gevent-20.12.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b57586ad3fedf13d351d2559b70d6fe593c50400315d52bb3c072285da60fa37
MD5 5db769853325a458c60cbe5f30fc4b82
BLAKE2b-256 fabb42a0b0eaa4de4424c8decdac4b8653687b438dc183debf81bfde097dde0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.6.8

File hashes

Hashes for gevent-20.12.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9d001fc899db6e140110ae7484e58cd74b0dfa5cee021a0347f00bb441ac78bd
MD5 17eb9f6b876dfc7eb0dd998fbf43307e
BLAKE2b-256 29dba23a709052844a6fee3d8b368d5f6a713ec9bd38a46959bc8b7347ba3619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.5.4

File hashes

Hashes for gevent-20.12.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 19bd3fe60dec45fe6420b7772496950215f1b36701905876ba1644b6b2064163
MD5 486217d0608f7c04f711e6af4564e540
BLAKE2b-256 4e2aa5fad46325524a7283886d9a0fbceff9dc4b3974206b50fc728fd83d2c89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.5.4

File hashes

Hashes for gevent-20.12.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 caec00914e8f21b2c77a29bbc2ef3abfeadf7515656e5451dfb14c2064733998
MD5 e212abc72403827e638f9eca6fba6a06
BLAKE2b-256 3807a27c5b7dd23fbd87f89fdd544c4f877b2ec6035f8585c65c3a0b838a5842

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ffa1be13963db6aa55c50d2fd4a656c82f53a03a47e37aaa69e79a488123538d
MD5 bc28ecc36756e0522afba1d19e9be3a5
BLAKE2b-256 390b23ab29672bfa54d8a441b1264f4ce6f48251e233870a7b2fc2c741d8c50e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.12.1-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 2d05f38a5ef1ebb7ceb692897674b11ba603914524765b989c65c020c7b08360
MD5 7355e7491fbe47bbf5968599570ab5ae
BLAKE2b-256 e12f9a3720d565a7613d8c3d54a3bbaceb5184cf247c661ce6931943e6dc98b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.12.1-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 e233ae153b586b61e492806d4cd1be2217de7441922c02053b67de14800bce96
MD5 84f52cbff4893fba93d5b43ace2378ad
BLAKE2b-256 9dc2f72e4c604493dbdbc14417150bf62c5f9e3ff3fd8b5739830d44814bccbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/51.1.0 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.8.7

File hashes

Hashes for gevent-20.12.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f020bfb34d57caa10029111be776524c378a4aac8417bc6fb1154b05e00fc220
MD5 3f8b3c5e22b0ccf89de728fb22cb73a5
BLAKE2b-256 ebab98666d7c46f8908770acc8ec194ae0aa9f2f1ca26687a2afd8eb9f3d1120

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.12.1-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.6.1 requests/2.25.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/2.7.18

File hashes

Hashes for gevent-20.12.1-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 0f9fa230c5878704b9e286ad5038bac3b70d293bf10e9efa8b2ae1d7d80e7e08
MD5 3824d765d565b9f00fba44f3dd3bd46c
BLAKE2b-256 df10579bcb0554cca78bd242cd5d91d134fc61d8c2c9cc02e52ab14fbfb64763

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