README 315 B

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