.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/data_processing.rst
docs/source/hdf5er.rst
docs/source/index.rst
docs/source/lens.rst
docs/source/modules.rst
docs/source/soapify.rst
docs/source/time_soap.rst
docs/source/_static/EU_image.png
docs/source/_static/empty
docs/source/_templates/class.rst
docs/source/_templates/module.rst
examples/file_handling.py
examples/lens.py
examples/time_soap.py
src/dynsight/__init__.py
src/dynsight/data_processing.py
src/dynsight/hdf5er.py
src/dynsight/lens.py
src/dynsight/py.typed
src/dynsight/soapify.py
src/dynsight/time_soap.py
src/dynsight/utilities.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/data_processing/__init__.py
src/dynsight/_internal/data_processing/classify.py
src/dynsight/_internal/data_processing/distances.py
src/dynsight/_internal/hdf5er/__init__.py
src/dynsight/_internal/hdf5er/from_hdf5.py
src/dynsight/_internal/hdf5er/to_hdf5.py
src/dynsight/_internal/lens/__init__.py
src/dynsight/_internal/lens/lens.py
src/dynsight/_internal/soapify/__init__.py
src/dynsight/_internal/soapify/saponify.py
src/dynsight/_internal/soapify/utilities.py
src/dynsight/_internal/timesoap/__init__.py
src/dynsight/_internal/timesoap/timesoap.py
src/dynsight/_internal/utilities/__init__.py
src/dynsight/_internal/utilities/utilities.py
tests/__init__.py
tests/lens/__init__.py
tests/lens/conftest.py
tests/lens/test_count_neigh.py
tests/lens/test_emulate_lens.py
tests/lens/test_special_lens.py
tests/lens/utilities.py