🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

generateDS

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generateDS

Generate Python data structures and XML parser from Xschema

2.44.3
Maintainers
1

Notice: The source code repository for generateDS is moving to SourceForge.net. You can find it here: https://sourceforge.net/projects/generateds/ To download and clone the repository, please use: hg clone http://hg.code.sf.net/p/generateds/code generateds

generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition, a separate file containing subclasses (stubs) is optionally generated. The user can add methods to the subclasses in order to process the contents of an XML document.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts