Skip to main content
Yanked

This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 8.0.1 instead.
Reason given by maintainers: Incorrect version string

Astropy's GitHub Actions CI Status Astropy's CircleCI Status Astropy's Coverage Status Astropy's PyPI Status Documentation Status

The Astropy Project (http://astropy.org/) is a community effort to develop a single core package for Astronomy in Python and foster interoperability between Python astronomy packages. This repository contains the core package which is intended to contain much of the core functionality and some common tools needed for performing astronomy and astrophysics with Python.

Releases are registered on PyPI, and development is occurring at the project’s GitHub page.

For installation instructions, see the online documentation or docs/install.rst in this source distribution.

Contributing Code, Documentation, or Feedback

The Astropy Project is made both by and for its users, so we welcome and encourage contributions of many kinds. Our goal is to keep this a positive, inclusive, successful, and growing community by abiding with the Astropy Community Code of Conduct.

More detailed information on contributing to the project or submitting feedback can be found on the contributions page. A summary of contribution guidelines can also be used as a quick reference when you are ready to start writing or validating code for submission.

Supporting the Project

Powered by NumFOCUS Donate

The Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the United States. You can donate to the project by using the link above, and this donation will support our mission to promote sustainable, high-level code base for the astronomy community, open code development, educational materials, and reproducible scientific research.

License

Astropy is licensed under a 3-clause BSD style license - see the LICENSE.rst file.

Notes for Package Managers

For system packagers: Please install astropy with the command:

$ python setup.py --offline install

This will prevent the astropy_helpers bootstrap script from attempting to reach out to PyPI.

If you locally cloned this repo before 2 Apr 2021

The primary branch for this repo has been transitioned from master to main. If you have a local clone of this repository and want to keep your local branch in sync with this repo, you’ll need to do the following in your local clone from your terminal:

git fetch --all --prune
# you can stop here if you don't use your local "master"/"main" branch
git branch -m master main
git branch -u origin/main main

If you are using a GUI to manage your repos you’ll have to find the equivalent commands as it’s different for different programs. Alternatively, you can just delete your local clone and re-clone!

Release files for astropy 4.0.6.dev27461

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

Source distribution (sdist)

Source distribution for astropy 4.0.6.dev27461
File Size Uploaded
astropy-4.0.6.dev27461.tar.gz 7.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for astropy 4.0.6.dev27461
File
astropy-4.0.6.dev27461-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
astropy-4.0.6.dev27461-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
astropy-4.0.6.dev27461-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
astropy-4.0.6.dev27461-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
astropy-4.0.6.dev27461-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
astropy-4.0.6.dev27461-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
astropy-4.0.6.dev27461-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
astropy-4.0.6.dev27461-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
astropy-4.0.6.dev27461-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
astropy-4.0.6.dev27461-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
astropy-4.0.6.dev27461-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
astropy-4.0.6.dev27461-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 164.4 MB

Release files / astropy-4.0.6.dev27461.tar.gz

Download URL astropy-4.0.6.dev27461.tar.gz
Size 7.8 MB
Tags Source
SHA-256 checksum
How to use checksums
6e6233629009ca08f3b0aa937209adc3a3a0827c4b9e28181d41ab412ba25544
BLAKE2b-256 checksum
How to use checksums
ac18c03a2137396a438272e4d619ed557fccd3042f2fd5bde05b29713b9619c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp39-cp39-win_amd64.whl

Download URL astropy-4.0.6.dev27461-cp39-cp39-win_amd64.whl
Size 6.4 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
cb621d5935fe4d3c8841bf2f08816906c8f5b3eec945d48391006fda11b7ffc1
BLAKE2b-256 checksum
How to use checksums
48f1249ad8d1307b40d5dc79c9b4782859b412dc75e6ad0c16eb68ddf74c3ec9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp39-cp39-win32.whl

Download URL astropy-4.0.6.dev27461-cp39-cp39-win32.whl
Size 6.2 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
d392699f30aa77ff3c8f04ea488f2410fe481b641555f88484d9470bc919370a
BLAKE2b-256 checksum
How to use checksums
0371c32b5f3b505554e3996df3df532b5c042a323415ba6a7e170d4aa0216caa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 10.1 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
3b311bbd42b0578c9ad3796e803a48b085cc2c4e8218d1787e99491cc07300cf
BLAKE2b-256 checksum
How to use checksums
28057c8e328785aeb14604337b2f7b4496dfd77e2c8e140c920fb650c559d66c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl

Download URL astropy-4.0.6.dev27461-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Size 9.7 MB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
d5746342286ec04c5f8f26853b0c5bf883cded6480d8aa4b6d1e2462cdb651ef
BLAKE2b-256 checksum
How to use checksums
ccdc5ce9f8800e10f222ca5b6927503bc75643acedb29f9a0d62f82fd078f0ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp39-cp39-macosx_10_9_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp39-cp39-macosx_10_9_x86_64.whl
Size 6.6 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6533f4e365ce60994e8c32763b2c8b155cab72777f2c455dd5a4f809739b9c90
BLAKE2b-256 checksum
How to use checksums
a5a01e20e9a176772426132c4adcf82aa12c7d01b6aca13c1da505b5b1f1d85a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp38-cp38-win_amd64.whl

Download URL astropy-4.0.6.dev27461-cp38-cp38-win_amd64.whl
Size 6.4 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
b6d8544cec89013b70432748e6205643982eac1bbc5ce2e0abe77843ea5edf28
BLAKE2b-256 checksum
How to use checksums
dc314ead48e2fb84488415cb8ac00fd44ac3e47f2f02b44a760c65d2ee808e08
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp38-cp38-win32.whl

Download URL astropy-4.0.6.dev27461-cp38-cp38-win32.whl
Size 6.2 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
ad8d61f3837f8a860e7cc7caa9980d31e66cdb02c97c55c8b44dfcdeeab912a5
BLAKE2b-256 checksum
How to use checksums
d52f7f125ad35243f1d08115d5b97700105a73f810bd6389a12db30b1b19bdd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 10.3 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
999689da55c1b26dd055aecfff8554ddba8fd3ad507e8edd54f75984b9fbafcb
BLAKE2b-256 checksum
How to use checksums
ee491de39f6d3091e65055ee5458c16f20bc552bf2a3205f754cfaac89c92d2e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl

Download URL astropy-4.0.6.dev27461-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Size 9.9 MB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
019f9425c8e0b0d99f86ef8a92e68160512b79deaeab894a9e2c69697c0bb6d7
BLAKE2b-256 checksum
How to use checksums
7fb9c18281a72425ff5a0a12691a7d3c81d0ba92688d26ea22daf38123756b84
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp38-cp38-macosx_10_9_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp38-cp38-macosx_10_9_x86_64.whl
Size 6.6 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7712b854d44b4c26fc70efc7ddf3cb87cb74798b0cab6595501accb80e0f4ff3
BLAKE2b-256 checksum
How to use checksums
d7434e72c84163acbe64e996fde2351eb4062dd4a6389d396d5dac55d1939b2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp37-cp37m-win_amd64.whl

Download URL astropy-4.0.6.dev27461-cp37-cp37m-win_amd64.whl
Size 6.4 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a75b488e2f4fdd5e9e9b3c30b9e60be8bea271408ee13f2f9c93a54542e0a4b6
BLAKE2b-256 checksum
How to use checksums
22262b750023ea44d95780bbf0f71cf81cfdb77d2c6e34ed2a2d9cc3171009b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp37-cp37m-win32.whl

Download URL astropy-4.0.6.dev27461-cp37-cp37m-win32.whl
Size 6.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
106cddd439a6b616b60e31ab2ee0bb62c67058aa46be624260a2b54ac3ef185b
BLAKE2b-256 checksum
How to use checksums
21cfa00d429fd2cbb6fb03b5c8ca8c84e39452fb675102a8c5e374c38d90b82f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 10.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
a1b3d2412a183358936b64b22f4a5f18687a35d944e943184215ac6e5d02bb19
BLAKE2b-256 checksum
How to use checksums
dec5b1ed441b61b25ac1e4dc8e30bffccbccf1233290680e8e61431e883af455
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL astropy-4.0.6.dev27461-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Size 9.8 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
20d66f0fd6e1721c24af264cf3fca14750bb71df31b7a76c882c3d278b236502
BLAKE2b-256 checksum
How to use checksums
a8d4437291c7add674dc8b6206d9dc4f6f22c781af18ddbcd0e88f9a37ce50c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp37-cp37m-macosx_10_9_x86_64.whl
Size 6.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2a9a8a90518fc08bf316034ec9a7333ec764e69fb2916055823174af311df7c8
BLAKE2b-256 checksum
How to use checksums
570f7fbcb3475f05be131885cb6058b78773272c61d7817d4f65a83efebfe33d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp36-cp36m-win_amd64.whl

Download URL astropy-4.0.6.dev27461-cp36-cp36m-win_amd64.whl
Size 6.4 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
2a8af2457e6f68e88a3e9d75998cb77037c0bb4ea8a3fbf8509596667359da0b
BLAKE2b-256 checksum
How to use checksums
9216215b547b4d888caa93474dd9c8c713b00913889ab673ee739fbff03c6976
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp36-cp36m-win32.whl

Download URL astropy-4.0.6.dev27461-cp36-cp36m-win32.whl
Size 6.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
802599c2638ad4ff7b539b8fb3d68c0fac0bc3dfdad48f58a8aa7c7e682910e5
BLAKE2b-256 checksum
How to use checksums
55b565932a7b5779c5a09aa4342b1610450321199ed022436029a7cec7b5211d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Size 10.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
a071148a8c74f3716f0440b3c4eee9cb0cc32076e700e9d603b6fc31c4980e36
BLAKE2b-256 checksum
How to use checksums
fbb7c9bcb2966fe29c765ce9a8699db3b0ef2f23ec6bd523aadb1a96bbbb7297
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL astropy-4.0.6.dev27461-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Size 9.8 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
d2a8c8f7781b46561de16a76f35e99f63afa75575040aefc4b6d1f093f35d857
BLAKE2b-256 checksum
How to use checksums
e79884354b4955d4122282f89850257ee6766e9f5b94b010a7d3c5e9c93ca888
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release files / astropy-4.0.6.dev27461-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL astropy-4.0.6.dev27461-cp36-cp36m-macosx_10_9_x86_64.whl
Size 6.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
4842c54ad8908378cdc3b397b8d1547ec9ddfb908bb397b20fa9e78c68aa3580
BLAKE2b-256 checksum
How to use checksums
7935a33113ea0ccbccb62bf17f2f062ca08d1f92b0904db20a5e5dec93623cc0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.11

Release history Release notifications | RSS feed

8.0.1

9 release files

8.0.0

9 release files

7.2.2

9 release files

7.2.1

9 release files

7.2.0

9 release files

7.1.1

29 release files

7.1.0

22 release files

7.0.2

22 release files

7.0.0

22 release files

6.1.7

29 release files

6.1.6

29 release files

6.1.4

29 release files

6.1.3

29 release files

6.1.2

22 release files

6.1.1

22 release files

6.0.1

29 release files

6.0.0

29 release files

5.3.2

22 release files

5.3

22 release files

5.2.2

31 release files

5.2

31 release files

5.1.1

31 release files

5.1

18 release files

5.0.7

31 release files

5.0.6

31 release files

5.0.5

29 release files

5.0.4

18 release files

5.0.3

18 release files

5.0.2

18 release files

5.0.1

18 release files

5.0

18 release files

4.3.1

16 release files

4.3

16 release files

4.2

16 release files

4.1

16 release files

4.0.6

21 release files

This release

4.0.6.dev27461 This release

21 release files

4.0.5

21 release files

4.0.4

21 release files

4.0.3

16 release files

4.0.2

16 release files

4.0.1

13 release files

4.0

16 release files

3.2.3

24 release files

3.2.1

16 release files

3.2

16 release files

3.1.2

16 release files

3.1.1

16 release files

3.1

16 release files

3.0.5

12 release files

3.0.4

6 release files

3.0.2

11 release files

3.0.1

11 release files

3.0

9 release files

2.0.10

1 release file

2.0.9

6 release files

2.0.8

9 release files

2.0.6

18 release files

2.0.5

18 release files

2.0.4

1 release file

2.0.3

12 release files

2.0.1

23 release files

2.0

23 release files

1.3.3

23 release files

1.3.2

23 release files

1.3.1

1 release file

1.3

20 release files

1.2.2

1 release file

1.2.1

8 release files

1.2

8 release files

1.1.2

1 release file

1.1.1

4 release files

1.1

4 release files

1.0.13

1 release file

1.0.12

1 release file

1.0.11

1 release file

1.0.10

1 release file

1.0.9

1 release file

1.0.8

4 release files

1.0.7

4 release files

1.0.6

1 release file

1.0.5

9 release files

1.0.4

5 release files

1.0.3

8 release files

1.0.2

1 release file

1.0.1

4 release files

1.0

1 release file

0.4.6

1 release file

0.4.5

1 release file

0.4.4

1 release file

0.4.3

1 release file

0.4.2

7 release files

0.4.1

7 release files

0.4

6 release files

0.3.2

7 release files

0.3.1

6 release files

0.3

6 release files

0.2.5

1 release file

0.2.4

5 release files

0.2.3

5 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