xml_dataclasses icon indicating copy to clipboard operation
xml_dataclasses copied to clipboard

xml_dataclasses is basically unmaintained

Open tobywf opened this issue 1 year ago • 1 comments

Sorry, I no longer have the time to keep up with Python, and so lack the expertise to maintain this package.

If you would like to take over the project, feel free to cut a PR with a new feature. I'm willing to discuss transferring ownership to a new maintainer with the time and skills.

tobywf avatar Jan 21 '24 21:01 tobywf

Who is reading this issue, this project can be replaced using:

https://github.com/martinblech/xmltodict https://github.com/konradhalas/dacite

xmltodict support any type of xml and is pythonic and dacite can convert the dict to dataclass which can be used to build the xml in any direction.

webysther avatar Aug 22 '25 09:08 webysther