Python-based Arch System Config Helper
Find a file
Joscha 442f389b36 Shorten Module.orchestrator and Orchestrator.console
`Orchestrator.console` was shortened to `Orchestrator.c` for convenience
so that a function `@module def foo(o: Orchestrator, ...)` can just use
`o.c.print` instead of `o.console.print`. Existing `class Foo(Module)`
should still use `self.c` like before.

Module.orchestrator was shortened to Module.o for convenience and
consistency with `Module.c`.
2025-11-04 02:56:18 +01:00
.vscode Update recommended extensions 2025-08-29 14:07:49 +02:00
pasch Shorten Module.orchestrator and Orchestrator.console 2025-11-04 02:56:18 +01:00
scripts Add orchestrator and Echo module 2025-08-29 22:42:51 +02:00
.gitignore Create project 2025-08-26 15:47:18 +02:00
.python-version Switch to Python 3.13 2025-08-31 19:53:37 +02:00
pyproject.toml Enable pyrefly in config 2025-11-04 02:39:04 +01:00
README.md Create project 2025-08-26 15:47:18 +02:00
uv.lock Add TomlFile 2025-11-03 02:04:07 +01:00

pasch

Python-based Arch System Config Helper