python-commonmark
Port variant v11
Summary Parser for the CommonMark Markdown spec (3.11)
Package version 0.9.1
Homepage https://github.com/rtfd/commonmark.py
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants v12
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 09 OCT 2023, 04:40:21 UTC
Port created 17 FEB 2021, 05:22:33 UTC
Subpackage Descriptions
single commonmark.py ============= 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.4, 3.5, 3.6, and 3.7. **Current version:** 0.9.1 |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)
PY311 ON Build using Python 3.11 PY312 OFF Build using Python 3.12
Package Dependencies by Type
Build (only) python-pip:single:v11
autoselect-python:single:standard
Build and Runtime python311:single:standard
Download groups
main mirror://PYPIWHL/b1/92/dfd892312d822f36c55366118b95d914e5f16de11044a27cf10a7d71bbbf
Distribution File Information
da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9 51068 commonmark-0.9.1-py2.py3-none-any.whl
Ports that require python-commonmark:v11
python-recommonmark:v11 Docutils-compatibility bridge to CommonMark (3.11)