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 (through gevent 21) and Institutional Shareholder Services 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 3.8 and up, (for exact details of tested versions, 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 is also tested on on PyPy 3.10 (7.3.12); it should run on PyPy 3.9 and 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

2.7.9 - 2.7.18, 3.6, 3.7

22.10

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 additions that improve gevent’s operation on certain platforms (for example, in the past, it has included backports of newer APIs).

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

gevent-23.9.0-cp312-cp312-musllinux_1_1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gevent-23.9.0-cp312-cp312-musllinux_1_1_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

gevent-23.9.0-cp312-cp312-manylinux_2_28_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

gevent-23.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

gevent-23.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

gevent-23.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

gevent-23.9.0-cp312-cp312-macosx_10_9_universal2.whl (2.9 MB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

gevent-23.9.0-cp311-cp311-musllinux_1_1_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gevent-23.9.0-cp311-cp311-musllinux_1_1_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

gevent-23.9.0-cp311-cp311-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

gevent-23.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

gevent-23.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

gevent-23.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

gevent-23.9.0-cp311-cp311-macosx_10_9_universal2.whl (2.9 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

gevent-23.9.0-cp310-cp310-musllinux_1_1_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gevent-23.9.0-cp310-cp310-musllinux_1_1_aarch64.whl (5.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

gevent-23.9.0-cp310-cp310-manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

gevent-23.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (5.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

gevent-23.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

gevent-23.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

gevent-23.9.0-cp310-cp310-macosx_11_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

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

Uploaded CPython 3.9 Windows x86

gevent-23.9.0-cp39-cp39-musllinux_1_1_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gevent-23.9.0-cp39-cp39-manylinux_2_28_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

gevent-23.9.0-cp39-cp39-macosx_11_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

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

Uploaded CPython 3.8 Windows x86

gevent-23.9.0-cp38-cp38-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gevent-23.9.0-cp38-cp38-manylinux_2_28_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

gevent-23.9.0-cp38-cp38-macosx_11_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

File details

Details for the file gevent-23.9.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d76871f16df200c9454d3f9695b6cd97e7b80102fdf3e4b69b1e2900f9bd0eee
MD5 b2f34d8785e5ab1c57a9c9f3ac7aa3d7
BLAKE2b-256 65cc4bc2b2a2c4e8526c12c29896491a8baad46c859ff9c678112cdb0ce622a2

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 70bd1e7a6f571837beb190e3a330f289d10ba4d84fa980ffe778b97fb887455c
MD5 c275732d13a38070ae260c4944d56476
BLAKE2b-256 cba9429d4677ded3f49281216f4cd5ab7f1e05372f4866229988e0be97fdf889

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 117904bdb139adeb3378a0631e81fc5939b54edce16ddf21288bde111ab31d47
MD5 3f5146496ef27b71eefb21e45d1eccd3
BLAKE2b-256 2e29622033b9218189dca22dcadbfc22b8e83a7b7616d05ac8f1f54a759ce41a

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 291c380fd708c5e04d63fcb8427da21600fda202ffe14ba59a454efd1715f8d5
MD5 56c9ed637a838f3e2ff633bfbd3b6c4d
BLAKE2b-256 513a93feea392b79229a061ab0802bbcfd3ec1f03f583fe776c223188baaa13c

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b6179e5419044f8e49ab1fd2165391ffd94071362e03a04d2e499a64b619e105
MD5 ef9cec9f5b292dd0d61d16a4f3a9277d
BLAKE2b-256 37123c6dfa08b6eab91ac2c5b91a48173947b2426abdabc27954a73ce230f1f9

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f44f1d3a05ce1d041d514b8151aec82e4649e5f8f6e2d837eb9bfc2607d7b64d
MD5 a21c285e1324ef28e98912c4c27acd55
BLAKE2b-256 653009145f238beab6809698549c77b5e872e7437ee886655acfd5c548b2625b

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 863a244311e986e924baa1516d821c37fcdb4e091e42f86f9d17d13323893c6d
MD5 e7cd1ba6974adb9745863eadf0179124
BLAKE2b-256 2489bae6444fff7c8601269e80ab70f8f0741da9318e930f6a753c97fd1d23bf

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 faad7ed513672083eabe1e45d1dbfbbcd7bde9c0da6ef3598e975128c8aee427
MD5 5546bef658f697ff1e235de24f6cec86
BLAKE2b-256 62f53309f1de79d6def9461a491f5d6de230f6f60274bd5dc2440973b32b9851

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 169784ef1594ddac0a773e85e5f996f6f8512abdbe248bff16ed8a22fafecadb
MD5 a330431bb609d3ceb47ada1f39034a64
BLAKE2b-256 70bd18ef2b1cb3928f7e327f488afff0a093531d7c46c7f69cb08b6a700d1aa1

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 96a3ce33e77277995436656e6f7712f4dcbe9dafa527f245ebbe3de44fd3d4bb
MD5 729d49e72a051652d21c779d0ffdbaf6
BLAKE2b-256 3432931efaa9dad2c1c28cbecbcd91c792e73f84fe470d065c4b53d72b0bb731

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 06a927940f9348b504888f93c8d85c2d8e2277ffd2105734148c0082ade17c20
MD5 346ed236b55cf918dac2ea8928dde514
BLAKE2b-256 ed48fdcd1293e0178fd0754683cf9bfc67688425c114780779cac01dac9add81

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 17abeca1a8b61a0ce135127f8328265a317efaa3eda047199d65129ca68f0268
MD5 4201dfd26cc94b9f7d67e589957755de
BLAKE2b-256 6cb0aaed19f2b2dbe11706b6b4d763e05adb534433f447afafaa1cce195100a5

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b6eecefb35ceaa33693b971d18e98bfc7e63c9488f1b83eddedb8087a567066
MD5 dc1a504553de1c81cc7f88943524119c
BLAKE2b-256 a181d8f808fa7bfd98c0bf3b555a6614ff261ee9ab2e78f10c38f4bf321128c5

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 259438ec75b31b199d99941294e50f705d92d20d59578244a882a57c2f0f52b3
MD5 faf1b39cd32ab4e03a5e4badce7ff8b4
BLAKE2b-256 c355f037f2cbf495b9e34d33fa8166eb1eb7751ec92bb89aa6620b08e48fc819

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1ecd70495749ba1ece8e312e41e98d3371f5aa1e98922b47b3635c8263157938
MD5 fc4f516608b3dde542be11ea50a33ef1
BLAKE2b-256 c420478ab23795020853bfd1704a8307fb82344f52fe90253930abc9cd41c208

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1578b5c6da4e88f5cade5682b13635d17231ade6c549d8498cc95776954675c4
MD5 ecb13c14ee2028cdb5ab214a9cfb4f9d
BLAKE2b-256 5cb08e593bcdcbe363e712dd4afa46b75b06ad6d79e0732296363493e8862b08

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2894d82111ed27b7f80dcbf8c713bb9c9c2c7e8890606cf548f6320fb2ae328f
MD5 f817e1678ec8d404c9efd20a6d8ea295
BLAKE2b-256 9516ea3b0f80f50b5b9a5da8c8efbddc5729f0262738a6901b6c04cbb3ac6700

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3778609919477ae6eccbf3b10308015f5620c428dbf0dbc6cbeb8a135c9d603a
MD5 3abc3494a94cc2234fc6522c6ea1b07b
BLAKE2b-256 e2b92dc5c1e42281bbebb81931e7fb63b8d075944cc6326375574884e486181d

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 41199f10877f368822058b47aca3276e5a4c453e2c4df814a44f23c1bf059488
MD5 ccacb1361bd1fce1a0f5f12a04f15da8
BLAKE2b-256 b3753583e7dff38b03209e17f0ecb227ee624adb7a40fc3d0f15219341458bca

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03d7452ec45c71ef84cacbf199dac582af2948fb37c638aa6e7232fe5c2840f1
MD5 692986dfb2d1cb3746caecb457a7e6e2
BLAKE2b-256 4acdc0ff254ae11793c5c5a6157bfb2b8517cd6eef76f1945a169af5aa4913ac

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1b9ff212cddf245d44651600970c5370c4168f710d4856d8b2350d734dfff1a6
MD5 b91f77a838572007888f38f1756c8ad1
BLAKE2b-256 f9b0f61effe3729bd336f7f1c152c3892960fc56d712c648bdcb0d133f3823fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.9.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/4.0.2 CPython/3.9.13

File hashes

Hashes for gevent-23.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91e1e96d50dc4a296dce77b9e28c29a7401fbaca6809989b2029266db6172967
MD5 4a6b000a24c1b4989e41fbda7a09f76e
BLAKE2b-256 7e20cad6c12ad933babbabe4a01ce4ae05b235f293455bf0658c7a2aabee37d4

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5afcf6402981f33c84567e6a0a8dcf05e52e8c0b03d80b699644c5f251221e02
MD5 5d9c7d57e3efc3cac05cfa5cfadbf9ea
BLAKE2b-256 84bae561b5564f3d2a705d1e2df6f88ef21463adc6d0138608ed61fd510aaac4

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d55cf22d6b29593d256bad9fade978fbdc998d6f3bf3aa3399a81feaa91b5a86
MD5 2785b280c95ac99a5fe75b5266261d39
BLAKE2b-256 bbf5cf73c13e82ad99ee3bb41b542539d2a35f2a770f0f4603c8bca954af0321

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 951d95f1066fb84f661f2bb2c1d6423855a63922abf3e5bd1001711cfb1d8f38
MD5 072d62af8c01892f0d67f5f4c9f1958f
BLAKE2b-256 134bb52d1c7ef6738b60af27ef166861ff1118d9ae240cd9d41255d58cc7a1ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-23.9.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/4.0.2 CPython/3.8.10

File hashes

Hashes for gevent-23.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e9e3f81cc36eb623e8716515bd7e28f50ccca5fd930ba493275e60d5fbc69786
MD5 3e90ba7273cedefd8deb9224b20bf6a5
BLAKE2b-256 47dbaeeb002f6a2afc5c486bbff64e84c1eec236cd2ae25f40a52547f26b62e2

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb645e9f68cb4b009d667507195e07314c594b2dac962ae797bd05bccd4076eb
MD5 6e169b43b1a6b491627339afe4ae6e75
BLAKE2b-256 5c1e86bd56f638fba5a1da7de4cb4b5f06dda251405a2c0872ad3517813b8502

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bb65683df8a0a1427d42985158cee7dad8a3211247d5824302e276d9fd5bf65
MD5 98e2c60594c4922beb82b20c789cb033
BLAKE2b-256 2431926bd768d7e0575e46d0bca32423ac61581e9fbd00f0cfce47aee68ca0ee

See more details on using hashes here.

File details

Details for the file gevent-23.9.0-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for gevent-23.9.0-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 436d0e9c1185b15f0204f7e2a687af2fc5307b1fed8ce011b86732ad53edc136
MD5 2a37afebbbc85c2391710a8f5dde7a7d
BLAKE2b-256 4fb06e6662f648613463823309ed991263637291fc5d1c0a35aab9161d59d718

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page