mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
12 lines
474 B
Plaintext
12 lines
474 B
Plaintext
MathDOM is a set of Python modules (using PyXML or
|
|
lxml, and pyparsing) that import mathematical terms
|
|
as a Content MathML DOM. It currently parses MathML
|
|
and literal infix terms into a DOM document and writes
|
|
out MathML and literal infix/prefix/postfix/Python
|
|
terms. The DOM elements are enhanced by domain specific
|
|
methods that make using the DOM a little easier.
|
|
Implementations based on PyXML and lxml/libxml2 are
|
|
available.
|
|
|
|
WWW: https://pypi.python.org/pypi/mathdom/
|