%general-entities; ]> Commonmark-&commonmark-version; commonmark Introduction to Commonmark Module Commonmark Python parser for the CommonMark Markdown specification. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &commonmark-md5sum; Download size: &commonmark-size; Estimated disk space required: &commonmark-buildsize; Estimated build time: &commonmark-time; Commonmark Dependencies Optional (for testing) , flake8, and hypothesis Installation of Commonmark Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user commonmark Assuming is installed and the other optional dependency is not, the installation can be tested with: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install hypothesis && python3 /usr/bin/pytest commonmark/tests/unit_tests.py python3 commonmark/tests/run_spec_tests.py deactivate Contents Installed Programs Installed Libraries Installed Directories cmark None /usr/lib/python&python3-majorver;/site-packages/commonmark and /usr/lib/python&python3-majorver;/site-packages/commonmark-&commonmark-version;.dist-info Short Descriptions cmark processes Markdown according to the CommonMark specification cmark