rpathsync / rpath-xmllib

XML to Python Object Common Code

Clone this repository (size: 60.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/rpath-xmllib/
commit 46: 1aa501a2fef8
parent 45: c7317912a29e
child 47: 98d451c341cd
Don't traceback if one compares a class with an int defaultrba_5.2.0
Mihai Ibanescu
12 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
rpath-xmllib /
filename size last modified message
docs  
pylint  
rpath_common  
scripts  
.hgignore 164 B 21 months ago add epydoc documentation generartion
.hgtags 174 B 14 months ago Added tag rpath-xmllib-1.0 for changeset da545d2476e8
EULA_xmllib.txt 8.3 KB 23 months ago Importing xmldata as xmllib
LICENSE 11.7 KB 23 months ago Importing xmldata as xmllib
Make.defs 1.2 KB 14 months ago 1.0: General Availability
Make.rules 1.7 KB 14 months ago Python 2.6 compatibility tweak
Makefile 1.4 KB 21 months ago separate forcetag
NEWS 396 B 14 months ago prepare for future versions
README 678 B 14 months ago 1.0: General Availability

README

This is a component of the rpath_common set of modules.  It provides
a stable interface for reading and writing rPath-generated XML
files.

Note that all documentation regarding stable interfaces is relevant
only to published stable releases; it is not in force for alpha
and beta releases, including 0.x releases and any automated builds.

To use the latest version of the interface:
    from rpath_common import xmllib
To use a specific API version of the interface:
    from rpath_common.xmllib import api1 as xmllib

API documentation is available at http://cvs.rpath.com/rpath-xmllib-docs/
or by running "make html" and viewing docs/developer/index.html (requires
epydoc).