-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add from_typed_dict
schema
#1579
Labels
feature
Feature request
Comments
This feature seems to be very useful. It would be great to have such a feature in Mimesis. |
I think I may try to work on it this weekend. |
I think the difficulty here can only be with nested entities. |
God, time has flown by so fast. I'm very busy at work and so I've never got round to doing it, but I really want to. I hope that at least this weekend I will be able to get it off the ground. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's say I have this typed dict:
I would love to just pass this metadata to
mimesis
to get my random data without any code duplication. Example of API that I am thinking of:So, this will:
password
as a text, with no modificationsemail
with a given modificationThe text was updated successfully, but these errors were encountered: