python-commonmark
Port variant py39
Summary Parser for the CommonMark Markdown spec (3.9)
Package version 0.9.1
Homepage https://github.com/rtfd/commonmark.py
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 20 NOV 2021, 04:14:38 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)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py39
autoselect-python:single:standard
Build and Runtime python39: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:py39
python-recommonmark:py39 Docutils-compatibility bridge to CommonMark (3.9)