comrak 0.0.1__cp313-cp313-musllinux_1_2_aarch64.whl → 0.0.2__cp313-cp313-musllinux_1_2_aarch64.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.1
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,6 +1,6 @@
1
- comrak-0.0.1.dist-info/METADATA,sha256=_MMAHkIjdsk8fCTBigfT18qSGDZyenzvoeyY0k3TTAs,2872
2
- comrak-0.0.1.dist-info/WHEEL,sha256=2lVT1Pqlde8rqOo-l9kOMU0ednLIGicY6Jgcx3z7RmM,108
1
+ comrak-0.0.2.dist-info/METADATA,sha256=yDXST-u_kQtdrLIi4BRmZkVBa2pCm4cyV5Y69uYNt1o,3229
2
+ comrak-0.0.2.dist-info/WHEEL,sha256=2lVT1Pqlde8rqOo-l9kOMU0ednLIGicY6Jgcx3z7RmM,108
3
3
  comrak.libs/libgcc_s-e52197c3.so.1,sha256=vkPW1Auw6CH9Bjk7frmX3hry_1H9c0tRI0Ncyg71WUI,724137
4
4
  comrak/__init__.py,sha256=H-lprYD1Pf1TgIMrspnMxaKc6nzSR58I8zQEItFxzJg,107
5
5
  comrak/comrak.cpython-313-aarch64-linux-musl.so,sha256=5p4X3gog_Oz8VCtExyejjy5eHYthejYE9xRUEbst5NY,1444009
6
- comrak-0.0.1.dist-info/RECORD,,
6
+ comrak-0.0.2.dist-info/RECORD,,
File without changes