klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
938 stars 96 forks source link

Add support for type annotations, typing.TypedDict and python dataclasses #167

Open jvllmr opened 2 years ago

jvllmr commented 2 years ago

My implementation of type annotations and typing.TypedDict support. I hope you don't mind the changed quotes in test_main.py, I forgot that my formatter is enabled :(

closes #166

jvllmr commented 2 years ago

Added support for python dataclasses as well.

closes #113

gcavalcante8808 commented 1 year ago

Hey @jvllmr, is there an ETA or any plans to merge this PR? I'm really interested in use faker to randomize dataclass instances =D

jvllmr commented 1 year ago

I'm not the maintainer so I don't have any influence on the process.

jvllmr commented 1 year ago

Any opinion on this, @klen ?