.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGES.md
LICENSE
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/update-changelog.yml
docs/conf.py
docs/configuration.rst
docs/how-it-works.rst
docs/index.rst
docs/installation.rst
docs/usage.rst
rind/__init__.py
rind/_backend.py
rind/_version.py
rind.egg-info/PKG-INFO
rind.egg-info/SOURCES.txt
rind.egg-info/dependency_links.txt
rind.egg-info/requires.txt
rind.egg-info/top_level.txt
tests/__init__.py
tests/test_backend.py
tests/test_integration.py