Metadata-Version: 2.1
Name: generateDS
Version: 2.43.3
Summary: Generate Python data structures and XML parser from Xschema
Home-page: http://www.davekuhlman.org/generateDS.html
Author: Dave Kuhlman
Author-email: dkuhlman@davekuhlman.org
Maintainer: Dave Kuhlman
Maintainer-email: dkuhlman@davekuhlman.org
License: http://www.opensource.org/licenses/mit-license.php
Platform: platform-independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
License-File: LICENSE
Requires-Dist: six
Requires-Dist: lxml
Requires-Dist: requests>=2.21.0

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.
