koffi 2.9.1 → 2.10.0
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 +61 -48
- package/build/koffi/darwin_arm64/koffi.node +0 -0
- package/build/koffi/darwin_x64/koffi.node +0 -0
- package/build/koffi/freebsd_arm64/koffi.node +0 -0
- package/build/koffi/freebsd_ia32/koffi.node +0 -0
- package/build/koffi/freebsd_x64/koffi.node +0 -0
- package/build/koffi/linux_arm32/koffi.node +0 -0
- package/build/koffi/linux_arm64/koffi.node +0 -0
- package/build/koffi/linux_ia32/koffi.node +0 -0
- package/build/koffi/linux_riscv64/koffi.node +0 -0
- package/build/koffi/linux_x64/koffi.node +0 -0
- package/build/koffi/musl_x64/koffi.node +0 -0
- package/build/koffi/openbsd_ia32/koffi.node +0 -0
- package/build/koffi/openbsd_x64/koffi.node +0 -0
- package/build/koffi/win32_arm64/koffi.node +0 -0
- package/build/koffi/win32_ia32/koffi.node +0 -0
- package/build/koffi/win32_x64/koffi.node +0 -0
- package/doc/README.md +27 -0
- package/doc/assets.ini +19 -0
- package/doc/develop.sh +14 -0
- package/doc/flaat/flaat.css +25 -0
- package/doc/flaat/flaat.js +150 -0
- package/doc/flaat/normal.css +335 -0
- package/doc/flaat/print.css +30 -0
- package/doc/flaat/small.css +101 -0
- package/doc/{benchmarks.md → pages/benchmarks.md} +14 -18
- package/doc/{callbacks.md → pages/callbacks.md} +27 -36
- package/doc/{contribute.md → pages/contribute.md} +10 -12
- package/doc/{functions.md → pages/functions.md} +29 -34
- package/doc/pages/index.md +20 -0
- package/doc/{input.md → pages/input.md} +28 -33
- package/doc/{migration.md → pages/migration.md} +7 -10
- package/doc/{misc.md → pages/misc.md} +54 -23
- package/doc/{output.md → pages/output.md} +17 -20
- package/doc/{packaging.md → pages/packaging.md} +19 -12
- package/doc/{platforms.md → pages/platforms.md} +25 -11
- package/doc/{pointers.md → pages/pointers.md} +13 -16
- package/doc/{start.md → pages/start.md} +12 -14
- package/doc/{unions.md → pages/unions.md} +5 -7
- package/doc/{variables.md → pages/variables.md} +7 -11
- package/doc/pages.ini +89 -0
- package/doc/static/koffi.css +21 -0
- package/doc/static/koffi.js +21 -0
- package/doc/static/koffi.png +0 -0
- package/doc/static/logo.webp +0 -0
- package/doc/static/print.css +22 -0
- package/doc/templates/page.html +48 -0
- package/index.js +2 -2
- package/indirect.js +2 -2
- package/package.json +2 -2
- package/src/koffi/CMakeLists.txt +6 -0
- package/src/koffi/examples/yao-pkg/README.md +17 -0
- package/src/koffi/examples/yao-pkg/index.js +2 -0
- package/src/koffi/examples/yao-pkg/package.json +22 -0
- package/src/koffi/src/call.cc +2 -0
- package/src/koffi/src/ffi.cc +40 -4
- package/src/koffi/src/util.cc +1 -1
- package/doc/Makefile +0 -20
- package/doc/benchmarks.xlsx +0 -0
- package/doc/changelog.md +0 -5
- package/doc/conf.py +0 -118
- package/doc/index.rst +0 -47
- package/doc/make.bat +0 -35
- package/doc/poetry.lock +0 -521
- package/doc/pyproject.toml +0 -19
- package/doc/static/bench_linux.png +0 -0
- package/doc/static/bench_windows.png +0 -0
- package/doc/static/custom.css +0 -70
- package/doc/static/node_c.webp +0 -0
- package/doc/static/opensans/LICENSE.txt +0 -202
- package/doc/static/opensans/OpenSans.css +0 -39
- package/doc/static/opensans/OpenSans_v17_Latin_Bold.woff +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_Bold.woff2 +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_BoldItalic.woff +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_BoldItalic.woff2 +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_Italic.woff +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_Italic.woff2 +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_Regular.woff +0 -0
- package/doc/static/opensans/OpenSans_v17_Latin_Regular.woff2 +0 -0
- package/doc/static/perf_linux_20220623.png +0 -0
- package/doc/static/perf_linux_20220623_2.png +0 -0
- package/doc/static/perf_linux_20220627.png +0 -0
- package/doc/static/perf_linux_20220628.png +0 -0
- package/doc/static/perf_linux_20220812.png +0 -0
- package/doc/static/perf_windows_20220623.png +0 -0
- package/doc/static/perf_windows_20220623_2.png +0 -0
- package/doc/static/perf_windows_20220627.png +0 -0
- package/doc/static/perf_windows_20220628.png +0 -0
- package/doc/static/perf_windows_20220812.png +0 -0
- package/doc/templates/badges.html +0 -7
- package/doc/templates/logo.html +0 -3
- /package/doc/static/{perf_linux_20231028.png → perf_linux.png} +0 -0
- /package/doc/static/{perf_windows_20231028.png → perf_windows.png} +0 -0
package/doc/poetry.lock
DELETED
|
@@ -1,521 +0,0 @@
|
|
|
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
|
-
rtd = ["sphinx-design", "ipython", "sphinx-book-theme", "sphinxext-rediraffe (>=0.2.7,<0.3.0)", "sphinxcontrib.mermaid (>=0.7.1,<0.8.0)", "sphinxext-opengraph (>=0.6.3,<0.7.0)"]
|
|
221
|
-
code_style = ["pre-commit (>=2.12,<3.0)"]
|
|
222
|
-
linkify = ["linkify-it-py (>=1.0,<2.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 = "sphinxext-rediraffe"
|
|
424
|
-
version = "0.2.7"
|
|
425
|
-
description = "Sphinx Extension that redirects non-existent pages to working pages."
|
|
426
|
-
category = "main"
|
|
427
|
-
optional = false
|
|
428
|
-
python-versions = ">=3.6"
|
|
429
|
-
|
|
430
|
-
[package.dependencies]
|
|
431
|
-
sphinx = ">=2.0"
|
|
432
|
-
|
|
433
|
-
[[package]]
|
|
434
|
-
name = "typing-extensions"
|
|
435
|
-
version = "4.3.0"
|
|
436
|
-
description = "Backported and Experimental Type Hints for Python 3.7+"
|
|
437
|
-
category = "main"
|
|
438
|
-
optional = false
|
|
439
|
-
python-versions = ">=3.7"
|
|
440
|
-
|
|
441
|
-
[[package]]
|
|
442
|
-
name = "uc-micro-py"
|
|
443
|
-
version = "1.0.1"
|
|
444
|
-
description = "Micro subset of unicode data files for linkify-it-py projects."
|
|
445
|
-
category = "main"
|
|
446
|
-
optional = false
|
|
447
|
-
python-versions = ">=3.6"
|
|
448
|
-
|
|
449
|
-
[package.extras]
|
|
450
|
-
test = ["coverage", "pytest", "pytest-cov"]
|
|
451
|
-
|
|
452
|
-
[[package]]
|
|
453
|
-
name = "urllib3"
|
|
454
|
-
version = "1.26.10"
|
|
455
|
-
description = "HTTP library with thread-safe connection pooling, file post, and more."
|
|
456
|
-
category = "main"
|
|
457
|
-
optional = false
|
|
458
|
-
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
|
|
459
|
-
|
|
460
|
-
[package.extras]
|
|
461
|
-
brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
|
|
462
|
-
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
|
|
463
|
-
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
|
|
464
|
-
|
|
465
|
-
[[package]]
|
|
466
|
-
name = "zipp"
|
|
467
|
-
version = "3.8.1"
|
|
468
|
-
description = "Backport of pathlib-compatible object wrapper for zip files"
|
|
469
|
-
category = "main"
|
|
470
|
-
optional = false
|
|
471
|
-
python-versions = ">=3.7"
|
|
472
|
-
|
|
473
|
-
[package.extras]
|
|
474
|
-
docs = ["sphinx", "jaraco.packaging (>=9)", "rst.linker (>=1.9)", "jaraco.tidelift (>=1.4)"]
|
|
475
|
-
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)"]
|
|
476
|
-
|
|
477
|
-
[metadata]
|
|
478
|
-
lock-version = "1.1"
|
|
479
|
-
python-versions = "^3.7"
|
|
480
|
-
content-hash = "cc1f90c81a578dfb6b4f30b4e75dca10fb736d484485d8571e094204ab3f8553"
|
|
481
|
-
|
|
482
|
-
[metadata.files]
|
|
483
|
-
alabaster = []
|
|
484
|
-
babel = []
|
|
485
|
-
beautifulsoup4 = []
|
|
486
|
-
certifi = []
|
|
487
|
-
charset-normalizer = []
|
|
488
|
-
colorama = []
|
|
489
|
-
docutils = []
|
|
490
|
-
furo = []
|
|
491
|
-
idna = []
|
|
492
|
-
imagesize = []
|
|
493
|
-
importlib-metadata = []
|
|
494
|
-
jinja2 = []
|
|
495
|
-
linkify-it-py = []
|
|
496
|
-
markdown-it-py = []
|
|
497
|
-
markupsafe = []
|
|
498
|
-
mdit-py-plugins = []
|
|
499
|
-
mdurl = []
|
|
500
|
-
myst-parser = []
|
|
501
|
-
packaging = []
|
|
502
|
-
pygments = []
|
|
503
|
-
pyparsing = []
|
|
504
|
-
pytz = []
|
|
505
|
-
pyyaml = []
|
|
506
|
-
requests = []
|
|
507
|
-
snowballstemmer = []
|
|
508
|
-
soupsieve = []
|
|
509
|
-
sphinx = []
|
|
510
|
-
sphinx-basic-ng = []
|
|
511
|
-
sphinxcontrib-applehelp = []
|
|
512
|
-
sphinxcontrib-devhelp = []
|
|
513
|
-
sphinxcontrib-htmlhelp = []
|
|
514
|
-
sphinxcontrib-jsmath = []
|
|
515
|
-
sphinxcontrib-qthelp = []
|
|
516
|
-
sphinxcontrib-serializinghtml = []
|
|
517
|
-
sphinxext-rediraffe = []
|
|
518
|
-
typing-extensions = []
|
|
519
|
-
uc-micro-py = []
|
|
520
|
-
urllib3 = []
|
|
521
|
-
zipp = []
|
package/doc/pyproject.toml
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
[tool.poetry]
|
|
2
|
-
name = "koffi.dev"
|
|
3
|
-
version = "0.1.0"
|
|
4
|
-
description = ""
|
|
5
|
-
authors = ["Niels Martignène <niels.martignene@protonmail.com>"]
|
|
6
|
-
|
|
7
|
-
[tool.poetry.dependencies]
|
|
8
|
-
python = "^3.7"
|
|
9
|
-
Sphinx = "^5.0.2"
|
|
10
|
-
linkify-it-py = "^2.0.0"
|
|
11
|
-
myst-parser = "^0.18.0"
|
|
12
|
-
furo = "^2022.6.21"
|
|
13
|
-
sphinxext-rediraffe = "^0.2.7"
|
|
14
|
-
|
|
15
|
-
[tool.poetry.dev-dependencies]
|
|
16
|
-
|
|
17
|
-
[build-system]
|
|
18
|
-
requires = ["poetry-core>=1.0.0"]
|
|
19
|
-
build-backend = "poetry.core.masonry.api"
|
|
Binary file
|
|
Binary file
|
package/doc/static/custom.css
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
/* Copyright 2023 Niels Martignène <niels.martignene@protonmail.com>
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
-
this software and associated documentation files (the “Software”), to deal in
|
|
5
|
-
the Software without restriction, including without limitation the rights to use,
|
|
6
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
7
|
-
Software, and to permit persons to whom the Software is furnished to do so,
|
|
8
|
-
subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11
|
-
copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
|
|
14
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
15
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
16
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
17
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
18
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
19
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
20
|
-
OTHER DEALINGS IN THE SOFTWARE */
|
|
21
|
-
|
|
22
|
-
aside.footnote {
|
|
23
|
-
display: flex;
|
|
24
|
-
margin-top: 6px;
|
|
25
|
-
}
|
|
26
|
-
aside.footnote > p {
|
|
27
|
-
margin: 0;
|
|
28
|
-
margin-left: 1rem;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.toctree-l1 > a {
|
|
32
|
-
font-size: 1.1em;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
h1 {
|
|
36
|
-
font-size: 2rem;
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
font-weight: normal;
|
|
39
|
-
margin-bottom: 1.2rem;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
h2 {
|
|
43
|
-
display: table;
|
|
44
|
-
margin-left: 0;
|
|
45
|
-
margin-bottom: 1.2rem;
|
|
46
|
-
padding: 3px 12px 3px 30px;
|
|
47
|
-
background: var(--color-brand-primary) !important;
|
|
48
|
-
border-right: 32px solid var(--color-background-primary);
|
|
49
|
-
border-radius: 0;
|
|
50
|
-
font-size: 1.6rem;
|
|
51
|
-
font-weight: normal;
|
|
52
|
-
text-transform: uppercase;
|
|
53
|
-
color: var(--color-background-primary) !important;
|
|
54
|
-
position: relative;
|
|
55
|
-
}
|
|
56
|
-
h2 > a {
|
|
57
|
-
filter: none !important;
|
|
58
|
-
position: absolute;
|
|
59
|
-
left: calc(100% - 32px);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
h3 {
|
|
63
|
-
font-size: 1.4rem;
|
|
64
|
-
font-weight: normal;
|
|
65
|
-
margin-bottom: 1.2rem;
|
|
66
|
-
font-style: italic;
|
|
67
|
-
padding-left: 50px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
:target > h1, :target > h3 { background: none !important; }
|
package/doc/static/node_c.webp
DELETED
|
Binary file
|