.gitignore
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
pytest.ini
.github/workflows/publish.yml
.github/workflows/tests.yml
legacy/Prothon.py
legacy/README.md
legacy/prothon_example_script.py
src/Prothon.py
src/prothon/__init__.py
src/prothon/_version.py
src/prothon/cli.py
src/prothon/utils.py
src/prothon/core/__init__.py
src/prothon/core/dissimilarity.py
src/prothon/core/plotting.py
src/prothon/core/prothon_core.py
src/prothon/core/representation.py
src/prothon_ensembles.egg-info/PKG-INFO
src/prothon_ensembles.egg-info/SOURCES.txt
src/prothon_ensembles.egg-info/dependency_links.txt
src/prothon_ensembles.egg-info/entry_points.txt
src/prothon_ensembles.egg-info/requires.txt
src/prothon_ensembles.egg-info/scm_file_list.json
src/prothon_ensembles.egg-info/scm_version.json
src/prothon_ensembles.egg-info/top_level.txt
tests/conftest.py
tests/test_core.py
tests/test_dissimilarity.py
tests/test_representation.py