ModECI / modelspec

Functionality for specifying models & enabling automatic serialization - will be used by MDF & NeuroMLlite
https://modeci.github.io/modelspec/
Apache License 2.0
3 stars 9 forks source link

Feature xml 3 #41

Closed mqnifestkelvin closed 1 year ago

mqnifestkelvin commented 1 year ago

hello @pgleeson I modified the previous PR from the feature_xml_2 and created another branch called feature_xml_3, instead of making use of libraries such as xmltodict and dicttoxml, i made use of the xml.etree.ElementTree library which offers much better customization and exact conversion to and back from dict and xml and xml to dict.