ProtixIT / dataclass-binder

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

Support instantiating `Binder` from a dataclass object #19

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

This implements the foundation of #17, but doesn't change the way format_template() works yet.