Skip to main content
Files added late

3 files were added to this release more than 14 days after its initial publication. Inspect the release files before installing.

gevent

gevent is a coroutine-based Python networking library.

Features include:

  • Fast event loop based on libev.

  • Lightweight execution units based on greenlet.

  • Familiar API that re-uses concepts from the Python standard library.

  • Cooperative sockets with SSL support.

  • DNS queries performed through c-ares or a threadpool.

  • Ability to use standard library and 3rd party modules written for standard blocking sockets

gevent is inspired by eventlet but features 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 is licensed under the MIT license.

See what’s new in the latest major release.

Check out the detailed changelog for this version.

Get gevent

Gevent runs on Python >= 2.6, Python >= 3.3, or PyPy >= 4.0.1 (but not PyPy3) (Note: PyPy is not supported in Windows). On all platforms, installing setuptools is recommended (this is done automatically if working in a virtual environment).

You can use pip to install gevent:

pip install gevent

Tip: You need Pip 8.0 or later to install the binary wheels for 1.1.

Important: gevent 1.1.x will be the last series of gevent releases to support Python 2.6. The next major release will only support Python 2.7 and above.

Download the latest release from Python Package Index or clone the repository.

Read the documentation online at http://www.gevent.org. Additional installation information can be found here.

Post feedback and issues on the bug tracker, mailing list, blog and twitter (@gevent).

Development

To install the latest development version:

pip install setuptools 'cython>=0.23.4' git+git://github.com/gevent/gevent.git#egg=gevent

To hack on gevent (using a virtualenv):

$ git clone https://github.com/gevent/gevent.git
$ cd gevent
$ virtualenv env
$ source env/bin/activate
(env) $ pip install -r dev-requirements.txt

Running Tests

There are a few different ways to run the tests. To simply run the tests on one version of Python during development, try this:

python setup.py develop
cd greentest
PYTHONPATH=.. python testrunner.py --config ../known_failures.py

Before submitting a pull request, it’s a good idea to run the tests across all supported versions of Python, and to check the code quality using pep8 and pyflakes. This is what is done on Travis CI. Locally it can be done using tox:

pip install tox
tox

The testrunner accepts a --coverage argument to enable code coverage metrics through the coverage.py package. That would go something like this:

cd greentest
PYTHONPATH=.. python testrunner.py --config ../known_failures.py --coverage
coverage combine
coverage html -i
<open htmlcov/index.html>

Builds on Travis CI automatically submit updates to coveralls.io.

https://coveralls.io/repos/gevent/gevent/badge.svg?branch=maint/1.1.x&service=github

Continuous integration

A test suite is run for every push and pull request submitted. Travis CI is used to test on Linux, and AppVeyor runs the builds on Windows.

https://travis-ci.org/gevent/gevent.svg?branch=maint%2F1.1.x https://ci.appveyor.com/api/projects/status/q4kl21ng2yo2ixur/branch/maint%2F1.1.x?svg=true

Release files for gevent 1.1.0

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

Files added late

3 files were uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release files before installing.

Source distribution (sdist)

Source distribution for gevent 1.1.0
File Size Uploaded
gevent-1.1.0.tar.gz 2.0 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for gevent 1.1.0
File
gevent-1.1.0.win-amd64-py3.5.exe Details
gevent-1.1.0.win-amd64-py3.4.exe Details
gevent-1.1.0.win-amd64-py3.3.exe Details
gevent-1.1.0.win-amd64-py2.7.exe Details
gevent-1.1.0.win32-py3.5.exe Details
gevent-1.1.0.win32-py3.4.exe Details
gevent-1.1.0.win32-py3.3.exe Details
gevent-1.1.0.win32-py2.7.exe Details
gevent-1.1.0-py2.7-macosx-10.6-intel.egg Legacy Egg format - - Details
gevent-1.1.0-pp250-pypy_41-macosx_10_11_x86_64.whl PyPy 2.50 PyPy 4.1 macOS 10.11+ x86-64 Details
gevent-1.1.0-pp240-pp240u-macosx_10_11_x86_64.whl PyPy 2.40 PyPy 2.40 macOS 10.11+ x86-64 Details
gevent-1.1.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
gevent-1.1.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
gevent-1.1.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
gevent-1.1.0-cp35-cp35m-macosx_10_6_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
gevent-1.1.0-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
gevent-1.1.0-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
gevent-1.1.0-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
gevent-1.1.0-cp34-cp34m-macosx_10_6_intel.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
gevent-1.1.0-cp33-cp33m-win_amd64.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-64 Details
gevent-1.1.0-cp33-cp33m-win32.whl CPython 3.3 CPython 3.3 pymalloc Windows x86-32 Details
gevent-1.1.0-cp33-cp33m-macosx_10_11_x86_64.whl CPython 3.3 CPython 3.3 pymalloc macOS 10.11+ x86-64 Details
gevent-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
gevent-1.1.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
gevent-1.1.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
gevent-1.1.0-cp27-cp27m-macosx_10_6_intel.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.6+ Intel (x86-64, i386) Details
gevent-1.1.0-cp26-cp26m-macosx_10_11_intel.whl CPython 2.6 CPython 2.6 pymalloc macOS 10.11+ Intel (x86-64, i386) Details

