Skip to main content

Coroutine-based network library

Project description

gevent

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

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

Features include:

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

gevent was written by Denis Bilenko.

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

See what’s new in the latest major release.

Check out the detailed changelog for this version.

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

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

Installation and Requirements

Supported Platforms

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

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

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

Older Versions of Python

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

Python Version

Gevent Version

2.5

1.0.x

2.6

1.1.x

<= 2.7.8

1.2.x

3.3

1.2.x

3.4.0 - 3.4.2

1.3.x

3.4.3

1.4.x

Installation

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

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

Installing From Source

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

Extra Dependencies

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

events

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

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

dnspython

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

monitor

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

recommended

A shortcut for installing suggested extras together. 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.6.0.tar.gz (5.8 MB view details)

Uploaded Source

Built Distributions

gevent-20.6.0-pp27-pypy_73-win32.whl (810.8 kB view details)

Uploaded PyPyWindows x86

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-20.6.0-cp38-cp38-macosx_10_15_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-20.6.0-cp37-cp37m-manylinux2010_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmacOS 10.15+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-20.6.0-cp36-cp36m-manylinux2010_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmacOS 10.15+ x86-64

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

Uploaded CPython 3.5mWindows x86-64

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

Uploaded CPython 3.5mWindows x86

gevent-20.6.0-cp35-cp35m-manylinux2010_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

