n8n/packages/@n8n/task-runner-python
2025-10-02 09:54:24 +02:00
..
src fix(core): Keep submodules of safe modules in native Python runner (#20284) 2025-10-02 09:54:24 +02:00
tests fix(core): Keep submodules of safe modules in native Python runner (#20284) 2025-10-02 09:54:24 +02:00
.editorconfig
.python-version
justfile
pyproject.toml test: Add integration tests for execution flows in native Python runner (#19198) 2025-09-05 10:49:45 +02:00
pyrightconfig.json
README.md
uv.lock test: Add integration tests for execution flows in native Python runner (#19198) 2025-09-05 10:49:45 +02:00

n8n Task Runner Python

Native Python task runner for n8n

Development

Install:

Set up dependencies:

just sync # or
just sync-all

See justfile for available commands.