Install¶
Simplemark is pure Python with no runtime dependencies. It needs Python 3.12 or later.
Or, with uv:
Check it works¶
And the command line:
What gets installed¶
simplemark |
the package: parse, parse_inline, check, render_text, and the node types |
python -m simplemark |
the command line interface |
simplemark |
the same CLI, as a console script |
Nothing else. No plugins to enable, no configuration file, no state.
Development install¶
The test suite needs docutils and markdown-it-py, which are development dependencies only. They are the reference parsers the differential tests check simplemark against; if they are missing those tests skip rather than fail.