Want to write script, that will take an arbitrary xsd file, and populate pydantic classes based on it, so I can parse XML’s into them later
I am new to XML+XSD, so wanted to ask if this is even possible? And if it is what’s the best approach.
What I’ve already checked:
generateDS – Seems good, but does not work with pydantic, maybe can generate pydantic models from dataclasses
XSData-pydantic – Only checked documentation, maybe this will actually work