n8n/packages/@n8n/task-runner-python
2025-09-01 10:55:20 +02:00
..
src perf: Skip browser logging for production tasks in native Python runner (#19028) 2025-09-01 10:55:20 +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 feat(core): Set up native Python task runner project (no-changelog) (#18257) 2025-08-13 19:52:04 +02:00
justfile refactor(core): Make native Python runner compatible with launcher (#18788) 2025-08-26 13:19:09 +02:00
pyproject.toml refactor: Remove nanoid dependency from native Python task runner (#19025) 2025-09-01 10:22:27 +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 feat(core): Set up native Python task runner project (no-changelog) (#18257) 2025-08-13 19:52:04 +02:00
uv.lock refactor: Remove nanoid dependency from native Python task runner (#19025) 2025-09-01 10:22:27 +02:00

n8n Task Runner Python

Native Python task runner for n8n

Development

Install:

Set up dependencies:

just sync

See justfile for available commands.