.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.rst
docker-compose.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/rclonerc/__init__.py
src/rclonerc/client.py
src/rclonerc.egg-info/PKG-INFO
src/rclonerc.egg-info/SOURCES.txt
src/rclonerc.egg-info/dependency_links.txt
src/rclonerc.egg-info/not-zip-safe
src/rclonerc.egg-info/requires.txt
src/rclonerc.egg-info/top_level.txt
tests/client.py
tests/conftest.py
tests/test_client.py