python-commonmark
Port variant v14
Summary Parser for the CommonMark Markdown spec (3.14)
Package version 0.9.2
Homepage https://github.com/rtfd/commonmark.py
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v13
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 29 MAY 2026, 12:33:39 UTC
Port created 18 FEB 2021, 05:22:33 UTC
Subpackage Descriptions
single commonmark.py ============= |No Maintenance Intended| **Warning:** commonmark.py is now deprecated. We recommend using `markdown-it-py`_ for a commonmark parser going forward. See `this issue`_ for background and discussion. -- commonmark.py is a pure Python port of [jgm]'s `commonmark.js `__, a Markdown parser and renderer for the [CommonMark] specification, using only native modules. Once both this project and the CommonMark specification are stable we will release the first ``1.0 version and attempt to keep up to date with changes in commonmark.js``. commonmark.py is tested against the CommonMark spec with Python versions 2.7, 3.5, 3.6, 3.7, and 3.8. **Current version:** 0.9.2 |Pypi Link| |Build Status| |Doc Link| Installation ------------ :: $ pip install commonmark Usage ----- :: >>> import commonmark >>> commonmark.commonmark('*hello!*') '

hello!

\n' Or, without the syntactic sugar: :alt: Documentation Status
Configuration Switches (platform-specific settings discarded)
PY313 OFF Build using Python 3.13 PY314 ON Build using Python 3.14
Package Dependencies by Type
Build (only) python314:dev:std
python-pip:single:v14
autoselect-python:single:std
Build and Runtime python314:primary:std
Download groups
main mirror://PYPIWHL/a0/5f/8258106ce24cfcb92134de904905a3118574a8b205c2a135301751797ec3
Distribution File Information
cc7dfaea4557c79e32ce1ad36727185ea8cfe9c7e797cf79297c5cdffe6c7f5a 51416 python-src/commonmark-0.9.2-py2.py3-none-any.whl
Ports that require python-commonmark:v14
python-recommonmark:v14 Docutils-compatibility bridge to CommonMark (3.14)