| Name | sunpy JSON | 
            
| Version | 
                  7.0.3
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | SunPy core package: Python for Solar Physics | 
            | upload_time | 2025-10-22 09:59:46 | 
            | maintainer | None | 
            
            | docs_url | https://pythonhosted.org/sunpy/ | 
            | author | None | 
            
            | requires_python | >=3.11 | 
            
            
            | license | Copyright (c) 2013-2025 The SunPy developers
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are
        met:
        
        * Redistributions of source code must retain the above copyright
          notice, this list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright
          notice, this list of conditions and the following disclaimer in the
          documentation and/or other materials provided with the distribution.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
        "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
        A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
        HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
        LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
         | 
            | keywords | 
                
                    solar physics
                
                     solar
                
                     science
                
                     sun
                
                     wcs
                
                     coordinates
                 | 
            | VCS | 
                
                     | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                     
                
             | 
        
        
            
            *********
``sunpy``
*********
|SunPy Logo|
+-----------------------------------+-----------------------------------+-----------------------------------+
|           Release                 |           Development             |           Community               |
+===================================+===================================+===================================+
|       |Latest PyPi Version|       |        |Python Versions|          |         |Matrix Chat Room|        |
+-----------------------------------+-----------------------------------+-----------------------------------+
|     |Latest Conda Version|        |     |Project Status: Active|      |     |OpenAstronomy Discourse|     |
+-----------------------------------+-----------------------------------+-----------------------------------+
|      |Zenodo - Latest DOI|        |  |Continuous Integration Status|  |    |Google Groups Mailing List|   |
+-----------------------------------+-----------------------------------+-----------------------------------+
|    |sunpy stable documentation|   |     |CodeCov Code Coverage|       |       |Powered by NumFOCUS|       |
+-----------------------------------+-----------------------------------+-----------------------------------+
|         |sunpy citation|          |                                   |            |pyOpenSci|            |
+-----------------------------------+-----------------------------------+-----------------------------------+
.. |SunPy Logo| image:: https://raw.githubusercontent.com/sunpy/sunpy-logo/master/generated/sunpy_logo_landscape.png
   :width: 200px
.. |Latest PyPi Version| image:: https://img.shields.io/pypi/v/sunpy.svg
   :target: https://pypi.python.org/pypi/sunpy/
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/sunpy
   :target: https://pypi.python.org/pypi/sunpy/
.. |Matrix Chat Room| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=matrix.org
   :target: https://app.element.io/#/room/#sunpy:openastronomy.org
.. |Latest Conda Version| image:: https://anaconda.org/conda-forge/sunpy/badges/version.svg
   :target: https://anaconda.org/conda-forge/sunpy
.. |Project Status: Active| image:: https://www.repostatus.org/badges/latest/active.svg
   :target: https://www.repostatus.org/#active
.. |OpenAstronomy Discourse| image:: https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/try2/original/1X/5e1e3b3cada2d7fbae4734d4bc53999933d71c95.svg
   :height: 20px
   :target: https://community.openastronomy.org/
.. |Zenodo - Latest DOI| image:: https://zenodo.org/badge/2165383.svg
   :target: https://zenodo.org/badge/latestdoi/2165383
.. |Continuous Integration Status| image:: https://github.com/sunpy/sunpy/actions/workflows/ci.yml/badge.svg?branch=main
   :target: https://github.com/sunpy/sunpy/actions/workflows/ci.yml
.. |Google Groups Mailing List| image:: https://upload.wikimedia.org/wikipedia/commons/2/27/Google_Groups_logo.gif
   :height: 20px
   :target: https://groups.google.com/g/sunpy
.. |sunpy stable documentation| image:: https://readthedocs.org/projects/sunpy/badge/?version=stable
   :target: https://docs.sunpy.org/
.. |CodeCov Code Coverage| image:: https://codecov.io/gh/sunpy/sunpy/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sunpy/sunpy
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
   :target: https://numfocus.org
