.gitignore
.readthedocs.yaml
LICENSE
README.rst
justfile
pyproject.toml
.github/pull_request_template.md
.github/workflows/publish_release.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/_static/empty
docs/source/_templates/class.rst
docs/source/_templates/module.rst
src/dynsight/__init__.py
src/dynsight/hdf5er.py
src/dynsight/lens.py
src/dynsight/py.typed
src/dynsight/soapify.py
src/dynsight.egg-info/PKG-INFO
src/dynsight.egg-info/SOURCES.txt
src/dynsight.egg-info/dependency_links.txt
src/dynsight.egg-info/requires.txt
src/dynsight.egg-info/top_level.txt
src/dynsight/_internal/__init__.py
src/dynsight/_internal/hdf5er/__init__.py
src/dynsight/_internal/lens/__init__.py
src/dynsight/_internal/soapify/__init__.py
tests/test_foo.py