koffi 1.3.9 → 1.3.10
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.
- package/ChangeLog.md +12 -0
- package/build/qemu/1.3.10/koffi_darwin_arm64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_linux_arm32hf.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_openbsd_ia32.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_openbsd_x64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_win32_arm64.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/1.3.10/koffi_win32_x64.tar.gz +0 -0
- package/doc/benchmarks.md +2 -2
- package/doc/conf.py +1 -1
- package/doc/contribute.md +1 -1
- package/doc/dist/doctrees/benchmarks.doctree +0 -0
- package/doc/dist/doctrees/changes.doctree +0 -0
- package/doc/dist/doctrees/contribute.doctree +0 -0
- package/doc/dist/doctrees/environment.pickle +0 -0
- package/doc/dist/doctrees/functions.doctree +0 -0
- package/doc/dist/doctrees/index.doctree +0 -0
- package/doc/dist/doctrees/memory.doctree +0 -0
- package/doc/dist/doctrees/types.doctree +0 -0
- package/doc/dist/html/.buildinfo +1 -1
- package/doc/dist/html/_sources/benchmarks.md.txt +2 -2
- package/doc/dist/html/_sources/contribute.md.txt +1 -2
- package/doc/dist/html/_sources/functions.md.txt +137 -15
- package/doc/dist/html/_sources/index.rst.txt +2 -0
- package/doc/dist/html/_sources/memory.md.txt +1 -1
- package/doc/dist/html/_sources/types.md.txt +27 -11
- package/doc/dist/html/_static/basic.css +14 -12
- package/doc/dist/html/_static/pygments.css +54 -54
- package/doc/dist/html/benchmarks.html +3 -3
- package/doc/dist/html/changes.html +1 -1
- package/doc/dist/html/contribute.html +2 -3
- package/doc/dist/html/functions.html +206 -86
- package/doc/dist/html/genindex.html +1 -1
- package/doc/dist/html/index.html +6 -7
- package/doc/dist/html/memory.html +4 -4
- package/doc/dist/html/objects.inv +0 -0
- package/doc/dist/html/platforms.html +2 -2
- package/doc/dist/html/search.html +1 -1
- package/doc/dist/html/searchindex.js +1 -1
- package/doc/dist/html/start.html +55 -55
- package/doc/dist/html/types.html +172 -159
- package/doc/functions.md +9 -7
- package/doc/index.rst +2 -0
- package/doc/memory.md +1 -1
- package/doc/poetry.lock +692 -0
- package/doc/pyproject.toml +18 -0
- package/doc/{_static → static}/bench_linux.png +0 -0
- package/doc/{_static → static}/bench_windows.png +0 -0
- package/doc/{_static → static}/custom.css +0 -0
- package/doc/{_static → static}/perf_linux_20220623.png +0 -0
- package/doc/{_static → static}/perf_linux_20220623_2.png +0 -0
- package/doc/{_static → static}/perf_linux_20220627.png +0 -0
- package/doc/{_static → static}/perf_linux_20220628.png +0 -0
- package/doc/{_static → static}/perf_windows_20220623.png +0 -0
- package/doc/{_static → static}/perf_windows_20220623_2.png +0 -0
- package/doc/{_static → static}/perf_windows_20220627.png +0 -0
- package/doc/{_static → static}/perf_windows_20220628.png +0 -0
- package/doc/types.md +1 -1
- package/package.json +1 -1
- package/qemu/qemu.js +3 -3
- package/src/abi_arm32.cc +3 -3
- package/src/abi_riscv64.cc +1 -1
- package/src/abi_x64_sysv.cc +1 -1
- package/src/abi_x64_win.cc +1 -1
- package/src/abi_x64_win_fwd.asm +2 -2
- package/src/abi_x86.cc +5 -5
- package/build/qemu/1.3.9/koffi_darwin_arm64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_darwin_x64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_freebsd_arm64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_freebsd_ia32.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_freebsd_x64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_linux_arm32hf.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_linux_arm64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_linux_ia32.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_linux_riscv64hf64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_linux_x64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_openbsd_ia32.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_openbsd_x64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_win32_arm64.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_win32_ia32.tar.gz +0 -0
- package/build/qemu/1.3.9/koffi_win32_x64.tar.gz +0 -0
package/doc/poetry.lock
ADDED
|
@@ -0,0 +1,692 @@
|
|
|
1
|
+
[[package]]
|
|
2
|
+
name = "alabaster"
|
|
3
|
+
version = "0.7.12"
|
|
4
|
+
description = "A configurable sidebar-enabled Sphinx theme"
|
|
5
|
+
category = "main"
|
|
6
|
+
optional = false
|
|
7
|
+
python-versions = "*"
|
|
8
|
+
|
|
9
|
+
[[package]]
|
|
10
|
+
name = "babel"
|
|
11
|
+
version = "2.10.3"
|
|
12
|
+
description = "Internationalization utilities"
|
|
13
|
+
category = "main"
|
|
14
|
+
optional = false
|
|
15
|
+
python-versions = ">=3.6"
|
|
16
|
+
|
|
17
|
+
[package.dependencies]
|
|
18
|
+
pytz = ">=2015.7"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "beautifulsoup4"
|
|
22
|
+
version = "4.11.1"
|
|
23
|
+
description = "Screen-scraping library"
|
|
24
|
+
category = "main"
|
|
25
|
+
optional = false
|
|
26
|
+
python-versions = ">=3.6.0"
|
|
27
|
+
|
|
28
|
+
[package.dependencies]
|
|
29
|
+
soupsieve = ">1.2"
|
|
30
|
+
|
|
31
|
+
[package.extras]
|
|
32
|
+
html5lib = ["html5lib"]
|
|
33
|
+
lxml = ["lxml"]
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "certifi"
|
|
37
|
+
version = "2022.6.15"
|
|
38
|
+
description = "Python package for providing Mozilla's CA Bundle."
|
|
39
|
+
category = "main"
|
|
40
|
+
optional = false
|
|
41
|
+
python-versions = ">=3.6"
|
|
42
|
+
|
|
43
|
+
[[package]]
|
|
44
|
+
name = "charset-normalizer"
|
|
45
|
+
version = "2.1.0"
|
|
46
|
+
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
|
|
47
|
+
category = "main"
|
|
48
|
+
optional = false
|
|
49
|
+
python-versions = ">=3.6.0"
|
|
50
|
+
|
|
51
|
+
[package.extras]
|
|
52
|
+
unicode_backport = ["unicodedata2"]
|
|
53
|
+
|
|
54
|
+
[[package]]
|
|
55
|
+
name = "colorama"
|
|
56
|
+
version = "0.4.5"
|
|
57
|
+
description = "Cross-platform colored terminal text."
|
|
58
|
+
category = "main"
|
|
59
|
+
optional = false
|
|
60
|
+
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "docutils"
|
|
64
|
+
version = "0.18.1"
|
|
65
|
+
description = "Docutils -- Python Documentation Utilities"
|
|
66
|
+
category = "main"
|
|
67
|
+
optional = false
|
|
68
|
+
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
|
69
|
+
|
|
70
|
+
[[package]]
|
|
71
|
+
name = "furo"
|
|
72
|
+
version = "2022.6.21"
|
|
73
|
+
description = "A clean customisable Sphinx documentation theme."
|
|
74
|
+
category = "main"
|
|
75
|
+
optional = false
|
|
76
|
+
python-versions = ">=3.7"
|
|
77
|
+
|
|
78
|
+
[package.dependencies]
|
|
79
|
+
beautifulsoup4 = "*"
|
|
80
|
+
pygments = "*"
|
|
81
|
+
sphinx = ">=4.0,<6.0"
|
|
82
|
+
sphinx-basic-ng = "*"
|
|
83
|
+
|
|
84
|
+
[[package]]
|
|
85
|
+
name = "idna"
|
|
86
|
+
version = "3.3"
|
|
87
|
+
description = "Internationalized Domain Names in Applications (IDNA)"
|
|
88
|
+
category = "main"
|
|
89
|
+
optional = false
|
|
90
|
+
python-versions = ">=3.5"
|
|
91
|
+
|
|
92
|
+
[[package]]
|
|
93
|
+
name = "imagesize"
|
|
94
|
+
version = "1.4.1"
|
|
95
|
+
description = "Getting image size from png/jpeg/jpeg2000/gif file"
|
|
96
|
+
category = "main"
|
|
97
|
+
optional = false
|
|
98
|
+
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
|
99
|
+
|
|
100
|
+
[[package]]
|
|
101
|
+
name = "importlib-metadata"
|
|
102
|
+
version = "4.12.0"
|
|
103
|
+
description = "Read metadata from Python packages"
|
|
104
|
+
category = "main"
|
|
105
|
+
optional = false
|
|
106
|
+
python-versions = ">=3.7"
|
|
107
|
+
|
|
108
|
+
[package.dependencies]
|
|
109
|
+
typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
|
|
110
|
+
zipp = ">=0.5"
|
|
111
|
+
|
|
112
|
+
[package.extras]
|
|
113
|
+
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)"]
|
|
114
|
+
perf = ["ipython"]
|
|
115
|
+
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "packaging", "pyfakefs", "flufl.flake8", "pytest-perf (>=0.9.2)", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)", "importlib-resources (>=1.3)"]
|
|
116
|
+
|
|
117
|
+
[[package]]
|
|
118
|
+
name = "jinja2"
|
|
119
|
+
version = "3.1.2"
|
|
120
|
+
description = "A very fast and expressive template engine."
|
|
121
|
+
category = "main"
|
|
122
|
+
optional = false
|
|
123
|
+
python-versions = ">=3.7"
|
|
124
|
+
|
|
125
|
+
[package.dependencies]
|
|
126
|
+
MarkupSafe = ">=2.0"
|
|
127
|
+
|
|
128
|
+
[package.extras]
|
|
129
|
+
i18n = ["Babel (>=2.7)"]
|
|
130
|
+
|
|
131
|
+
[[package]]
|
|
132
|
+
name = "linkify-it-py"
|
|
133
|
+
version = "2.0.0"
|
|
134
|
+
description = "Links recognition library with FULL unicode support."
|
|
135
|
+
category = "main"
|
|
136
|
+
optional = false
|
|
137
|
+
python-versions = ">=3.6"
|
|
138
|
+
|
|
139
|
+
[package.dependencies]
|
|
140
|
+
uc-micro-py = "*"
|
|
141
|
+
|
|
142
|
+
[package.extras]
|
|
143
|
+
benchmark = ["pytest", "pytest-benchmark"]
|
|
144
|
+
dev = ["pre-commit", "isort", "flake8", "black"]
|
|
145
|
+
doc = ["sphinx", "sphinx-book-theme", "myst-parser"]
|
|
146
|
+
test = ["coverage", "pytest", "pytest-cov"]
|
|
147
|
+
|
|
148
|
+
[[package]]
|
|
149
|
+
name = "markdown-it-py"
|
|
150
|
+
version = "2.1.0"
|
|
151
|
+
description = "Python port of markdown-it. Markdown parsing, done right!"
|
|
152
|
+
category = "main"
|
|
153
|
+
optional = false
|
|
154
|
+
python-versions = ">=3.7"
|
|
155
|
+
|
|
156
|
+
[package.dependencies]
|
|
157
|
+
mdurl = ">=0.1,<1.0"
|
|
158
|
+
typing_extensions = {version = ">=3.7.4", markers = "python_version < \"3.8\""}
|
|
159
|
+
|
|
160
|
+
[package.extras]
|
|
161
|
+
benchmarking = ["psutil", "pytest", "pytest-benchmark (>=3.2,<4.0)"]
|
|
162
|
+
code_style = ["pre-commit (==2.6)"]
|
|
163
|
+
compare = ["commonmark (>=0.9.1,<0.10.0)", "markdown (>=3.3.6,<3.4.0)", "mistletoe (>=0.8.1,<0.9.0)", "mistune (>=2.0.2,<2.1.0)", "panflute (>=2.1.3,<2.2.0)"]
|
|
164
|
+
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
|
165
|
+
plugins = ["mdit-py-plugins"]
|
|
166
|
+
profiling = ["gprof2dot"]
|
|
167
|
+
rtd = ["attrs", "myst-parser", "pyyaml", "sphinx", "sphinx-copybutton", "sphinx-design", "sphinx-book-theme"]
|
|
168
|
+
testing = ["coverage", "pytest", "pytest-cov", "pytest-regressions"]
|
|
169
|
+
|
|
170
|
+
[[package]]
|
|
171
|
+
name = "markupsafe"
|
|
172
|
+
version = "2.1.1"
|
|
173
|
+
description = "Safely add untrusted strings to HTML/XML markup."
|
|
174
|
+
category = "main"
|
|
175
|
+
optional = false
|
|
176
|
+
python-versions = ">=3.7"
|
|
177
|
+
|
|
178
|
+
[[package]]
|
|
179
|
+
name = "mdit-py-plugins"
|
|
180
|
+
version = "0.3.0"
|
|
181
|
+
description = "Collection of plugins for markdown-it-py"
|
|
182
|
+
category = "main"
|
|
183
|
+
optional = false
|
|
184
|
+
python-versions = "~=3.6"
|
|
185
|
+
|
|
186
|
+
[package.dependencies]
|
|
187
|
+
markdown-it-py = ">=1.0.0,<3.0.0"
|
|
188
|
+
|
|
189
|
+
[package.extras]
|
|
190
|
+
code_style = ["pre-commit (==2.6)"]
|
|
191
|
+
rtd = ["myst-parser (>=0.14.0,<0.15.0)", "sphinx-book-theme (>=0.1.0,<0.2.0)"]
|
|
192
|
+
testing = ["coverage", "pytest (>=3.6,<4)", "pytest-cov", "pytest-regressions"]
|
|
193
|
+
|
|
194
|
+
[[package]]
|
|
195
|
+
name = "mdurl"
|
|
196
|
+
version = "0.1.1"
|
|
197
|
+
description = "Markdown URL utilities"
|
|
198
|
+
category = "main"
|
|
199
|
+
optional = false
|
|
200
|
+
python-versions = ">=3.7"
|
|
201
|
+
|
|
202
|
+
[[package]]
|
|
203
|
+
name = "myst-parser"
|
|
204
|
+
version = "0.18.0"
|
|
205
|
+
description = "An extended commonmark compliant parser, with bridges to docutils & sphinx."
|
|
206
|
+
category = "main"
|
|
207
|
+
optional = false
|
|
208
|
+
python-versions = ">=3.7"
|
|
209
|
+
|
|
210
|
+
[package.dependencies]
|
|
211
|
+
docutils = ">=0.15,<0.19"
|
|
212
|
+
jinja2 = "*"
|
|
213
|
+
markdown-it-py = ">=1.0.0,<3.0.0"
|
|
214
|
+
mdit-py-plugins = ">=0.3.0,<0.4.0"
|
|
215
|
+
pyyaml = "*"
|
|
216
|
+
sphinx = ">=4,<6"
|
|
217
|
+
typing-extensions = "*"
|
|
218
|
+
|
|
219
|
+
[package.extras]
|
|
220
|
+
code_style = ["pre-commit (>=2.12,<3.0)"]
|
|
221
|
+
linkify = ["linkify-it-py (>=1.0,<2.0)"]
|
|
222
|
+
rtd = ["ipython", "sphinx-book-theme", "sphinx-design", "sphinxext-rediraffe (>=0.2.7,<0.3.0)", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)"]
|
|
223
|
+
testing = ["beautifulsoup4", "coverage", "pytest (>=6,<7)", "pytest-cov", "pytest-regressions", "pytest-param-files (>=0.3.4,<0.4.0)", "sphinx-pytest"]
|
|
224
|
+
|
|
225
|
+
[[package]]
|
|
226
|
+
name = "packaging"
|
|
227
|
+
version = "21.3"
|
|
228
|
+
description = "Core utilities for Python packages"
|
|
229
|
+
category = "main"
|
|
230
|
+
optional = false
|
|
231
|
+
python-versions = ">=3.6"
|
|
232
|
+
|
|
233
|
+
[package.dependencies]
|
|
234
|
+
pyparsing = ">=2.0.2,<3.0.5 || >3.0.5"
|
|
235
|
+
|
|
236
|
+
[[package]]
|
|
237
|
+
name = "pygments"
|
|
238
|
+
version = "2.12.0"
|
|
239
|
+
description = "Pygments is a syntax highlighting package written in Python."
|
|
240
|
+
category = "main"
|
|
241
|
+
optional = false
|
|
242
|
+
python-versions = ">=3.6"
|
|
243
|
+
|
|
244
|
+
[[package]]
|
|
245
|
+
name = "pyparsing"
|
|
246
|
+
version = "3.0.9"
|
|
247
|
+
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
|
|
248
|
+
category = "main"
|
|
249
|
+
optional = false
|
|
250
|
+
python-versions = ">=3.6.8"
|
|
251
|
+
|
|
252
|
+
[package.extras]
|
|
253
|
+
diagrams = ["railroad-diagrams", "jinja2"]
|
|
254
|
+
|
|
255
|
+
[[package]]
|
|
256
|
+
name = "pytz"
|
|
257
|
+
version = "2022.1"
|
|
258
|
+
description = "World timezone definitions, modern and historical"
|
|
259
|
+
category = "main"
|
|
260
|
+
optional = false
|
|
261
|
+
python-versions = "*"
|
|
262
|
+
|
|
263
|
+
[[package]]
|
|
264
|
+
name = "pyyaml"
|
|
265
|
+
version = "6.0"
|
|
266
|
+
description = "YAML parser and emitter for Python"
|
|
267
|
+
category = "main"
|
|
268
|
+
optional = false
|
|
269
|
+
python-versions = ">=3.6"
|
|
270
|
+
|
|
271
|
+
[[package]]
|
|
272
|
+
name = "requests"
|
|
273
|
+
version = "2.28.1"
|
|
274
|
+
description = "Python HTTP for Humans."
|
|
275
|
+
category = "main"
|
|
276
|
+
optional = false
|
|
277
|
+
python-versions = ">=3.7, <4"
|
|
278
|
+
|
|
279
|
+
[package.dependencies]
|
|
280
|
+
certifi = ">=2017.4.17"
|
|
281
|
+
charset-normalizer = ">=2,<3"
|
|
282
|
+
idna = ">=2.5,<4"
|
|
283
|
+
urllib3 = ">=1.21.1,<1.27"
|
|
284
|
+
|
|
285
|
+
[package.extras]
|
|
286
|
+
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
|
287
|
+
use_chardet_on_py3 = ["chardet (>=3.0.2,<6)"]
|
|
288
|
+
|
|
289
|
+
[[package]]
|
|
290
|
+
name = "snowballstemmer"
|
|
291
|
+
version = "2.2.0"
|
|
292
|
+
description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
|
|
293
|
+
category = "main"
|
|
294
|
+
optional = false
|
|
295
|
+
python-versions = "*"
|
|
296
|
+
|
|
297
|
+
[[package]]
|
|
298
|
+
name = "soupsieve"
|
|
299
|
+
version = "2.3.2.post1"
|
|
300
|
+
description = "A modern CSS selector implementation for Beautiful Soup."
|
|
301
|
+
category = "main"
|
|
302
|
+
optional = false
|
|
303
|
+
python-versions = ">=3.6"
|
|
304
|
+
|
|
305
|
+
[[package]]
|
|
306
|
+
name = "sphinx"
|
|
307
|
+
version = "5.0.2"
|
|
308
|
+
description = "Python documentation generator"
|
|
309
|
+
category = "main"
|
|
310
|
+
optional = false
|
|
311
|
+
python-versions = ">=3.6"
|
|
312
|
+
|
|
313
|
+
[package.dependencies]
|
|
314
|
+
alabaster = ">=0.7,<0.8"
|
|
315
|
+
babel = ">=1.3"
|
|
316
|
+
colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
|
|
317
|
+
docutils = ">=0.14,<0.19"
|
|
318
|
+
imagesize = "*"
|
|
319
|
+
importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
|
|
320
|
+
Jinja2 = ">=2.3"
|
|
321
|
+
packaging = "*"
|
|
322
|
+
Pygments = ">=2.0"
|
|
323
|
+
requests = ">=2.5.0"
|
|
324
|
+
snowballstemmer = ">=1.1"
|
|
325
|
+
sphinxcontrib-applehelp = "*"
|
|
326
|
+
sphinxcontrib-devhelp = "*"
|
|
327
|
+
sphinxcontrib-htmlhelp = ">=2.0.0"
|
|
328
|
+
sphinxcontrib-jsmath = "*"
|
|
329
|
+
sphinxcontrib-qthelp = "*"
|
|
330
|
+
sphinxcontrib-serializinghtml = ">=1.1.5"
|
|
331
|
+
|
|
332
|
+
[package.extras]
|
|
333
|
+
docs = ["sphinxcontrib-websupport"]
|
|
334
|
+
lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.950)", "docutils-stubs", "types-typed-ast", "types-requests"]
|
|
335
|
+
test = ["pytest (>=4.6)", "html5lib", "cython", "typed-ast"]
|
|
336
|
+
|
|
337
|
+
[[package]]
|
|
338
|
+
name = "sphinx-basic-ng"
|
|
339
|
+
version = "0.0.1a12"
|
|
340
|
+
description = "A modern skeleton for Sphinx themes."
|
|
341
|
+
category = "main"
|
|
342
|
+
optional = false
|
|
343
|
+
python-versions = ">=3.7"
|
|
344
|
+
|
|
345
|
+
[package.dependencies]
|
|
346
|
+
sphinx = ">=4.0,<6.0"
|
|
347
|
+
|
|
348
|
+
[package.extras]
|
|
349
|
+
docs = ["furo", "myst-parser", "sphinx-copybutton", "sphinx-inline-tabs", "ipython"]
|
|
350
|
+
|
|
351
|
+
[[package]]
|
|
352
|
+
name = "sphinxcontrib-applehelp"
|
|
353
|
+
version = "1.0.2"
|
|
354
|
+
description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
|
|
355
|
+
category = "main"
|
|
356
|
+
optional = false
|
|
357
|
+
python-versions = ">=3.5"
|
|
358
|
+
|
|
359
|
+
[package.extras]
|
|
360
|
+
lint = ["flake8", "mypy", "docutils-stubs"]
|
|
361
|
+
test = ["pytest"]
|
|
362
|
+
|
|
363
|
+
[[package]]
|
|
364
|
+
name = "sphinxcontrib-devhelp"
|
|
365
|
+
version = "1.0.2"
|
|
366
|
+
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
|
|
367
|
+
category = "main"
|
|
368
|
+
optional = false
|
|
369
|
+
python-versions = ">=3.5"
|
|
370
|
+
|
|
371
|
+
[package.extras]
|
|
372
|
+
lint = ["flake8", "mypy", "docutils-stubs"]
|
|
373
|
+
test = ["pytest"]
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "sphinxcontrib-htmlhelp"
|
|
377
|
+
version = "2.0.0"
|
|
378
|
+
description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
|
|
379
|
+
category = "main"
|
|
380
|
+
optional = false
|
|
381
|
+
python-versions = ">=3.6"
|
|
382
|
+
|
|
383
|
+
[package.extras]
|
|
384
|
+
lint = ["flake8", "mypy", "docutils-stubs"]
|
|
385
|
+
test = ["pytest", "html5lib"]
|
|
386
|
+
|
|
387
|
+
[[package]]
|
|
388
|
+
name = "sphinxcontrib-jsmath"
|
|
389
|
+
version = "1.0.1"
|
|
390
|
+
description = "A sphinx extension which renders display math in HTML via JavaScript"
|
|
391
|
+
category = "main"
|
|
392
|
+
optional = false
|
|
393
|
+
python-versions = ">=3.5"
|
|
394
|
+
|
|
395
|
+
[package.extras]
|
|
396
|
+
test = ["pytest", "flake8", "mypy"]
|
|
397
|
+
|
|
398
|
+
[[package]]
|
|
399
|
+
name = "sphinxcontrib-qthelp"
|
|
400
|
+
version = "1.0.3"
|
|
401
|
+
description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
|
|
402
|
+
category = "main"
|
|
403
|
+
optional = false
|
|
404
|
+
python-versions = ">=3.5"
|
|
405
|
+
|
|
406
|
+
[package.extras]
|
|
407
|
+
lint = ["flake8", "mypy", "docutils-stubs"]
|
|
408
|
+
test = ["pytest"]
|
|
409
|
+
|
|
410
|
+
[[package]]
|
|
411
|
+
name = "sphinxcontrib-serializinghtml"
|
|
412
|
+
version = "1.1.5"
|
|
413
|
+
description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
|
|
414
|
+
category = "main"
|
|
415
|
+
optional = false
|
|
416
|
+
python-versions = ">=3.5"
|
|
417
|
+
|
|
418
|
+
[package.extras]
|
|
419
|
+
lint = ["flake8", "mypy", "docutils-stubs"]
|
|
420
|
+
test = ["pytest"]
|
|
421
|
+
|
|
422
|
+
[[package]]
|
|
423
|
+
name = "typing-extensions"
|
|
424
|
+
version = "4.3.0"
|
|
425
|
+
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
426
|
+
category = "main"
|
|
427
|
+
optional = false
|
|
428
|
+
python-versions = ">=3.7"
|
|
429
|
+
|
|
430
|
+
[[package]]
|
|
431
|
+
name = "uc-micro-py"
|
|
432
|
+
version = "1.0.1"
|
|
433
|
+
description = "Micro subset of unicode data files for linkify-it-py projects."
|
|
434
|
+
category = "main"
|
|
435
|
+
optional = false
|
|
436
|
+
python-versions = ">=3.6"
|
|
437
|
+
|
|
438
|
+
[package.extras]
|
|
439
|
+
test = ["coverage", "pytest", "pytest-cov"]
|
|
440
|
+
|
|
441
|
+
[[package]]
|
|
442
|
+
name = "urllib3"
|
|
443
|
+
version = "1.26.10"
|
|
444
|
+
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
445
|
+
category = "main"
|
|
446
|
+
optional = false
|
|
447
|
+
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
|
448
|
+
|
|
449
|
+
[package.extras]
|
|
450
|
+
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
|
451
|
+
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
452
|
+
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
453
|
+
|
|
454
|
+
[[package]]
|
|
455
|
+
name = "zipp"
|
|
456
|
+
version = "3.8.1"
|
|
457
|
+
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
458
|
+
category = "main"
|
|
459
|
+
optional = false
|
|
460
|
+
python-versions = ">=3.7"
|
|
461
|
+
|
|
462
|
+
[package.extras]
|
|
463
|
+
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
|
|
464
|
+
testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.3)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy (>=0.9.1)"]
|
|
465
|
+
|
|
466
|
+
[metadata]
|
|
467
|
+
lock-version = "1.1"
|
|
468
|
+
python-versions = "^3.7"
|
|
469
|
+
content-hash = "e365f3bde4af86ce8e1da90f65a8fe7e18c3e4936d35c15f26dabd4407b6de31"
|
|
470
|
+
|
|
471
|
+
[metadata.files]
|
|
472
|
+
alabaster = [
|
|
473
|
+
{file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
|
|
474
|
+
{file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
|
|
475
|
+
]
|
|
476
|
+
babel = [
|
|
477
|
+
{file = "Babel-2.10.3-py3-none-any.whl", hash = "sha256:ff56f4892c1c4bf0d814575ea23471c230d544203c7748e8c68f0089478d48eb"},
|
|
478
|
+
{file = "Babel-2.10.3.tar.gz", hash = "sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"},
|
|
479
|
+
]
|
|
480
|
+
beautifulsoup4 = [
|
|
481
|
+
{file = "beautifulsoup4-4.11.1-py3-none-any.whl", hash = "sha256:58d5c3d29f5a36ffeb94f02f0d786cd53014cf9b3b3951d42e0080d8a9498d30"},
|
|
482
|
+
{file = "beautifulsoup4-4.11.1.tar.gz", hash = "sha256:ad9aa55b65ef2808eb405f46cf74df7fcb7044d5cbc26487f96eb2ef2e436693"},
|
|
483
|
+
]
|
|
484
|
+
certifi = [
|
|
485
|
+
{file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"},
|
|
486
|
+
{file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"},
|
|
487
|
+
]
|
|
488
|
+
charset-normalizer = [
|
|
489
|
+
{file = "charset-normalizer-2.1.0.tar.gz", hash = "sha256:575e708016ff3a5e3681541cb9d79312c416835686d054a23accb873b254f413"},
|
|
490
|
+
{file = "charset_normalizer-2.1.0-py3-none-any.whl", hash = "sha256:5189b6f22b01957427f35b6a08d9a0bc45b46d3788ef5a92e978433c7a35f8a5"},
|
|
491
|
+
]
|
|
492
|
+
colorama = [
|
|
493
|
+
{file = "colorama-0.4.5-py2.py3-none-any.whl", hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da"},
|
|
494
|
+
{file = "colorama-0.4.5.tar.gz", hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4"},
|
|
495
|
+
]
|
|
496
|
+
docutils = [
|
|
497
|
+
{file = "docutils-0.18.1-py2.py3-none-any.whl", hash = "sha256:23010f129180089fbcd3bc08cfefccb3b890b0050e1ca00c867036e9d161b98c"},
|
|
498
|
+
{file = "docutils-0.18.1.tar.gz", hash = "sha256:679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"},
|
|
499
|
+
]
|
|
500
|
+
furo = [
|
|
501
|
+
{file = "furo-2022.6.21-py3-none-any.whl", hash = "sha256:061b68e323345e27fcba024cf33a1e77f3dfd8d9987410be822749a706e2add6"},
|
|
502
|
+
{file = "furo-2022.6.21.tar.gz", hash = "sha256:9aa983b7488a4601d13113884bfb7254502c8729942e073a0acb87a5512af223"},
|
|
503
|
+
]
|
|
504
|
+
idna = [
|
|
505
|
+
{file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"},
|
|
506
|
+
{file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"},
|
|
507
|
+
]
|
|
508
|
+
imagesize = [
|
|
509
|
+
{file = "imagesize-1.4.1-py2.py3-none-any.whl", hash = "sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b"},
|
|
510
|
+
{file = "imagesize-1.4.1.tar.gz", hash = "sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a"},
|
|
511
|
+
]
|
|
512
|
+
importlib-metadata = [
|
|
513
|
+
{file = "importlib_metadata-4.12.0-py3-none-any.whl", hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"},
|
|
514
|
+
{file = "importlib_metadata-4.12.0.tar.gz", hash = "sha256:637245b8bab2b6502fcbc752cc4b7a6f6243bb02b31c5c26156ad103d3d45670"},
|
|
515
|
+
]
|
|
516
|
+
jinja2 = [
|
|
517
|
+
{file = "Jinja2-3.1.2-py3-none-any.whl", hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61"},
|
|
518
|
+
{file = "Jinja2-3.1.2.tar.gz", hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852"},
|
|
519
|
+
]
|
|
520
|
+
linkify-it-py = [
|
|
521
|
+
{file = "linkify-it-py-2.0.0.tar.gz", hash = "sha256:476464480906bed8b2fa3813bf55566282e55214ad7e41b7d1c2b564666caf2f"},
|
|
522
|
+
{file = "linkify_it_py-2.0.0-py3-none-any.whl", hash = "sha256:1bff43823e24e507a099e328fc54696124423dd6320c75a9da45b4b754b748ad"},
|
|
523
|
+
]
|
|
524
|
+
markdown-it-py = [
|
|
525
|
+
{file = "markdown-it-py-2.1.0.tar.gz", hash = "sha256:cf7e59fed14b5ae17c0006eff14a2d9a00ed5f3a846148153899a0224e2c07da"},
|
|
526
|
+
{file = "markdown_it_py-2.1.0-py3-none-any.whl", hash = "sha256:93de681e5c021a432c63147656fe21790bc01231e0cd2da73626f1aa3ac0fe27"},
|
|
527
|
+
]
|
|
528
|
+
markupsafe = [
|
|
529
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"},
|
|
530
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"},
|
|
531
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a49907dd8420c5685cfa064a1335b6754b74541bbb3706c259c02ed65b644b3e"},
|
|
532
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:10c1bfff05d95783da83491be968e8fe789263689c02724e0c691933c52994f5"},
|
|
533
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b7bd98b796e2b6553da7225aeb61f447f80a1ca64f41d83612e6139ca5213aa4"},
|
|
534
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b09bf97215625a311f669476f44b8b318b075847b49316d3e28c08e41a7a573f"},
|
|
535
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:694deca8d702d5db21ec83983ce0bb4b26a578e71fbdbd4fdcd387daa90e4d5e"},
|
|
536
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:efc1913fd2ca4f334418481c7e595c00aad186563bbc1ec76067848c7ca0a933"},
|
|
537
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-win32.whl", hash = "sha256:4a33dea2b688b3190ee12bd7cfa29d39c9ed176bda40bfa11099a3ce5d3a7ac6"},
|
|
538
|
+
{file = "MarkupSafe-2.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:dda30ba7e87fbbb7eab1ec9f58678558fd9a6b8b853530e176eabd064da81417"},
|
|
539
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:671cd1187ed5e62818414afe79ed29da836dde67166a9fac6d435873c44fdd02"},
|
|
540
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3799351e2336dc91ea70b034983ee71cf2f9533cdff7c14c90ea126bfd95d65a"},
|
|
541
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e72591e9ecd94d7feb70c1cbd7be7b3ebea3f548870aa91e2732960fa4d57a37"},
|
|
542
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6fbf47b5d3728c6aea2abb0589b5d30459e369baa772e0f37a0320185e87c980"},
|
|
543
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d5ee4f386140395a2c818d149221149c54849dfcfcb9f1debfe07a8b8bd63f9a"},
|
|
544
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:bcb3ed405ed3222f9904899563d6fc492ff75cce56cba05e32eff40e6acbeaa3"},
|
|
545
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:e1c0b87e09fa55a220f058d1d49d3fb8df88fbfab58558f1198e08c1e1de842a"},
|
|
546
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-win32.whl", hash = "sha256:8dc1c72a69aa7e082593c4a203dcf94ddb74bb5c8a731e4e1eb68d031e8498ff"},
|
|
547
|
+
{file = "MarkupSafe-2.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:97a68e6ada378df82bc9f16b800ab77cbf4b2fada0081794318520138c088e4a"},
|
|
548
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:e8c843bbcda3a2f1e3c2ab25913c80a3c5376cd00c6e8c4a86a89a28c8dc5452"},
|
|
549
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0212a68688482dc52b2d45013df70d169f542b7394fc744c02a57374a4207003"},
|
|
550
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e576a51ad59e4bfaac456023a78f6b5e6e7651dcd383bcc3e18d06f9b55d6d1"},
|
|
551
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b9fe39a2ccc108a4accc2676e77da025ce383c108593d65cc909add5c3bd601"},
|
|
552
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96e37a3dc86e80bf81758c152fe66dbf60ed5eca3d26305edf01892257049925"},
|
|
553
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:6d0072fea50feec76a4c418096652f2c3238eaa014b2f94aeb1d56a66b41403f"},
|
|
554
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:089cf3dbf0cd6c100f02945abeb18484bd1ee57a079aefd52cffd17fba910b88"},
|
|
555
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6a074d34ee7a5ce3effbc526b7083ec9731bb3cbf921bbe1d3005d4d2bdb3a63"},
|
|
556
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-win32.whl", hash = "sha256:421be9fbf0ffe9ffd7a378aafebbf6f4602d564d34be190fc19a193232fd12b1"},
|
|
557
|
+
{file = "MarkupSafe-2.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc7b548b17d238737688817ab67deebb30e8073c95749d55538ed473130ec0c7"},
|
|
558
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:e04e26803c9c3851c931eac40c695602c6295b8d432cbe78609649ad9bd2da8a"},
|
|
559
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b87db4360013327109564f0e591bd2a3b318547bcef31b468a92ee504d07ae4f"},
|
|
560
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99a2a507ed3ac881b975a2976d59f38c19386d128e7a9a18b7df6fff1fd4c1d6"},
|
|
561
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:56442863ed2b06d19c37f94d999035e15ee982988920e12a5b4ba29b62ad1f77"},
|
|
562
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3ce11ee3f23f79dbd06fb3d63e2f6af7b12db1d46932fe7bd8afa259a5996603"},
|
|
563
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:33b74d289bd2f5e527beadcaa3f401e0df0a89927c1559c8566c066fa4248ab7"},
|
|
564
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:43093fb83d8343aac0b1baa75516da6092f58f41200907ef92448ecab8825135"},
|
|
565
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:8e3dcf21f367459434c18e71b2a9532d96547aef8a871872a5bd69a715c15f96"},
|
|
566
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-win32.whl", hash = "sha256:d4306c36ca495956b6d568d276ac11fdd9c30a36f1b6eb928070dc5360b22e1c"},
|
|
567
|
+
{file = "MarkupSafe-2.1.1-cp39-cp39-win_amd64.whl", hash = "sha256:46d00d6cfecdde84d40e572d63735ef81423ad31184100411e6e3388d405e247"},
|
|
568
|
+
{file = "MarkupSafe-2.1.1.tar.gz", hash = "sha256:7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"},
|
|
569
|
+
]
|
|
570
|
+
mdit-py-plugins = [
|
|
571
|
+
{file = "mdit-py-plugins-0.3.0.tar.gz", hash = "sha256:ecc24f51eeec6ab7eecc2f9724e8272c2fb191c2e93cf98109120c2cace69750"},
|
|
572
|
+
{file = "mdit_py_plugins-0.3.0-py3-none-any.whl", hash = "sha256:b1279701cee2dbf50e188d3da5f51fee8d78d038cdf99be57c6b9d1aa93b4073"},
|
|
573
|
+
]
|
|
574
|
+
mdurl = [
|
|
575
|
+
{file = "mdurl-0.1.1-py3-none-any.whl", hash = "sha256:6a8f6804087b7128040b2fb2ebe242bdc2affaeaa034d5fc9feeed30b443651b"},
|
|
576
|
+
{file = "mdurl-0.1.1.tar.gz", hash = "sha256:f79c9709944df218a4cdb0fcc0b0c7ead2f44594e3e84dc566606f04ad749c20"},
|
|
577
|
+
]
|
|
578
|
+
myst-parser = [
|
|
579
|
+
{file = "myst-parser-0.18.0.tar.gz", hash = "sha256:739a4d96773a8e55a2cacd3941ce46a446ee23dcd6b37e06f73f551ad7821d86"},
|
|
580
|
+
{file = "myst_parser-0.18.0-py3-none-any.whl", hash = "sha256:4965e51918837c13bf1c6f6fe2c6bddddf193148360fbdaefe743a4981358f6a"},
|
|
581
|
+
]
|
|
582
|
+
packaging = [
|
|
583
|
+
{file = "packaging-21.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"},
|
|
584
|
+
{file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"},
|
|
585
|
+
]
|
|
586
|
+
pygments = [
|
|
587
|
+
{file = "Pygments-2.12.0-py3-none-any.whl", hash = "sha256:dc9c10fb40944260f6ed4c688ece0cd2048414940f1cea51b8b226318411c519"},
|
|
588
|
+
{file = "Pygments-2.12.0.tar.gz", hash = "sha256:5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"},
|
|
589
|
+
]
|
|
590
|
+
pyparsing = [
|
|
591
|
+
{file = "pyparsing-3.0.9-py3-none-any.whl", hash = "sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc"},
|
|
592
|
+
{file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"},
|
|
593
|
+
]
|
|
594
|
+
pytz = [
|
|
595
|
+
{file = "pytz-2022.1-py2.py3-none-any.whl", hash = "sha256:e68985985296d9a66a881eb3193b0906246245294a881e7c8afe623866ac6a5c"},
|
|
596
|
+
{file = "pytz-2022.1.tar.gz", hash = "sha256:1e760e2fe6a8163bc0b3d9a19c4f84342afa0a2affebfaa84b01b978a02ecaa7"},
|
|
597
|
+
]
|
|
598
|
+
pyyaml = [
|
|
599
|
+
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
|
600
|
+
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
|
|
601
|
+
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
|
|
602
|
+
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
|
|
603
|
+
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
|
604
|
+
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
|
605
|
+
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
|
606
|
+
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
|
607
|
+
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
|
608
|
+
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
|
609
|
+
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
|
|
610
|
+
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
|
|
611
|
+
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
|
|
612
|
+
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
|
|
613
|
+
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
|
|
614
|
+
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
|
|
615
|
+
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
|
|
616
|
+
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
|
|
617
|
+
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
|
|
618
|
+
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
|
|
619
|
+
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
|
|
620
|
+
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
|
|
621
|
+
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
|
|
622
|
+
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
|
|
623
|
+
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
|
|
624
|
+
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
|
|
625
|
+
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
|
|
626
|
+
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
|
|
627
|
+
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
|
|
628
|
+
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
|
|
629
|
+
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
|
|
630
|
+
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
|
631
|
+
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
|
632
|
+
]
|
|
633
|
+
requests = [
|
|
634
|
+
{file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"},
|
|
635
|
+
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
|
636
|
+
]
|
|
637
|
+
snowballstemmer = [
|
|
638
|
+
{file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"},
|
|
639
|
+
{file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"},
|
|
640
|
+
]
|
|
641
|
+
soupsieve = [
|
|
642
|
+
{file = "soupsieve-2.3.2.post1-py3-none-any.whl", hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759"},
|
|
643
|
+
{file = "soupsieve-2.3.2.post1.tar.gz", hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d"},
|
|
644
|
+
]
|
|
645
|
+
sphinx = [
|
|
646
|
+
{file = "Sphinx-5.0.2-py3-none-any.whl", hash = "sha256:d3e57663eed1d7c5c50895d191fdeda0b54ded6f44d5621b50709466c338d1e8"},
|
|
647
|
+
{file = "Sphinx-5.0.2.tar.gz", hash = "sha256:b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0"},
|
|
648
|
+
]
|
|
649
|
+
sphinx-basic-ng = [
|
|
650
|
+
{file = "sphinx_basic_ng-0.0.1a12-py3-none-any.whl", hash = "sha256:e8b6efd2c5ece014156de76065eda01ddfca0fee465aa020b1e3c12f84570bbe"},
|
|
651
|
+
{file = "sphinx_basic_ng-0.0.1a12.tar.gz", hash = "sha256:cffffb14914ddd26c94b1330df1d72dab5a42e220aaeb5953076a40b9c50e801"},
|
|
652
|
+
]
|
|
653
|
+
sphinxcontrib-applehelp = [
|
|
654
|
+
{file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
|
|
655
|
+
{file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
|
|
656
|
+
]
|
|
657
|
+
sphinxcontrib-devhelp = [
|
|
658
|
+
{file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
|
|
659
|
+
{file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
|
|
660
|
+
]
|
|
661
|
+
sphinxcontrib-htmlhelp = [
|
|
662
|
+
{file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"},
|
|
663
|
+
{file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"},
|
|
664
|
+
]
|
|
665
|
+
sphinxcontrib-jsmath = [
|
|
666
|
+
{file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
|
|
667
|
+
{file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
|
|
668
|
+
]
|
|
669
|
+
sphinxcontrib-qthelp = [
|
|
670
|
+
{file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
|
|
671
|
+
{file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
|
|
672
|
+
]
|
|
673
|
+
sphinxcontrib-serializinghtml = [
|
|
674
|
+
{file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"},
|
|
675
|
+
{file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"},
|
|
676
|
+
]
|
|
677
|
+
typing-extensions = [
|
|
678
|
+
{file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"},
|
|
679
|
+
{file = "typing_extensions-4.3.0.tar.gz", hash = "sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6"},
|
|
680
|
+
]
|
|
681
|
+
uc-micro-py = [
|
|
682
|
+
{file = "uc-micro-py-1.0.1.tar.gz", hash = "sha256:b7cdf4ea79433043ddfe2c82210208f26f7962c0cfbe3bacb05ee879a7fdb596"},
|
|
683
|
+
{file = "uc_micro_py-1.0.1-py3-none-any.whl", hash = "sha256:316cfb8b6862a0f1d03540f0ae6e7b033ff1fa0ddbe60c12cbe0d4cec846a69f"},
|
|
684
|
+
]
|
|
685
|
+
urllib3 = [
|
|
686
|
+
{file = "urllib3-1.26.10-py2.py3-none-any.whl", hash = "sha256:8298d6d56d39be0e3bc13c1c97d133f9b45d797169a0e11cdd0e0489d786f7ec"},
|
|
687
|
+
{file = "urllib3-1.26.10.tar.gz", hash = "sha256:879ba4d1e89654d9769ce13121e0f94310ea32e8d2f8cf587b77c08bbcdb30d6"},
|
|
688
|
+
]
|
|
689
|
+
zipp = [
|
|
690
|
+
{file = "zipp-3.8.1-py3-none-any.whl", hash = "sha256:47c40d7fe183a6f21403a199b3e4192cca5774656965b0a4988ad2f8feb5f009"},
|
|
691
|
+
{file = "zipp-3.8.1.tar.gz", hash = "sha256:05b45f1ee8f807d0cc928485ca40a07cb491cf092ff587c0df9cb1fd154848d2"},
|
|
692
|
+
]
|