Total release size: 17.4 MB

Release files / gevent-1.1.0.tar.gz

Download URL gevent-1.1.0.tar.gz
Size 2.0 MB
Tags Source
SHA-256 checksum
How to use checksums
34f7a5eca1326affe149eaa5467220d89002facd338028d2340868015407ae75
BLAKE2b-256 checksum
How to use checksums
0f904c77e7bace6ce72123bcadbf385ef466c7237846fbef03f786eaad4f84e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win-amd64-py3.5.exe

Download URL gevent-1.1.0.win-amd64-py3.5.exe
Size 523.1 kB
Tags Source
SHA-256 checksum
How to use checksums
96bfb403d5b8efd833b6081bef2154d2af87b18db0aadcd9b95d985c53439e65
BLAKE2b-256 checksum
How to use checksums
7a746856f78bfd5d03a528a005fa74045b355a4142d2acf6bcddcb5c7a88ad0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win-amd64-py3.4.exe

Download URL gevent-1.1.0.win-amd64-py3.4.exe
Size 610.3 kB
Tags Source
SHA-256 checksum
How to use checksums
d79470cbfbc0e05cb88c5e4b3568f227749b9c10024f7a48c84b37cce94f9c67
BLAKE2b-256 checksum
How to use checksums
a421f21e5f48be95de03c27aa13eed564e44eac1513ef2cc0647421e07a61855
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win-amd64-py3.3.exe

Download URL gevent-1.1.0.win-amd64-py3.3.exe
Size 611.1 kB
Tags Source
SHA-256 checksum
How to use checksums
4d2e8273e20b18f8eedc65d8384ac9554aa40174c80fa7471d1d237d791ca93a
BLAKE2b-256 checksum
How to use checksums
4e97e76f93a611e7aeb76e962674dd9af9cbfdbcc164c6e93941f26c4527a578
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win-amd64-py2.7.exe

Download URL gevent-1.1.0.win-amd64-py2.7.exe
Size 614.1 kB
Tags Source
SHA-256 checksum
How to use checksums
01bbb8c904b313d83a43b2aef4f7453ca9723fe840cfdee6205ad21f0d85b34c
BLAKE2b-256 checksum
How to use checksums
be5c1515113f15c210a5e9047dd28ad4047c29ec7e9ca6299418c81f84ce6ab1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win32-py3.5.exe

Download URL gevent-1.1.0.win32-py3.5.exe
Size 482.3 kB
Tags Source
SHA-256 checksum
How to use checksums
9330fec5a049ca48bf8f429a469a96586e3567a61016e3236b27e2633e26295f
BLAKE2b-256 checksum
How to use checksums
a9be282aaa1fce35fc39cb4d92b449a769c702741b280a17ddc8197e5a44d87e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win32-py3.4.exe

Download URL gevent-1.1.0.win32-py3.4.exe
Size 552.1 kB
Tags Source
SHA-256 checksum
How to use checksums
29aa5abfa92a1b7497e208e073d8cceea71e9add6138c928865f9fbd5bb35390
BLAKE2b-256 checksum
How to use checksums
d5cbd145c6c6d0ee87583c440d0ba697bcb4ba9b1450a1d9b40cc8167458b482
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win32-py3.3.exe

Download URL gevent-1.1.0.win32-py3.3.exe
Size 551.9 kB
Tags Source
SHA-256 checksum
How to use checksums
0a9a2afdfc2226ec783cbbedd8681cfb0f39fc1504d6c591520ae5a6591b6732
BLAKE2b-256 checksum
How to use checksums
6a74320d758717c274dddd0043c91b7a45213a00edbe1a4012a5cf98e1652440
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0.win32-py2.7.exe

