comrak 0.0.1__cp311-cp311-macosx_11_0_arm64.whl → 0.0.2__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of comrak might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comrak
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Classifier: Intended Audience :: Developers
|
|
5
5
|
Classifier: License :: OSI Approved :: MIT License
|
|
6
6
|
Classifier: Programming Language :: Rust
|
|
@@ -15,7 +15,10 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
16
|
Requires-Dist: maturin[patchelf]>=1.8.2 ; extra == 'dev'
|
|
17
17
|
Requires-Dist: pre-commit>=4.1.0 ; extra == 'dev'
|
|
18
|
+
Requires-Dist: markdown>=3.7 ; extra == 'bench'
|
|
19
|
+
Requires-Dist: markdown2>=2.5.3 ; extra == 'bench'
|
|
18
20
|
Provides-Extra: dev
|
|
21
|
+
Provides-Extra: bench
|
|
19
22
|
Summary: Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser
|
|
20
23
|
Keywords: markdown,html,rust,commonmark,gfm,parser
|
|
21
24
|
Author-email: Louis Maddox <louismmx@gmail.com>
|
|
@@ -51,6 +54,13 @@ pip install comrak
|
|
|
51
54
|
|
|
52
55
|
Fast Markdown to HTML parser in Rust, shipped for Python via PyO3.
|
|
53
56
|
|
|
57
|
+
## Benchmarks
|
|
58
|
+
|
|
59
|
+
Tested with small (8 lines) and medium (1200 lines) markdown strings
|
|
60
|
+
|
|
61
|
+
- vs. [markdown](https://pypi.org/project/markdown): 15x faster (S/M)
|
|
62
|
+
- vs. [markdown2](https://pypi.org/project/markdown2): 20x (S) - 60x (M) faster
|
|
63
|
+
|
|
54
64
|
## Contributing
|
|
55
65
|
|
|
56
66
|
Maintained by [lmmx](https://github.com/lmmx). Contributions welcome!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
comrak-0.0.
|
|
2
|
-
comrak-0.0.
|
|
1
|
+
comrak-0.0.2.dist-info/METADATA,sha256=yDXST-u_kQtdrLIi4BRmZkVBa2pCm4cyV5Y69uYNt1o,3229
|
|
2
|
+
comrak-0.0.2.dist-info/WHEEL,sha256=0lIaBJ0H7Rb-e5G21nEFCfbwH5Y7xgrxeT0ptO6oWh4,104
|
|
3
3
|
comrak/__init__.py,sha256=H-lprYD1Pf1TgIMrspnMxaKc6nzSR58I8zQEItFxzJg,107
|
|
4
4
|
comrak/comrak.cpython-311-darwin.so,sha256=Ho0g6eCb5b_dOzIex3NzXo0RXI_n80CIghYPFHRysHY,1083664
|
|
5
|
-
comrak-0.0.
|
|
5
|
+
comrak-0.0.2.dist-info/RECORD,,
|
|
File without changes
|