Metadata-Version: 1.0
Name: asciimathml
Version: 0.9.1
Summary: ASCIIMathML to MathML translator
Home-page: http://github.com/favalex/python-asciimathml
Author: Gabriele Favalessa
Author-email: favalex@gmail.com
License: UNKNOWN
Description: Translates from ASCIIMathML (an easy to type and highly readable way to
        represent math formulas) into MathML (a w3c standard directly displayable by
        some web browsers).
        
        The MathML tree is represented by Elements from the standard
        xml.etree.ElementTree python library.
        
        The obtained tree can then be further manipulated and then serialized into a
        string to be included for example in a HTML document.
        
        Also included is a markdown extension that allows the use of ASCIIMathML,
        eclosed between $$, inside markdown documents.
        
Keywords: markup,math,mathml,xml,markdown
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML
