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
parent
commit
8e89f68978
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/PyXB/PyXB.SlackBuild
  2. 10
      python/PyXB/README

2
python/PyXB/PyXB.SlackBuild

@ -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

10
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++.
Loading…
Cancel
Save