Skip to main content
Latest Version Latest Docs https://github.com/pyca/cryptography/workflows/CI/badge.svg?branch=main https://codecov.io/github/pyca/cryptography/coverage.svg?branch=main

cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your “cryptographic standard library”. It supports Python 3.6+ and PyPy3 7.2+.

cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. For example, to encrypt something with cryptography’s high level symmetric encryption recipe:

>>> from cryptography.fernet import Fernet
>>> # Put this somewhere safe!
>>> key = Fernet.generate_key()
>>> f = Fernet(key)
>>> token = f.encrypt(b"A really secret message. Not for prying eyes.")
>>> token
'...'
>>> f.decrypt(token)
'A really secret message. Not for prying eyes.'

You can find more information in the documentation.

You can install cryptography with:

$ pip install cryptography

For full details see the installation documentation.

Discussion

If you run into bugs, you can file them in our issue tracker.

We maintain a cryptography-dev mailing list for development discussion.

You can also join #pyca on irc.libera.chat to ask questions or get involved.

Security

Need to report a security issue? Please consult our security reporting documentation.

Release files for cryptography 35.0.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 cryptography 35.0.0
File Size Uploaded
cryptography-35.0.0.tar.gz 559.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for cryptography 35.0.0
File
cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl PyPy 3.7 PyPy 3.7 7.3 Windows x86-64 Details
cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.24+ x86-64 Details
cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.17+ x86-64 Details
cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 Linux glibc 2.12+ x86-64 Details
cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl PyPy 3.7 PyPy 3.7 7.3 macOS 10.10+ x86-64 Details
cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.24+ x86-64 Details
cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.17+ x86-64 Details
cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl PyPy 3.6 PyPy 3.6 7.3 Linux glibc 2.12+ x86-64 Details
cryptography-35.0.0-cp36-abi3-win_amd64.whl CPython 3.6 abi3 Windows x86-64 Details
cryptography-35.0.0-cp36-abi3-win32.whl CPython 3.6 abi3 Windows x86-32 Details
cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl CPython 3.6 abi3 Linux musl 1.1+ x86-64 Details
cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl CPython 3.6 abi3 Linux musl 1.1+ ARM64 Details
cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl CPython 3.6 abi3 Linux glibc 2.24+ x86-64 Details
cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 abi3 Linux glibc 2.17+ x86-64 Details
cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.6 abi3 Linux glibc 2.17+ ARM64 Details
cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl CPython 3.6 abi3 Linux glibc 2.24+ ARM64, Linux glibc 2.17+ ARM64 Details
cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.6 abi3 Linux glibc 2.12+ x86-64 Details
cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl CPython 3.6 abi3 macOS 11.0+ ARM64 Details
cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl CPython 3.6 abi3 macOS 10.10+ x86-64 Details

Total release size: 55.6 MB

Release files / cryptography-35.0.0.tar.gz

Download URL cryptography-35.0.0.tar.gz
Size 559.9 kB
Tags Source
SHA-256 checksum
How to use checksums
9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d
BLAKE2b-256 checksum
How to use checksums
109190b8d4cd611ac2aa526290ae4b4285aa5ea57ee191c63c2f3d04170d7683
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl

Download URL cryptography-35.0.0-pp37-pypy37_pp73-win_amd64.whl
Size 2.0 MB
Tags PyPy 3.7 PyPy 3.7 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
1ed82abf16df40a60942a8c211251ae72858b25b7421ce2497c2eb7a1cee817c
BLAKE2b-256 checksum
How to use checksums
4174376ca29009ad35eb4b4526cefbca7d2415840517558ae34effbe163057bd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl

Download URL cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl
Size 2.9 MB
Tags Linux glibc 2.24+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
abb5a361d2585bb95012a19ed9b2c8f412c5d723a9836418fab7aaa0243e67d2
BLAKE2b-256 checksum
How to use checksums
cb14d509f2ee8433991953b42fc70c3d67714b1e447bb30406266c868f10adde
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
eb80e8a1f91e4b7ef8b33041591e6d89b2b8e122d787e87eeb2b08da71bb16ad
BLAKE2b-256 checksum
How to use checksums
90af431423dae6efe06d77dcae276288e8a4e43c69c9a1772cde9e50c90b2682
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL cryptography-35.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 2.8 MB
Tags Linux glibc 2.12+ x86-64 PyPy 3.7 PyPy 3.7 7.3
SHA-256 checksum
How to use checksums
22a38e96118a4ce3b97509443feace1d1011d0571fae81fc3ad35f25ba3ea999
BLAKE2b-256 checksum
How to use checksums
f600890d6defd9997dd508553c9db08438809b79524801c6d56ab41bdfdb77fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl

