n8n/packages/@n8n/task-runner-python
2026-01-14 12:00:05 +00:00
..
src refactor(core): Normalize exception attribute access in Python task runner (#24310) 2026-01-14 12:00:05 +00:00
tests refactor(core): Normalize exception attribute access in Python task runner (#24310) 2026-01-14 12:00:05 +00:00
.editorconfig
.python-version
justfile
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.