Skip to content

Commit

Permalink
Merge pull request #539 from lmmx/docs/python-bindings
Browse files Browse the repository at this point in the history
docs: add Python bindings repo and PyPI links to Related Projects
  • Loading branch information
gjtorikian authored Feb 21, 2025
2 parents 532d6e7 + 3270ae8 commit 7dec387
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,11 @@ depending on your use-case. Here are some other projects to consider:
- [markdown-rs](https://github.com/wooorm/markdown-rs) (1.x) looks worth watching.
- Know of another library? Please open a PR to add it\!

### Python bindings

- [comrak (Python package)](https://github.com/lmmx/comrak) — Python bindings for this library built with PyO3.
Available on PyPI as [`comrak`](https://pypi.org/project/comrak), benchmarked at 15-60x faster than pure Python alternatives.

As far as I know, Comrak is the only library to implement all of the [GitHub Flavored Markdown
extensions](https://github.github.com/gfm) rigorously.

Expand Down

0 comments on commit 7dec387

Please sign in to comment.