Download URL cryptography-35.0.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl
Size 2.3 MB
Tags PyPy 3.7 PyPy 3.7 7.3 macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
ebeddd119f526bcf323a89f853afb12e225902a24d29b55fe18dd6fcb2838a76
BLAKE2b-256 checksum
How to use checksums
29430a7f2636fb609b08a791bb12c29d84224c95b4a15ffe4c99b70e7663b84d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl

Download URL cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_24_x86_64.whl
Size 2.9 MB
Tags Linux glibc 2.24+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
928185a6d1ccdb816e883f56ebe92e975a262d31cc536429041921f8cb5a62fd
BLAKE2b-256 checksum
How to use checksums
845c7dcfbff4fc4da93a198ce7d222f6536391c8bb6f5a4fc42a2fecf1207c94
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 2.8 MB
Tags Linux glibc 2.17+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
d99915d6ab265c22873f1b4d6ea5ef462ef797b4140be4c9d8b179915e0985c6
BLAKE2b-256 checksum
How to use checksums
1dfcaa06d66eff6794dfafb7fc18c683c5149226c9b04e65d4383855eae92795
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL cryptography-35.0.0-pp36-pypy36_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 2.8 MB
Tags Linux glibc 2.12+ x86-64 PyPy 3.6 PyPy 3.6 7.3
SHA-256 checksum
How to use checksums
a688ebcd08250eab5bb5bca318cc05a8c66de5e4171a65ca51db6bd753ff8953
BLAKE2b-256 checksum
How to use checksums
16f0d74add3845bbb13aad586d4d006274fb412f77c6d5ae8bb02c1b30695ed0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-win_amd64.whl

Download URL cryptography-35.0.0-cp36-abi3-win_amd64.whl
Size 2.1 MB
Tags CPython 3.6 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
7075b304cd567694dc692ffc9747f3e9cb393cc4aa4fb7b9f3abd6f5c4e43588
BLAKE2b-256 checksum
How to use checksums
934b8f402b9b22cec331d00c6ec2f26184db6e78f53ba24abba8f51b4416bb7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-win32.whl

Download URL cryptography-35.0.0-cp36-abi3-win32.whl
Size 1.8 MB
Tags CPython 3.6 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
c10c797ac89c746e488d2ee92bd4abd593615694ee17b2500578b63cad6b93a8
BLAKE2b-256 checksum
How to use checksums
0d7b355c4a20149417ddae61090089c23d42c7e138f33b37bd62f63638f3982f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl

Download URL cryptography-35.0.0-cp36-abi3-musllinux_1_1_x86_64.whl
Size 3.7 MB
Tags CPython 3.6 Linux musl 1.1+ x86-64 abi3
SHA-256 checksum
How to use checksums
18d90f4711bf63e2fb21e8c8e51ed8189438e6b35a6d996201ebd98a26abbbe6
BLAKE2b-256 checksum
How to use checksums
ebb21812dfe3eefa9256e565c0c81bf2ae40698fc174e8407996d14a63faa126
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl

Download URL cryptography-35.0.0-cp36-abi3-musllinux_1_1_aarch64.whl
Size 3.6 MB
Tags CPython 3.6 Linux musl 1.1+ ARM64 abi3
SHA-256 checksum
How to use checksums
7eba2cebca600a7806b893cb1d541a6e910afa87e97acf2021a22b32da1df52d
BLAKE2b-256 checksum
How to use checksums
837ceb142fff52eb1dda06eaa32ceceec2f9019711dd00c4a12bd9312930a3cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl

Download URL cryptography-35.0.0-cp36-abi3-manylinux_2_24_x86_64.whl
Size 3.5 MB
Tags CPython 3.6 Linux glibc 2.24+ x86-64 abi3
SHA-256 checksum
How to use checksums
07bb7fbfb5de0980590ddfc7f13081520def06dc9ed214000ad4372fb4e3c7f6
BLAKE2b-256 checksum
How to use checksums
7b1abf49bade5080a5cfb226a975c118fc56c3df2878b91809a5030dd87e551b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL cryptography-35.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 3.7 MB
Tags CPython 3.6 Linux glibc 2.17+ x86-64 abi3
SHA-256 checksum
How to use checksums
4a2d0e0acc20ede0f06ef7aa58546eee96d2592c00f450c9acb89c5879b61992
BLAKE2b-256 checksum
How to use checksums
07faf63509370561201ffa852e4f3fb105c76ced6927f951e4cc6a3973d1a527
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 3.5 MB
Tags CPython 3.6 Linux glibc 2.17+ ARM64 abi3
SHA-256 checksum
How to use checksums
2d69645f535f4b2c722cfb07a8eab916265545b3475fdb34e0be2f4ee8b0b15e
BLAKE2b-256 checksum
How to use checksums
94bd0d36bb113967ab8bc75f58d692846fd27ed64b8d5a7436a672b66976f802
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl

