.codecov.yml
.coveragerc
.gitattributes
.gitignore
.readthedocs.yaml
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/workflows/ci_tests.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/basic.rst
docs/source/conf.py
docs/source/index.rst
docs/source/install.rst
docs/source/intro.rst
docs/source/mock_data.rst
docs/source/qglogp.rst
docs/source/recipes.rst
docs/source/tem.rst
docs/source/zonal_waves.rst
pyzome/__init__.py
pyzome/basic.py
pyzome/checks.py
pyzome/constants.py
pyzome/exceptions.py
pyzome/mock_data.py
pyzome/qglogp.py
pyzome/tem.py
pyzome/zonal_waves.py
pyzome.egg-info/PKG-INFO
pyzome.egg-info/SOURCES.txt
pyzome.egg-info/dependency_links.txt
pyzome.egg-info/requires.txt
pyzome.egg-info/top_level.txt
pyzome/recipes/__init__.py
pyzome/recipes/zmd.py
tests/__init__.py
tests/test_basic.py
tests/test_checks.py
tests/test_mock_data.py
tests/test_qglogp.py
tests/test_recipes_zmd.py
tests/test_tem.py
tests/test_zonal_waves.py