Metadata-Version: 1.0
Name: simplexmlapi
Version: 0.1.2
Summary: Simple, fast way to create read-only APIs for XML data
Home-page: http://code.google.com/p/simplexmlapi/
Author: Ian McCracken
Author-email: ian.mccracken@gmail.com
License: MIT License
Description: 
        simplexmlapi provides an easy way to access XML data. It is pure Python code with no dependencies.
        
        simplexmlapi uses the xml.dom.minidom module to parse XML data, then allows the resulting document to be walked using a dotted name syntax. It also provides a SimpleXmlApi object which comprises mappings of attributes to dotted-name paths.
        
        The SimpleXmlApi object may be subclassed to provide simple APIs for known data structures.
        
Platform: any
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
