Two Python Config-File Design Patterns
I hate to complain, but there's a Python syntax rule that has slightly cramped my style. The problem stems from a need to describe a really complex and extensible structure.
We need to describe X12N messages, which have a rather complex structure, and the structure can be customized. While the …
more ...