Metadata-Version: 2.4
Name: swxsoc
Version: 0.2.3
Summary: A Python package to support the SWxSOC instrument packages.
Author-email: Steven Christe <steven.d.christe@nasa.gov>, Damian Barrous Dumme <damianbarrous@gmail.com>, Andrew Robbertz <a.robbertz@gmail.com>
License: see licenses/LICENSE.md
Project-URL: Homepage, https://github.com/swxsoc/swxsoc
Project-URL: Documentation, https://swxsoc.readthedocs.io/en/latest/
Keywords: swxsoc,nasa mission,space weather
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.rst
Requires-Dist: sammi-cdf>=0.1.2
Requires-Dist: astropy>=5.3.3
Requires-Dist: numpy>=1.18.0
Requires-Dist: sunpy[all]>=5.0.1
Requires-Dist: spacepy>=0.5.0
Requires-Dist: ndcube>=2.2.0
Requires-Dist: parfive>=2.1.0
Requires-Dist: pyyaml>=5.3.1
Requires-Dist: boto3>=1.35.26
Provides-Extra: dev
Requires-Dist: coverage>=5.0.3; extra == "dev"
Requires-Dist: pytest==8.0.0; extra == "dev"
Requires-Dist: pytest-astropy==0.11.0; extra == "dev"
Requires-Dist: pytest-cov==4.1.0; extra == "dev"
Requires-Dist: coverage[toml]==7.4.1; extra == "dev"
Requires-Dist: moto[all]==5.0.15; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx==7.2.6; extra == "docs"
Requires-Dist: sphinx-automodapi==0.16.0; extra == "docs"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest==8.0.0; extra == "test"
Requires-Dist: pytest-astropy==0.11.0; extra == "test"
Requires-Dist: pytest-cov==4.1.0; extra == "test"
Requires-Dist: coverage[toml]==7.4.1; extra == "test"
Requires-Dist: moto[all]==5.0.15; extra == "test"
Provides-Extra: style
Requires-Dist: ruff; extra == "style"
Requires-Dist: rstcheck==6.2.0; extra == "style"
Dynamic: license-file

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs| |readthedocs|
    * - build status
      - |testing| |codestyle| |coverage|

.. |docs| image:: https://github.com/swxsoc/swxsoc/actions/workflows/docs.yml/badge.svg
    :target: https://github.com/swxsoc/swxsoc/actions/workflows/docs.yml
    :alt: Documentation Build Status

.. |testing| image:: https://github.com/swxsoc/swxsoc/actions/workflows/testing.yml/badge.svg
    :target: https://github.com/swxsoc/swxsoc/actions/workflows/testing.yml
    :alt: Build Status

.. |codestyle| image:: https://github.com/swxsoc/swxsoc/actions/workflows/codestyle.yml/badge.svg
    :target: https://github.com/swxsoc/swxsoc/actions/workflows/codestyle.yml
    :alt: Codestyle and linting using flake8

.. |coverage| image:: https://codecov.io/gh/swxsoc/swxsoc/branch/main/graph/badge.svg?token=C6JLIWZRBU 
    :target: https://codecov.io/gh/swxsoc/swxsoc
    :alt: Testing coverage

.. |readthedocs| image:: https://readthedocs.org/projects/swxsoc/badge/?version=latest
    :target: https://swxsoc.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. end-badges

Documentation
-------------
The documentation is hosted on readthedocs and is available `here <https://swxsoc.readthedocs.io/en/latest/>`_.

Licenses
--------

See the license/LICENSE file for more information.


Contributing
------------

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

**Imposter syndrome disclaimer**: We want your help. No, really.

There may be a little voice inside your head that is telling you that you're not
ready to be an open source contributor; that your skills aren't nearly good
enough to contribute. What could you possibly offer a project like this one?

We assure you - the little voice in your head is wrong. If you can write code at
all, you can contribute code to open source. Contributing to open source
projects is a fantastic way to advance one's coding skills. Writing perfect code
isn't the measure of a good developer (that would disqualify all of us!); it's
trying to create something, making mistakes, and learning from those
mistakes. That's how we all improve, and we are happy to help others learn.

Being an open source contributor doesn't just mean writing code, either. You can
help out by writing documentation, tests, or even giving feedback about the
project (and yes - that includes giving feedback about the contribution
process). Some of these contributions may be the most valuable to the project as
a whole, because you're coming to the project with fresh eyes, so you can see
the errors and assumptions that seasoned contributors have glossed over.

Note: This disclaimer was originally written by
`Adrienne Lowe <https://github.com/adriennefriend>`_ for a
`PyCon talk <https://www.youtube.com/watch?v=6Uj746j9Heo>`_, and was adapted by
by this project based on its use in the README file for the
`MetPy project <https://github.com/Unidata/MetPy>`_.

Code of Conduct
---------------
When you are interacting with the SWxSOC community you are asked to follow
our `Code of Conduct <https://github.com/swxsoc/code-of-conduct/blob/main/CODE_OF_CONDUCT.md>`_.

Acknowledgements
----------------
The package template used by this package is based on the one developed by the
`OpenAstronomy community <https://openastronomy.org>`_ and the `SunPy Project <https://sunpy.org/>`_.

Public Domain
-------------

This project constitutes a work of the United States Government and is not subject to domestic copyright protection under `17 USC § 105 <https://www.govinfo.gov/app/details/USCODE-2010-title17/USCODE-2010-title17-chap1-sec105>`__. Additionally, we waive copyright and related rights in the work worldwide through the `CC0 1.0 Universal public domain dedication <https://creativecommons.org/publicdomain/zero/1.0/>`__.

All contributions to this project will be released under the CC0
dedication. By submitting a pull request, you are agreeing to comply
with this waiver of copyright interest.
