Metadata-Version: 2.1
Name: melan
Version: 0.1.0
Summary: MeLan — The meta-language with Python backend.
Home-page: https://github.com/jhadida/melan
Author: Jonathan Hadida
Author-email: jonathan.hadida@unknown.invalid
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Text Processing
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: nxp


<a href="https://choosealicense.com/licenses/mpl-2.0/"><img src="assets/license.svg" alt="License: MPLv2" align="middle" style="margin: 0 20px"></a>
<a href="https://pypi.org/project/melan/"><img src="assets/pypi.svg" alt="PyPI: melan" align="middle" style="margin: 0 20px"></a>
<a href="https://jhadida.github.io/melan/"><img src="assets/docs.svg" alt="Documentation" align="middle" style="margin: 0 20px"></a>

# MeLan: the meta-language with Python backend

MeLan is a text-processor with LaTeX-like syntax that allows you to bind commands to Python functions.

## Quick install

The `melan` package is [available on PyPI](https://pypi.org/project/melan/), and can be installed (without `sudo` privileges) with:
```
python3 -m pip install --user --upgrade melan
```

Download the VSCode language extension: [melan](https://marketplace.visualstudio.com/items?itemName=jhadida.melan).

## Example

To-do



