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/entry_points.txt
automation_file.egg-info/requires.txt
automation_file.egg-info/top_level.txt
automation_file/client/__init__.py
automation_file/client/http_client.py
automation_file/core/__init__.py
automation_file/core/action_executor.py
automation_file/core/action_queue.py
automation_file/core/action_registry.py
automation_file/core/audit.py
automation_file/core/callback_executor.py
automation_file/core/checksum.py
automation_file/core/circuit_breaker.py
automation_file/core/config.py
automation_file/core/config_watcher.py
automation_file/core/content_store.py
automation_file/core/crypto.py
automation_file/core/dag_executor.py
automation_file/core/file_lock.py
automation_file/core/fim.py
automation_file/core/json_store.py
automation_file/core/manifest.py
automation_file/core/metrics.py
automation_file/core/package_loader.py
automation_file/core/plugins.py
automation_file/core/progress.py
automation_file/core/quota.py
automation_file/core/rate_limit.py
automation_file/core/retry.py
automation_file/core/secrets.py
automation_file/core/sqlite_lock.py
automation_file/core/substitution.py
automation_file/core/tracing.py
automation_file/local/__init__.py
automation_file/local/archive_ops.py
automation_file/local/conditional.py
automation_file/local/data_ops.py
automation_file/local/diff_ops.py
automation_file/local/dir_ops.py
automation_file/local/file_ops.py
automation_file/local/json_edit.py
automation_file/local/mime.py
automation_file/local/safe_paths.py
automation_file/local/shell_ops.py
automation_file/local/sync_ops.py
automation_file/local/tar_ops.py
automation_file/local/templates.py
automation_file/local/text_ops.py
automation_file/local/trash.py
automation_file/local/versioning.py
automation_file/local/zip_ops.py
automation_file/notify/__init__.py
automation_file/notify/manager.py
automation_file/notify/sinks.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/cross_backend.py
automation_file/remote/fsspec_bridge.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/box/__init__.py
automation_file/remote/box/client.py
automation_file/remote/box/delete_ops.py
automation_file/remote/box/download_ops.py
automation_file/remote/box/list_ops.py
automation_file/remote/box/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/ftp/__init__.py
automation_file/remote/ftp/client.py
automation_file/remote/ftp/delete_ops.py
automation_file/remote/ftp/download_ops.py
automation_file/remote/ftp/list_ops.py
automation_file/remote/ftp/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/onedrive/__init__.py
automation_file/remote/onedrive/client.py
automation_file/remote/onedrive/delete_ops.py
automation_file/remote/onedrive/download_ops.py
automation_file/remote/onedrive/list_ops.py
automation_file/remote/onedrive/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/remote/smb/__init__.py
automation_file/remote/smb/client.py
automation_file/remote/webdav/__init__.py
automation_file/remote/webdav/client.py
automation_file/scheduler/__init__.py
automation_file/scheduler/cron.py
automation_file/scheduler/manager.py
automation_file/server/__init__.py
automation_file/server/_websocket.py
automation_file/server/action_acl.py
automation_file/server/http_server.py
automation_file/server/mcp_server.py
automation_file/server/metrics_server.py
automation_file/server/network_guards.py
automation_file/server/tcp_server.py
automation_file/server/web_ui.py
automation_file/trigger/__init__.py
automation_file/trigger/manager.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/box_tab.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/onedrive_tab.py
automation_file/ui/tabs/progress_tab.py
automation_file/ui/tabs/s3_tab.py
automation_file/ui/tabs/scheduler_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/ui/tabs/trigger_tab.py
automation_file/utils/__init__.py
automation_file/utils/deduplicate.py
automation_file/utils/fast_find.py
automation_file/utils/file_discovery.py
automation_file/utils/grep.py
automation_file/utils/rotate.py
tests/__init__.py
tests/_insecure_fixtures.py
tests/conftest.py
tests/test_action_acl.py
tests/test_action_executor.py
tests/test_action_queue.py
tests/test_action_registry.py
tests/test_archive_ops.py
tests/test_audit.py
tests/test_backends.py
tests/test_box_ops.py
tests/test_callback_executor.py
tests/test_checksum.py
tests/test_circuit_breaker.py
tests/test_cli_main.py
tests/test_conditional.py
tests/test_config.py
tests/test_config_watcher.py
tests/test_content_store.py
tests/test_cross_backend.py
tests/test_crypto.py
tests/test_dag_executor.py
tests/test_data_ops.py
tests/test_data_ops_yaml_parquet.py
tests/test_deduplicate.py
tests/test_diff_ops.py
tests/test_dir_ops.py
tests/test_executor_extras.py
tests/test_facade.py
tests/test_fast_find.py
tests/test_file_discovery.py
tests/test_file_lock.py
tests/test_file_ops.py
tests/test_fim.py
tests/test_fsspec_bridge.py
tests/test_ftp_ops.py
tests/test_grep.py
tests/test_http_client.py
tests/test_http_download_resume.py
tests/test_http_server.py
tests/test_http_server_endpoints.py
tests/test_json_edit.py
tests/test_manifest.py
tests/test_mcp_server.py
tests/test_metrics.py
tests/test_mime.py
tests/test_notify.py
tests/test_notify_sinks_extra.py
tests/test_onedrive_ops.py
tests/test_package_loader.py
tests/test_plugins.py
tests/test_progress.py
tests/test_project_builder.py
tests/test_quota.py
tests/test_rate_limit.py
tests/test_retry.py
tests/test_rotate.py
tests/test_safe_paths.py
tests/test_scheduler.py
tests/test_secrets.py
tests/test_server_acl.py
tests/test_shell_ops.py
tests/test_smb_client.py
tests/test_sqlite_lock.py
tests/test_substitution.py
tests/test_sync_ops.py
tests/test_tar_ops.py
tests/test_tcp_auth.py
tests/test_tcp_server.py
tests/test_templates.py
tests/test_text_ops.py
tests/test_tracing.py
tests/test_trash.py
tests/test_trigger.py
tests/test_ui_smoke.py
tests/test_url_validator.py
tests/test_versioning.py
tests/test_web_ui.py
tests/test_webdav_client.py
tests/test_zip_ops.py