Metadata-Version: 2.4
Name: radiospectra
Version: 0.7.0
Summary: Provide support for some type of radio spectra in solar physics.
Author-email: The SunPy Community <sunpy@googlegroups.com>
Project-URL: Homepage, https://sunpy.org
Project-URL: Download, https://pypi.org/project/radiospectra
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: licenses/LICENSE.rst
Requires-Dist: sunpy[net]>=7.0
Requires-Dist: numpy>=1.26.0
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: scipy>=1.12.0
Requires-Dist: cdflib>=0.3.20
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-astropy; extra == "tests"
Requires-Dist: pytest-doctestplus; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: sunpy-soar; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-changelog; extra == "docs"
Requires-Dist: sphinx-gallery; extra == "docs"
Requires-Dist: sunpy-sphinx-theme; extra == "docs"
Requires-Dist: packaging; extra == "docs"
Provides-Extra: dev
Requires-Dist: radiospectra[docs,tests]; extra == "dev"
Dynamic: license-file

``radiospectra``
================

Provide support for some type of radio spectra in solar physics.

|Latest Version| |matrix| |codecov| |DOI| |Powered by NumFOCUS| |Powered by SunPy|

.. |Latest Version| image:: https://img.shields.io/pypi/v/radiospectra.svg
   :target: https://pypi.python.org/pypi/radiospectra/
.. |matrix| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=matrix.org
   :target: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org
.. |codecov| image:: https://codecov.io/gh/sunpy/radiospectra/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sunpy/radiospectra
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.10733996.svg
   :target: https://doi.org/10.5281/zenodo.10733996
.. |Binder| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/sunpy/sunpy/main?filepath=examples
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
   :target: https://numfocus.org
.. |Powered by SunPy| image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
    :target: http://www.sunpy.org
    :alt: Powered by SunPy Badge

``radiospectra`` is a Python software package that provides support for some type of radio spectra in solar physics.

To see the latest changes in ``radiospectra`` see our `changelog <https://docs.sunpy.org/projects/radiospectra/en/latest/whatsnew/changelog.html>`__.

Installation
------------

The recommended way to install ``radiospectra`` is with `miniforge <https://github.com/conda-forge/miniforge#miniforge3>`__.
To install ``radiospectra`` once miniforge is installed run the following command:

.. code:: bash

    $ conda install radiospectra

For detailed installation instructions, see the `installation guide <https://docs.sunpy.org/en/stable/guide/installation.html>`__ in the ``sunpy`` docs.

Getting Help
------------

For more information or to ask questions about ``radiospectra`` or any other SunPy library, check out:

-  `radiospectra documentation <https://docs.sunpy.org/projects/radiospectra/>`__
-  Our chat - `#sunpy:openastronomy.org`_
-  `SunPy mailing list <https://groups.google.com/forum/#!forum/sunpy>`__

Citing ``radiospectra``
-----------------------

If you use ``radiospectra`` in your scientific work, please cite it.
``radiospectra`` is archived on Zenodo, and you can cite the specific version you used (and the DOI which always resolves to the latest release):

- https://zenodo.org/records/15022031

You can find the citation metadata, including a BibTeX entry, on the
`citation page <https://docs.sunpy.org/projects/radiospectra/en/latest/citation.html>`__
of our documentation.


Usage of Generative AI
----------------------

We expect authentic engagement in our community.
**Do not post the output from Large Language Models or similar generative AI as code, issues or comments on GitHub or any other platform.**
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.
For more information see our documentation on fair and appropriate `AI usage <https://docs.sunpy.org/en/latest/dev_guide/contents/ai_usage.html>`__.

Contributing
============

We love contributions! radiospectra is open source,
built on open source, and we'd love to have you hang out in our community.

If you would like to get involved, check out the `Developers Guide`_ section of the SunPy docs.
Stop by our chat room `#sunpy:openastronomy.org`_ if you have any questions.
Help is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.

For more information on contributing to SunPy, please read our `Newcomers' guide`_.

.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html
.. _`#sunpy:openastronomy.org`: https://app.element.io/#/room/#sunpy:openastronomy.org
.. _issues page: https://github.com/sunpy/radiospectra/issues
.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html

When you are interacting with the SunPy community you are asked at to follow our `code of conduct <https://sunpy.org/coc>`__.
