feat(core): Set up native Python task runner project (no-changelog) (#18257)

This commit is contained in:
Iván Ovejero
2025-08-13 19:52:04 +02:00
committed by GitHub
parent ed2a490351
commit 8bc6ee727a
8 changed files with 135 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# n8n Task Runner Python
Native Python task runner for n8n
## Development
Install:
- [Python 3.13+](https://www.python.org/)
- [uv](https://github.com/astral-sh/uv)
- [just](https://github.com/casey/just)
Set up dependencies:
```
just sync
```
See `justfile` for available commands.