n8n/packages/@n8n/task-runner-python
github-actions[bot] c39496eda9
fix(core): Use stricter flags when starting python runner (backport 1.x) (#25157)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2026-02-04 13:43:50 +02:00
..
src fix(core): Use stricter flags when starting python runner (backport 1.x) (#25157) 2026-02-04 13:43:50 +02:00
tests refactor(core): Improve Python runner analyzer (#24980) 2026-01-28 11:48:09 +00:00
.editorconfig feat(core): Add auth and offers flow to native Python runner (no-changelog) (#18354) 2025-08-15 14:36:42 +02:00
.python-version refactor(core): Downgrade to Python 3.13 (#21135) 2025-10-24 10:10:54 +02:00
justfile refactor(core): Ensure debug command waits for broker in native Python runner (#20758) 2025-10-14 12:52:13 +02:00
pyproject.toml fix(core): Use stricter flags when starting python runner (backport 1.x) (#25157) 2026-02-04 13:43:50 +02:00
pyrightconfig.json feat(core): Add auth and offers flow to native Python runner (no-changelog) (#18354) 2025-08-15 14:36:42 +02:00
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 (backport 1.x) (#25157) 2026-02-04 13:43:50 +02: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.