Skip to main content

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.

Release files for gevent 20.6.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for gevent 20.6.0
File Size Uploaded
gevent-20.6.0.tar.gz 5.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for gevent 20.6.0
File
gevent-20.6.0-pp27-pypy_73-win32.whl PyPy 2.7 PyPy 7.3 Windows x86-32 Details
gevent-20.6.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
gevent-20.6.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
gevent-20.6.0-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp38-cp38-macosx_10_15_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.15+ x86-64 Details
gevent-20.6.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
gevent-20.6.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
gevent-20.6.0-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp37-cp37m-macosx_10_15_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64 Details
gevent-20.6.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
gevent-20.6.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
gevent-20.6.0-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp36-cp36m-macosx_10_15_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64 Details
gevent-20.6.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
gevent-20.6.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
gevent-20.6.0-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp27-cp27mu-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
gevent-20.6.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
gevent-20.6.0-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.15+ x86-64 Details

Total release size: 59.3 MB

Release files / gevent-20.6.0.tar.gz

Download URL gevent-20.6.0.tar.gz
Size 5.8 MB
Tags Source
SHA-256 checksum
How to use checksums
51cab8f792961a75da39452586bb3474eaa1607ab2c83398745ef1b9ba09cb92
BLAKE2b-256 checksum
How to use checksums
7ae32aeb06b0fad51fd99a4ae401b704e7976b20d9b477d5ef88c53a00f24114
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-pp27-pypy_73-win32.whl

Download URL gevent-20.6.0-pp27-pypy_73-win32.whl
Size 810.8 kB
Tags PyPy 2.7 PyPy 7.3 Windows x86-32
SHA-256 checksum
How to use checksums
ea79e58f7927939ac60d3c73aa9e5d6186c3fea77e4414d768d658e1f58ef7a3
BLAKE2b-256 checksum
How to use checksums
0c14a64719dda5b4e465e6ff6de3073212edd411beacdcac18557d47731918d2
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp38-cp38-win_amd64.whl

Download URL gevent-20.6.0-cp38-cp38-win_amd64.whl
Size 1.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
dffc2d2bb815a6ab0370e3e478094e0c43f610a3466e241bc150af21293763db
BLAKE2b-256 checksum
How to use checksums
9922d768f0f7b77d68c175b49b52455aef51ed635645eac5a5abdaaa55934fb7
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp38-cp38-win32.whl

Download URL gevent-20.6.0-cp38-cp38-win32.whl
Size 1.4 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
6e232e1870dfd2e32aaa26083488c116492e9378d288dffca0e38c1521ba502d
BLAKE2b-256 checksum
How to use checksums
ce9a68b75672ba43943d07aac57be331e7478c4683511be2a45b04559ba28f6d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp38-cp38-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp38-cp38-manylinux2010_x86_64.whl
Size 6.1 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
b5f73ef6442e72774359afcf892c47cbdcb0811a4577fc1b4b11191aa362e353
BLAKE2b-256 checksum
How to use checksums
f1a90627c46ed5e0549ff00bd0ec342a98900234bfd7256dfd5e98a8e9310fe9
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp38-cp38-macosx_10_15_x86_64.whl

Download URL gevent-20.6.0-cp38-cp38-macosx_10_15_x86_64.whl
Size 1.8 MB
Tags CPython 3.8 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
3165510ed37f8ea38345a8a2464d5c700f7cc8828194612889f6c583e2889ff1
BLAKE2b-256 checksum
How to use checksums
a79cc3eec207db4dff6bde253bb6889cf09c2b9a77b3f5ecd2462587cc8e7714
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp37-cp37m-win_amd64.whl

Download URL gevent-20.6.0-cp37-cp37m-win_amd64.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
e5e1f2024fbf753549703cde287f6cc940248d860f617d657c3b3ea0638035f0
BLAKE2b-256 checksum
How to use checksums
f9c0a75be9ab33aa24817e5d9ff65925f1bdacd95a0dc267c050ad8a533bfc7c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp37-cp37m-win32.whl

Download URL gevent-20.6.0-cp37-cp37m-win32.whl
Size 1.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
8625256ec3acc9b095050d15c256ad9ce3f8bac833982bd712af14a83991b067
BLAKE2b-256 checksum
How to use checksums
4ae775c40cdb7a93ba8eda5cb3f63c0a106e8f3b0ba974730a9c47c28bab92c1
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp37-cp37m-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp37-cp37m-manylinux2010_x86_64.whl
Size 5.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
5520e72522906483559bd12eacabf72f130972dabe8e05d159e227eca97cbcf9
BLAKE2b-256 checksum
How to use checksums
624dd351757894af7fe316103fbbdfb40d4370543bf5678c6b0e5b36e627a8de
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp37-cp37m-macosx_10_15_x86_64.whl

Download URL gevent-20.6.0-cp37-cp37m-macosx_10_15_x86_64.whl
Size 1.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
77d9237d17a64054e1a03883d3265d27fe98e49f41cf1dd22b42ee3206f99b53
BLAKE2b-256 checksum
How to use checksums
934dc90c8016556c81dbe2b33292c4e165589f9a1194068cfc56fd0fd8c81bba
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp36-cp36m-win_amd64.whl

