diff options
author | Per Dalén <per.dalen@gmail.com> | 2015-05-08 22:47:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-08 22:47:52 +0700 |
commit | 609df9395b95fb8c0308790771ed124637a67216 (patch) | |
tree | fb5e8d871eac3f325380913682e424bf68c94cfd /python/PyXB/README | |
parent | 5b0ab2fa6793f1b09d4a57565961455ac3b89531 (diff) | |
download | slackbuilds-609df9395b95fb8c0308790771ed124637a67216.tar.gz |
python/PyXB: Added (Python W3C XML Schema Bindings).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PyXB/README')
-rw-r--r-- | python/PyXB/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/PyXB/README b/python/PyXB/README new file mode 100644 index 0000000000..869e756d7d --- /dev/null +++ b/python/PyXB/README @@ -0,0 +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++. |