n8n/packages/@n8n/task-runner-python
2025-09-03 09:34:47 +02:00
..
src refactor(core): Replace pickle with JSON serialization in native Python runner (#19123) 2025-09-03 09:34:47 +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.