gevent-20.6.0-cp27-cp27mu-manylinux2010_x86_64.whl (4.8 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-20.6.0-cp27-cp27m-manylinux2010_x86_64.whl (4.8 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl (1.7 MB view details)

Uploaded CPython 2.7mmacOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: gevent-20.6.0.tar.gz
  • Upload date:
  • Size: 5.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.9.0b1

File hashes

Hashes for gevent-20.6.0.tar.gz
Algorithm Hash digest
SHA256 51cab8f792961a75da39452586bb3474eaa1607ab2c83398745ef1b9ba09cb92
MD5 fe096e7c56122cd66173bacd8ce5852f
BLAKE2b-256 7ae32aeb06b0fad51fd99a4ae401b704e7976b20d9b477d5ef88c53a00f24114

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-pp27-pypy_73-win32.whl
Algorithm Hash digest
SHA256 ea79e58f7927939ac60d3c73aa9e5d6186c3fea77e4414d768d658e1f58ef7a3
MD5 3cbfdc8dc5bd48c86ca7a988dadd8758
BLAKE2b-256 0c14a64719dda5b4e465e6ff6de3073212edd411beacdcac18557d47731918d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dffc2d2bb815a6ab0370e3e478094e0c43f610a3466e241bc150af21293763db
MD5 f4c4d403d899f06fec3ee46d12744530
BLAKE2b-256 9922d768f0f7b77d68c175b49b52455aef51ed635645eac5a5abdaaa55934fb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0

File hashes

Hashes for gevent-20.6.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6e232e1870dfd2e32aaa26083488c116492e9378d288dffca0e38c1521ba502d
MD5 fc2fba6eeac259e0a1372afc30219492
BLAKE2b-256 ce9a68b75672ba43943d07aac57be331e7478c4683511be2a45b04559ba28f6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 6.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b5f73ef6442e72774359afcf892c47cbdcb0811a4577fc1b4b11191aa362e353
MD5 973c10c39d58130dab72a286562904b7
BLAKE2b-256 f1a90627c46ed5e0549ff00bd0ec342a98900234bfd7256dfd5e98a8e9310fe9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3165510ed37f8ea38345a8a2464d5c700f7cc8828194612889f6c583e2889ff1
MD5 e81f90086aaaadede07affc1d859e81e
BLAKE2b-256 a79cc3eec207db4dff6bde253bb6889cf09c2b9a77b3f5ecd2462587cc8e7714

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e5e1f2024fbf753549703cde287f6cc940248d860f617d657c3b3ea0638035f0
MD5 b436082547a39619492eb51bf11a5d21
BLAKE2b-256 f9c0a75be9ab33aa24817e5d9ff65925f1bdacd95a0dc267c050ad8a533bfc7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-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.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.5

File hashes

Hashes for gevent-20.6.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8625256ec3acc9b095050d15c256ad9ce3f8bac833982bd712af14a83991b067
MD5 2b0e053824c7b7333bd9ee3f37dcb9c6
BLAKE2b-256 4ae775c40cdb7a93ba8eda5cb3f63c0a106e8f3b0ba974730a9c47c28bab92c1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5520e72522906483559bd12eacabf72f130972dabe8e05d159e227eca97cbcf9
MD5 9d053b68f7514ae5d071704da2515140
BLAKE2b-256 624dd351757894af7fe316103fbbdfb40d4370543bf5678c6b0e5b36e627a8de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 77d9237d17a64054e1a03883d3265d27fe98e49f41cf1dd22b42ee3206f99b53
MD5 51fb9b500c8491a818dee60f352faf20
BLAKE2b-256 934dc90c8016556c81dbe2b33292c4e165589f9a1194068cfc56fd0fd8c81bba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 94241c8e962b5eab49d5459b319454161bdb1a0c53ffe883a94a9952ab916345
MD5 355ac6750b0283a882f7c8e73d9fa9ac
BLAKE2b-256 5c73a19984603ce03223d218abb4488128944721d93d502e97653bb1f0b1345c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.8

File hashes

Hashes for gevent-20.6.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 779ab592efc30550879546bfe83ee6cb42538080fcd495817868ed7b7b17c3ff
MD5 fe1bf39eae8d81d78503c74ba3e2c278
BLAKE2b-256 c35313ea276956fa2d8658d031a21a0fffdc0adde092aeaad1a236b04812ae5a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 f9521f4721f50f7e1ade81bf61c17387d2cd901de65701038e74c5e87e2785cc
MD5 28aceefdc1d3cd31645d78d0545f149f
BLAKE2b-256 b779e2a8d4809827f29ff0c67fc1e7d6ad8a678844e67717787c54cb34aec087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.10

File hashes

Hashes for gevent-20.6.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 664f061993e1104f901801dc7b305824389f5c05936e7daeabee56bf76837726
MD5 7a7a959c6f0e83bfb4e8e0361e172578
BLAKE2b-256 73fbbd51d6d968449a16326e80e39292091ddf12a1991f236b509b0bce398f65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 6d172744705aa401b0014142343e866f98668bd86fc5ba070ace22f4e98f76dd
MD5 b6a27056aca5b90f6fc7c61ac9870f88
BLAKE2b-256 3c817d8382d505557da849121ca3a57e1c364f1d3176ba1d3bb8c67d0e0c8854

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.5.4

File hashes

Hashes for gevent-20.6.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 d4376e9d8f6ecf68de182fed99eb7d7f255b15170edb0bc7d06720552f541c6f
MD5 7fbb296c4b567daafc6011c144ed1628
BLAKE2b-256 617be90fd3c8cc751407a0776a3f8854d751db7844f6ef6f272d8b6b1c4d251d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 56f2949b068e922bce3695e80bbf484115536901ad77e833b0e1ac7e4d996654
MD5 aa5eb7b8be91ab1af3cfcd7358bb9767
BLAKE2b-256 3ce38061d5998353664a1f69ef2bca8c5eb68538db62dda1c50badd6f8340ab4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e963584dd93b8268764297b13d6d99e24d9f1d63d921d5260286b3cde92f2851
MD5 e7ca293a7ebc65db98f13315b255c2de
BLAKE2b-256 4a45435114c2a6a188797ea547ab4f125f273d4c1bf176c0f6f821fc03843b1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.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.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1a449ab1390fd48cc509d846a62d867e7c548f8f9d5632ca012af2741c97e6d6
MD5 308c18228a8a4f0da6c9e47e4bd91cd2
BLAKE2b-256 4167ca963e3b356b1cb6f1267a8d6965c1fcc9b366402bc97a70bb00cb0f2518

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 2701ac60993fb74f1f548348641c78160215aa9707b08e37caf10fe63712f5d9
MD5 c24258b06cced298130e5c9226d4225c
BLAKE2b-256 75cf30d32f2d611e8cd5e05fc39142526ba82997bcb12a20236a2207b7dbe414

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-20.6.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eb74efa2486b8c2576eaf2ef6a3a782b1a38fe414390a4a3ab411efca91e54f5
MD5 1528a12de3f87a5c8eb2b65de58ee4bb
BLAKE2b-256 265207450eeefa59a8c1c3257cce4de4645776f22477b60e9a994277bc775144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 2.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/2.7.17

File hashes

Hashes for gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ccac571d5bb7a85be736c0c5e241a5263a36904b358edc2dcceaa3b54a18eb25
MD5 85130628e564962619ee8b0456a8d2ec
BLAKE2b-256 c7b1b44528fc9e2d25f8867fd5257e153aeadd6f8697f55f81978b8396ca3113

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