.actrc
.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
mkdocs.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
uv.lock
.github/workflows/publish.yml
.github/workflows/python-package.yml
docs/PackageSetupOverview.md
docs/QuickContribute.md
docs/getting-started.md
docs/index.md
docscripts/gen_ref_pages.py
examples/brenier_map.png
examples/clouds.png
examples/otd_matrix.png
src/otcyto/__init__.py
src/otcyto/check_pykeops.py
src/otcyto/otd_pairwise.py
src/otcyto.egg-info/PKG-INFO
src/otcyto.egg-info/SOURCES.txt
src/otcyto.egg-info/dependency_links.txt
src/otcyto.egg-info/not-zip-safe
src/otcyto.egg-info/requires.txt
src/otcyto.egg-info/top_level.txt
src/otcyto/geomloss/README.md
src/otcyto/geomloss/__init__.py
src/otcyto/geomloss/create_sphere.py
src/otcyto/io/__init__.py
src/otcyto/io/load_files_recursive.py
src/otcyto/plot/__init__.py
src/otcyto/plot/display_cloud.py
src/otcyto/plot/display_cloud_mapping.py
src/otcyto/plot/figure_clouds.py
src/otcyto/plot/figure_umap.py
tests/conftest.py
tests/test_otd_pairwise.py
tests/test_plots.py
tests/test_pykeops.py