mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Set up native Python task runner project (no-changelog) (#18257)
This commit is contained in:
19
packages/@n8n/task-runner-python/README.md
Normal file
19
packages/@n8n/task-runner-python/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user