Download URL gevent-1.1.0.win32-py2.7.exe
Size 555.6 kB
Tags Source
SHA-256 checksum
How to use checksums
ee86e890af6e57640fd1474cbee1e68aca12d8c7989b10de057f77da34c14a81
BLAKE2b-256 checksum
How to use checksums
5d7c2c27c3d5603b01e5e1be3161342c66c9ffad6e6dc717165a2681e481c95f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-py2.7-macosx-10.6-intel.egg

Download URL gevent-1.1.0-py2.7-macosx-10.6-intel.egg
Size 671.3 kB
Tags Egg
SHA-256 checksum
How to use checksums
675afbf760ff34feb343b66fcf46ea2662f96018543526e7dc7530e73854f178
BLAKE2b-256 checksum
How to use checksums
8ece21a226300d50801b3ab4a5aeff8f8a97e03d5557f78a16034ec3e98649e9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-pp250-pypy_41-macosx_10_11_x86_64.whl

Download URL gevent-1.1.0-pp250-pypy_41-macosx_10_11_x86_64.whl
Size 378.0 kB
Tags PyPy 2.50 PyPy 4.1 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
57855ea3d583eace62064b05072ce70882b1586d1d15211a542539effe16a9d7
BLAKE2b-256 checksum
How to use checksums
7bada7878bfb71f5288ba14e8d293ef68d0dd636ad5bafaf0396f2a12f6167fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-pp240-pp240u-macosx_10_11_x86_64.whl

Download URL gevent-1.1.0-pp240-pp240u-macosx_10_11_x86_64.whl
Size 379.5 kB
Tags PyPy 2.40 macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
d40b1f09a7f7f484ff209933fc624ef886b75c6f6ba5fa62ee13e0f7308ea06f
BLAKE2b-256 checksum
How to use checksums
44be2a267b698502e52d8c434c005da48ace9f4c80b559ed6f30ab18a4a5beb7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL gevent-1.1.0-cp35-cp35m-win_amd64.whl
Size 382.0 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c143f6d8719a92bc8d56a0ec288f6c69a36f7a7012e20d2dabb565ac0344fa0c
BLAKE2b-256 checksum
How to use checksums
6085b6783294cd5c023ac306618b2545d5bc17cff4478d89147d6d6e2652b748
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL gevent-1.1.0-cp35-cp35m-win32.whl
Size 348.3 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
af93dd804d4f88951a6754c39593d853f2856084754a4aeea44a178c60ff5c93
BLAKE2b-256 checksum
How to use checksums
fcc1ee2f4fa57a46b2a27aef26de02899fb893f4c063b0a30fbd966f0c9c82a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp35-cp35m-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL gevent-1.1.0-cp35-cp35m-manylinux1_x86_64.whl
Size 1.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
d7f874a8f02d216d5b64a3ac519f83c86d46f439400d9a26d1e0fdbb49c6cdbd
BLAKE2b-256 checksum
How to use checksums
d631d297b556f7620a5a2abbf5d036e726d12bf79191622465ad504182897ae3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp35-cp35m-macosx_10_6_intel.whl

Download URL gevent-1.1.0-cp35-cp35m-macosx_10_6_intel.whl
Size 471.3 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
04d4865352e8d2842e8e77cf6da8e03a9a60ea2ba7cbe44e3baacbdf33e4a80c
BLAKE2b-256 checksum
How to use checksums
242be46f81d4430b1a09524693ab56b552ffb928cf25a8a86cab2cb363a1f3ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp34-cp34m-win_amd64.whl

Download URL gevent-1.1.0-cp34-cp34m-win_amd64.whl
Size 383.2 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d3113da9e3ec61849ee96879ceea9451a21581df28b723e97da05c8454c9166a
BLAKE2b-256 checksum
How to use checksums
569b071742caffca38aa25afcd2809f7e8bb389e255cb9bb909759ef5a1995f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp34-cp34m-win32.whl

Download URL gevent-1.1.0-cp34-cp34m-win32.whl
Size 356.1 kB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
49a0bf297c01fb3b4949feb10a8c610af06d1bc062194a84697a4392657f0856
BLAKE2b-256 checksum
How to use checksums
d846aeca56c8ef12080c72d968d0412666131c0d503d69507185720cc9e5cdad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp34-cp34m-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL gevent-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
Size 1.4 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
7dd7fce88d833d9a48040f12c7eda05e434d034e0c999c7bbf93e7e6037ac398
BLAKE2b-256 checksum
How to use checksums
93c2b9ba5a193699a620e99d03fc3440414ee37c3b1cc01a48c56734480ef170
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp34-cp34m-macosx_10_6_intel.whl

