.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
tutorial.ipynb
.github/pull_request_template.md
.github/workflows/ci.yml
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/readme.md
docs/requirements.txt
docs/_static/.gitignore
docs/_static/custom.css
reptrix/__init__.py
reptrix/alpha.py
reptrix/lidar.py
reptrix/rankme.py
reptrix/test_lidar.py
reptrix/utils.py
reptrix.egg-info/PKG-INFO
reptrix.egg-info/SOURCES.txt
reptrix.egg-info/dependency_links.txt
reptrix.egg-info/not-zip-safe
reptrix.egg-info/requires.txt
reptrix.egg-info/top_level.txt
tests/conftest.py
tests/test_alpha.py
tests/test_rankme.py
tests/test_utils.py