Metadata-Version: 1.0
Name: yaxl
Version: 0.0.16
Summary: Yet Another (Pythonic) XML Library
Home-page: http://www.ilowe.net/software/yaxl
Author: Iain Lowe
Author-email: ilowe@cryogen.com
License: MIT License
Description: A library for reading, writing and manipulating XML in Python.
        
        * Requires only Python 2.4+
        * Learnable in 15 minutes
        * Simplest interface possible - minimal number of functions (1) and objects (1) exported
        * XML Namespace aware
        * XPath support
        * Easy to create XML documents and fragments
        * Easy to read in and manipulate XML documents and fragments
        
Keywords: xml xpath
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
