LICENSE
README.md
pyproject.toml
src/astro_otter.egg-info/PKG-INFO
src/astro_otter.egg-info/SOURCES.txt
src/astro_otter.egg-info/dependency_links.txt
src/astro_otter.egg-info/requires.txt
src/astro_otter.egg-info/top_level.txt
src/otter/__init__.py
src/otter/_version.py
src/otter/exceptions.py
src/otter/schema.py
src/otter/util.py
src/otter/io/__init__.py
src/otter/io/data_finder.py
src/otter/io/host.py
src/otter/io/otter.py
src/otter/io/transient.py
src/otter/plotter/__init__.py
src/otter/plotter/otter_plotter.py
src/otter/plotter/plotter.py
tests/test_data_finder.py
tests/test_exceptions.py
tests/test_host.py
tests/test_otter.py
tests/test_package.py
tests/test_plotter.py
tests/test_schema.py
tests/test_transient.py
tests/test_util.py