slackbuilds_ponce/python/PyXB/README
B. Watson 8e89f68978
python/PyXB: Fix README, script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:36:48 +07:00

5 lines
316 B
Text

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++.