Download URL cryptography-35.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl
Size 3.2 MB
Tags CPython 3.6 Linux glibc 2.17+ ARM64 Linux glibc 2.24+ ARM64 abi3
SHA-256 checksum
How to use checksums
7b7ceeff114c31f285528ba8b390d3e9cfa2da17b56f11d366769a807f17cbaa
BLAKE2b-256 checksum
How to use checksums
d57d0d8895b3b4aac0cab30a5c285f9a7fc381792e66f6c8d0c055b55259e0d7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL cryptography-35.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 3.6 MB
Tags CPython 3.6 Linux glibc 2.12+ x86-64 abi3
SHA-256 checksum
How to use checksums
54b2605e5475944e2213258e0ab8696f4f357a31371e538ef21e8d61c843c28d
BLAKE2b-256 checksum
How to use checksums
c6dc4ca9999befed87830c9ecdf9d2e85019b4090f6439754ee9308e1dafba06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl

Download URL cryptography-35.0.0-cp36-abi3-macosx_11_0_arm64.whl
Size 2.4 MB
Tags CPython 3.6 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ced40344e811d6abba00295ced98c01aecf0c2de39481792d87af4fa58b7b4d6
BLAKE2b-256 checksum
How to use checksums
79927238415a8a624dd74fcb0603fcb222df399210b4713adf8d82e16fd1c76a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release files / cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl

Download URL cryptography-35.0.0-cp36-abi3-macosx_10_10_x86_64.whl
Size 2.5 MB
Tags CPython 3.6 abi3 macOS 10.10+ x86-64
SHA-256 checksum
How to use checksums
d57e0cdc1b44b6cdf8af1d01807db06886f10177469312fbde8f44ccbb284bc9
BLAKE2b-256 checksum
How to use checksums
21d8ac396584e4559711240018bef74f7359c1dc769febb49973ff0ec397e7bb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

Release history Release notifications | RSS feed

This release

35.0.0 This release

20 release files

3.4.8

19 release files

3.4.7

14 release files

3.4.6

12 release files

3.4.5

7 release files

3.4.4

7 release files

3.4.3

7 release files

3.4.2

7 release files

3.4.1

7 release files

3.4

8 release files

3.3.1

14 release files

3.3

14 release files

3.2.1

22 release files

3.2

22 release files

3.1.1

22 release files

3.1

22 release files

3.0

19 release files

2.9.2

19 release files

2.9.1

19 release files

2.9

19 release files

2.8

21 release files

2.7

16 release files

2.6.1

19 release files

2.6

19 release files

2.5

19 release files

2.4.2

19 release files

2.4.1

19 release files

2.4

13 release files

2.3.1

19 release files

2.3

19 release files

2.2.2

19 release files

2.2.1

17 release files

2.2

17 release files

2.1.4

23 release files

2.1.2

23 release files

2.1.1

27 release files

2.1

27 release files

2.0.2

30 release files

2.0.1

30 release files

2.0

32 release files

1.9

18 release files

1.8.2

26 release files

1.8.1

26 release files

1.8

26 release files

1.7.2

19 release files

1.7.1

26 release files

1.7

22 release files

1.6

22 release files

1.5.2

22 release files

1.5.1

22 release files

1.5

22 release files

1.4

22 release files

1.3.1

24 release files

1.3

21 release files

1.2.2

21 release files

1.2

21 release files

1.1.2

21 release files

1.1.1

21 release files

1.1

17 release files

1.0.2

17 release files

1.0

9 release files

0.9.3

9 release files

0.9.2

9 release files

0.9.1

9 release files

0.9

9 release files

0.8.2

11 release files

0.8.1

11 release files

0.8

11 release files

0.7.2

11 release files

0.7.1

11 release files

0.7

11 release files

0.6.1

11 release files

0.6

11 release files

0.5.4

11 release files

0.5.2

11 release files

0.5

11 release files

0.4

11 release files

0.3

6 release files

0.2.2

5 release files

0.2.1

5 release files

0.2

5 release files

0.1

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