cli.meta.j2.compiler package¶
Module contents¶
Compatibility wrapper.
- This package was migrated from a flat module (compiler.py) to a package layout:
compiler/__main__.py contains the original implementation.
We re-export the public API so existing imports keep working.
- cli.meta.j2.compiler.expand_includes(rel_path, seen=None)¶
Liest die Datei rel_path (relative zum PROJECT_ROOT), ersetzt rekursiv alle “{% include ‘path’ %}”-Zeilen durch den Inhalt der jeweiligen Datei (mit gleicher Einrückung).
- cli.meta.j2.compiler.main()¶
- cli.meta.j2.compiler.parse_args()¶