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.3.7 (7.3.6 for PyPy2) 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-22.10.2.tar.gz (6.6 MB view details)

Uploaded Source

Built Distributions

gevent-22.10.2-pp37-pypy37_pp73-win_amd64.whl (843.0 kB view details)

Uploaded PyPyWindows x86-64

gevent-22.10.2-pp27-pypy_73-win_amd64.whl (848.8 kB view details)

Uploaded PyPyWindows x86-64

gevent-22.10.2-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

gevent-22.10.2-cp311-cp311-musllinux_1_1_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

gevent-22.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gevent-22.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

gevent-22.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

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

gevent-22.10.2-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

gevent-22.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gevent-22.10.2-cp310-cp310-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

gevent-22.10.2-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

gevent-22.10.2-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

gevent-22.10.2-cp39-cp39-musllinux_1_1_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

gevent-22.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gevent-22.10.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

gevent-22.10.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

gevent-22.10.2-cp39-cp39-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

gevent-22.10.2-cp38-cp38-musllinux_1_1_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

gevent-22.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gevent-22.10.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (5.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

gevent-22.10.2-cp38-cp38-manylinux2010_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

gevent-22.10.2-cp38-cp38-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

gevent-22.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl (6.1 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

gevent-22.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

gevent-22.10.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

gevent-22.10.2-cp37-cp37m-macosx_10_9_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

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

Uploaded CPython 3.6mWindows x86-64

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

Uploaded CPython 3.6mWindows x86

gevent-22.10.2-cp36-cp36m-musllinux_1_1_x86_64.whl (5.9 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

gevent-22.10.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (4.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

gevent-22.10.2-cp36-cp36m-manylinux2010_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

gevent-22.10.2-cp36-cp36m-macosx_10_9_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

gevent-22.10.2-cp27-cp27mu-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 2.7mumanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 2.7mWindows x86-64

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

Uploaded CPython 2.7mWindows x86

gevent-22.10.2-cp27-cp27m-manylinux2010_x86_64.whl (5.1 MB view details)

Uploaded CPython 2.7mmanylinux: glibc 2.12+ x86-64

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

File metadata

  • Download URL: gevent-22.10.2.tar.gz
  • Upload date:
  • Size: 6.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.28.0 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.8

File hashes

Hashes for gevent-22.10.2.tar.gz
Algorithm Hash digest
SHA256 1ca01da176ee37b3527a2702f7d40dbc9ffb8cfc7be5a03bfa4f9eec45e55c46
MD5 9a29b3d7e17fc32bc70858116d76fa6a
BLAKE2b-256 9f4ae9e57cb9495f0c7943b1d5965c4bdd0d78bc4a433a7c96ee034b16c01520

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a47a4e77e2bc668856aad92a0b8de7ee10768258d93cd03968e6c7ba2e832f76
MD5 3e7e6adc9c935b186d9eaaf43b1f63d9
BLAKE2b-256 fb0f53c41a3f7f4594bcc359262df362985a71baf3a48e2ed217ca950f80544d

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-pp27-pypy_73-win_amd64.whl.

File metadata

  • Download URL: gevent-22.10.2-pp27-pypy_73-win_amd64.whl
  • Upload date:
  • Size: 848.8 kB
  • Tags: PyPy, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 PyPy/7.3.6

File hashes

Hashes for gevent-22.10.2-pp27-pypy_73-win_amd64.whl
Algorithm Hash digest
SHA256 ed7f16613eebf892a6a744d7a4a8f345bc6f066a0ff3b413e2479f9c0a180193
MD5 db098074a41be6466998bd8413b7234e
BLAKE2b-256 2dd94f0205e365ea1f3f8e9861104d766b17a9c2d44928de658b7652f0ef7fe2

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gevent-22.10.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for gevent-22.10.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1e955238f59b2947631c9782a713280dd75884e40e455313b5b6bbc20b92ff73
MD5 fd7cf3d8dda24737846dd4f2d5181a94
BLAKE2b-256 265df5d1ad8e64ea16543131f4b7c189b675f73f6dc8e9fb6546c6e6421f43a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d21ad79cca234cdbfa249e727500b0ddcbc7adfff6614a96e6eaa49faca3e4f2
MD5 29938738c0cd547a2674fbd41fc80c82
BLAKE2b-256 c90ced20ce565fd3e4df33b4a402a62bb3a8b5a64dd96a6a0e0c5f0a8181a98e

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 877abdb3a669576b1d51ce6a49b7260b2a96f6b2424eb93287e779a3219d20ba
MD5 7c6f79eefffcb6ba2296cf02b7ae7581
BLAKE2b-256 ea6c86540e4da80ebbc899b771b70231c20618295289706509b4b88da9682d0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 98bc510e80f45486ef5b806a1c305e0e89f0430688c14984b0dbdec03331f48b
MD5 48e146f642202e5713ed874a0f94b2f2
BLAKE2b-256 ba384bf86c3063b8ef58ac12d24b8e6a3a1ba7ecf8fccd73e620018e0d217bb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ddaa3e310a8f1a45b5c42cf50b54c31003a3028e7d4e085059090ea0e7a5fddd
MD5 77d0c054863237147f2af01d9171208c
BLAKE2b-256 c46edd18a5a1e220aea258d95e909bea1a67ce3528568c61be67ef82244d6ff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8f2477e7b0a903a01485c55bacf2089110e5f767014967ba4b287ff390ae2638
MD5 8404261f71756b357ad9578120f18c4d
BLAKE2b-256 6c81f24cdc21f5456e1134857b3053bae9da899ca309606f5c1546d36ba81d8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for gevent-22.10.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b7eae8a0653ba95a224faaddf629a913ace408edb67384d3117acf42d7dcf89
MD5 7fec4b793447d7951910daf391ae3da6
BLAKE2b-256 d2b9f80d57f7141268ccca5876a28f4f276ac44068557d1a6b27da0b883da282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1f001cac0ba8da76abfeb392a3057f81fab3d67cc916c7df8ea977a44a2cc989
MD5 a45c959e7ca146492b9dc96cfa04b6b9
BLAKE2b-256 3bc491c6f0b4f49b76865b61fb59ef5029992c1f3aa5644efe8e6ea0497ea08a

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17b68f4c9e20e47ad49fe797f37f91d5bbeace8765ce2707f979a8d4ec197e4d
MD5 91f163fa06b5d54e7d09b8cdef8d0453
BLAKE2b-256 924cd61af2f4e0319f12bb8e5643cd9c1626b1c42425829f0a0d73409a1c7a4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b43d500d7d3c0e03070dee813335bb5315215aa1cf6a04c61093dfdd718640b3
MD5 ed2e6ee8482abc87ca8b41a37fe30083
BLAKE2b-256 ec201dfb2f8c6690660bf51f6511b1198f2189e604b78a4c7bfba896ae831ad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f23d0997149a816a2a9045af29c66f67f405a221745b34cefeac5769ed451db8
MD5 fbc2771995e726c8af9c3b528dcdaa0f
BLAKE2b-256 ca35e9360e3e265ef491b0dcd1cbc6d828fef7b9c5f4b88e2b629326543a44e9

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 990d7069f14dc40674e0d5cb43c68fd3bad8337048613b9bb94a0c4180ffc176
MD5 f26783a6300b62356d502241600d5cf8
BLAKE2b-256 024f73a79efa65706ded48231f0e932e455cea0dde2cb88ad79c315901055587

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for gevent-22.10.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 323b207b281ba0405fea042067fa1a61662e5ac0d574ede4ebbda03efd20c350
MD5 3492ba2651f1e3ecda31ffd8ab38674c
BLAKE2b-256 469b88e748e892cc45b4bad8aa8f16075b8a11815c0c701b21674b4bb3d07911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.12

File hashes

Hashes for gevent-22.10.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 172caa66273315f283e90a315921902cb6549762bdcb0587fd60cb712a9d6263
MD5 fb1fc4f8cb94305ca5ee0afc9deb1d0a
BLAKE2b-256 9631dd60da12cc96eefe1a66335ebf9370a160cd4ed33bd901e25aaea84c5ecb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f3329bedbba4d3146ae58c667e0f9ac1e6f1e1e6340c7593976cdc60aa7d1a47
MD5 1018c21ee8326ff8ac657ddb14170658
BLAKE2b-256 e6cd0928440411690422a6ee337a7325f96dfb581c06c4b0ed76a782e2c6192a

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 319d8b1699b7b8134de66d656cd739b308ab9c45ace14d60ae44de7775b456c9
MD5 f1a335e2c32657f4a4b98be80cbd2fd3
BLAKE2b-256 76eb69d278e3b29dfa081a7af0b16ec616ea43fa68854c258713f6c1c52ebd22

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a5488eba6a568b4d23c072113da4fc0feb1b5f5ede7381656dc913e0d82204e2
MD5 093f54b1a3ab81ee9e533085af90ca29
BLAKE2b-256 6f36ebabd67fa89964e2d73ea4e8f830636259ab3230153da223edcbfd25bf7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da4183f0b9d9a1e25e1758099220d32c51cc2c6340ee0dea3fd236b2b37598e4
MD5 32af697a076224b3c6f50780f2fc1da1
BLAKE2b-256 dc6157fc6995de5c5b25aef8ae477821c10affabc12ac60919c2d5b60d8fd85f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4197d423e198265eef39a0dea286ef389da9148e070310f34455ecee8172c391
MD5 50c4ad953f3d565df333127c286daf79
BLAKE2b-256 9b83541d431d8c86495bfe3b7e0b39f923dd3cc6eddeaae2af1c18f11779fe01

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58898dbabb5b11e4d0192aae165ad286dc6742c543e1be9d30dc82753547c508
MD5 bf8259a56dc44d7a683f7f34489a7050
BLAKE2b-256 5fd48eb7a273c95782a2e477314d299f290d43e1ce21f30954775442b0cdccef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-22.10.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 494c7f29e94df9a1c3157d67bb7edfa32a46eed786e04d9ee68d39f375e30001
MD5 04d1484884e592d353ee14f9db44c914
BLAKE2b-256 9e675fa93536a787aa43c07a6356b6202ebdd8a867eec71f1d3c64cdb5f67e75

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gevent-22.10.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ae90226074a6089371a95f20288431cd4b3f6b0b096856afd862e4ac9510cddd
MD5 3834bb3c8d1faf660357e68da267df40
BLAKE2b-256 8ac2d791ad20e1b6589529a131e9b802711e602d821e37ee8b55bcaf6a110ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8729129edef2637a8084258cb9ec4e4d5ca45d97ac77aa7a6ff19ccb530ab731
MD5 664025443b6c24bd824d905801948e7d
BLAKE2b-256 317d1179da0f39eacb115e2bce4677b3aa80b2383b6d956369109b4b00d9d1c7

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c04ee32c11e9fcee47c1b431834878dc987a7a2cc4fe126ddcae3bad723ce89
MD5 1d0f92da3e70ec8c4f3dc911781ea928
BLAKE2b-256 5bdf43c29c43c6bc3754f04fd94f2af66cf3fb60a83387ee62b10b1ec730e0c1

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1472012493ca1fac103f700d309cb6ef7964dcdb9c788d1768266e77712f5e49
MD5 e3bbedf4663d2bd0ff014308c859883d
BLAKE2b-256 ac0b4954f7554b898242ed4ebae119b511ae78246557141af2dd77eac0e1e830

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 db562a8519838bddad0c439a2b12246bab539dd50e299ea7ff3644274a33b6a5
MD5 30c1d79aad5895c69a0d3cca290923da
BLAKE2b-256 b80ed8b864ae61c99798a8f75f1a29c94c3ab271bde30dd74e40ca1f4013f81d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 efc003b6c1481165af61f0aeac248e0a9ac8d880bb3acbe469b448674b2d5281
MD5 35ee348e9bc0a4a295934793a3be3bae
BLAKE2b-256 a5c155711c49d49c08b374a2b7fa1840fc7132c92c5facd930e9d63dfa2fd7b2

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2929377c8ebfb6f4d868d161cd8de2ea6b9f6c7a5fcd4f78bcd537319c16190b
MD5 adf38c1759e5538e7a626776e4ec9cca
BLAKE2b-256 9c3378f417eebde535d9146dde08b7d15d408176a023c9c02921c04fe235ab10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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/4.0.1 CPython/3.7.9

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0d581f22a5be6281b11ad6309b38b18f0638cf896931223cbaa5adb904826ef6
MD5 da4ddb15e7094b3ff9972a94ff768797
BLAKE2b-256 fa3078acb4e6d7dddec4ca5af332c01eb7aef643d87f58683a245bb8c3020443

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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/4.0.1 CPython/3.7.9

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4114f0f439f0b547bb6f1d474fee99ddb46736944ad2207cef3771828f6aa358
MD5 1f9d6e1f328d4cc8f3566221275a970c
BLAKE2b-256 86ab189b5e0242d07c51f1b641fa26c2f06787f882189648afcfdcc0827a0c69

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 84c517e33ed604fa06b7d756dc0171169cc12f7fdd68eb7b17708a62eebf4516
MD5 a7c201470c75cd2a5ff1130359f76517
BLAKE2b-256 61436c17b9d513a406f63ad5870040645d2bfeb0cbbc225162c46f88cc823d92

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7ed2346eb9dc4344f9cb0d7963ce5b74fe16fdd031a2809bb6c2b6eba7ebcd5
MD5 dd7c7df0f89ab3bae39a698321f2fcf3
BLAKE2b-256 5b0222dad5a61fa2a5ae56e6d4869f5d70dc18df9a89dff2ffe50d8268aad4b0

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 018f93de7d5318d2fb440f846839a4464738468c3476d5c9cf7da45bb71c18bd
MD5 cee708035ae932a645baa4bc3cc98351
BLAKE2b-256 af0ce4ec3d71f0e4fe26b04365595b8b4341df16851088462a541d6f700e08b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b6c144e08dfad4106effc043a026e5d0c0eff6ad031904c70bf5090c63f3a6a7
MD5 90c56bc947823558d2a9bf30aa4dfb8e
BLAKE2b-256 464920b77ca0a791a7bd1c5d34d9229c0771a7704bd3e075afd3411c1a1b8562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 96c56c280e3c43cfd075efd10b250350ed5ffd3c1514ec99a080b1b92d7c8374
MD5 8df37a7a0554943ee6e133feffff5b48
BLAKE2b-256 b94b1ab8a6097126f90fb3fb11220ac8ceceb616547899255ae13213251c0fa9

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 53ee7f170ed42c7561fe8aff5d381dc9a4124694e70580d0c02fba6aafc0ea37
MD5 a5aec9dc15d7c52f7d1464b2e71e03a3
BLAKE2b-256 05826ebab1a8cff765c91d45b3cad33b04b3532d15bf438a9f34f309a6f7d524

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a2237451c721a0f874ef89dbb4af4fdc172b76a964befaa69deb15b8fff10f49
MD5 1a5fc10853be849893ffd23336f2ca48
BLAKE2b-256 aa3ce8e4d55cf80659bc6c25047140ef73ad191964def3b473ab91d95fd0ab87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.1 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 8c192d2073e558e241f0b592c1e2b34127a4481a5be240cad4796533b88b1a98
MD5 2bc7f6ef0a1e4a59aa1bb0cd513771a6
BLAKE2b-256 1642a2be5df031ef9feb0dcbde5bbcc40ff3e58c5c5b0b682475e09b2cd3fabf

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d85574eb729f981fea9a78998725a06292d90a3ed50ddca74530c3148c0be41
MD5 e4721115fd9138f726463386a9aa01e1
BLAKE2b-256 46e58af9e9165a2757d9c0a27b389870976fb12a3d5d9db8f0b7cebe1856174e

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f01c9adbcb605364694b11dcd0542ec468a29ac7aba2fb5665dc6caf17ba4d7e
MD5 dd260961cdbd59e898a953520f96d356
BLAKE2b-256 5bae00d45cb9c0460fc90700c3e32aa7750651df73c87bf6b8f8093e8dbab19c

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ff3796692dff50fec2f381b9152438b221335f557c4f9b811f7ded51b7a25a1
MD5 e550ba4707b0d90170ae3e275dc9ccee
BLAKE2b-256 c4e5342678bdf40132f32664fb16f35ec6d9f0c9d62ce6d38efecd6c26caae3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54f4bfd74c178351a4a05c5c7df6f8a0a279ff6f392b57608ce0e83c768207f9
MD5 f2191350fe32c42e0989b290a858a2f3
BLAKE2b-256 bc0bd7d02dd64a0a30f4d522143fd900336bab9b07b18ffa1b763e185037c15c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d82081656a5b9a94d37c718c8646c757e1617e389cdc533ea5e6a6f0b8b78545
MD5 e439ef54195fac928cee391da7fac498
BLAKE2b-256 98fa471a5df3bc17183e13f7373c3c662c00fbff94315b61f3306d480ac95e8e

See more details on using hashes here.

File details

Details for the file gevent-22.10.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gevent-22.10.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5aa99e4882a9e909b4756ee799c6fa0f79eb0542779fad4cc60efa23ec1b2aa8
MD5 55506afc63c966395e1e5696b9e6c788
BLAKE2b-256 a92fa638ef49c8b692fb347dc16ba5444c8019e5faee85d0a1e1ac9b02c08060

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4e2f008c82dc54ec94f4de12ca6feea60e419babb48ec145456907ae61625aa4
MD5 2d200a94664fc940067d084f6781eb16
BLAKE2b-256 addf8a61942136683cb2076e0950fb6a3c6fd225d655228f4ab1e15daa7df52c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for gevent-22.10.2-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 1d543c9407a1e4bca11a8932916988cfb16de00366de5bf7bc9e7a3f61e60b18
MD5 c3edb57849510a2255208f88c6fb3109
BLAKE2b-256 c754386511e41b7d8f015462ddcacb66c9933cfb7fa68d2d18329805f2bc0ea9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.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.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.17

File hashes

Hashes for gevent-22.10.2-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 59b47e81b399d49a5622f0f503c59f1ce57b7705306ea0196818951dfc2f36c8
MD5 f6c9ffc0f3780d77b4a1e78b5c3d1e36
BLAKE2b-256 8c00ed81e9a31322f587e47d92ef530e9bb024cf778e0526a018fbb81168c7f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gevent-22.10.2-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1e1286a76f15b5e15f1e898731d50529e249529095a032453f2c101af3fde71c
MD5 47c2e278362953fb86747f3908da60b0
BLAKE2b-256 57f4604ed4ea6465d44111ab0ad9e875636b988b28ed3d2b87ba5afb122a6b15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gevent-22.10.2-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.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.18

File hashes

Hashes for gevent-22.10.2-cp27-cp27m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 97cd42382421779f5d82ec5007199e8a84aa288114975429e4fd0a98f2290f10
MD5 fb1fc398776115aa4449d088675576d2
BLAKE2b-256 c7e0ac3033e024b4c4f48e32eccaced658d5432ea6d2fee9f061d0f681955922

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