n8n/packages/@n8n/task-runner-python
2025-11-03 13:16:47 +01:00
..
src fix(core): Protect against name-mangling in native Python runner (#21482) 2025-11-03 13:16:47 +01:00
tests fix(core): Protect against name-mangling in native Python runner (#21482) 2025-11-03 13:16:47 +01: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.