jw-pkg/src/python/jw/pkg
Jan Lindemann 24558f2b58
lib.ProjectConf: Add module

Introduce ProjectConf module to cleanly parse make/project.conf ini-like configuration files. The new class supports:

- ini-style sections with header comments - Key-value pairs with backslash line continuation - Quoted values preserving spaces and comment delimiters (#) inside - Inline comments outside of quotes - Comma-separated list values with quoted commas - Cached section parsing to avoid re-parsing the same section - .get_section() to return an entire section unparsed

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-30 12:46:36 +02:00
..
cmds cmds.CmdPkg: Rename pkg -> packages 2026-06-25 09:50:19 +02:00
lib lib.ProjectConf: Add module 2026-06-30 12:46:36 +02:00
__init__.py jw.pkg.__init__.py: Add file to Git 2026-06-01 14:32:44 +02:00
App.py App: Replace @lru_cache() with @cache 2026-06-30 12:46:28 +02:00
CmdBase.py CmdBase / cmds.projects.Cmd: Add modules 2026-05-31 17:52:20 +02:00
Makefile jw.pkg.__init__.py: Add file to Git 2026-06-01 14:32:44 +02:00
py.typed jw/pkg/py.typed: Add file 2026-05-31 18:21:20 +02:00