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/client/__init__.py
automation_file/client/http_client.py
automation_file/core/__init__.py
automation_file/core/action_executor.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/config.py
automation_file/core/config_watcher.py
automation_file/core/crypto.py
automation_file/core/dag_executor.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/retry.py
automation_file/core/secrets.py
automation_file/core/substitution.py
automation_file/local/__init__.py
automation_file/local/conditional.py
automation_file/local/dir_ops.py
automation_file/local/file_ops.py
automation_file/local/json_edit.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/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/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/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/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/scheduler/__init__.py
automation_file/scheduler/cron.py
automation_file/scheduler/manager.py
automation_file/server/__init__.py
automation_file/server/action_acl.py
automation_file/server/http_server.py
automation_file/server/metrics_server.py
automation_file/server/network_guards.py
automation_file/server/tcp_server.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/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/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_registry.py
tests/test_audit.py
tests/test_backends.py
tests/test_callback_executor.py
tests/test_checksum.py
tests/test_conditional.py
tests/test_config.py
tests/test_config_watcher.py
tests/test_cross_backend.py
tests/test_crypto.py
tests/test_dag_executor.py
tests/test_deduplicate.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_ops.py
tests/test_fim.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_json_edit.py
tests/test_manifest.py
tests/test_metrics.py
tests/test_notify.py
tests/test_notify_sinks_extra.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_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_substitution.py
tests/test_sync_ops.py
tests/test_tar_ops.py
tests/test_tcp_auth.py
tests/test_tcp_server.py
tests/test_trigger.py
tests/test_ui_smoke.py
tests/test_url_validator.py
tests/test_zip_ops.py