Browse Source
python/PyXB: Fix README, script encoding.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/87/head
B. Watson
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
python/PyXB/PyXB.SlackBuild
-
python/PyXB/README
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for PyXB |
|
|
|
|
|
|
|
# Copyright 2015 Per Dalén <per.dalen[at]gmail[dot]com> |
|
|
|
# Copyright 2015 Per Dalén <per.dalen[at]gmail[dot]com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
|
|
|
|
@ -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++. |