n8n/packages/@n8n/task-runner-python
2025-10-01 20:42:59 +02:00
..
src fix(core): Do not report to Sentry successful ws close in native Python runner (#20257) 2025-10-01 20:42:59 +02:00
tests fix(core): Add globals and locals to denylist in native Python runner (#20172) 2025-09-30 09:00:28 +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 test(core): Test security validation in native Python runner (#19146) 2025-09-03 16:19:01 +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.