Metadata-Version: 2.1
Name: mumath
Version: 1.1.2
Summary: LATEX to MathML conversion tool
Home-page: https://github.com/fourpoints/mumath
Author: ::fourpoints
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: markdown
License-File: LICENSE


# Mumath
Mumath is a LATEX-like to MathML conversion tool written in Python.

It also includes Markdown extensions for inline `$...$` and blocks `$$...$$`
and a simple server for quick testing.

Install and open in browser:
```sh
$ pip install mumath
$ py -m mumath.server --open
```
