.gitignore
Dockerfile
LICENSE.md
README.md
requirements.txt
setup.py
.github/workflows/docker.yml
.github/workflows/publish.yml
.github/workflows/test.yml
CHESS_python.egg-info/PKG-INFO
CHESS_python.egg-info/SOURCES.txt
CHESS_python.egg-info/dependency_links.txt
CHESS_python.egg-info/requires.txt
CHESS_python.egg-info/top_level.txt
benchmarks/__init__.py
benchmarks/benchmarks.py
benchmarks/clustering.py
benchmarks/search.py
chess/__init__.py
chess/__main__.py
chess/chess.py
chess/cluster.py
chess/datasets.py
chess/defaults.py
chess/distance.py
chess/knn_search.py
chess/query.py
chess/search.py
chess/tests/__init__.py
chess/tests/test_chess.py
chess/tests/test_cluster.py
chess/tests/test_datasets.py
chess/tests/test_distance.py
chess/tests/test_search.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/chess.rst
docs/source/cluster.rst
docs/source/search.rst