.gitignore
LICENSE
MANIFEST.in
ReadME.md
__init__.py
environment.yml
meta.yaml
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
.github/workflows/publish.yml
docs/Makefile
docs/make.bat
docs/source/CONTRIBUTING.rst
docs/source/conf.py
docs/source/detailed_overview.rst
docs/source/hsr.rst
docs/source/index.rst
docs/source/modules.rst
hsr/__init__.py
hsr/fingerprint.py
hsr/hsr_cli.py
hsr/pca_transform.py
hsr/pre_processing.py
hsr/similarity.py
hsr/utils.py
hsr.egg-info/PKG-INFO
hsr.egg-info/SOURCES.txt
hsr.egg-info/dependency_links.txt
hsr.egg-info/entry_points.txt
hsr.egg-info/requires.txt
hsr.egg-info/top_level.txt
img/TOC.png
tests/__init__.py
tests/test_fingerprint.py
tests/test_pca.py
tests/test_preprocessing.py
tests/test_similarity.py
tests/test_utils.py