README.md
pyproject.toml
fileroute/__init__.py
fileroute/cli.py
fileroute/descriptor.py
fileroute/diagram.py
fileroute/diagram_reports.py
fileroute/exceptions.py
fileroute/item.py
fileroute/migration.py
fileroute/models.py
fileroute/resolution.py
fileroute/transfer.py
fileroute.egg-info/PKG-INFO
fileroute.egg-info/SOURCES.txt
fileroute.egg-info/dependency_links.txt
fileroute.egg-info/entry_points.txt
fileroute.egg-info/requires.txt
fileroute.egg-info/top_level.txt
fileroute/auth/__init__.py
fileroute/auth/google.py
fileroute/auth/microsoft.py
fileroute/auth/settings.py
fileroute/auth/token_store.py
fileroute/clients/__init__.py
fileroute/clients/base.py
fileroute/clients/googledrive.py
fileroute/clients/s3.py
fileroute/clients/sharepoint.py
fileroute/commands/__init__.py
fileroute/commands/auth.py
fileroute/commands/config.py
fileroute/commands/descriptor.py
fileroute/commands/diagram.py
fileroute/commands/toolkit.py
tests/test_activate.py
tests/test_add.py
tests/test_clients.py
tests/test_clone.py
tests/test_descriptor.py
tests/test_diagram.py
tests/test_diagram_reports.py
tests/test_google_auth.py
tests/test_google_auth_settings.py
tests/test_googledrive_client.py
tests/test_item.py
tests/test_jsonpath_cli.py
tests/test_migration.py
tests/test_models.py
tests/test_release.py
tests/test_resolution.py
tests/test_s3_client.py
tests/test_sharepoint_auth.py
tests/test_sharepoint_auth_settings.py
tests/test_sharepoint_client.py
tests/test_transfers.py
tests/test_update.py
tests/test_yaml_roundtrip.py