ANN: pyXSD 0.1 released

Karl Norby knorby at uchicago.edu
Tue Sep 12 07:55:15 CEST 2006


pyXSD v.0.1 has been released!

pyXSD is a tool to map XML and XSD (XML Schema) into Python. It can validate
an XML file against an XSD file. It also contains a feature to allow users
to easily transform an XML file, using small python classes that are easy to
use and are easy and fast for users to write. The program uses a simple,
non-DOM interface in the "transforms" with the XML data tree. It can be used
as a library or command-line program. The program includes a decent amount
of documentation on how to use the program and on how to use and write
transforms. A more thorough description of its functionality and features
can be found on the projects website: http://pyxsd.org/

The program was designed for material science modeling applications, so some
of the included "transform" classes are for this specific use. The program
includes more general "transforms" and  "transform" libraries to assist
users write these classes.

The program uses ElementTree and cElementTree (the ElementTree and
cElementTree included in python 2.5 should work), and requires Python 2.3 or
greater.

The pyXSD project's website: http://pyxsd.org/

Release 0.1 download: http://pyxsd.org/download-area/release-0.1

Mailing List: http://mail.kanorben.net/mailman/listinfo/pyxsd_kanorben.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-announce-list/attachments/20060912/8363e14e/attachment.html 


More information about the Python-announce-list mailing list