.aiderignore
.gitignore
.pylintrc
LICENSE
MANIFEST.in
README.md
clean
install
lint
pyproject.toml
requirements.testing.txt
setup.py
test
tox.ini
upload_package.sh
.github/workflows/lint.yml
.github/workflows/push_macos.yml
.github/workflows/push_ubuntu.yml
.github/workflows/push_win.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
src/rclone_api/__init__.py
src/rclone_api/cli.py
src/rclone_api/config.py
src/rclone_api/convert.py
src/rclone_api/diff.py
src/rclone_api/dir.py
src/rclone_api/dir_listing.py
src/rclone_api/exec.py
src/rclone_api/file.py
src/rclone_api/filelist.py
src/rclone_api/process.py
src/rclone_api/rclone.py
src/rclone_api/remote.py
src/rclone_api/rpath.py
src/rclone_api/util.py
src/rclone_api/walk.py
src/rclone_api.egg-info/PKG-INFO
src/rclone_api.egg-info/SOURCES.txt
src/rclone_api.egg-info/dependency_links.txt
src/rclone_api.egg-info/entry_points.txt
src/rclone_api.egg-info/requires.txt
src/rclone_api.egg-info/top_level.txt
src/rclone_api/assets/example.txt
src/rclone_api/cmd/list_files.py
tests/test_cmd_list_files.py
tests/test_copy.py
tests/test_diff.py
tests/test_is_synced.py
tests/test_ls.py
tests/test_mount.py
tests/test_mount_s3.py
tests/test_mount_webdav.py
tests/test_obscure.py
tests/test_remotes.py
tests/test_serve_webdav.py
tests/test_walk.py