Download URL gevent-20.6.0-cp36-cp36m-win_amd64.whl
Size 1.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
94241c8e962b5eab49d5459b319454161bdb1a0c53ffe883a94a9952ab916345
BLAKE2b-256 checksum
How to use checksums
5c73a19984603ce03223d218abb4488128944721d93d502e97653bb1f0b1345c
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp36-cp36m-win32.whl

Download URL gevent-20.6.0-cp36-cp36m-win32.whl
Size 1.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
779ab592efc30550879546bfe83ee6cb42538080fcd495817868ed7b7b17c3ff
BLAKE2b-256 checksum
How to use checksums
c35313ea276956fa2d8658d031a21a0fffdc0adde092aeaad1a236b04812ae5a
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp36-cp36m-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp36-cp36m-manylinux2010_x86_64.whl
Size 5.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
f9521f4721f50f7e1ade81bf61c17387d2cd901de65701038e74c5e87e2785cc
BLAKE2b-256 checksum
How to use checksums
b779e2a8d4809827f29ff0c67fc1e7d6ad8a678844e67717787c54cb34aec087
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp36-cp36m-macosx_10_15_x86_64.whl

Download URL gevent-20.6.0-cp36-cp36m-macosx_10_15_x86_64.whl
Size 1.7 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
664f061993e1104f901801dc7b305824389f5c05936e7daeabee56bf76837726
BLAKE2b-256 checksum
How to use checksums
73fbbd51d6d968449a16326e80e39292091ddf12a1991f236b509b0bce398f65
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp35-cp35m-win_amd64.whl

Download URL gevent-20.6.0-cp35-cp35m-win_amd64.whl
Size 1.4 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
6d172744705aa401b0014142343e866f98668bd86fc5ba070ace22f4e98f76dd
BLAKE2b-256 checksum
How to use checksums
3c817d8382d505557da849121ca3a57e1c364f1d3176ba1d3bb8c67d0e0c8854
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp35-cp35m-win32.whl

Download URL gevent-20.6.0-cp35-cp35m-win32.whl
Size 1.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
d4376e9d8f6ecf68de182fed99eb7d7f255b15170edb0bc7d06720552f541c6f
BLAKE2b-256 checksum
How to use checksums
617be90fd3c8cc751407a0776a3f8854d751db7844f6ef6f272d8b6b1c4d251d
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp35-cp35m-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp35-cp35m-manylinux2010_x86_64.whl
Size 5.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
56f2949b068e922bce3695e80bbf484115536901ad77e833b0e1ac7e4d996654
BLAKE2b-256 checksum
How to use checksums
3ce38061d5998353664a1f69ef2bca8c5eb68538db62dda1c50badd6f8340ab4
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp27-cp27mu-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp27-cp27mu-manylinux2010_x86_64.whl
Size 4.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
e963584dd93b8268764297b13d6d99e24d9f1d63d921d5260286b3cde92f2851
BLAKE2b-256 checksum
How to use checksums
4a45435114c2a6a188797ea547ab4f125f273d4c1bf176c0f6f821fc03843b1b
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp27-cp27m-win_amd64.whl

Download URL gevent-20.6.0-cp27-cp27m-win_amd64.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1a449ab1390fd48cc509d846a62d867e7c548f8f9d5632ca012af2741c97e6d6
BLAKE2b-256 checksum
How to use checksums
4167ca963e3b356b1cb6f1267a8d6965c1fcc9b366402bc97a70bb00cb0f2518
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp27-cp27m-win32.whl

Download URL gevent-20.6.0-cp27-cp27m-win32.whl
Size 1.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2701ac60993fb74f1f548348641c78160215aa9707b08e37caf10fe63712f5d9
BLAKE2b-256 checksum
How to use checksums
75cf30d32f2d611e8cd5e05fc39142526ba82997bcb12a20236a2207b7dbe414
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp27-cp27m-manylinux2010_x86_64.whl

Download URL gevent-20.6.0-cp27-cp27m-manylinux2010_x86_64.whl
Size 4.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
eb74efa2486b8c2576eaf2ef6a3a782b1a38fe414390a4a3ab411efca91e54f5
BLAKE2b-256 checksum
How to use checksums
265207450eeefa59a8c1c3257cce4de4645776f22477b60e9a994277bc775144
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl

Download URL gevent-20.6.0-cp27-cp27m-macosx_10_15_x86_64.whl
Size 1.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
ccac571d5bb7a85be736c0c5e241a5263a36904b358edc2dcceaa3b54a18eb25
BLAKE2b-256 checksum
How to use checksums
c7b1b44528fc9e2d25f8867fd5257e153aeadd6f8697f55f81978b8396ca3113
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

20.6.0 This release

22 release files

1.5.0

23 release files

1.3.7

23 release files

1.3.6

23 release files

1.3.5

21 release files

1.3.4

22 release files

1.3.2

16 release files

1.3.1

21 release files

1.3.0

21 release files

1.2.1

28 release files

1.2.0

21 release files

1.1.2

26 release files

1.0.2

7 release files

1.0.1

1 release file

1.0

1 release file

0.13.7

7 release files

0.13.6

1 release file

0.13.5

1 release file

0.13.4

1 release file

0.13.3

1 release file

0.13.2

7 release files

0.13.1

7 release files

0.13.0

7 release files

0.12.2

1 release file

0.12.1

1 release file

0.12.0

1 release file

0.11.2

1 release file

0.11.1

1 release file

0.11.0

1 release file

0.10.0

1 release file

0.9.3

1 release file

0.9.2

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page