.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
.devcontainer/devcontainer.json
.github/workflows/codestyle.yml
.github/workflows/docs.yml
.github/workflows/release.yml
.github/workflows/test-release.yml
.github/workflows/testing.yml
.vscode/settings.json
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/css/custom.css
docs/cmad/index.rst
docs/dev-guide/code_standards.rst
docs/dev-guide/config.rst
docs/dev-guide/dev_env.rst
docs/dev-guide/docs.rst
docs/dev-guide/index.rst
docs/dev-guide/maintainer_workflow.rst
docs/dev-guide/tests.rst
docs/examples/index.rst
docs/examples/tutorial1.rst
docs/logo/favicon.ico
docs/logo/swxsoc_logo.png
docs/user-guide/.gitignore
docs/user-guide/cdf_format_guide.rst
docs/user-guide/customization.rst
docs/user-guide/grafana_annotation_management.rst
docs/user-guide/index.rst
docs/user-guide/logger.rst
docs/user-guide/reading_writing_data.rst
docs/user-guide/recording_to_timestream.rst
docs/user-guide/retrieving_data.rst
docs/user-guide/schema_information_guide.rst
docs/user-guide/tour.rst
docs/whatsnew/changelog.rst
docs/whatsnew/index.rst
licenses/ASTROPY.rst
licenses/LICENSE.md
licenses/README.rst
licenses/SPACEPY.rst
licenses/SUNPY.rst
swxsoc/CITATION.rst
swxsoc/__init__.py
swxsoc/_version.py
swxsoc/swxdata.py
swxsoc.egg-info/PKG-INFO
swxsoc.egg-info/SOURCES.txt
swxsoc.egg-info/dependency_links.txt
swxsoc.egg-info/requires.txt
swxsoc.egg-info/top_level.txt
swxsoc/data/README.rst
swxsoc/data/config.yml
swxsoc/data/swxsoc_default_global_cdf_attrs_schema.yaml
swxsoc/data/swxsoc_default_variable_cdf_attrs_schema.yaml
swxsoc/data/sample/README.rst
swxsoc/data/sample/hermes_nms_default_l1_20160322T123031_v0.0.1.cdf
swxsoc/tests/__init__.py
swxsoc/tests/config.yml
swxsoc/tests/test_swxdata.py
swxsoc/util/__init__.py
swxsoc/util/config.py
swxsoc/util/const.py
swxsoc/util/exceptions.py
swxsoc/util/io.py
swxsoc/util/logger.py
swxsoc/util/schema.py
swxsoc/util/util.py
swxsoc/util/validation.py
swxsoc/util/tests/__init__.py
swxsoc/util/tests/test_annotations.py
swxsoc/util/tests/test_config.py
swxsoc/util/tests/test_io.py
swxsoc/util/tests/test_logger.py
swxsoc/util/tests/test_schema.py
swxsoc/util/tests/test_timestream.py
swxsoc/util/tests/test_util.py
swxsoc/util/tests/test_validation.py