diff options
Diffstat (limited to 'python/PyXB/README')
-rw-r--r-- | python/PyXB/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python/PyXB/README b/python/PyXB/README index 869e756d7d4ba..da9f63f1abc50 100644 --- a/python/PyXB/README +++ b/python/PyXB/README @@ -1,5 +1,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++. +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++. |