LICENSE.md
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
./requirements-dev.txt
chemicalspace/__init__.py
chemicalspace/space.py
chemicalspace/utils.py
chemicalspace.egg-info/PKG-INFO
chemicalspace.egg-info/SOURCES.txt
chemicalspace.egg-info/dependency_links.txt
chemicalspace.egg-info/requires.txt
chemicalspace.egg-info/top_level.txt
chemicalspace/layers/__init__.py
chemicalspace/layers/acquisition.py
chemicalspace/layers/base.py
chemicalspace/layers/clustering.py
chemicalspace/layers/diversity.py
chemicalspace/layers/neighbors.py
chemicalspace/layers/projection.py
tests/test_acquisition.py
tests/test_base.py
tests/test_clustering.py
tests/test_diversity.py
tests/test_neighbors.py
tests/test_projection.py
tests/test_space.py