A lightweight markup language
Project description
Mau
Mau is a lightweight markup language heavily inspired by AsciiDoc, Asciidoctor and Markdown.
As I wasn't satisfied by the results I got with those tools I decided to try to write my own language and the tool to render it.
I successfully used it to transpile my book "Clean Architectures in Python" from Mau to Asciidoctor, as Mau is not ready to be used in my workflow yet (it can't create PDFs, for example).
Quick start
To install Mau use pip
pip install mau
To convert Mau sources into HTML just run
mau -i source.mau -o destination.html -f html
To use Mau in your tool you can run it programmatically
from mau import Mau
mau = Mau(target_format="html")
mau.process(text)
Support
You may report bugs or missing features use the issues page. If you want to ask for help or discuss ideas use the discussions page
This project has been set up using PyScaffold 3.3.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mau-1.2.0.tar.gz
.
File metadata
- Download URL: mau-1.2.0.tar.gz
- Upload date:
- Size: 53.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ede382e4cbaaeb57ec534ccf200761aedd00deb5f47d467b81b74e7c506feeeb |
|
MD5 | ddaecb2369629af664b9cf6db8fe993e |
|
BLAKE2b-256 | 0dc277c66cfe5a011d7bd0e59902b6ef3da63fde2c28f1b195e4d8a4a8c77081 |
File details
Details for the file mau-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: mau-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10658f34d7b2a3cc97b67b4318d982b0cced709ba077063e8d5b7d3afaa76de6 |
|
MD5 | 2416a16454392ac9fd49253adbdc2a43 |
|
BLAKE2b-256 | 005de1481d1b0a145fb7517d92cf6c92580c53dd68df31d80a1594287b102513 |