.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
codecov.yml
design_notes.md
environment.yml
environment_doc.yml
setup.cfg
setup.py
.github/workflows/lint.yaml
.github/workflows/pypipublish.yaml
.github/workflows/test.yaml
doc/Makefile
doc/api.rst
doc/conf.py
doc/contribute.rst
doc/index.rst
doc/install.rst
doc/make.bat
doc/release_notes.rst
doc/examples/custom_indexes.ipynb
doc/examples/dask_support.ipynb
doc/examples/index.rst
doc/examples/introduction.ipynb
src/xoak/__init__.py
src/xoak/accessor.py
src/xoak.egg-info/PKG-INFO
src/xoak.egg-info/SOURCES.txt
src/xoak.egg-info/dependency_links.txt
src/xoak.egg-info/not-zip-safe
src/xoak.egg-info/requires.txt
src/xoak.egg-info/top_level.txt
src/xoak/index/__init__.py
src/xoak/index/base.py
src/xoak/index/s2_adapters.py
src/xoak/index/scipy_adapters.py
src/xoak/index/sklearn_adapters.py
src/xoak/tests/__init__.py
src/xoak/tests/conftest.py
src/xoak/tests/test_accessor.py
src/xoak/tests/test_index_base.py
src/xoak/tests/test_s2_adapters.py
src/xoak/tests/test_scipy_adapters.py
src/xoak/tests/test_sklearn_adapters.py