libxml2dom

Annotated PKG-INFO

309:35c2b7e260c9
2007-10-01 paulb [project @ 2007-10-01 23:26:37 by paulb] Made the XML-RPC and SOAP APIs more consistent. Changed parameter access to focus only on parameter values, separating type conversions out into a separate module. Implemented hierarchical editing of parameters, most likely accessed through a higher level API.
paulb@108 1
Metadata-Version: 1.1
paulb@108 2
Name: libxml2dom
paulb@303 3
Version: 0.4.5
paulb@108 4
Author: Paul Boddie
paulb@108 5
Author-email: paul at boddie org uk
paulb@108 6
Maintainer: Paul Boddie
paulb@108 7
Maintainer-email: paul at boddie org uk
paulb@108 8
Home-page: http://www.boddie.org.uk/python/libxml2dom.html
paulb@303 9
Download-url: http://www.boddie.org.uk/python/downloads/libxml2dom-0.4.5.tar.gz
paulb@108 10
Summary: PyXML-style API for the libxml2 Python bindings
paulb@292 11
License: LGPL (version 3 or later)
paulb@108 12
Description: The libxml2dom package provides a traditional DOM wrapper around the Python
paulb@108 13
        bindings for libxml2. In contrast to the libxml2 bindings, libxml2dom provides
paulb@108 14
        an API reminiscent of minidom, pxdom and other Python-based and Python-related
paulb@108 15
        XML toolkits.
paulb@303 16
Keywords: XML libxml2 SVG XMPP SOAP
paulb@108 17
Platform: Any
paulb@163 18
Classifier: Development Status :: 3 - Alpha
paulb@163 19
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
paulb@163 20
Classifier: Natural Language :: English
paulb@163 21
Classifier: Operating System :: OS Independent
paulb@163 22
Classifier: Programming Language :: Python
paulb@108 23
Classifier: Topic :: Text Processing :: Markup :: XML