markdown-it-py
PyPIv4.2.0Python port of markdown-it. Markdown parsing, done right!
Not recommended for new projects
No — markdown-it-py should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 125 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 99 KB installed.
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding markdown-it-py to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the markdown-it-py README.
from markdown_it import MarkdownIt
from mdit_py_plugins.front_matter import front_matter_plugin
from mdit_py_plugins.footnote import footnote_plugin
md = (
MarkdownIt('commonmark', {'breaks':True,'html':True})
.use(front_matter_plugin)
.use(footnote_plugin)
.enable('table')
)
text = ("""
---
a: 1
---markdown-it-py vs the alternatives
Packages solving a similar problem in the pypi ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| markdown-it-pythis page | 0 | 1 | — | 4 months ago |
| mdurl | 0 | 1 | — | 1 day ago |
Dependencies
Declared by markdown-it-py v4.2.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Used by
Popular packages that depend on markdown-it-py.
Relationship graph
Dependencies (left) and dependents (right) of markdown-it-py.
Release history
3 releases in the last two years, typically about 36 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 4.2.0latest | 4 months ago | 90 KB | — |
| 4.1.0 | 4 months ago | 89 KB | — |
| 4.0.0 | 1 year ago | 85 KB | — |
| 3.0.0 | 3 years ago | 85 KB | — |
| 2.2.0 | 3 years ago | 82 KB | — |
| 2.1.0 | 4 years ago | 83 KB | — |
| 2.0.1 | 4 years ago | 82 KB | — |
| 2.0.0 | 4 years ago | 82 KB | — |
| 1.1.0 | 5 years ago | 82 KB | — |
| 1.0.0 | 5 years ago | 82 KB | — |
| 1.0.0b3 | 5 years ago | 82 KB | — |
| 1.0.0b2 | 5 years ago | 82 KB | — |
| 1.0.0b1 | 5 years ago | 87 KB | — |
| 0.6.2 | 5 years ago | 80 KB | — |
| 0.6.1 | 5 years ago | 80 KB | — |
Overview
markdown-it-py is an PyPI package that python port of markdown-it. Markdown parsing, done right!. It has 1 known dependents in the graph. The latest version is 4.2.0.
Who should use it
Teams working in the PyPI ecosystem who need python port of markdown-it. Markdown parsing, done right! and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Lean dependency tree (1 direct dependencies).
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use markdown-it-py?
No — markdown-it-py should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install markdown-it-py?
Run `pip install markdown-it-py` to add markdown-it-py to your PyPI project.
How many dependencies does markdown-it-py have?
markdown-it-py declares 1 direct dependency and pulls in 1 packages in total once its runtime tree is resolved totalling about 99 KB on disk.
What license is markdown-it-py released under?
No license was detected in markdown-it-py's metadata; review the repository before use.
How popular is markdown-it-py?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on markdown-it-py.
Is markdown-it-py still maintained?
The most recent release of markdown-it-py (v4.2.0) was published 4 months ago.