|Astropy Logo|
----
|Actions Status| |CircleCI Status| |Coverage Status| |PyPI Status| |Documentation Status| |Pre-Commit| |Ruff| |Zenodo|
----
The Astropy Project is a community effort to develop a
single core package for astronomy in Python and foster interoperability between
packages used in the field. This repository contains the core library.
* `Website <https://astropy.org/>`_
* `Documentation <https://docs.astropy.org/>`_
* `Slack <https://astropy.slack.com/>`_
* `Open Astronomy Discourse <https://community.openastronomy.org/c/astropy/8>`_
* `Astropy users mailing list <https://mail.python.org/mailman/listinfo/astropy>`_
* `Astropy developers mailing list <https://groups.google.com/g/astropy-dev>`_
Installation
============
To install `astropy` from PyPI, use:
.. code-block:: bash
pip install astropy
For more detailed instructions, see the `install guide
<https://docs.astropy.org/en/stable/install.html>`_ in the docs.
Contributing
============
|User Stats|
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 that abides by the
`Astropy Community Code of Conduct
<https://www.astropy.org/about.html#codeofconduct>`_.
For guidance on contributing to or submitting feedback for the Astropy Project,
see the `contributions page <https://www.astropy.org/contribute.html>`_.
For contributing code specifically, the developer docs have a
`guide <https://docs.astropy.org/en/latest/index_dev.html>`_ with a quickstart.
There's also a `summary of contribution guidelines <CONTRIBUTING.md>`_.
Developing with Codespaces
==========================
GitHub Codespaces is a cloud development environment using Visual Studio Code
in your browser. This is a convenient way to start developing Astropy, using
our `dev container <.devcontainer/devcontainer.json>`_ configured
with the required packages. For help, see the `GitHub Codespaces
docs <https://docs.github.com/en/codespaces>`_.
|Codespaces|
Acknowledging and Citing
========================
See the `acknowledgement and citation guide
<https://www.astropy.org/acknowledging.html>`_ and the `CITATION
<https://github.com/astropy/astropy/blob/main/astropy/CITATION>`_ file.
Supporting the Project
======================
|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 <LICENSE.rst>`_ file.
.. |Astropy Logo| image:: https://github.com/astropy/repo_stats/blob/main/dashboard_template/astropy_banner_gray.svg
:target: https://www.astropy.org/
:alt: Astropy
.. |User Stats| image:: https://github.com/astropy/repo_stats/blob/cache/cache/astropy_user_stats_light.png
:target: https://docs.astropy.org/en/latest/impact_health.html
:alt: Astropy User Statistics
.. |Actions Status| image:: https://github.com/astropy/astropy/actions/workflows/ci_workflows.yml/badge.svg
:target: https://github.com/astropy/astropy/actions
:alt: Astropy's GitHub Actions CI Status
.. |CircleCI Status| image:: https://img.shields.io/circleci/build/github/astropy/astropy/main?logo=circleci&label=CircleCI
:target: https://circleci.com/gh/astropy/astropy
:alt: Astropy's CircleCI Status
.. |Coverage Status| image:: https://codecov.io/gh/astropy/astropy/branch/main/graph/badge.svg
:target: https://codecov.io/gh/astropy/astropy
:alt: Astropy's Coverage Status
.. |PyPI Status| image:: https://img.shields.io/pypi/v/astropy.svg
:target: https://pypi.org/project/astropy
:alt: Astropy's PyPI Status
.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4670728.svg
:target: https://doi.org/10.5281/zenodo.4670728
:alt: Zenodo DOI
.. |Documentation Status| image:: https://img.shields.io/readthedocs/astropy/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=stable
:target: https://docs.astropy.org/en/stable/?badge=stable
:alt: Documentation Status
.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
:target: https://github.com/astral-sh/ruff
:alt: Ruff
.. |NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
:target: https://numfocus.org
:alt: Powered by NumFOCUS
.. |Donate| image:: https://img.shields.io/badge/Donate-to%20Astropy-brightgreen.svg
:target: https://numfocus.org/donate-to-astropy
.. |Codespaces| image:: https://github.com/codespaces/badge.svg
:target: https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=2081289
:alt: Open in GitHub Codespaces
Raw data
{
"_id": null,
"home_page": null,
"name": "astropy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "astronomy, astrophysics, cosmology, space, science, units, table, wcs, samp, coordinate, fits, modeling, models, fitting, ascii",
"author": null,
"author_email": "The Astropy Developers <astropy.team@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/6a/12/d6ad68d5acd751e3827d54a64333e0dd789bcc747fe9528f5758b35421f8/astropy-7.0.0.tar.gz",
"platform": null,
"description": "|Astropy Logo|\n\n----\n\n|Actions Status| |CircleCI Status| |Coverage Status| |PyPI Status| |Documentation Status| |Pre-Commit| |Ruff| |Zenodo|\n\n----\n\nThe Astropy Project is a community effort to develop a\nsingle core package for astronomy in Python and foster interoperability between\npackages used in the field. This repository contains the core library.\n\n* `Website <https://astropy.org/>`_\n* `Documentation <https://docs.astropy.org/>`_\n* `Slack <https://astropy.slack.com/>`_\n* `Open Astronomy Discourse <https://community.openastronomy.org/c/astropy/8>`_\n* `Astropy users mailing list <https://mail.python.org/mailman/listinfo/astropy>`_\n* `Astropy developers mailing list <https://groups.google.com/g/astropy-dev>`_\n\nInstallation\n============\n\nTo install `astropy` from PyPI, use:\n\n.. code-block:: bash\n\n pip install astropy\n\nFor more detailed instructions, see the `install guide\n<https://docs.astropy.org/en/stable/install.html>`_ in the docs.\n\nContributing\n============\n\n|User Stats|\n\nThe Astropy Project is made both by and for its users, so we welcome and\nencourage contributions of many kinds. Our goal is to keep this a positive,\ninclusive, successful, and growing community that abides by the\n`Astropy Community Code of Conduct\n<https://www.astropy.org/about.html#codeofconduct>`_.\n\nFor guidance on contributing to or submitting feedback for the Astropy Project,\nsee the `contributions page <https://www.astropy.org/contribute.html>`_.\nFor contributing code specifically, the developer docs have a\n`guide <https://docs.astropy.org/en/latest/index_dev.html>`_ with a quickstart.\nThere's also a `summary of contribution guidelines <CONTRIBUTING.md>`_.\n\nDeveloping with Codespaces\n==========================\n\nGitHub Codespaces is a cloud development environment using Visual Studio Code\nin your browser. This is a convenient way to start developing Astropy, using\nour `dev container <.devcontainer/devcontainer.json>`_ configured\nwith the required packages. For help, see the `GitHub Codespaces\ndocs <https://docs.github.com/en/codespaces>`_.\n\n|Codespaces|\n\nAcknowledging and Citing\n========================\nSee the `acknowledgement and citation guide\n<https://www.astropy.org/acknowledging.html>`_ and the `CITATION\n<https://github.com/astropy/astropy/blob/main/astropy/CITATION>`_ file.\n\nSupporting the Project\n======================\n\n|NumFOCUS| |Donate|\n\nThe Astropy Project is sponsored by NumFOCUS, a 501(c)(3) nonprofit in the\nUnited States. You can donate to the project by using the link above, and this\ndonation will support our mission to promote sustainable, high-level code base\nfor the astronomy community, open code development, educational materials, and\nreproducible scientific research.\n\nLicense\n=======\n\nAstropy is licensed under a 3-clause BSD style license - see the\n`LICENSE.rst <LICENSE.rst>`_ file.\n\n\n.. |Astropy Logo| image:: https://github.com/astropy/repo_stats/blob/main/dashboard_template/astropy_banner_gray.svg\n :target: https://www.astropy.org/\n :alt: Astropy\n\n.. |User Stats| image:: https://github.com/astropy/repo_stats/blob/cache/cache/astropy_user_stats_light.png\n :target: https://docs.astropy.org/en/latest/impact_health.html\n :alt: Astropy User Statistics\n\n.. |Actions Status| image:: https://github.com/astropy/astropy/actions/workflows/ci_workflows.yml/badge.svg\n :target: https://github.com/astropy/astropy/actions\n :alt: Astropy's GitHub Actions CI Status\n\n.. |CircleCI Status| image:: https://img.shields.io/circleci/build/github/astropy/astropy/main?logo=circleci&label=CircleCI\n :target: https://circleci.com/gh/astropy/astropy\n :alt: Astropy's CircleCI Status\n\n.. |Coverage Status| image:: https://codecov.io/gh/astropy/astropy/branch/main/graph/badge.svg\n :target: https://codecov.io/gh/astropy/astropy\n :alt: Astropy's Coverage Status\n\n.. |PyPI Status| image:: https://img.shields.io/pypi/v/astropy.svg\n :target: https://pypi.org/project/astropy\n :alt: Astropy's PyPI Status\n\n.. |Zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4670728.svg\n :target: https://doi.org/10.5281/zenodo.4670728\n :alt: Zenodo DOI\n\n.. |Documentation Status| image:: https://img.shields.io/readthedocs/astropy/latest.svg?logo=read%20the%20docs&logoColor=white&label=Docs&version=stable\n :target: https://docs.astropy.org/en/stable/?badge=stable\n :alt: Documentation Status\n\n.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white\n :target: https://github.com/pre-commit/pre-commit\n :alt: pre-commit\n\n.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n :target: https://github.com/astral-sh/ruff\n :alt: Ruff\n\n.. |NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A\n :target: https://numfocus.org\n :alt: Powered by NumFOCUS\n\n.. |Donate| image:: https://img.shields.io/badge/Donate-to%20Astropy-brightgreen.svg\n :target: https://numfocus.org/donate-to-astropy\n\n.. |Codespaces| image:: https://github.com/codespaces/badge.svg\n :target: https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=2081289\n :alt: Open in GitHub Codespaces\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "Astronomy and astrophysics core library",
"version": "7.0.0",
"project_urls": {
"documentation": "https://docs.astropy.org",
"homepage": "https://www.astropy.org/",
"repository": "https://github.com/astropy/astropy"
},
"split_keywords": [
"astronomy",
" astrophysics",
" cosmology",
" space",
" science",
" units",
" table",
" wcs",
" samp",
" coordinate",
" fits",
" modeling",
" models",
" fitting",
" ascii"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d654de05566563bb3327d7878cec81507ad5677801f5739eb7623dffef6f6a39",
"md5": "b42df3b92defd93909030ec8c1d2c2a7",
"sha256": "0ada206f13b1e9c9c07ae0fce55e3090d694c555107c23c30b271a58fea1732b"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "b42df3b92defd93909030ec8c1d2c2a7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 6664940,
"upload_time": "2024-11-22T08:57:25",
"upload_time_iso_8601": "2024-11-22T08:57:25.799169Z",
"url": "https://files.pythonhosted.org/packages/d6/54/de05566563bb3327d7878cec81507ad5677801f5739eb7623dffef6f6a39/astropy-7.0.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3b4308bcffcde4c971245f75a8805a6b7606d150090ff9e94317b818808e0ca",
"md5": "beacb06b9e0094c0c8b987fa4f36db08",
"sha256": "d5f5657a1443421b0ab8ae6afa85fc7934f5e384648b7acef21aca5918acfca8"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "beacb06b9e0094c0c8b987fa4f36db08",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 6540264,
"upload_time": "2024-11-22T08:57:28",
"upload_time_iso_8601": "2024-11-22T08:57:28.450290Z",
"url": "https://files.pythonhosted.org/packages/e3/b4/308bcffcde4c971245f75a8805a6b7606d150090ff9e94317b818808e0ca/astropy-7.0.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "793d54c4c3773d10f8a6010ab60619c0b0a39c058d2f58abacb3895fac461478",
"md5": "ae38d8ac27097489a5e2088c59eae918",
"sha256": "b47d7af967e51dc612fd8440ed65ad371c0c2bbf5d739ef4aa147bcd2fbe6b13"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "ae38d8ac27097489a5e2088c59eae918",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 10605227,
"upload_time": "2024-11-22T08:57:30",
"upload_time_iso_8601": "2024-11-22T08:57:30.935295Z",
"url": "https://files.pythonhosted.org/packages/79/3d/54c4c3773d10f8a6010ab60619c0b0a39c058d2f58abacb3895fac461478/astropy-7.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "344cec389497ae4305dce4a35062b2851065c535d792f91231f5c290b5c25725",
"md5": "038a59b2611cc64b8fe520c33f66125c",
"sha256": "74c6df5c68cc4acb86e343db6d4b96419d585c7ba5fd41fe3023f47ee9f5dbc9"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "038a59b2611cc64b8fe520c33f66125c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 10663688,
"upload_time": "2024-11-22T08:57:33",
"upload_time_iso_8601": "2024-11-22T08:57:33.599589Z",
"url": "https://files.pythonhosted.org/packages/34/4c/ec389497ae4305dce4a35062b2851065c535d792f91231f5c290b5c25725/astropy-7.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "21903e2563e37df91c36b1e8e03d2ef49561b6eeb86abac39ee8f66fcf652fb5",
"md5": "ae4b43978125b416828adeec0f867221",
"sha256": "9fcfb92043994dfbd1a267b893398aab8f680b0587b4333dacbfa034a3159aa0"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "ae4b43978125b416828adeec0f867221",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 10696004,
"upload_time": "2024-11-22T08:57:35",
"upload_time_iso_8601": "2024-11-22T08:57:35.781387Z",
"url": "https://files.pythonhosted.org/packages/21/90/3e2563e37df91c36b1e8e03d2ef49561b6eeb86abac39ee8f66fcf652fb5/astropy-7.0.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5152a1a5d365d34c6b933db759960fa7451ae3f076e9d020dfa9c5b6fa8dd359",
"md5": "f9b1cfc403509cecba4eddc65d366bef",
"sha256": "1ad4483712effdd691c085e7b58805c01a54cebf8f4c6955973ceccd60bd36ed"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "f9b1cfc403509cecba4eddc65d366bef",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 6391060,
"upload_time": "2024-11-22T08:57:38",
"upload_time_iso_8601": "2024-11-22T08:57:38.623670Z",
"url": "https://files.pythonhosted.org/packages/51/52/a1a5d365d34c6b933db759960fa7451ae3f076e9d020dfa9c5b6fa8dd359/astropy-7.0.0-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3876c7165f1729c98273c9af6a756e0c1f95893b7ff7eea939cb9a72e2699c0f",
"md5": "084f2b2d86ad1b13057fc54dd98cf8ab",
"sha256": "f8a00fcb30c2317b111d8b6a99eb60a81e8292c24dce65e986ee4610ea16b8d2"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "084f2b2d86ad1b13057fc54dd98cf8ab",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 6522031,
"upload_time": "2024-11-22T08:57:40",
"upload_time_iso_8601": "2024-11-22T08:57:40.292222Z",
"url": "https://files.pythonhosted.org/packages/38/76/c7165f1729c98273c9af6a756e0c1f95893b7ff7eea939cb9a72e2699c0f/astropy-7.0.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "83cf3356a9b3428b37a895c9f23b6a844814a18dd486e1d3358925bf6222d3eb",
"md5": "982437b7139d4a8fe4e3c5d94c9a7a23",
"sha256": "b103516dd54a90f9b9652dff3dd47ad6d43436c61ed800023943a562b7ea9712"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "982437b7139d4a8fe4e3c5d94c9a7a23",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 6669091,
"upload_time": "2024-11-22T08:57:41",
"upload_time_iso_8601": "2024-11-22T08:57:41.838894Z",
"url": "https://files.pythonhosted.org/packages/83/cf/3356a9b3428b37a895c9f23b6a844814a18dd486e1d3358925bf6222d3eb/astropy-7.0.0-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c08e6d55b98514720e6d574647385570e9602414c49c1b6b48903c3cec9415a",
"md5": "e33fed833910361e6306250153b8b511",
"sha256": "3ced126597ea2d2876a341821d76ba20fb895c2eef117b447b6b3182993794df"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e33fed833910361e6306250153b8b511",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 6545597,
"upload_time": "2024-11-22T08:57:44",
"upload_time_iso_8601": "2024-11-22T08:57:44.301418Z",
"url": "https://files.pythonhosted.org/packages/1c/08/e6d55b98514720e6d574647385570e9602414c49c1b6b48903c3cec9415a/astropy-7.0.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "96d2a64c3ca06b010cb228f78d9ffc0a41b0c26bcfe7323b60a41f66cfb534b6",
"md5": "c04f9eb73d02a8236cae0a62d43ce33e",
"sha256": "733be30f52e7ed5ace7fc5ab9bbfbf1f2f604661682141f177ea356893b58cc4"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c04f9eb73d02a8236cae0a62d43ce33e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 10646328,
"upload_time": "2024-11-22T08:57:48",
"upload_time_iso_8601": "2024-11-22T08:57:48.798172Z",
"url": "https://files.pythonhosted.org/packages/96/d2/a64c3ca06b010cb228f78d9ffc0a41b0c26bcfe7323b60a41f66cfb534b6/astropy-7.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "015faa4c1a6b1769b0a48d289b9293aaf92b51f190d2ef5da3b4a2090411010d",
"md5": "911933e6f3033de8c1aae3593cc9d5f3",
"sha256": "14bb14bce6e7cc41066037d8a168b26a5fe6722a9201e9fae8da22a4c34c8780"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "911933e6f3033de8c1aae3593cc9d5f3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 10728865,
"upload_time": "2024-11-22T08:57:51",
"upload_time_iso_8601": "2024-11-22T08:57:51.233354Z",
"url": "https://files.pythonhosted.org/packages/01/5f/aa4c1a6b1769b0a48d289b9293aaf92b51f190d2ef5da3b4a2090411010d/astropy-7.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "017679f2fcf90800d98abfb37928589f54fdf06621d029e2ba6093661c6951d4",
"md5": "efcbe0d31167905e5e791c99ac19fec2",
"sha256": "5c14ca39b607af23273ee2b86cecee782a4feb4220b8f7a93b1dc3fe07582779"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "efcbe0d31167905e5e791c99ac19fec2",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 10741642,
"upload_time": "2024-11-22T08:57:53",
"upload_time_iso_8601": "2024-11-22T08:57:53.423486Z",
"url": "https://files.pythonhosted.org/packages/01/76/79f2fcf90800d98abfb37928589f54fdf06621d029e2ba6093661c6951d4/astropy-7.0.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e675eae5d114fed94248e1ff83eb798aeb3c67f985bbbdf1312ee690dc723ae4",
"md5": "3a25355496dd1554b3baee42e1aae332",
"sha256": "6f2ee5872b0fffd8b9c4d9ce9af51c69f24cdad0d2f4fffbabfcfd4debd303f8"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "3a25355496dd1554b3baee42e1aae332",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 6390205,
"upload_time": "2024-11-22T08:57:56",
"upload_time_iso_8601": "2024-11-22T08:57:56.159454Z",
"url": "https://files.pythonhosted.org/packages/e6/75/eae5d114fed94248e1ff83eb798aeb3c67f985bbbdf1312ee690dc723ae4/astropy-7.0.0-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0af6627fe5592c1f903f8d8d707486e30e2d13eda3fe3e903bd4e35eba5e1b5c",
"md5": "cc58e905d1173a15ec8742056747d944",
"sha256": "62d62d3603bb8b243f6bac21f02341f963418ccf6f299be1d45d8c3918e64c91"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "cc58e905d1173a15ec8742056747d944",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.11",
"size": 6520322,
"upload_time": "2024-11-22T08:57:57",
"upload_time_iso_8601": "2024-11-22T08:57:57.752449Z",
"url": "https://files.pythonhosted.org/packages/0a/f6/627fe5592c1f903f8d8d707486e30e2d13eda3fe3e903bd4e35eba5e1b5c/astropy-7.0.0-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "471d6c02cc24248897f07cc417c8583f0c1ae4a80d50f6b45b2e889f331b511c",
"md5": "b919c9aa4d1f592ba29163ff4d931330",
"sha256": "0e5adeb8f955242da5cb4fe58df2f1483d81c10b2b73f089c91fc87dd3b63e1e"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "b919c9aa4d1f592ba29163ff4d931330",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 6660947,
"upload_time": "2024-11-22T08:57:59",
"upload_time_iso_8601": "2024-11-22T08:57:59.302749Z",
"url": "https://files.pythonhosted.org/packages/47/1d/6c02cc24248897f07cc417c8583f0c1ae4a80d50f6b45b2e889f331b511c/astropy-7.0.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8566bbb28b73eaa4469be1be88e302f133f3ff2b3b295f80ca4bc6e10269973e",
"md5": "16f25c751e36d0d613f743fd3d0c6cc6",
"sha256": "31614b6451436163eed3744b90edd89dd357bf223c482fa944e627be86a47349"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "16f25c751e36d0d613f743fd3d0c6cc6",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 6537491,
"upload_time": "2024-11-22T08:58:00",
"upload_time_iso_8601": "2024-11-22T08:58:00.873897Z",
"url": "https://files.pythonhosted.org/packages/85/66/bbb28b73eaa4469be1be88e302f133f3ff2b3b295f80ca4bc6e10269973e/astropy-7.0.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1e5f9cfd728e903972f0bcf6f0048f813d225e67447cab01889571fd25a060a0",
"md5": "5759b4b7811a021bca43dc8935d55277",
"sha256": "b7b28a144165e4e7f4f0467fb6d8ed079f320fc99969a907614d98b18c7cea99"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "5759b4b7811a021bca43dc8935d55277",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 10547602,
"upload_time": "2024-11-22T08:58:02",
"upload_time_iso_8601": "2024-11-22T08:58:02.882982Z",
"url": "https://files.pythonhosted.org/packages/1e/5f/9cfd728e903972f0bcf6f0048f813d225e67447cab01889571fd25a060a0/astropy-7.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd0c11e0cd93a8235627e154aeda1cf083e8bebd0ff72a27fea3390d2b2df1c2",
"md5": "f66450a92c4b0f7f16bc72deaf7935e8",
"sha256": "db36b632989060ce4f7c3058ffc860af38df5c8ee7ee7ef2daad1f441c416c12"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f66450a92c4b0f7f16bc72deaf7935e8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 10635466,
"upload_time": "2024-11-22T08:58:05",
"upload_time_iso_8601": "2024-11-22T08:58:05.108506Z",
"url": "https://files.pythonhosted.org/packages/bd/0c/11e0cd93a8235627e154aeda1cf083e8bebd0ff72a27fea3390d2b2df1c2/astropy-7.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "de2519f515e7f7ad4800b1bc4d642f40f7872b39476c1d8e9ab690b7e702bf30",
"md5": "74b5b29a187d4eeab08c0a0fa5d38a55",
"sha256": "c6a14810e596b9d437fbfe40733d61afccc9d4b7b9f7504228ba492f545d197f"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "74b5b29a187d4eeab08c0a0fa5d38a55",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 10652309,
"upload_time": "2024-11-22T08:58:07",
"upload_time_iso_8601": "2024-11-22T08:58:07.659820Z",
"url": "https://files.pythonhosted.org/packages/de/25/19f515e7f7ad4800b1bc4d642f40f7872b39476c1d8e9ab690b7e702bf30/astropy-7.0.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1702be4a0d3f6add53c3ebfbf7d4f2704030ea04f06963abb0a9286528a8ab27",
"md5": "79cd1f9422d53fe7c5cc6ce5b2c7631d",
"sha256": "446931f9c260294ddc8646684ab2413e1a5eb14dcd4ff1e8a0532fa143b0844e"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "79cd1f9422d53fe7c5cc6ce5b2c7631d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 6387551,
"upload_time": "2024-11-22T08:58:10",
"upload_time_iso_8601": "2024-11-22T08:58:10.697950Z",
"url": "https://files.pythonhosted.org/packages/17/02/be4a0d3f6add53c3ebfbf7d4f2704030ea04f06963abb0a9286528a8ab27/astropy-7.0.0-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fa3acf06361685f72b50b3fb69247b95b66a6d2edb1b1947e6403c168f01eecc",
"md5": "6e21d489be295efee97ccf08c8202e04",
"sha256": "7ecaaeeb017cceb02512d5505c43e162b3e26d951cece2b021e786f4c0af17a7"
},
"downloads": -1,
"filename": "astropy-7.0.0-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "6e21d489be295efee97ccf08c8202e04",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.11",
"size": 6516991,
"upload_time": "2024-11-22T08:58:12",
"upload_time_iso_8601": "2024-11-22T08:58:12.333721Z",
"url": "https://files.pythonhosted.org/packages/fa/3a/cf06361685f72b50b3fb69247b95b66a6d2edb1b1947e6403c168f01eecc/astropy-7.0.0-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6a12d6ad68d5acd751e3827d54a64333e0dd789bcc747fe9528f5758b35421f8",
"md5": "9e965f71a3b94440bad1f174835781ba",
"sha256": "e92d7c9fee86eb3df8714e5dd41bbf9f163d343e1a183d95bf6bd09e4313c940"
},
"downloads": -1,
"filename": "astropy-7.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9e965f71a3b94440bad1f174835781ba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 7130087,
"upload_time": "2024-11-22T08:58:15",
"upload_time_iso_8601": "2024-11-22T08:58:15.172470Z",
"url": "https://files.pythonhosted.org/packages/6a/12/d6ad68d5acd751e3827d54a64333e0dd789bcc747fe9528f5758b35421f8/astropy-7.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 08:58:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "astropy",
"github_project": "astropy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"circle": true,
"tox": true,
"lcname": "astropy"
}