From b373c918fb9e770b6fe10b122ca2c4f120e2d349 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 27 Jun 2008 11:40:56 +0000 Subject: 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: http://pypi.python.org/pypi/mathdom/ PR: ports/124971 Submitted by: Wen Heping --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') diff --git a/math/Makefile b/math/Makefile index 183cea461c3a..e24ff32eccd5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -310,6 +310,7 @@ SUBDIR += py-gnuplot SUBDIR += py-gsl SUBDIR += py-igraph + SUBDIR += py-mathdom SUBDIR += py-matplotlib SUBDIR += py-mpz SUBDIR += py-networkx -- cgit v1.2.3