{"categories":[{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"}],"enrichment":{"capability":"pyromark is a CommonMark-compliant Markdown parser that converts Markdown to HTML and exposes a structured event stream for programmatic element access.","skillfed_tags":["markdown-parser","rust-binding","commonmark"],"use_cases":["Convert Markdown files or strings to HTML for web publishing or documentation rendering.","Parse Markdown documents into an event stream to build custom processors or AST transformations.","Build high-throughput Markdown processing pipelines where GIL contention would otherwise be a bottleneck.","Integrate CommonMark-compliant parsing into Python applications that need strict spec compliance."],"what_it_does":"pyromark is a Markdown parser for Python that wraps the Rust pulldown-cmark crate to provide fast CommonMark-compliant parsing. It offers two main interfaces: a simple `html()` function to convert Markdown strings directly to HTML, and an `events()` function that yields a stream of structured parsing events (headings, text, etc.) that you can pattern-match and process programmatically. The package is built as a compiled extension with wheels for multiple Python versions and architectures, and it releases the Python GIL during parsing to enable efficient multithreaded use.\n\nThe package depends only on typing-extensions at runtime and supports Python 3.10 through 3.14 on CPython and PyPy. It is actively maintained, with the repository last updated on 2026-08-13 and a release cycle of roughly two months.","worth_installing":"Yes, if you need fast Markdown parsing and can target Python 3.10+. The package is actively maintained, has no known vulnerabilities, and offers a clean API for both simple HTML conversion and structured event access. The only caveat is that license metadata is unclear in the fact sheet\u2014verify the actual license terms match your use case before adopting it."},"id":"pyromark","links":{"html":"https://skillfed.io/packages/pyromark","md":"https://skillfed.io/packages/pyromark.md","pypi":"https://pypi.org/project/pyromark/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-13","license_spdx":null,"license_treatment":"unclear","name":"pyromark","python_support":"supports_current","summary":"Blazingly fast Markdown parser"},"popularity":{"monthly_downloads":290795,"position":7980,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9.13"}
