Metadata-Version: 2.4
Name: markdown-it-rs-py
Version: 0.1.0
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

Python binding for markdown-it-rs

For development, use [maturin](https://www.maturin.rs/):

```bash
cd bindings/python
uv tool install maturin # or `pip install maturin`
maturin develop
python -m unittest discover -s tests -v
```

Install:

```bash
uv add "markdown-it-rs-py @ git+<This repo git url>#subdirectory=bindings/python"
# or pip
pip install "git+<This repo git url>#subdirectory=bindings/python"
```

replace `<This repo git url>` to actual git url.

