AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/opentaskpy/exceptions.py
src/opentaskpy/logging.py
src/opentaskpy/task_run.py
src/opentaskpy.egg-info/PKG-INFO
src/opentaskpy.egg-info/SOURCES.txt
src/opentaskpy.egg-info/dependency_links.txt
src/opentaskpy.egg-info/entry_points.txt
src/opentaskpy.egg-info/requires.txt
src/opentaskpy.egg-info/top_level.txt
src/opentaskpy/cli/task_run.py
src/opentaskpy/config/__init__.py
src/opentaskpy/config/loader.py
src/opentaskpy/config/schemas.py
src/opentaskpy/config/schemas/batch.json
src/opentaskpy/config/schemas/execution/ssh/protocol.json
src/opentaskpy/config/schemas/execution/ssh/ssh.json
src/opentaskpy/config/schemas/transfer/email_destination.json
src/opentaskpy/config/schemas/transfer/ssh_destination.json
src/opentaskpy/config/schemas/transfer/ssh_source.json
src/opentaskpy/config/schemas/transfer/email/protocol.json
src/opentaskpy/config/schemas/transfer/ssh_destination/flags.json
src/opentaskpy/config/schemas/transfer/ssh_destination/permissions.json
src/opentaskpy/config/schemas/transfer/ssh_destination/protocol.json
src/opentaskpy/config/schemas/transfer/ssh_destination/rename.json
src/opentaskpy/config/schemas/transfer/ssh_source/conditionals.json
src/opentaskpy/config/schemas/transfer/ssh_source/fileWatch.json
src/opentaskpy/config/schemas/transfer/ssh_source/logWatch.json
src/opentaskpy/config/schemas/transfer/ssh_source/postCopyAction.json
src/opentaskpy/config/schemas/transfer/ssh_source/protocol.json
src/opentaskpy/plugins/lookup/file.py
src/opentaskpy/plugins/lookup/http_json.py
src/opentaskpy/remotehandlers/__init__.py
src/opentaskpy/remotehandlers/email.py
src/opentaskpy/remotehandlers/remotehandler.py
src/opentaskpy/remotehandlers/ssh.py
src/opentaskpy/remotehandlers/scripts/transfer.py
src/opentaskpy/taskhandlers/__init__.py
src/opentaskpy/taskhandlers/batch.py
src/opentaskpy/taskhandlers/execution.py
src/opentaskpy/taskhandlers/taskhandler.py
src/opentaskpy/taskhandlers/transfer.py
tests/test_batch_schema_validate.py
tests/test_config_loader.py
tests/test_email_transfer_schema_validate.py
tests/test_file_helper.py
tests/test_logging.py
tests/test_plugin_file.py
tests/test_plugin_http_json.py
tests/test_remote_transfer_script.py
tests/test_schema_validate.py
tests/test_ssh_dest_schema_validate.py
tests/test_ssh_execution_schema_validate.py
tests/test_ssh_source_schema_validate.py
tests/test_task_run.py
tests/test_taskhandler_batch.py
tests/test_taskhandler_execution.py
tests/test_taskhandler_transfer_email.py
tests/test_taskhandler_transfer_ssh.py