n8n/packages/@n8n/task-runner-python
2025-10-17 15:33:02 +02:00
..
src refactor(core): Modernize type syntax in native Python runner (#20847) 2025-10-17 15:33:02 +02:00
tests ci: Fix formatting check in Python CI (#20860) 2025-10-16 13:13:18 +02: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 ci: Upgrade n8nio/runners image to Python 3.14 (#20716) 2025-10-14 12:28:07 +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 test: Add integration tests for execution flows in native Python runner (#19198) 2025-09-05 10:49:45 +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 chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
uv.lock test: Add integration tests for execution flows in native Python runner (#19198) 2025-09-05 10:49:45 +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.