#1118258 ITP: markdown-it-pyrs -- Python interface for markdown-it.rs, using Rust for blazingly fast Markdown parsing

#1118258#5
Date:
2025-10-17 12:04:06 UTC
From:
To:
* Package name    : markdown-it-pyrs
  Version         : 0.4.0
  Upstream Contact: Chris Sewell <chrisj_sewell@hotmail.com>
* URL             : https://github.com/chrisjsewell/markdown-it-pyrs
* License         : Apache-2.0
  Programming Lang: Python, Rust
  Description     : Python interface for markdown-it.rs (and plugins), using Rust for blazingly fast Markdown parsing

The goal of this project is to provide a fast, safe, extensible, and
easy-to-use Markdown parser for Python. It is complimentary to
markdown-it-py, which is a pure Python implementation of markdown-it,
and here we aim to follow as close as possible the API for that
package.
.
If you care primarily about speed, this is the library for you. For
example, benchmarking the two libraries when parsing the CommonMark
Spec file, markdown-it-pyrs is 20x faster than markdown-it-py.
.
I plan maintain it under Debian Python Team umbrella.