-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Why feature request?
pydantic is very a very popular library for parsing, validating data and converting dictionaries to python classes.
What is needed to do?
- Install
pydanticas an optional dependency - Write a
Parserthat usespydanticmodels for parsing and unparsing.
References:
It has to look similar to NamedTupleParser:
https://github.com/EnriqueSoria/python-api-consumer/blob/ce7bff11ecd19b6d03f92fbe50567317367ef27c/src/api_consumer/parsers.py#L16-L27
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
