n8n/packages/@n8n/task-runner-python
2025-10-14 14:23:21 +02:00
..
src fix(core): Fix normalization in per-item mode in native Python runner (#20750) 2025-10-14 14:23:21 +02:00
tests fix(core): Fix normalization in per-item mode in native Python runner (#20750) 2025-10-14 14:23:21 +02:00
.editorconfig
.python-version ci: Upgrade n8nio/runners image to Python 3.14 (#20716) 2025-10-14 12:28:07 +02:00
justfile refactor(core): Ensure debug command waits for broker in native Python runner (#20758) 2025-10-14 12:52:13 +02:00
pyproject.toml
pyrightconfig.json
README.md
uv.lock

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.