Description
Reduce repetitive container-class boilerplate in Python with a compact field-definition approach. It helps developers define simple structured objects without writing the same initialization and representation code repeatedly.
This is a developer convenience library. Generated object behavior should remain clear to maintainers, especially when objects are part of public APIs or serialized data formats.