.. |sunpy citation| image:: https://img.shields.io/badge/cite-sunpy-orange
   :target: https://docs.sunpy.org/en/stable/citation.html
.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up
   :target: https://github.com/pyOpenSci/software-submission/issues/147
``sunpy`` is a Python software package that provides fundamental tools for accessing, loading and interacting with solar physics data in Python.
It includes an interface for searching and downloading data from multiple data providers, data containers for image and time series data, commonly used solar coordinate frames and associated transformations, as well as other functionality needed for solar data analysis.
Installation
============
We recommended following the `installation guide <https://docs.sunpy.org/en/stable/guide/installation.html>`__ in the ``sunpy`` documentation.
This will walk you through installing ``sunpy`` and all of its dependencies.
Usage
=====
If you are new to ``sunpy``, the best place to start is the `tutorial <https://docs.sunpy.org/en/stable/tutorial/index.html>`__.
the `example gallery <https://docs.sunpy.org/en/stable/generated/gallery/index.html>`__ also includes a collection of shorter and more specific examples of using ``sunpy``.
Changes
=======
See our `changelog <https://docs.sunpy.org/en/stable/whatsnew/changelog.html>`__. for the latest changes in ``sunpy``.
Getting Help
============
For more information or to ask questions about ``sunpy`` or any other SunPy Project package, please check out:
-  `sunpy documentation <https://docs.sunpy.org/en/stable/>`__
-  `SunPy Affiliated Packages <https://sunpy.org/affiliated>`__
-  `SunPy Chat`_
-  `SunPy mailing list <https://groups.google.com/forum/#!forum/sunpy>`__
-  `SunPy Community forum <https://community.openastronomy.org/c/sunpy/5>`__
Acknowledging or Citing ``sunpy``
=================================
If you use ``sunpy`` in your scientific work, we would appreciate your `citing it in your publications <https://docs.sunpy.org/en/stable/citation.html>`__.
The continued growth and development of ``sunpy`` is dependent on the community being aware of ``sunpy``.
Contributing
============
The SunPy Project is a community-driven open-source project that welcomes any and all contributions.
Whether you are a developer, student, or user, you can help by contributing code, documentation, or community support.
If you would like to get involved, the `Newcomers Guide`_ guide explains the many different ways to contribute to the SunPy Project and also shows how to get set up with a development workflow.
Help is always welcome, so come and say hello by joining the `SunPy Chat`_ and look over the `Good First Issues list`_ for the ideal places to start.
.. _Newcomers Guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html
.. _Good First Issues list: https://github.com/sunpy/sunpy/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22Good+First+Issue%22
Usage of Generative AI
======================
We expect authentic engagement in our community.
Be wary of posting output from Large Language Models or similar generative AI as comments on GitHub or any other platform, as such comments tend to be formulaic and low quality content.
If you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state.
Code of Conduct
===============
When you are interacting with the SunPy Community you are asked to follow our `Code of Conduct <https://sunpy.org/coc>`__.
.. _SunPy Chat: https://app.element.io/#/room/#sunpy:openastronomy.org
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "sunpy",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/sunpy/",
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "solar physics, solar, science, sun, wcs, coordinates",
    "author": null,
    "author_email": "The SunPy Community <sunpy@googlegroups.com>",
    "download_url": "https://files.pythonhosted.org/packages/ab/41/c5fc8068afdb8d746daab5d75f1bef435f39a4e5da504c4adbdb9cfcb8ea/sunpy-7.0.3.tar.gz",
    "platform": "any",
    "description": "*********\n``sunpy``\n*********\n|SunPy Logo|\n\n+-----------------------------------+-----------------------------------+-----------------------------------+\n|           Release                 |           Development             |           Community               |\n+===================================+===================================+===================================+\n|       |Latest PyPi Version|       |        |Python Versions|          |         |Matrix Chat Room|        |\n+-----------------------------------+-----------------------------------+-----------------------------------+\n|     |Latest Conda Version|        |     |Project Status: Active|      |     |OpenAstronomy Discourse|     |\n+-----------------------------------+-----------------------------------+-----------------------------------+\n|      |Zenodo - Latest DOI|        |  |Continuous Integration Status|  |    |Google Groups Mailing List|   |\n+-----------------------------------+-----------------------------------+-----------------------------------+\n|    |sunpy stable documentation|   |     |CodeCov Code Coverage|       |       |Powered by NumFOCUS|       |\n+-----------------------------------+-----------------------------------+-----------------------------------+\n|         |sunpy citation|          |                                   |            |pyOpenSci|            |\n+-----------------------------------+-----------------------------------+-----------------------------------+\n\n.. |SunPy Logo| image:: https://raw.githubusercontent.com/sunpy/sunpy-logo/master/generated/sunpy_logo_landscape.png\n   :width: 200px\n.. |Latest PyPi Version| image:: https://img.shields.io/pypi/v/sunpy.svg\n   :target: https://pypi.python.org/pypi/sunpy/\n.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/sunpy\n   :target: https://pypi.python.org/pypi/sunpy/\n.. |Matrix Chat Room| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=matrix.org\n   :target: https://app.element.io/#/room/#sunpy:openastronomy.org\n.. |Latest Conda Version| image:: https://anaconda.org/conda-forge/sunpy/badges/version.svg\n   :target: https://anaconda.org/conda-forge/sunpy\n.. |Project Status: Active| image:: https://www.repostatus.org/badges/latest/active.svg\n   :target: https://www.repostatus.org/#active\n.. |OpenAstronomy Discourse| image:: https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/try2/original/1X/5e1e3b3cada2d7fbae4734d4bc53999933d71c95.svg\n   :height: 20px\n   :target: https://community.openastronomy.org/\n.. |Zenodo - Latest DOI| image:: https://zenodo.org/badge/2165383.svg\n   :target: https://zenodo.org/badge/latestdoi/2165383\n.. |Continuous Integration Status| image:: https://github.com/sunpy/sunpy/actions/workflows/ci.yml/badge.svg?branch=main\n   :target: https://github.com/sunpy/sunpy/actions/workflows/ci.yml\n.. |Google Groups Mailing List| image:: https://upload.wikimedia.org/wikipedia/commons/2/27/Google_Groups_logo.gif\n   :height: 20px\n   :target: https://groups.google.com/g/sunpy\n.. |sunpy stable documentation| image:: https://readthedocs.org/projects/sunpy/badge/?version=stable\n   :target: https://docs.sunpy.org/\n.. |CodeCov Code Coverage| image:: https://codecov.io/gh/sunpy/sunpy/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/sunpy/sunpy\n.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A\n   :target: https://numfocus.org\n.. |sunpy citation| image:: https://img.shields.io/badge/cite-sunpy-orange\n   :target: https://docs.sunpy.org/en/stable/citation.html\n.. |pyOpenSci| image:: https://tinyurl.com/y22nb8up\n   :target: https://github.com/pyOpenSci/software-submission/issues/147\n\n``sunpy`` is a Python software package that provides fundamental tools for accessing, loading and interacting with solar physics data in Python.\nIt includes an interface for searching and downloading data from multiple data providers, data containers for image and time series data, commonly used solar coordinate frames and associated transformations, as well as other functionality needed for solar data analysis.\n\nInstallation\n============\n\nWe recommended following the `installation guide <https://docs.sunpy.org/en/stable/guide/installation.html>`__ in the ``sunpy`` documentation.\nThis will walk you through installing ``sunpy`` and all of its dependencies.\n\nUsage\n=====\n\nIf you are new to ``sunpy``, the best place to start is the `tutorial <https://docs.sunpy.org/en/stable/tutorial/index.html>`__.\nthe `example gallery <https://docs.sunpy.org/en/stable/generated/gallery/index.html>`__ also includes a collection of shorter and more specific examples of using ``sunpy``.\n\nChanges\n=======\n\nSee our `changelog <https://docs.sunpy.org/en/stable/whatsnew/changelog.html>`__. for the latest changes in ``sunpy``.\n\nGetting Help\n============\n\nFor more information or to ask questions about ``sunpy`` or any other SunPy Project package, please check out:\n\n-  `sunpy documentation <https://docs.sunpy.org/en/stable/>`__\n-  `SunPy Affiliated Packages <https://sunpy.org/affiliated>`__\n-  `SunPy Chat`_\n-  `SunPy mailing list <https://groups.google.com/forum/#!forum/sunpy>`__\n-  `SunPy Community forum <https://community.openastronomy.org/c/sunpy/5>`__\n\nAcknowledging or Citing ``sunpy``\n=================================\n\nIf you use ``sunpy`` in your scientific work, we would appreciate your `citing it in your publications <https://docs.sunpy.org/en/stable/citation.html>`__.\nThe continued growth and development of ``sunpy`` is dependent on the community being aware of ``sunpy``.\n\nContributing\n============\n\nThe SunPy Project is a community-driven open-source project that welcomes any and all contributions.\nWhether you are a developer, student, or user, you can help by contributing code, documentation, or community support.\n\nIf you would like to get involved, the `Newcomers Guide`_ guide explains the many different ways to contribute to the SunPy Project and also shows how to get set up with a development workflow.\n\nHelp is always welcome, so come and say hello by joining the `SunPy Chat`_ and look over the `Good First Issues list`_ for the ideal places to start.\n\n.. _Newcomers Guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html\n.. _Good First Issues list: https://github.com/sunpy/sunpy/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22Good+First+Issue%22\n\nUsage of Generative AI\n======================\n\nWe expect authentic engagement in our community.\nBe wary of posting output from Large Language Models or similar generative AI as comments on GitHub or any other platform, as such comments tend to be formulaic and low quality content.\nIf you use generative AI tools as an aid in developing code or documentation changes, ensure that you fully understand the proposed changes and can explain why they are the correct approach and an improvement to the current state.\n\nCode of Conduct\n===============\n\nWhen you are interacting with the SunPy Community you are asked to follow our `Code of Conduct <https://sunpy.org/coc>`__.\n\n.. _SunPy Chat: https://app.element.io/#/room/#sunpy:openastronomy.org\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2013-2025 The SunPy developers\n        All rights reserved.\n        \n        Redistribution and use in source and binary forms, with or without\n        modification, are permitted provided that the following conditions are\n        met:\n        \n        * Redistributions of source code must retain the above copyright\n          notice, this list of conditions and the following disclaimer.\n        \n        * Redistributions in binary form must reproduce the above copyright\n          notice, this list of conditions and the following disclaimer in the\n          documentation and/or other materials provided with the distribution.\n        \n        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n        \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n        A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n        HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n        SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n        LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n        DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n        THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n        (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n        ",
    "summary": "SunPy core package: Python for Solar Physics",
    "version": "7.0.3",
    "project_urls": {
        "Changelog": "https://docs.sunpy.org/en/stable/whatsnew/changelog.html",
        "Documentation": "https://docs.sunpy.org",
        "Download": "https://pypi.org/project/sunpy",
        "Homepage": "https://sunpy.org",
        "Issue Tracker": "https://github.com/sunpy/sunpy/issues",
        "Source Code": "https://github.com/sunpy/sunpy"
    },
    "split_keywords": [
        "solar physics",
        " solar",
        " science",
        " sun",
        " wcs",
        " coordinates"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d541547a66caa604090365ddd781b6ad56161c258f8ba59554d5b9544cace62b",
                "md5": "2e21626d3d48409fc5963e52565fe7b2",
                "sha256": "cdd6759da8df27b90a54ff70bceb5167c58a99f351fb092deade871894635222"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3-cp311-abi3-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e21626d3d48409fc5963e52565fe7b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 3674604,
            "upload_time": "2025-10-22T09:52:46",
            "upload_time_iso_8601": "2025-10-22T09:52:46.281517Z",
            "url": "https://files.pythonhosted.org/packages/d5/41/547a66caa604090365ddd781b6ad56161c258f8ba59554d5b9544cace62b/sunpy-7.0.3-cp311-abi3-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f04080150ab9174e19bf4f4f409645e28ba96f4bbc76b770be068a38e6a6919f",
                "md5": "2a848c5a51d40d28c2f7af8c3d7cfe7e",
                "sha256": "5d13e444991fc666df51aeb3aba09f5a1a3e197b4af2eb0897340c9477f7c6b1"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3-cp311-abi3-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2a848c5a51d40d28c2f7af8c3d7cfe7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 3674893,
            "upload_time": "2025-10-22T09:52:48",
            "upload_time_iso_8601": "2025-10-22T09:52:48.870423Z",
            "url": "https://files.pythonhosted.org/packages/f0/40/80150ab9174e19bf4f4f409645e28ba96f4bbc76b770be068a38e6a6919f/sunpy-7.0.3-cp311-abi3-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fdf6dcebb7bbe25b8de1357e7d982973198e3a9ff3785e1f2cc245b51deade51",
                "md5": "81781b9103bec57c2584d80e47a5da23",
                "sha256": "1b6cff5ab870bf35260c6eef1ab82bcb1b7aa3c44bab39cabaf9e3f638aa1938"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "81781b9103bec57c2584d80e47a5da23",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 3721783,
            "upload_time": "2025-10-22T09:52:50",
            "upload_time_iso_8601": "2025-10-22T09:52:50.625450Z",
            "url": "https://files.pythonhosted.org/packages/fd/f6/dcebb7bbe25b8de1357e7d982973198e3a9ff3785e1f2cc245b51deade51/sunpy-7.0.3-cp311-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d182cad963e26e00c7370af6a9b4726fa111ac179b376dad5a6618138a17a24",
                "md5": "f4f4cf27d47c066e5dce78fac47320b7",
                "sha256": "4e0db241b34f963795a5e8ed5ab4cffe13c531922f4e3e8f890cdfd1f9997694"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4f4cf27d47c066e5dce78fac47320b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 3725524,
            "upload_time": "2025-10-22T09:52:51",
            "upload_time_iso_8601": "2025-10-22T09:52:51.975940Z",
            "url": "https://files.pythonhosted.org/packages/7d/18/2cad963e26e00c7370af6a9b4726fa111ac179b376dad5a6618138a17a24/sunpy-7.0.3-cp311-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be4ac6983c1bf6e9430cfda6fe328b5d561996561c8c875a320a3e44729ef4a2",
                "md5": "96208cc944b7e20df01bc856db07b840",
                "sha256": "670d8d9cb11178df08e37f2d9b3f0b57f7f1d1d8f11710aa9f648979108e7286"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96208cc944b7e20df01bc856db07b840",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 3645955,
            "upload_time": "2025-10-22T09:59:44",
            "upload_time_iso_8601": "2025-10-22T09:59:44.036527Z",
            "url": "https://files.pythonhosted.org/packages/be/4a/c6983c1bf6e9430cfda6fe328b5d561996561c8c875a320a3e44729ef4a2/sunpy-7.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ab41c5fc8068afdb8d746daab5d75f1bef435f39a4e5da504c4adbdb9cfcb8ea",
                "md5": "d2ecb59e2aefc21ece2331501d9afa36",
                "sha256": "87098620bf366c8801c431d6ff501fcf38dd8b5a47028eb61368bda28879170f"
            },
            "downloads": -1,
            "filename": "sunpy-7.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d2ecb59e2aefc21ece2331501d9afa36",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4425688,
            "upload_time": "2025-10-22T09:59:46",
            "upload_time_iso_8601": "2025-10-22T09:59:46.434949Z",
            "url": "https://files.pythonhosted.org/packages/ab/41/c5fc8068afdb8d746daab5d75f1bef435f39a4e5da504c4adbdb9cfcb8ea/sunpy-7.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 09:59:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunpy",
    "github_project": "sunpy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "sunpy"
}