n8n/packages/@n8n/task-runner-python
2025-10-23 13:40:13 +02:00
..
src refactor(core): Strengthen Python security validator (#21086) 2025-10-23 13:40:13 +02:00
tests refactor(core): Strengthen Python security validator (#21086) 2025-10-23 13:40:13 +02: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.