n8n/packages/@n8n/task-runner-python
2026-05-05 11:53:14 +00:00
..
src fix: Restore broken stdlib calls in Python Code node (#29776) 2026-05-05 11:53:14 +00:00
tests fix: Restore broken stdlib calls in Python Code node (#29776) 2026-05-05 11:53:14 +00:00
.editorconfig
.python-version refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
justfile chore(core): Streamline runner debugging (#23854) 2026-01-05 14:09:47 +01:00
pyproject.toml fix(core): Use stricter flags when starting python runner (#24983) 2026-02-02 10:08:44 +00:00
pyrightconfig.json
README.md refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
uv.lock fix(core): Use stricter flags when starting python runner (#24983) 2026-02-02 10:08:44 +00:00

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.