ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Format nested dataclasses as TOML tables #25

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

This makes complex configurations much more readable compared to using inline tables.