comrak 0.0.1__tar.gz → 0.0.3__tar.gz

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.

comrak-0.0.3/LICENSE ADDED
@@ -0,0 +1,203 @@
1
+ Copyright (c) 2017–2024, Asherah Connor and Comrak contributors
2
+
3
+ All rights reserved.
4
+
5
+ Redistribution and use in source and binary forms, with or without
6
+ modification, are permitted provided that the following conditions are met:
7
+
8
+ * Redistributions of source code must retain the above copyright
9
+ notice, this list of conditions and the following disclaimer.
10
+
11
+ * Redistributions in binary form must reproduce the above
12
+ copyright notice, this list of conditions and the following
13
+ disclaimer in the documentation and/or other materials provided
14
+ with the distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
+
28
+ -----
29
+
30
+ cmark-gfm
31
+
32
+ derived from https://github.com/github/cmark
33
+
34
+ Copyright (c) 2014, John MacFarlane
35
+
36
+ All rights reserved.
37
+
38
+ Redistribution and use in source and binary forms, with or without
39
+ modification, are permitted provided that the following conditions are met:
40
+
41
+ * Redistributions of source code must retain the above copyright
42
+ notice, this list of conditions and the following disclaimer.
43
+
44
+ * Redistributions in binary form must reproduce the above
45
+ copyright notice, this list of conditions and the following
46
+ disclaimer in the documentation and/or other materials provided
47
+ with the distribution.
48
+
49
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
50
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
51
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
52
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
53
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
54
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
55
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
56
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
57
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
58
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
59
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
60
+
61
+ -----
62
+
63
+ houdini.h, houdini_href_e.c, houdini_html_e.c, houdini_html_u.c
64
+
65
+ derive from https://github.com/vmg/houdini (with some modifications)
66
+
67
+ Copyright (C) 2012 Vicent Martí
68
+
69
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
70
+ this software and associated documentation files (the "Software"), to deal in
71
+ the Software without restriction, including without limitation the rights to
72
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
73
+ of the Software, and to permit persons to whom the Software is furnished to do
74
+ so, subject to the following conditions:
75
+
76
+ The above copyright notice and this permission notice shall be included in all
77
+ copies or substantial portions of the Software.
78
+
79
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
84
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
85
+ SOFTWARE.
86
+
87
+ -----
88
+
89
+ buffer.h, buffer.c, chunk.h
90
+
91
+ are derived from code (C) 2012 Github, Inc.
92
+
93
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
94
+ this software and associated documentation files (the "Software"), to deal in
95
+ the Software without restriction, including without limitation the rights to
96
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
97
+ of the Software, and to permit persons to whom the Software is furnished to do
98
+ so, subject to the following conditions:
99
+
100
+ The above copyright notice and this permission notice shall be included in all
101
+ copies or substantial portions of the Software.
102
+
103
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
104
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
105
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
106
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
107
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
108
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
109
+ SOFTWARE.
110
+
111
+ -----
112
+
113
+ utf8.c and utf8.c
114
+
115
+ are derived from utf8proc
116
+ (<http://www.public-software-group.org/utf8proc>),
117
+ (C) 2009 Public Software Group e. V., Berlin, Germany.
118
+
119
+ Permission is hereby granted, free of charge, to any person obtaining a
120
+ copy of this software and associated documentation files (the "Software"),
121
+ to deal in the Software without restriction, including without limitation
122
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
123
+ and/or sell copies of the Software, and to permit persons to whom the
124
+ Software is furnished to do so, subject to the following conditions:
125
+
126
+ The above copyright notice and this permission notice shall be included in
127
+ all copies or substantial portions of the Software.
128
+
129
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
130
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
131
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
132
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
133
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
134
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
135
+ DEALINGS IN THE SOFTWARE.
136
+
137
+ -----
138
+
139
+ The normalization code in normalize.py was derived from the
140
+ markdowntest project, Copyright 2013 Karl Dubost:
141
+
142
+ The MIT License (MIT)
143
+
144
+ Copyright (c) 2013 Karl Dubost
145
+
146
+ Permission is hereby granted, free of charge, to any person obtaining
147
+ a copy of this software and associated documentation files (the
148
+ "Software"), to deal in the Software without restriction, including
149
+ without limitation the rights to use, copy, modify, merge, publish,
150
+ distribute, sublicense, and/or sell copies of the Software, and to
151
+ permit persons to whom the Software is furnished to do so, subject to
152
+ the following conditions:
153
+
154
+ The above copyright notice and this permission notice shall be
155
+ included in all copies or substantial portions of the Software.
156
+
157
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
158
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
159
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
160
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
161
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
162
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
163
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
164
+
165
+ -----
166
+
167
+ The CommonMark spec (test/spec.txt) is
168
+
169
+ Copyright (C) 2014-15 John MacFarlane
170
+
171
+ Released under the Creative Commons CC-BY-SA 4.0 license:
172
+ <http://creativecommons.org/licenses/by-sa/4.0/>.
173
+
174
+ -----
175
+
176
+ The test software in test/ is
177
+
178
+ Copyright (c) 2014, John MacFarlane
179
+
180
+ All rights reserved.
181
+
182
+ Redistribution and use in source and binary forms, with or without
183
+ modification, are permitted provided that the following conditions are met:
184
+
185
+ * Redistributions of source code must retain the above copyright
186
+ notice, this list of conditions and the following disclaimer.
187
+
188
+ * Redistributions in binary form must reproduce the above
189
+ copyright notice, this list of conditions and the following
190
+ disclaimer in the documentation and/or other materials provided
191
+ with the distribution.
192
+
193
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
194
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
195
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
196
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
197
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
198
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
199
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
200
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
201
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
202
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
203
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: comrak
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Classifier: Intended Audience :: Developers
5
5
  Classifier: License :: OSI Approved :: MIT License
6
6
  Classifier: Programming Language :: Rust
@@ -15,11 +15,14 @@ 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
22
+ License-File: LICENSE
19
23
  Summary: Python bindings for the Comrak Rust library, a fast CommonMark/GFM parser
20
24
  Keywords: markdown,html,rust,commonmark,gfm,parser
21
25
  Author-email: Louis Maddox <louismmx@gmail.com>
22
- License: MIT
23
26
  Requires-Python: >=3.9
24
27
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
25
28
  Project-URL: Homepage, https://github.com/lmmx/comrak
@@ -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!
@@ -24,6 +24,13 @@ pip install comrak
24
24
 
25
25
  Fast Markdown to HTML parser in Rust, shipped for Python via PyO3.
26
26
 
27
+ ## Benchmarks
28
+
29
+ Tested with small (8 lines) and medium (1200 lines) markdown strings
30
+
31
+ - vs. [markdown](https://pypi.org/project/markdown): 15x faster (S/M)
32
+ - vs. [markdown2](https://pypi.org/project/markdown2): 20x (S) - 60x (M) faster
33
+
27
34
  ## Contributing
28
35
 
29
36
  Maintained by [lmmx](https://github.com/lmmx). Contributions welcome!
@@ -0,0 +1,53 @@
1
+ ## Small string (8 lines)
2
+
3
+ Source: `hello_world_x1000`
4
+
5
+ ```sh
6
+ bash run_small_benchmark.sh
7
+ ```
8
+
9
+ ```
10
+ Benchmark 1: baseline
11
+ Time (mean ± σ): 42.2 ms ± 0.9 ms [User: 34.0 ms, System: 7.7 ms]
12
+ Range (min … max): 40.6 ms … 46.0 ms 68 runs
13
+
14
+ Benchmark 2: markdown
15
+ Time (mean ± σ): 854.2 ms ± 4.9 ms [User: 833.7 ms, System: 20.0 ms]
16
+ Range (min … max): 844.5 ms … 861.0 ms 10 runs
17
+
18
+ Benchmark 3: markdown2
19
+ Time (mean ± σ): 608.1 ms ± 6.0 ms [User: 586.7 ms, System: 16.0 ms]
20
+ Range (min … max): 601.5 ms … 619.7 ms 10 runs
21
+
22
+ Summary
23
+ 'baseline' ran
24
+ 14.42 ± 0.34 times faster than 'markdown2'
25
+ 20.26 ± 0.46 times faster than 'markdown'
26
+ ```
27
+
28
+ ## Medium file (1200 lines)
29
+
30
+ Source: `awesome_python_readme_x1000`
31
+
32
+ ```sh
33
+ bash run_medium_benchmark.sh
34
+ ```
35
+
36
+ ```
37
+ Benchmark 1: baseline
38
+ Time (mean ± σ): 126.1 ms ± 1.7 ms [User: 110.7 ms, System: 14.9 ms]
39
+ Range (min … max): 123.0 ms … 129.8 ms 23 runs
40
+
41
+ Benchmark 2: markdown
42
+ Time (mean ± σ): 2.070 s ± 0.010 s [User: 2.034 s, System: 0.028 s]
43
+ Range (min … max): 2.054 s … 2.084 s 10 runs
44
+
45
+ Benchmark 3: markdown2
46
+ Time (mean ± σ): 7.205 s ± 0.041 s [User: 7.160 s, System: 0.024 s]
47
+ Range (min … max): 7.149 s … 7.299 s 10 runs
48
+
49
+ Summary
50
+ 'baseline' ran
51
+ 16.42 ± 0.24 times faster than 'markdown'
52
+ 57.14 ± 0.84 times faster than 'markdown2
53
+ ```
@@ -0,0 +1,15 @@
1
+ from pathlib import Path
2
+
3
+ import comrak
4
+
5
+ MARKDOWN_TEXT = (Path(__file__).parent / "README.md").read_text()
6
+
7
+
8
+ def main():
9
+ N = 10
10
+ for _ in range(N):
11
+ _ = comrak.render_markdown(MARKDOWN_TEXT)
12
+
13
+
14
+ if __name__ == "__main__":
15
+ main()
@@ -0,0 +1,15 @@
1
+ from pathlib import Path
2
+
3
+ import markdown2
4
+
5
+ MARKDOWN_TEXT = (Path(__file__).parent / "README.md").read_text()
6
+
7
+
8
+ def main():
9
+ N = 10
10
+ for _ in range(N):
11
+ _ = markdown2.markdown(MARKDOWN_TEXT)
12
+
13
+
14
+ if __name__ == "__main__":
15
+ main()
@@ -0,0 +1,15 @@
1
+ from pathlib import Path
2
+
3
+ import markdown
4
+
5
+ MARKDOWN_TEXT = (Path(__file__).parent / "README.md").read_text()
6
+
7
+
8
+ def main():
9
+ N = 10
10
+ for _ in range(N):
11
+ _ = markdown.markdown(MARKDOWN_TEXT)
12
+
13
+
14
+ if __name__ == "__main__":
15
+ main()
@@ -0,0 +1,22 @@
1
+ import comrak
2
+
3
+ MARKDOWN_TEXT = """
4
+ # Example
5
+
6
+ This is **bold** text with [a link](https://example.com).
7
+ And some list:
8
+ - item1
9
+ - item2
10
+
11
+ The end.
12
+ """
13
+
14
+
15
+ def main():
16
+ N = 1000
17
+ for _ in range(N):
18
+ _ = comrak.render_markdown(MARKDOWN_TEXT)
19
+
20
+
21
+ if __name__ == "__main__":
22
+ main()
@@ -0,0 +1,22 @@
1
+ import markdown2
2
+
3
+ MARKDOWN_TEXT = """
4
+ # Example
5
+
6
+ This is **bold** text with [a link](https://example.com).
7
+ And some list:
8
+ - item1
9
+ - item2
10
+
11
+ The end.
12
+ """
13
+
14
+
15
+ def main():
16
+ N = 1000
17
+ for _ in range(N):
18
+ _ = markdown2.markdown(MARKDOWN_TEXT)
19
+
20
+
21
+ if __name__ == "__main__":
22
+ main()
@@ -0,0 +1,22 @@
1
+ import markdown
2
+
3
+ MARKDOWN_TEXT = """
4
+ # Example
5
+
6
+ This is **bold** text with [a link](https://example.com).
7
+ And some list:
8
+ - item1
9
+ - item2
10
+
11
+ The end.
12
+ """
13
+
14
+
15
+ def main():
16
+ N = 1000
17
+ for _ in range(N):
18
+ _ = markdown.markdown(MARKDOWN_TEXT)
19
+
20
+
21
+ if __name__ == "__main__":
22
+ main()
@@ -0,0 +1,10 @@
1
+ (
2
+ cd awesome_python_readme_x1000 && \
3
+ curl -sOL https://raw.githubusercontent.com/vinta/awesome-python/master/README.md && \
4
+ hyperfine \
5
+ 'python comrak_bench.py' -n baseline \
6
+ 'python markdown_bench.py' -n markdown \
7
+ 'python markdown2_bench.py' -n markdown2 \
8
+ --warmup 5
9
+ rm README.md
10
+ )
@@ -0,0 +1,8 @@
1
+ (
2
+ cd hello_world_x1000 && \
3
+ hyperfine \
4
+ 'python comrak_bench.py' -n baseline \
5
+ 'python markdown_bench.py' -n markdown \
6
+ 'python markdown2_bench.py' -n markdown2 \
7
+ --warmup 5
8
+ )
@@ -1,5 +1,7 @@
1
1
  [build-system]
2
- requires = ["maturin>=1.8,<2.0"]
2
+ requires = [
3
+ "maturin>=1.8,<2.0"
4
+ ]
3
5
  build-backend = "maturin"
4
6
 
5
7
  [project]
@@ -19,7 +21,9 @@ classifiers = [
19
21
  "Programming Language :: Python :: 3.13",
20
22
  "Programming Language :: Python :: 3.9"
21
23
  ]
22
- dynamic = ["version"]
24
+ dynamic = [
25
+ "version"
26
+ ]
23
27
  authors = [
24
28
  {email = "louismmx@gmail.com", name = "Louis Maddox"}
25
29
  ]
@@ -31,21 +35,28 @@ keywords = [
31
35
  "gfm",
32
36
  "parser"
33
37
  ]
34
- license = {text = "MIT"}
35
38
  readme = "README.md"
36
39
  requires-python = ">=3.9"
37
- version = "0.0.1"
40
+ version = "0.0.3"
41
+
42
+ [project.license]
43
+ file = "LICENSE"
38
44
 
39
45
  [project.optional-dependencies]
40
46
  dev = [
41
47
  "maturin[patchelf]>=1.8.2",
42
48
  "pre-commit>=4.1.0"
43
49
  ]
50
+ bench = [
51
+ "markdown>=3.7",
52
+ "markdown2>=2.5.3"
53
+ ]
44
54
 
45
55
  [project.urls]
46
- # Documentation = "https://comrak.vercel.app/"
47
56
  Homepage = "https://github.com/lmmx/comrak"
48
57
  Repository = "https://github.com/lmmx/comrak.git"
49
58
 
50
59
  [tool.maturin]
51
- features = ["pyo3/extension-module"]
60
+ features = [
61
+ "pyo3/extension-module"
62
+ ]
@@ -15,6 +15,10 @@ name = "comrak"
15
15
  source = { editable = "." }
16
16
 
17
17
  [package.optional-dependencies]
18
+ bench = [
19
+ { name = "markdown" },
20
+ { name = "markdown2" },
21
+ ]
18
22
  dev = [
19
23
  { name = "maturin", extra = ["patchelf"] },
20
24
  { name = "pre-commit" },
@@ -22,6 +26,8 @@ dev = [
22
26
 
23
27
  [package.metadata]
24
28
  requires-dist = [
29
+ { name = "markdown", marker = "extra == 'bench'", specifier = ">=3.7" },
30
+ { name = "markdown2", marker = "extra == 'bench'", specifier = ">=2.5.3" },
25
31
  { name = "maturin", extras = ["patchelf"], marker = "extra == 'dev'", specifier = ">=1.8.2" },
26
32
  { name = "pre-commit", marker = "extra == 'dev'", specifier = ">=4.1.0" },
27
33
  ]
@@ -53,6 +59,39 @@ wheels = [
53
59
  { url = "https://files.pythonhosted.org/packages/03/00/1fd4a117c6c93f2dcc5b7edaeaf53ea45332ef966429be566ca16c2beb94/identify-2.6.7-py2.py3-none-any.whl", hash = "sha256:155931cb617a401807b09ecec6635d6c692d180090a1cedca8ef7d58ba5b6aa0", size = 99097 },
54
60
  ]
55
61
 
62
+ [[package]]
63
+ name = "importlib-metadata"
64
+ version = "8.6.1"
65
+ source = { registry = "https://pypi.org/simple" }
66
+ dependencies = [
67
+ { name = "zipp" },
68
+ ]
69
+ sdist = { url = "https://files.pythonhosted.org/packages/33/08/c1395a292bb23fd03bdf572a1357c5a733d3eecbab877641ceacab23db6e/importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580", size = 55767 }
70
+ wheels = [
71
+ { url = "https://files.pythonhosted.org/packages/79/9d/0fb148dc4d6fa4a7dd1d8378168d9b4cd8d4560a6fbf6f0121c5fc34eb68/importlib_metadata-8.6.1-py3-none-any.whl", hash = "sha256:02a89390c1e15fdfdc0d7c6b25cb3e62650d0494005c97d6f148bf5b9787525e", size = 26971 },
72
+ ]
73
+
74
+ [[package]]
75
+ name = "markdown"
76
+ version = "3.7"
77
+ source = { registry = "https://pypi.org/simple" }
78
+ dependencies = [
79
+ { name = "importlib-metadata", marker = "python_full_version < '3.10'" },
80
+ ]
81
+ sdist = { url = "https://files.pythonhosted.org/packages/54/28/3af612670f82f4c056911fbbbb42760255801b3068c48de792d354ff4472/markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2", size = 357086 }
82
+ wheels = [
83
+ { url = "https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803", size = 106349 },
84
+ ]
85
+
86
+ [[package]]
87
+ name = "markdown2"
88
+ version = "2.5.3"
89
+ source = { registry = "https://pypi.org/simple" }
90
+ sdist = { url = "https://files.pythonhosted.org/packages/44/52/d7dcc6284d59edb8301b8400435fbb4926a9b0f13a12b5cbaf3a4a54bb7b/markdown2-2.5.3.tar.gz", hash = "sha256:4d502953a4633408b0ab3ec503c5d6984d1b14307e32b325ec7d16ea57524895", size = 141676 }
91
+ wheels = [
92
+ { url = "https://files.pythonhosted.org/packages/84/37/0a13c83ccf5365b8e08ea572dfbc04b8cb87cadd359b2451a567f5248878/markdown2-2.5.3-py3-none-any.whl", hash = "sha256:a8ebb7e84b8519c37bf7382b3db600f1798a22c245bfd754a1f87ca8d7ea63b3", size = 48550 },
93
+ ]
94
+
56
95
  [[package]]
57
96
  name = "maturin"
58
97
  version = "1.8.2"
@@ -234,3 +273,12 @@ sdist = { url = "https://files.pythonhosted.org/packages/f1/88/dacc875dd54a8acad
234
273
  wheels = [
235
274
  { url = "https://files.pythonhosted.org/packages/93/fa/849483d56773ae29740ae70043ad88e068f98a6401aa819b5d6bee604683/virtualenv-20.29.2-py3-none-any.whl", hash = "sha256:febddfc3d1ea571bdb1dc0f98d7b45d24def7428214d4fb73cc486c9568cce6a", size = 4301478 },
236
275
  ]
276
+
277
+ [[package]]
278
+ name = "zipp"
279
+ version = "3.21.0"
280
+ source = { registry = "https://pypi.org/simple" }
281
+ sdist = { url = "https://files.pythonhosted.org/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4", size = 24545 }
282
+ wheels = [
283
+ { url = "https://files.pythonhosted.org/packages/b7/1a/7e4798e9339adc931158c9d69ecc34f5e6791489d469f5e50ec15e35f458/zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931", size = 9630 },
284
+ ]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes