Hi,
I discovered this project 2 days ago and I thing it's pretty cool.
However, I still yet haven't found how to properly integrate it with dataclasses using Schemas libraries.
I am using marshmallow-dataclass but we could also think about people using Pythdantic dataclasses.
For example, how to properly:
- load-data from files, deserialize using marshmallow Shema().load()
- write data to file coming from marshmallow Shema().dump(,...)
I think that combining your library with such libraries would make the whole thing amazing.
Any idea on how to do this well?
Hi,
I discovered this project 2 days ago and I thing it's pretty cool.
However, I still yet haven't found how to properly integrate it with dataclasses using Schemas libraries.
I am using marshmallow-dataclass but we could also think about people using Pythdantic dataclasses.
For example, how to properly:
I think that combining your library with such libraries would make the whole thing amazing.
Any idea on how to do this well?