Skip to main content

Astronomy and astrophysics core library

Project description

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!

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

astropy-4.0.6.tar.gz (7.8 MB view details)

Uploaded Source

Built Distributions

astropy-4.0.6-cp39-cp39-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

astropy-4.0.6-cp39-cp39-win32.whl (6.2 MB view details)

Uploaded CPython 3.9 Windows x86

astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (10.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (9.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

astropy-4.0.6-cp38-cp38-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

astropy-4.0.6-cp38-cp38-win32.whl (6.2 MB view details)

Uploaded CPython 3.8 Windows x86

astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (9.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

astropy-4.0.6-cp37-cp37m-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

astropy-4.0.6-cp37-cp37m-win32.whl (6.2 MB view details)

Uploaded CPython 3.7m Windows x86

astropy-4.0.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (9.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

astropy-4.0.6-cp36-cp36m-win_amd64.whl (6.4 MB view details)

Uploaded CPython 3.6m Windows x86-64

astropy-4.0.6-cp36-cp36m-win32.whl (6.2 MB view details)

Uploaded CPython 3.6m Windows x86

astropy-4.0.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (9.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl (6.6 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file astropy-4.0.6.tar.gz.

File metadata

  • Download URL: astropy-4.0.6.tar.gz
  • Upload date:
  • Size: 7.8 MB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6.tar.gz
Algorithm Hash digest
SHA256 3a0bb1cdb2f434ebc844a008bf7b775ed2e4826e1e415cae842936b581efa0b7
MD5 e6236cd17f8c6289fd991eadd05c07c0
BLAKE2b-256 c36b90a5d3d04625cc390834108885f2770a62c3d99f1afe4b883762ffe49351

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5f1e8bcaef616c5b5a25072caaf6138375c90f5f8f9656746183cb6e75589a94
MD5 6871af8db244ebe7b58e68ee1be6dff1
BLAKE2b-256 05441571e89372a2e546910fe29230acfcb1906ab5318e58bedef724a91662e0

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: astropy-4.0.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 49fede265eb8ba2b1d6c59b2c29f01cd229f8a491ce8f79b2461f7250b65a7ed
MD5 73d0e61eeb0400b36d746dd83bec25b8
BLAKE2b-256 f7b61ef27b215f59b5785886ecbac70787d9d341ba896d61ea0988c091b3bd02

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9a6d28d40fd3fe65f7837eadb13c2086584ec633aa60945be8928b14a956e05b
MD5 6709c5cbb68f45abf31b16a3932ad8fd
BLAKE2b-256 290d3cea6d604608bc2e7dc927186e657ea4d0116968fa60ffc1942891015d0b

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 9.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3de964a674ac09f62189faca808f2e1369a29f3636cb4b6630e78d5ae6c65d35
MD5 3aad1c5b8c23cddb9830bdabb8df3964
BLAKE2b-256 8527c35e0c886e48b88fd3067643d5ebc94b28887f3201370f1958e9a141e628

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6afc8741f74e0f30faa3668383c5f55b558b7ab48a05b01941f8abdb3867265e
MD5 a98dd61ff021149824edde622e326998
BLAKE2b-256 722cb4fe0d74dc1d9eb6fc57cf94fdd15e8adc930eb3b1c3de76c959cf200db6

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cd8126813e6ddd04fdda8ac9c58d3c0f999711830df221e3c8a30aa6bd224094
MD5 3a32a00c72115d537a3bcbafad63ffa0
BLAKE2b-256 3991d11cff09b56c6d9642b8cc967cda1091468d76a6526f86a54d913db09510

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: astropy-4.0.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 43912e7fa5a681e82c9668033cb4959cabb54297128b7f67b6e83bef4809de41
MD5 36be2a1f2e946032f68ee20812b5b80b
BLAKE2b-256 b2cb54a0b1b3a1eab9c7651ccd711f8d2fdec36a260b26fc065ffe187f41e8c7

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 10.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1b32c85c03f6aa0393d559bdf0b4f322aa9e594f43f309b7178bd09403fc82d3
MD5 ccc9709cd30d775f63da7f3e184c9ff8
BLAKE2b-256 6838e097930870555388eed155ef3562ea0cb402cfa94a98e301b626619d20da

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 9.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7dcddb752bc6b01d9ffdae83ae6cc4880ef1bfb3433a84ac15398a59c786c83e
MD5 f057efc52fe6552e6fa0d931f0b3f423
BLAKE2b-256 9e3e60bd3ec53ed3a29d11b61161816748c820333c805927b894f48df3e4bb72

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bb5ee252d67aa17ce405563d4b72c594316ad2ded70235bb15357f807b50aefd
MD5 fe8921e7b774fce6f091d5d9a5212dcc
BLAKE2b-256 71ac74168a171b46b122cdb0855f4e701dec7124ae5622bcd5b0b58ea01ccea7

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b133d42436640dd732426b24ecd3e32b62380550078c48c6c477896b6dd7b077
MD5 687f48909d9e430d327a0905100fdf72
BLAKE2b-256 57d9bd7d3a86395ba8d78796514ce890206471ba00a8f1c1d498e4ab5057b39d

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: astropy-4.0.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cf297350da29654ceab285c3aae325714ca76d0b7569167b99a5eaab24c63ec4
MD5 88faee7fb569fa549d2a8844e6fea50b
BLAKE2b-256 5b6aeefa1a38f74e18e6e7c1c73470f70dff9f8a461c829417c14e31c012208b

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for astropy-4.0.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3515fab4ee48187864c0fc65e2c1a724e068806985f9228b52ac82ee809fd6f8
MD5 9b7cfb42afe7b2df214d39b7535699a1
BLAKE2b-256 3efd23bac427b5e2d9610298e51349dae3bbbbf61c587b6232ee5d85976fe23d

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 35c7c4fe81d05c3b2c5446d3ab0f095e6db6c54a9623c5961998edb670932d7c
MD5 dd3b4908d3d4ebb4dc5b4a6c82473cd2
BLAKE2b-256 4e2d53670a7b790e48102b943c361f9fc0508fd5e2642d50d306516b8c9b7d79

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 885c8f88102db438238fd53690e564c540acb03eef41f3609de5c09fdbb92622
MD5 e00fa11f7263d738d14b6bb2efa75e87
BLAKE2b-256 12b6c0726b7a3fc74e4475779b868709c6af9e7d8d48199607930d43fc1e0164

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 6.4 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b3cfe903e54d34436960306446fecd0d8c3905b7e36c7cfb8fe93acd37db1233
MD5 a91e16d380581d1e45983c3fb2f3d920
BLAKE2b-256 55fb45f858bb326937ee1cf6570f4a24bf32cee6f6c83efeed355257448766c9

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp36-cp36m-win32.whl.

File metadata

  • Download URL: astropy-4.0.6-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 10ba0216e183354bee240a3e7bf57ab4eb05785621be55e46928cd409de6dac6
MD5 16a9f292b376096d3ce3e1b94ed466a2
BLAKE2b-256 8573722d806c67c14e811198f366c42757fcffaf7562a056ec68b58f8777214a

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for astropy-4.0.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 acae2b407b828c660577f5b6596c4d7fa6ecca8c8ecb22263520b477073babb4
MD5 1cba5b578bffd9e222d02f030f263536
BLAKE2b-256 536adc371c518d3db7c4840070cc63509c34a748eda2448230e1071428f89325

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e244ebb4d5c202b78de31ade26b2140a337dfaf574f4544566147a54114a911
MD5 c309a5a84c3bdf780b11c6ac4e6ed818
BLAKE2b-256 ba7a7bd939d4ab88e91ba787833cf9c6d25828adb2d13eaa183d7230a6ce3133

See more details on using hashes here.

File details

Details for the file astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for astropy-4.0.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21d3e8688966083208a5eaa41db54ec70e0eed69bbe4c971c36524a495e80806
MD5 6e1b59baf997002decbafceae7574846
BLAKE2b-256 879b1eee5bc26cf996b28218397892891345cf061391fc9fa6adc5930bfabfa4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page