slackbuilds/python/PyXB
B. Watson 9032c87d42
python/PyXB: Convert .info file to UTF-8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2020-02-01 09:00:28 +07:00
..
PyXB.SlackBuild python/PyXB: Updated for version 1.2.5. 2016-11-14 16:42:37 +07:00
PyXB.info python/PyXB: Convert .info file to UTF-8. 2020-02-01 09:00:28 +07:00
README python/PyXB: Added (Python W3C XML Schema Bindings). 2015-05-08 22:47:52 +07:00
slack-desc python/PyXB: Added (Python W3C XML Schema Bindings). 2015-05-08 22:47:52 +07:00

README

PyXB ("pixbee") is a pure Python package that generates Python source code
for classes that correspond to data structures defined by XMLSchema.
The generated classes support bi-directional conversion between XML documents
and Python objects. In concept it is similar to JAXB for Java and CodeSynthesis
XSD for C++.