konradhalas / dacite

Simple creation of data classes from dictionaries.
MIT License
1.72k stars 106 forks source link

Feature/handle generics #209

Open mciszczon opened 1 year ago

mciszczon commented 1 year ago

This is a draft PR for introducing the handling of typing generics. Feel free to review this PR, but keep in mind it is not yet finished—publishing it just for the sake of code reviews and brainstorming.

Fixes #131 Fixes #157 Fixes #160

TODO

mciszczon commented 1 year ago

@konradhalas After consideration I think it could already be merged as is feature-wise. Maybe we might want to write a few more tests, but that would be it. What do you think?