n8n/packages/@n8n/task-runner-python
2025-09-03 12:47:45 +02:00
..
src feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +02:00
.editorconfig
.python-version
justfile chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
pyproject.toml chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
pyrightconfig.json
README.md chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
uv.lock chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +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.