</>PackageGraphPackageGraph

markdown-it-py

PyPIv4.2.0

Python 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.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

99 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Compatibility

Python
python >=3.10

Quick start

A usage example from the markdown-it-py README.

python
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
---
Example truncated — see the project README.

markdown-it-py vs the alternatives

Packages solving a similar problem in the pypi ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
markdown-it-pythis page014 months ago
mdurl011 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.

mdurlrichmarkdown-it-py
markdown-it-py dependencies dependents

Release history

3 releases in the last two years, typically about 36 days apart.

Recent versions of markdown-it-py
VersionPublishedSizeLicense
4.2.0latest4 months ago90 KB
4.1.04 months ago89 KB
4.0.01 year ago85 KB
3.0.03 years ago85 KB
2.2.03 years ago82 KB
2.1.04 years ago83 KB
2.0.14 years ago82 KB
2.0.04 years ago82 KB
1.1.05 years ago82 KB
1.0.05 years ago82 KB
1.0.0b35 years ago82 KB
1.0.0b25 years ago82 KB
1.0.0b15 years ago87 KB
0.6.25 years ago80 KB
0.6.15 years ago80 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.

Keywords

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.