.coveragerc
.gitignore
.pre-commit-config.yaml
.prettierrc.yml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
pyproject.toml
requirements-test.txt
setup.py
.github/pytest.ini
.github/workflows/codecov.yml
.github/workflows/pre-commit.yml
.github/workflows/python-publish.yml
.github/workflows/tests.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/local_restic_benchmark.py
docs/Makefile
docs/backends.rst
docs/cli.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/make.py
docs/quickstart.rst
docs/requirements.txt
docs/security.rst
pyrestserver/__init__.py
pyrestserver/_version.py
pyrestserver/cli.py
pyrestserver/config.py
pyrestserver/constants.py
pyrestserver/provider.py
pyrestserver/py.typed
pyrestserver/server.py
pyrestserver.egg-info/PKG-INFO
pyrestserver.egg-info/SOURCES.txt
pyrestserver.egg-info/dependency_links.txt
pyrestserver.egg-info/entry_points.txt
pyrestserver.egg-info/requires.txt
pyrestserver.egg-info/top_level.txt
pyrestserver/providers/__init__.py
pyrestserver/providers/drime.py
pyrestserver/providers/local.py
tests/__init__.py
tests/test_drime_provider.py
tests/test_local_provider.py
tests/test_server.py