LICENSE
README.md
pyproject.toml
automation_file/__init__.py
automation_file/__main__.py
automation_file/exceptions.py
automation_file/logging_config.py
automation_file.egg-info/PKG-INFO
automation_file.egg-info/SOURCES.txt
automation_file.egg-info/dependency_links.txt
automation_file.egg-info/requires.txt
automation_file.egg-info/top_level.txt
automation_file/core/__init__.py
automation_file/core/action_executor.py
automation_file/core/action_registry.py
automation_file/core/callback_executor.py
automation_file/core/json_store.py
automation_file/core/package_loader.py
automation_file/core/quota.py
automation_file/core/retry.py
automation_file/local/__init__.py
automation_file/local/dir_ops.py
automation_file/local/file_ops.py
automation_file/local/safe_paths.py
automation_file/local/zip_ops.py
automation_file/project/__init__.py
automation_file/project/project_builder.py
automation_file/project/templates.py
automation_file/remote/__init__.py
automation_file/remote/_upload_tree.py
automation_file/remote/http_download.py
automation_file/remote/url_validator.py
automation_file/remote/azure_blob/__init__.py
automation_file/remote/azure_blob/client.py
automation_file/remote/azure_blob/delete_ops.py
automation_file/remote/azure_blob/download_ops.py
automation_file/remote/azure_blob/list_ops.py
automation_file/remote/azure_blob/upload_ops.py
automation_file/remote/dropbox_api/__init__.py
automation_file/remote/dropbox_api/client.py
automation_file/remote/dropbox_api/delete_ops.py
automation_file/remote/dropbox_api/download_ops.py
automation_file/remote/dropbox_api/list_ops.py
automation_file/remote/dropbox_api/upload_ops.py
automation_file/remote/google_drive/__init__.py
automation_file/remote/google_drive/client.py
automation_file/remote/google_drive/delete_ops.py
automation_file/remote/google_drive/download_ops.py
automation_file/remote/google_drive/folder_ops.py
automation_file/remote/google_drive/search_ops.py
automation_file/remote/google_drive/share_ops.py
automation_file/remote/google_drive/upload_ops.py
automation_file/remote/s3/__init__.py
automation_file/remote/s3/client.py
automation_file/remote/s3/delete_ops.py
automation_file/remote/s3/download_ops.py
automation_file/remote/s3/list_ops.py
automation_file/remote/s3/upload_ops.py
automation_file/remote/sftp/__init__.py
automation_file/remote/sftp/client.py
automation_file/remote/sftp/delete_ops.py
automation_file/remote/sftp/download_ops.py
automation_file/remote/sftp/list_ops.py
automation_file/remote/sftp/upload_ops.py
automation_file/server/__init__.py
automation_file/server/http_server.py
automation_file/server/network_guards.py
automation_file/server/tcp_server.py
automation_file/ui/__init__.py
automation_file/ui/launcher.py
automation_file/ui/log_widget.py
automation_file/ui/main_window.py
automation_file/ui/worker.py
automation_file/ui/tabs/__init__.py
automation_file/ui/tabs/azure_tab.py
automation_file/ui/tabs/base.py
automation_file/ui/tabs/drive_tab.py
automation_file/ui/tabs/dropbox_tab.py
automation_file/ui/tabs/home_tab.py
automation_file/ui/tabs/http_tab.py
automation_file/ui/tabs/json_editor_tab.py
automation_file/ui/tabs/local_tab.py
automation_file/ui/tabs/s3_tab.py
automation_file/ui/tabs/server_tab.py
automation_file/ui/tabs/sftp_tab.py
automation_file/ui/tabs/transfer_tab.py
automation_file/utils/__init__.py
automation_file/utils/file_discovery.py
tests/__init__.py
tests/_insecure_fixtures.py
tests/conftest.py
tests/test_action_executor.py
tests/test_action_registry.py
tests/test_backends.py
tests/test_callback_executor.py
tests/test_dir_ops.py
tests/test_executor_extras.py
tests/test_facade.py
tests/test_file_discovery.py
tests/test_file_ops.py
tests/test_http_server.py
tests/test_package_loader.py
tests/test_project_builder.py
tests/test_quota.py
tests/test_retry.py
tests/test_safe_paths.py
tests/test_tcp_auth.py
tests/test_tcp_server.py
tests/test_ui_smoke.py
tests/test_url_validator.py
tests/test_zip_ops.py