summaryrefslogtreecommitdiffstats
path: root/python/PyXB/README
blob: 869e756d7d4ba667c2d65e1ced5fd3bc98ba6349 (plain)
1
2
3
4
5
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++.