Download URL gevent-1.1.0-cp34-cp34m-macosx_10_6_intel.whl
Size 472.4 kB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
74c97d01e87cab2374e5a5856a026c4124b048e80f6c80091d30a2a8b4726671
BLAKE2b-256 checksum
How to use checksums
4f69d7a91cf946c5adeee23f404463f6c373812401de1b6035d3725b9d7a459e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp33-cp33m-win_amd64.whl

Download URL gevent-1.1.0-cp33-cp33m-win_amd64.whl
Size 383.9 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1069562e006031eaa403b0ca661af30dc501ddfefcf8abe7c7273a9fa214bfa7
BLAKE2b-256 checksum
How to use checksums
d0695c370a76713baf7c2833657d76197b1b0ebd520d3205162e5b267214d454
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp33-cp33m-win32.whl

Download URL gevent-1.1.0-cp33-cp33m-win32.whl
Size 355.9 kB
Tags CPython 3.3 CPython 3.3 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
058f1467bd5c9b96a2e044db7e44451ec729e649601f8c633dbd8a5df2ce565d
BLAKE2b-256 checksum
How to use checksums
ae1a955b0d7cd98e56163585c2349b467f00bbf329e0f2c7f2350511bf207b68
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp33-cp33m-macosx_10_11_x86_64.whl

Download URL gevent-1.1.0-cp33-cp33m-macosx_10_11_x86_64.whl
Size 466.7 kB
Tags CPython 3.3 CPython 3.3 pymalloc macOS 10.11+ x86-64
SHA-256 checksum
How to use checksums
dc1a127d1b5d08ab278983c16f78f1300c0a078d6851f7bb760376a166397c96
BLAKE2b-256 checksum
How to use checksums
6e978bf087b196398a2e69b047e45abf2485997bb168b253376ebb7ff7123ad2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl

File added late

This file was uploaded more than 14 days after the first file in this release.

While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.

We recommend inspecting the release file before installing.

Download URL gevent-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 1.3 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8f5b91ad942febacb5815507649c21c07c894e271cba0821736677ddc5dc9757
BLAKE2b-256 checksum
How to use checksums
bf2089166d1a4b9d6f320ba4097237b5192f857703f31d7611a20b15e451a16e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL gevent-1.1.0-cp27-cp27m-win_amd64.whl
Size 385.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1d2660964a702f4f9bf0c0fe390874fe5ba5e46705e2cfde743cc269d1463700
BLAKE2b-256 checksum
How to use checksums
8e31f7de6bfbb129ba1d7a5a2d439bb07e863915721053fde5497b66e52fc8c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

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

Download URL gevent-1.1.0-cp27-cp27m-win32.whl
Size 354.5 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
356b37b462af52d831051771b7e7c0476c7d58e98b1f456525c15be0996e7cfb
BLAKE2b-256 checksum
How to use checksums
4472fb131cdd703e673011a99b2f66c78dfdd126be4d4f1afc6307425cbf145b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp27-cp27m-macosx_10_6_intel.whl

Download URL gevent-1.1.0-cp27-cp27m-macosx_10_6_intel.whl
Size 469.4 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.6+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
5c2b22c80d6cb99939e0c786952b060b855c3f98f72d3e0f1485e7fc1a2dc863
BLAKE2b-256 checksum
How to use checksums
4fa27e4e7c783d4557877e442efed1a4ce5930cdd2a35a069acd7989c92acb02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / gevent-1.1.0-cp26-cp26m-macosx_10_11_intel.whl

Download URL gevent-1.1.0-cp26-cp26m-macosx_10_11_intel.whl
Size 722.0 kB
Tags CPython 2.6 CPython 2.6 pymalloc macOS 10.11+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
06de0b038f263d1f46c5d9038ffc26b9bd6084d98c5c3b281e75a2717e020ba1
BLAKE2b-256 checksum
How to use checksums
97b3ac1bc71adbaaf107b5bf5f88bf5b2fc66b998f9529dd22a667153d5eac91
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

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

This release

1.1.0 This release

28 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