Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 251 Bytes

File metadata and controls

19 lines (14 loc) · 251 Bytes

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