LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/action_type.md
docs/admin_ui.md
docs/api_usage.md
docs/cli_usage.md
docs/development.md
docs/docker_usage.md
docs/environment_variables.md
docs/examples.md
docs/google_auth_scopes.md
docs/google_cloud_service_account.md
docs/google_secret_testing.md
docs/installation.md
docs/jupyter_notes.md
docs/manage_secrets.md
docs/parquet_export.md
docs/playbook-schema.json
docs/playbook.ebnf
docs/playbook_structure.md
docs/promt.md
docs/pypi_manual.md
docs/pypi_publish.md
docs/running_secrets_test.md
docs/secrets_task.md
docs/testing_secrets.md
docs/examples/gcs_secrets_example.md
docs/examples/gs_duckdb_postgres_example.md
docs/examples/load_dict_test_example.md
docs/examples/multi_playbook_example.md
docs/examples/postgres_test_example.md
docs/examples/secrets_test_example.md
docs/examples/weather_example.md
docs/examples/weather_loop_example.md
noetl/__init__.py
noetl/action.py
noetl/broker.py
noetl/common.py
noetl/keyval.py
noetl/main.py
noetl/schema.py
noetl/secret.py
noetl/server.py
noetl/sqlcmd.py
noetl/worker.py
noetl.egg-info/PKG-INFO
noetl.egg-info/SOURCES.txt
noetl.egg-info/dependency_links.txt
noetl.egg-info/entry_points.txt
noetl.egg-info/requires.txt
noetl.egg-info/top_level.txt
noetl/ui/__init__.py
noetl/ui/static/__init__.py
noetl/ui/static/assets/__init__.py
noetl/ui/static/assets/catalog.js
noetl/ui/static/assets/editor.js
noetl/ui/static/assets/execution.js
noetl/ui/static/assets/main.css
noetl/ui/static/assets/main.js
noetl/ui/static/assets/main2.css
noetl/ui/static/assets/main2.js
noetl/ui/templates/__init__.py
noetl/ui/templates/catalog.html
noetl/ui/templates/editor.html
noetl/ui/templates/execution.html
noetl/ui/templates/index.html
tests/test_keyval.py
tests/test_server_api.py
tests/test_server_api_unit.py