Metadata-Version: |
2.4 |
Name: |
comrak |
Version: |
0.0.6 |
Summary: |
Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser |
Author-Email: |
Louis Maddox <louismmx[at]gmail.com> |
Project-Url: |
Homepage, https://github.com/lmmx/comrak |
Project-Url: |
Repository, https://github.com/lmmx/comrak.git |
Keywords: |
markdown,html,rust,commonmark,gfm,parser |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Programming Language :: Rust |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: 3.9 |
Requires-Python: |
>=3.9 |
Requires-Dist: |
maturin[patchelf] (>=1.8.2); extra == "dev" |
Requires-Dist: |
pdm (>=2.22.3); extra == "dev" |
Requires-Dist: |
pdm-bump (>=0.9.10); extra == "dev" |
Requires-Dist: |
pre-commit (>=4.1.0); extra == "dev" |
Requires-Dist: |
markdown (>=3.7); extra == "bench" |
Requires-Dist: |
markdown2 (>=2.5.3); extra == "bench" |
Provides-Extra: |
dev |
Provides-Extra: |
bench |
Description-Content-Type: |
text/markdown; charset=UTF-8; variant=GFM |
License-File: |
LICENSE |