python-markup-writer

Libraries to write Markdown, Latex, or HTML documents with python.

Installation

./setup.py install

Run Tests

./setup.py flake8  # code style
./setup.py test