pyodide 0.23.3 → 0.24.0-alpha.1
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/ffi.d.ts +269 -36
- package/package.json +7 -12
- package/pyodide-lock.json +3703 -0
- package/pyodide.asm.js +3 -3
- package/pyodide.asm.wasm +0 -0
- package/pyodide.d.ts +339 -44
- package/pyodide.js +12 -1
- package/pyodide.js.map +7 -1
- package/pyodide.mjs +10 -1
- package/pyodide.mjs.map +7 -1
- package/python_stdlib.zip +0 -0
- package/repodata.json +0 -1
|
@@ -0,0 +1,3703 @@
|
|
|
1
|
+
{
|
|
2
|
+
"info": {
|
|
3
|
+
"arch": "wasm32",
|
|
4
|
+
"platform": "emscripten_3_1_44",
|
|
5
|
+
"version": "0.24.0a1",
|
|
6
|
+
"python": "3.11.3"
|
|
7
|
+
},
|
|
8
|
+
"packages": {
|
|
9
|
+
"asciitree": {
|
|
10
|
+
"name": "asciitree",
|
|
11
|
+
"version": "0.3.3",
|
|
12
|
+
"file_name": "asciitree-0.3.3-py3-none-any.whl",
|
|
13
|
+
"install_dir": "site",
|
|
14
|
+
"sha256": "60c751cd3621d6903734de673ef0af3b8bed55aa11a5df19755da3759a360f3e",
|
|
15
|
+
"package_type": "package",
|
|
16
|
+
"imports": [
|
|
17
|
+
"asciitree"
|
|
18
|
+
],
|
|
19
|
+
"depends": [],
|
|
20
|
+
"unvendored_tests": false,
|
|
21
|
+
"shared_library": false
|
|
22
|
+
},
|
|
23
|
+
"astropy": {
|
|
24
|
+
"name": "astropy",
|
|
25
|
+
"version": "5.2.2",
|
|
26
|
+
"file_name": "astropy-5.2.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
27
|
+
"install_dir": "site",
|
|
28
|
+
"sha256": "b544598f063b2eac56254b20907d808b1201a98425296dd341b765efc9264f76",
|
|
29
|
+
"package_type": "package",
|
|
30
|
+
"imports": [
|
|
31
|
+
"astropy"
|
|
32
|
+
],
|
|
33
|
+
"depends": [
|
|
34
|
+
"distutils",
|
|
35
|
+
"packaging",
|
|
36
|
+
"numpy",
|
|
37
|
+
"pyerfa",
|
|
38
|
+
"pyyaml"
|
|
39
|
+
],
|
|
40
|
+
"unvendored_tests": false,
|
|
41
|
+
"shared_library": false
|
|
42
|
+
},
|
|
43
|
+
"atomicwrites": {
|
|
44
|
+
"name": "atomicwrites",
|
|
45
|
+
"version": "1.4.1",
|
|
46
|
+
"file_name": "atomicwrites-1.4.1-py2.py3-none-any.whl",
|
|
47
|
+
"install_dir": "site",
|
|
48
|
+
"sha256": "80e2bbd47f2e7e41388b1d55e2ef8c02169f79b60d58e3b078d791da6d804c71",
|
|
49
|
+
"package_type": "package",
|
|
50
|
+
"imports": [
|
|
51
|
+
"atomicwrites"
|
|
52
|
+
],
|
|
53
|
+
"depends": [],
|
|
54
|
+
"unvendored_tests": false,
|
|
55
|
+
"shared_library": false
|
|
56
|
+
},
|
|
57
|
+
"attrs": {
|
|
58
|
+
"name": "attrs",
|
|
59
|
+
"version": "22.2.0",
|
|
60
|
+
"file_name": "attrs-22.2.0-py3-none-any.whl",
|
|
61
|
+
"install_dir": "site",
|
|
62
|
+
"sha256": "f1f3479fe15cdf2b09861b6f024a513befc729fdb8281bdcf5eaaea6931c0ec7",
|
|
63
|
+
"package_type": "package",
|
|
64
|
+
"imports": [
|
|
65
|
+
"attr",
|
|
66
|
+
"attrs"
|
|
67
|
+
],
|
|
68
|
+
"depends": [
|
|
69
|
+
"six"
|
|
70
|
+
],
|
|
71
|
+
"unvendored_tests": false,
|
|
72
|
+
"shared_library": false
|
|
73
|
+
},
|
|
74
|
+
"autograd": {
|
|
75
|
+
"name": "autograd",
|
|
76
|
+
"version": "1.5",
|
|
77
|
+
"file_name": "autograd-1.5-py3-none-any.whl",
|
|
78
|
+
"install_dir": "site",
|
|
79
|
+
"sha256": "40ae0e8bb5c35ff719f68febf99a655fcfde6d1a7ee1487f936d4c14be630a35",
|
|
80
|
+
"package_type": "package",
|
|
81
|
+
"imports": [
|
|
82
|
+
"autograd"
|
|
83
|
+
],
|
|
84
|
+
"depends": [
|
|
85
|
+
"numpy",
|
|
86
|
+
"future"
|
|
87
|
+
],
|
|
88
|
+
"unvendored_tests": true,
|
|
89
|
+
"shared_library": false
|
|
90
|
+
},
|
|
91
|
+
"autograd-tests": {
|
|
92
|
+
"name": "autograd-tests",
|
|
93
|
+
"version": "1.5",
|
|
94
|
+
"file_name": "autograd-tests.tar",
|
|
95
|
+
"install_dir": "site",
|
|
96
|
+
"sha256": "dd8de769fe3460fec15dc51eeeb41574b58194173d7f8e028d6bc2e8364dc8dc",
|
|
97
|
+
"package_type": "package",
|
|
98
|
+
"imports": [],
|
|
99
|
+
"depends": [
|
|
100
|
+
"autograd"
|
|
101
|
+
],
|
|
102
|
+
"unvendored_tests": false,
|
|
103
|
+
"shared_library": false
|
|
104
|
+
},
|
|
105
|
+
"bcrypt": {
|
|
106
|
+
"name": "bcrypt",
|
|
107
|
+
"version": "4.0.1",
|
|
108
|
+
"file_name": "bcrypt-4.0.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
109
|
+
"install_dir": "site",
|
|
110
|
+
"sha256": "11dfbf6b2118bf669c053f12fd9e9b1e544a73ffb252f8955b3a4c4cb6f97758",
|
|
111
|
+
"package_type": "package",
|
|
112
|
+
"imports": [
|
|
113
|
+
"bcrypt"
|
|
114
|
+
],
|
|
115
|
+
"depends": [],
|
|
116
|
+
"unvendored_tests": false,
|
|
117
|
+
"shared_library": false
|
|
118
|
+
},
|
|
119
|
+
"beautifulsoup4": {
|
|
120
|
+
"name": "beautifulsoup4",
|
|
121
|
+
"version": "4.12.0",
|
|
122
|
+
"file_name": "beautifulsoup4-4.12.0-py3-none-any.whl",
|
|
123
|
+
"install_dir": "site",
|
|
124
|
+
"sha256": "b2a3fa0388c3294847c2e3001180bf007bdafd7ade634cdb17209c37a3abbecc",
|
|
125
|
+
"package_type": "package",
|
|
126
|
+
"imports": [
|
|
127
|
+
"bs4"
|
|
128
|
+
],
|
|
129
|
+
"depends": [
|
|
130
|
+
"soupsieve"
|
|
131
|
+
],
|
|
132
|
+
"unvendored_tests": true,
|
|
133
|
+
"shared_library": false
|
|
134
|
+
},
|
|
135
|
+
"beautifulsoup4-tests": {
|
|
136
|
+
"name": "beautifulsoup4-tests",
|
|
137
|
+
"version": "4.12.0",
|
|
138
|
+
"file_name": "beautifulsoup4-tests.tar",
|
|
139
|
+
"install_dir": "site",
|
|
140
|
+
"sha256": "40e3a4e1dcec6b4a4adcad1a6778f324dbba115b150663775e773dc7b3742729",
|
|
141
|
+
"package_type": "package",
|
|
142
|
+
"imports": [],
|
|
143
|
+
"depends": [
|
|
144
|
+
"beautifulsoup4"
|
|
145
|
+
],
|
|
146
|
+
"unvendored_tests": false,
|
|
147
|
+
"shared_library": false
|
|
148
|
+
},
|
|
149
|
+
"biopython": {
|
|
150
|
+
"name": "biopython",
|
|
151
|
+
"version": "1.81",
|
|
152
|
+
"file_name": "biopython-1.81-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
153
|
+
"install_dir": "site",
|
|
154
|
+
"sha256": "9c29e81032406a3e4f9636879a8d4ae48712d48e8b19944e69db3d3c7bcfab38",
|
|
155
|
+
"package_type": "package",
|
|
156
|
+
"imports": [
|
|
157
|
+
"Bio",
|
|
158
|
+
"BioSQL"
|
|
159
|
+
],
|
|
160
|
+
"depends": [
|
|
161
|
+
"numpy"
|
|
162
|
+
],
|
|
163
|
+
"unvendored_tests": false,
|
|
164
|
+
"shared_library": false
|
|
165
|
+
},
|
|
166
|
+
"bitarray": {
|
|
167
|
+
"name": "bitarray",
|
|
168
|
+
"version": "2.7.3",
|
|
169
|
+
"file_name": "bitarray-2.7.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
170
|
+
"install_dir": "site",
|
|
171
|
+
"sha256": "3e506e3df7c6aa37165f77111bb9fe864eed1d703394d10270e403ad8673ff48",
|
|
172
|
+
"package_type": "package",
|
|
173
|
+
"imports": [
|
|
174
|
+
"bitarray"
|
|
175
|
+
],
|
|
176
|
+
"depends": [],
|
|
177
|
+
"unvendored_tests": true,
|
|
178
|
+
"shared_library": false
|
|
179
|
+
},
|
|
180
|
+
"bitarray-tests": {
|
|
181
|
+
"name": "bitarray-tests",
|
|
182
|
+
"version": "2.7.3",
|
|
183
|
+
"file_name": "bitarray-tests.tar",
|
|
184
|
+
"install_dir": "site",
|
|
185
|
+
"sha256": "3ff4084046a8a093ac40ebe807219e478c1107298134404331722628ec3477c2",
|
|
186
|
+
"package_type": "package",
|
|
187
|
+
"imports": [],
|
|
188
|
+
"depends": [
|
|
189
|
+
"bitarray"
|
|
190
|
+
],
|
|
191
|
+
"unvendored_tests": false,
|
|
192
|
+
"shared_library": false
|
|
193
|
+
},
|
|
194
|
+
"bitstring": {
|
|
195
|
+
"name": "bitstring",
|
|
196
|
+
"version": "4.0.1",
|
|
197
|
+
"file_name": "bitstring-4.0.1-py3-none-any.whl",
|
|
198
|
+
"install_dir": "site",
|
|
199
|
+
"sha256": "889c2cd64ef598b6ca05fe0e777a9d4b05682573abdad89fc772cdaca837a7e5",
|
|
200
|
+
"package_type": "package",
|
|
201
|
+
"imports": [
|
|
202
|
+
"bitstring"
|
|
203
|
+
],
|
|
204
|
+
"depends": [],
|
|
205
|
+
"unvendored_tests": false,
|
|
206
|
+
"shared_library": false
|
|
207
|
+
},
|
|
208
|
+
"bleach": {
|
|
209
|
+
"name": "bleach",
|
|
210
|
+
"version": "6.0.0",
|
|
211
|
+
"file_name": "bleach-6.0.0-py3-none-any.whl",
|
|
212
|
+
"install_dir": "site",
|
|
213
|
+
"sha256": "481259b0307b28d22d396e4cf75ae27407b759222ebc329d2e32ea85f0840804",
|
|
214
|
+
"package_type": "package",
|
|
215
|
+
"imports": [
|
|
216
|
+
"bleach"
|
|
217
|
+
],
|
|
218
|
+
"depends": [
|
|
219
|
+
"webencodings",
|
|
220
|
+
"packaging",
|
|
221
|
+
"six"
|
|
222
|
+
],
|
|
223
|
+
"unvendored_tests": false,
|
|
224
|
+
"shared_library": false
|
|
225
|
+
},
|
|
226
|
+
"bokeh": {
|
|
227
|
+
"name": "bokeh",
|
|
228
|
+
"version": "3.1.0",
|
|
229
|
+
"file_name": "bokeh-3.1.0-py3-none-any.whl",
|
|
230
|
+
"install_dir": "site",
|
|
231
|
+
"sha256": "db8133e01fea1077544ace0362498a99f9488fe5c4b6eac9817e67246bf616a4",
|
|
232
|
+
"package_type": "package",
|
|
233
|
+
"imports": [
|
|
234
|
+
"bokeh"
|
|
235
|
+
],
|
|
236
|
+
"depends": [
|
|
237
|
+
"distutils",
|
|
238
|
+
"numpy",
|
|
239
|
+
"jinja2",
|
|
240
|
+
"pandas",
|
|
241
|
+
"pillow",
|
|
242
|
+
"python-dateutil",
|
|
243
|
+
"six",
|
|
244
|
+
"typing-extensions",
|
|
245
|
+
"pyyaml",
|
|
246
|
+
"xyzservices"
|
|
247
|
+
],
|
|
248
|
+
"unvendored_tests": false,
|
|
249
|
+
"shared_library": false
|
|
250
|
+
},
|
|
251
|
+
"boost-histogram": {
|
|
252
|
+
"name": "boost-histogram",
|
|
253
|
+
"version": "1.3.2",
|
|
254
|
+
"file_name": "boost_histogram-1.3.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
255
|
+
"install_dir": "site",
|
|
256
|
+
"sha256": "1002f4f85745f8ceba040e63e26a158cf7323b4f216c676caef4d95183a9b551",
|
|
257
|
+
"package_type": "package",
|
|
258
|
+
"imports": [
|
|
259
|
+
"boost_histogram"
|
|
260
|
+
],
|
|
261
|
+
"depends": [
|
|
262
|
+
"numpy"
|
|
263
|
+
],
|
|
264
|
+
"unvendored_tests": false,
|
|
265
|
+
"shared_library": false
|
|
266
|
+
},
|
|
267
|
+
"brotli": {
|
|
268
|
+
"name": "brotli",
|
|
269
|
+
"version": "1.0.9",
|
|
270
|
+
"file_name": "Brotli-1.0.9-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
271
|
+
"install_dir": "site",
|
|
272
|
+
"sha256": "e2dfd8e254ac7044eff5402a9f58af3e00c0bd441ab76054f1f2059ecb809f9c",
|
|
273
|
+
"package_type": "package",
|
|
274
|
+
"imports": [
|
|
275
|
+
"brotli"
|
|
276
|
+
],
|
|
277
|
+
"depends": [],
|
|
278
|
+
"unvendored_tests": false,
|
|
279
|
+
"shared_library": false
|
|
280
|
+
},
|
|
281
|
+
"cachetools": {
|
|
282
|
+
"name": "cachetools",
|
|
283
|
+
"version": "5.3.0",
|
|
284
|
+
"file_name": "cachetools-5.3.0-py3-none-any.whl",
|
|
285
|
+
"install_dir": "site",
|
|
286
|
+
"sha256": "2947c9048ec68740927944a550486cc735b2e7e7e6048c5de4a20c22a1cf483e",
|
|
287
|
+
"package_type": "package",
|
|
288
|
+
"imports": [
|
|
289
|
+
"cachetools"
|
|
290
|
+
],
|
|
291
|
+
"depends": [],
|
|
292
|
+
"unvendored_tests": false,
|
|
293
|
+
"shared_library": false
|
|
294
|
+
},
|
|
295
|
+
"cartopy": {
|
|
296
|
+
"name": "Cartopy",
|
|
297
|
+
"version": "0.21.1",
|
|
298
|
+
"file_name": "Cartopy-0.21.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
299
|
+
"install_dir": "site",
|
|
300
|
+
"sha256": "b119a8efb3f68e32afe3578c6e70a7508ca86b8123b32d8bb0a4745d4d171138",
|
|
301
|
+
"package_type": "package",
|
|
302
|
+
"imports": [
|
|
303
|
+
"cartopy"
|
|
304
|
+
],
|
|
305
|
+
"depends": [
|
|
306
|
+
"shapely",
|
|
307
|
+
"pyshp",
|
|
308
|
+
"pyproj",
|
|
309
|
+
"geos",
|
|
310
|
+
"matplotlib",
|
|
311
|
+
"scipy"
|
|
312
|
+
],
|
|
313
|
+
"unvendored_tests": true,
|
|
314
|
+
"shared_library": false
|
|
315
|
+
},
|
|
316
|
+
"cartopy-tests": {
|
|
317
|
+
"name": "Cartopy-tests",
|
|
318
|
+
"version": "0.21.1",
|
|
319
|
+
"file_name": "Cartopy-tests.tar",
|
|
320
|
+
"install_dir": "site",
|
|
321
|
+
"sha256": "0948a8f6bc8cff4a598d030ff6049e832f11557e19bf31e88e9f0660d77cd3ae",
|
|
322
|
+
"package_type": "package",
|
|
323
|
+
"imports": [],
|
|
324
|
+
"depends": [
|
|
325
|
+
"cartopy"
|
|
326
|
+
],
|
|
327
|
+
"unvendored_tests": false,
|
|
328
|
+
"shared_library": false
|
|
329
|
+
},
|
|
330
|
+
"cbor-diag": {
|
|
331
|
+
"name": "cbor-diag",
|
|
332
|
+
"version": "1.0.0",
|
|
333
|
+
"file_name": "cbor_diag-1.0.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
334
|
+
"install_dir": "site",
|
|
335
|
+
"sha256": "735381306d4386eeed7e6846a399d3cf5e8fbb79bda0daa4fa1c658583554be5",
|
|
336
|
+
"package_type": "package",
|
|
337
|
+
"imports": [
|
|
338
|
+
"cbor_diag"
|
|
339
|
+
],
|
|
340
|
+
"depends": [],
|
|
341
|
+
"unvendored_tests": false,
|
|
342
|
+
"shared_library": false
|
|
343
|
+
},
|
|
344
|
+
"certifi": {
|
|
345
|
+
"name": "certifi",
|
|
346
|
+
"version": "2023.5.7",
|
|
347
|
+
"file_name": "certifi-2023.5.7-py3-none-any.whl",
|
|
348
|
+
"install_dir": "site",
|
|
349
|
+
"sha256": "5d243f7d207ce81385dd3bd5750b7d28514329eba8edb462e3af096bd97c7105",
|
|
350
|
+
"package_type": "package",
|
|
351
|
+
"imports": [
|
|
352
|
+
"certifi"
|
|
353
|
+
],
|
|
354
|
+
"depends": [],
|
|
355
|
+
"unvendored_tests": false,
|
|
356
|
+
"shared_library": false
|
|
357
|
+
},
|
|
358
|
+
"cffi": {
|
|
359
|
+
"name": "cffi",
|
|
360
|
+
"version": "1.15.1",
|
|
361
|
+
"file_name": "cffi-1.15.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
362
|
+
"install_dir": "site",
|
|
363
|
+
"sha256": "46f9dff44bb4078d90d00b13f5b48a2ddcaecf567271512a873cce3f6f4cbaed",
|
|
364
|
+
"package_type": "package",
|
|
365
|
+
"imports": [
|
|
366
|
+
"cffi"
|
|
367
|
+
],
|
|
368
|
+
"depends": [
|
|
369
|
+
"pycparser"
|
|
370
|
+
],
|
|
371
|
+
"unvendored_tests": false,
|
|
372
|
+
"shared_library": false
|
|
373
|
+
},
|
|
374
|
+
"cffi_example": {
|
|
375
|
+
"name": "cffi_example",
|
|
376
|
+
"version": "0.1",
|
|
377
|
+
"file_name": "cffi_example-0.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
378
|
+
"install_dir": "site",
|
|
379
|
+
"sha256": "de1e2c511334d9ae8ff7c55f1239ceab2449a2292a29dbb2c854273636fcdd22",
|
|
380
|
+
"package_type": "package",
|
|
381
|
+
"imports": [
|
|
382
|
+
"cffi_example"
|
|
383
|
+
],
|
|
384
|
+
"depends": [
|
|
385
|
+
"cffi"
|
|
386
|
+
],
|
|
387
|
+
"unvendored_tests": false,
|
|
388
|
+
"shared_library": false
|
|
389
|
+
},
|
|
390
|
+
"cftime": {
|
|
391
|
+
"name": "cftime",
|
|
392
|
+
"version": "1.6.2",
|
|
393
|
+
"file_name": "cftime-1.6.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
394
|
+
"install_dir": "site",
|
|
395
|
+
"sha256": "9882d5248ccef740b8e1b05926e7dbc456ddcc8a9915cab8218e9db9672485e5",
|
|
396
|
+
"package_type": "package",
|
|
397
|
+
"imports": [
|
|
398
|
+
"cftime"
|
|
399
|
+
],
|
|
400
|
+
"depends": [
|
|
401
|
+
"numpy"
|
|
402
|
+
],
|
|
403
|
+
"unvendored_tests": false,
|
|
404
|
+
"shared_library": false
|
|
405
|
+
},
|
|
406
|
+
"click": {
|
|
407
|
+
"name": "click",
|
|
408
|
+
"version": "8.1.3",
|
|
409
|
+
"file_name": "click-8.1.3-py3-none-any.whl",
|
|
410
|
+
"install_dir": "site",
|
|
411
|
+
"sha256": "c524bd9258176520030d80e6b82e6dfc38b311a39199f3b749ecf878f91c4243",
|
|
412
|
+
"package_type": "package",
|
|
413
|
+
"imports": [
|
|
414
|
+
"click"
|
|
415
|
+
],
|
|
416
|
+
"depends": [],
|
|
417
|
+
"unvendored_tests": false,
|
|
418
|
+
"shared_library": false
|
|
419
|
+
},
|
|
420
|
+
"cligj": {
|
|
421
|
+
"name": "cligj",
|
|
422
|
+
"version": "0.7.2",
|
|
423
|
+
"file_name": "cligj-0.7.2-py3-none-any.whl",
|
|
424
|
+
"install_dir": "site",
|
|
425
|
+
"sha256": "643f4e39ffeaa61341d85a2cbc5fbd1378acaa88bc3db5bafb1a16bb499cd2a7",
|
|
426
|
+
"package_type": "package",
|
|
427
|
+
"imports": [
|
|
428
|
+
"cligj"
|
|
429
|
+
],
|
|
430
|
+
"depends": [
|
|
431
|
+
"click"
|
|
432
|
+
],
|
|
433
|
+
"unvendored_tests": false,
|
|
434
|
+
"shared_library": false
|
|
435
|
+
},
|
|
436
|
+
"cloudpickle": {
|
|
437
|
+
"name": "cloudpickle",
|
|
438
|
+
"version": "2.2.1",
|
|
439
|
+
"file_name": "cloudpickle-2.2.1-py3-none-any.whl",
|
|
440
|
+
"install_dir": "site",
|
|
441
|
+
"sha256": "92dad4235ecd8f53468e7a32a3ea27f212b034a6d05e7356611408f7bedd0ff5",
|
|
442
|
+
"package_type": "package",
|
|
443
|
+
"imports": [
|
|
444
|
+
"cloudpickle"
|
|
445
|
+
],
|
|
446
|
+
"depends": [],
|
|
447
|
+
"unvendored_tests": false,
|
|
448
|
+
"shared_library": false
|
|
449
|
+
},
|
|
450
|
+
"cmyt": {
|
|
451
|
+
"name": "cmyt",
|
|
452
|
+
"version": "1.1.3",
|
|
453
|
+
"file_name": "cmyt-1.1.3-py3-none-any.whl",
|
|
454
|
+
"install_dir": "site",
|
|
455
|
+
"sha256": "7e2e0aa5dcb865b75d106085fc2317123ee733f699194759a4c8afa384273979",
|
|
456
|
+
"package_type": "package",
|
|
457
|
+
"imports": [
|
|
458
|
+
"cmyt"
|
|
459
|
+
],
|
|
460
|
+
"depends": [
|
|
461
|
+
"colorspacious",
|
|
462
|
+
"matplotlib",
|
|
463
|
+
"more-itertools",
|
|
464
|
+
"numpy"
|
|
465
|
+
],
|
|
466
|
+
"unvendored_tests": true,
|
|
467
|
+
"shared_library": false
|
|
468
|
+
},
|
|
469
|
+
"cmyt-tests": {
|
|
470
|
+
"name": "cmyt-tests",
|
|
471
|
+
"version": "1.1.3",
|
|
472
|
+
"file_name": "cmyt-tests.tar",
|
|
473
|
+
"install_dir": "site",
|
|
474
|
+
"sha256": "6dc634059c7bc7ed5114da317ca9b77f76f176387de57db9b8ef62ca49af3729",
|
|
475
|
+
"package_type": "package",
|
|
476
|
+
"imports": [],
|
|
477
|
+
"depends": [
|
|
478
|
+
"cmyt"
|
|
479
|
+
],
|
|
480
|
+
"unvendored_tests": false,
|
|
481
|
+
"shared_library": false
|
|
482
|
+
},
|
|
483
|
+
"colorspacious": {
|
|
484
|
+
"name": "colorspacious",
|
|
485
|
+
"version": "1.1.2",
|
|
486
|
+
"file_name": "colorspacious-1.1.2-py2.py3-none-any.whl",
|
|
487
|
+
"install_dir": "site",
|
|
488
|
+
"sha256": "b99f3a4e71e692d4c9197fb65e5802afe620893b60e68a0631b294cfc022076d",
|
|
489
|
+
"package_type": "package",
|
|
490
|
+
"imports": [
|
|
491
|
+
"colorspacious"
|
|
492
|
+
],
|
|
493
|
+
"depends": [
|
|
494
|
+
"numpy"
|
|
495
|
+
],
|
|
496
|
+
"unvendored_tests": false,
|
|
497
|
+
"shared_library": false
|
|
498
|
+
},
|
|
499
|
+
"coolprop": {
|
|
500
|
+
"name": "coolprop",
|
|
501
|
+
"version": "6.4.3",
|
|
502
|
+
"file_name": "CoolProp-6.4.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
503
|
+
"install_dir": "site",
|
|
504
|
+
"sha256": "9f08f026caa244e3fdc62ccf7527e08120af02cae40f2b141ff7b00c4be95dbd",
|
|
505
|
+
"package_type": "package",
|
|
506
|
+
"imports": [
|
|
507
|
+
"CoolProp"
|
|
508
|
+
],
|
|
509
|
+
"depends": [
|
|
510
|
+
"numpy",
|
|
511
|
+
"matplotlib"
|
|
512
|
+
],
|
|
513
|
+
"unvendored_tests": true,
|
|
514
|
+
"shared_library": false
|
|
515
|
+
},
|
|
516
|
+
"coolprop-tests": {
|
|
517
|
+
"name": "coolprop-tests",
|
|
518
|
+
"version": "6.4.3",
|
|
519
|
+
"file_name": "coolprop-tests.tar",
|
|
520
|
+
"install_dir": "site",
|
|
521
|
+
"sha256": "f19d9b08ecfc95a77a3d1aa8bf8b94093f8d86a1b0bbf8343dfec6f0799fa5a1",
|
|
522
|
+
"package_type": "package",
|
|
523
|
+
"imports": [],
|
|
524
|
+
"depends": [
|
|
525
|
+
"coolprop"
|
|
526
|
+
],
|
|
527
|
+
"unvendored_tests": false,
|
|
528
|
+
"shared_library": false
|
|
529
|
+
},
|
|
530
|
+
"coverage": {
|
|
531
|
+
"name": "coverage",
|
|
532
|
+
"version": "7.2.2",
|
|
533
|
+
"file_name": "coverage-7.2.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
534
|
+
"install_dir": "site",
|
|
535
|
+
"sha256": "e634febb61707fcc6a5ce6326fc8734747bf231e6e9d4240f153df04da6c0d9d",
|
|
536
|
+
"package_type": "package",
|
|
537
|
+
"imports": [
|
|
538
|
+
"coverage"
|
|
539
|
+
],
|
|
540
|
+
"depends": [
|
|
541
|
+
"sqlite3"
|
|
542
|
+
],
|
|
543
|
+
"unvendored_tests": false,
|
|
544
|
+
"shared_library": false
|
|
545
|
+
},
|
|
546
|
+
"cpp-exceptions-test": {
|
|
547
|
+
"name": "cpp-exceptions-test",
|
|
548
|
+
"version": "0.1",
|
|
549
|
+
"file_name": "cpp-exceptions-test-0.1.zip",
|
|
550
|
+
"install_dir": "dynlib",
|
|
551
|
+
"sha256": "1d0f675390c12d1164db1eb198c642e3f2a0c207aa9aca93566013ce584ea2ae",
|
|
552
|
+
"package_type": "shared_library",
|
|
553
|
+
"imports": [],
|
|
554
|
+
"depends": [],
|
|
555
|
+
"unvendored_tests": false,
|
|
556
|
+
"shared_library": true
|
|
557
|
+
},
|
|
558
|
+
"cramjam": {
|
|
559
|
+
"name": "cramjam",
|
|
560
|
+
"version": "2.6.2",
|
|
561
|
+
"file_name": "cramjam-2.6.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
562
|
+
"install_dir": "site",
|
|
563
|
+
"sha256": "4b755d742a0d63fb6dce3c2b7fad34815ac62fb98ab5703b65b36e08e22cc44c",
|
|
564
|
+
"package_type": "package",
|
|
565
|
+
"imports": [
|
|
566
|
+
"cramjam"
|
|
567
|
+
],
|
|
568
|
+
"depends": [],
|
|
569
|
+
"unvendored_tests": false,
|
|
570
|
+
"shared_library": false
|
|
571
|
+
},
|
|
572
|
+
"cryptography": {
|
|
573
|
+
"name": "cryptography",
|
|
574
|
+
"version": "39.0.2",
|
|
575
|
+
"file_name": "cryptography-39.0.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
576
|
+
"install_dir": "site",
|
|
577
|
+
"sha256": "ca89e77813bc6b6cc1fb11870d9c16c4850784d1bf780a60496da894f785818e",
|
|
578
|
+
"package_type": "package",
|
|
579
|
+
"imports": [
|
|
580
|
+
"cryptography"
|
|
581
|
+
],
|
|
582
|
+
"depends": [
|
|
583
|
+
"openssl",
|
|
584
|
+
"six",
|
|
585
|
+
"cffi"
|
|
586
|
+
],
|
|
587
|
+
"unvendored_tests": false,
|
|
588
|
+
"shared_library": false
|
|
589
|
+
},
|
|
590
|
+
"cssselect": {
|
|
591
|
+
"name": "cssselect",
|
|
592
|
+
"version": "1.2.0",
|
|
593
|
+
"file_name": "cssselect-1.2.0-py2.py3-none-any.whl",
|
|
594
|
+
"install_dir": "site",
|
|
595
|
+
"sha256": "64b70a821c8633c6c5ae6579956f888995f56a1827bde7ac957109bc4aac2f0a",
|
|
596
|
+
"package_type": "package",
|
|
597
|
+
"imports": [
|
|
598
|
+
"cssselect"
|
|
599
|
+
],
|
|
600
|
+
"depends": [],
|
|
601
|
+
"unvendored_tests": false,
|
|
602
|
+
"shared_library": false
|
|
603
|
+
},
|
|
604
|
+
"cycler": {
|
|
605
|
+
"name": "cycler",
|
|
606
|
+
"version": "0.11.0",
|
|
607
|
+
"file_name": "cycler-0.11.0-py3-none-any.whl",
|
|
608
|
+
"install_dir": "site",
|
|
609
|
+
"sha256": "8431de9a45cc57153e9d2946a39403d088be96ad6b1eb1945006091e2ec60a5d",
|
|
610
|
+
"package_type": "package",
|
|
611
|
+
"imports": [
|
|
612
|
+
"cycler"
|
|
613
|
+
],
|
|
614
|
+
"depends": [
|
|
615
|
+
"six"
|
|
616
|
+
],
|
|
617
|
+
"unvendored_tests": false,
|
|
618
|
+
"shared_library": false
|
|
619
|
+
},
|
|
620
|
+
"cytoolz": {
|
|
621
|
+
"name": "cytoolz",
|
|
622
|
+
"version": "0.12.1",
|
|
623
|
+
"file_name": "cytoolz-0.12.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
624
|
+
"install_dir": "site",
|
|
625
|
+
"sha256": "825a65162497e54efda3a06d19eb541b408169bb021e70f015344bcc1ecc0670",
|
|
626
|
+
"package_type": "package",
|
|
627
|
+
"imports": [
|
|
628
|
+
"cytoolz"
|
|
629
|
+
],
|
|
630
|
+
"depends": [
|
|
631
|
+
"nose",
|
|
632
|
+
"toolz"
|
|
633
|
+
],
|
|
634
|
+
"unvendored_tests": true,
|
|
635
|
+
"shared_library": false
|
|
636
|
+
},
|
|
637
|
+
"cytoolz-tests": {
|
|
638
|
+
"name": "cytoolz-tests",
|
|
639
|
+
"version": "0.12.1",
|
|
640
|
+
"file_name": "cytoolz-tests.tar",
|
|
641
|
+
"install_dir": "site",
|
|
642
|
+
"sha256": "31a110b3bd8a2aeea81b7a871c32a0db6e3f8956cb958411b02a588f4376acf7",
|
|
643
|
+
"package_type": "package",
|
|
644
|
+
"imports": [],
|
|
645
|
+
"depends": [
|
|
646
|
+
"cytoolz"
|
|
647
|
+
],
|
|
648
|
+
"unvendored_tests": false,
|
|
649
|
+
"shared_library": false
|
|
650
|
+
},
|
|
651
|
+
"decorator": {
|
|
652
|
+
"name": "decorator",
|
|
653
|
+
"version": "5.1.1",
|
|
654
|
+
"file_name": "decorator-5.1.1-py3-none-any.whl",
|
|
655
|
+
"install_dir": "site",
|
|
656
|
+
"sha256": "41ef0548e90e7b586f418c68aa6e31505d89b62c067942746084ce490277ac73",
|
|
657
|
+
"package_type": "package",
|
|
658
|
+
"imports": [
|
|
659
|
+
"decorator"
|
|
660
|
+
],
|
|
661
|
+
"depends": [],
|
|
662
|
+
"unvendored_tests": false,
|
|
663
|
+
"shared_library": false
|
|
664
|
+
},
|
|
665
|
+
"demes": {
|
|
666
|
+
"name": "demes",
|
|
667
|
+
"version": "0.2.2",
|
|
668
|
+
"file_name": "demes-0.2.2-py3-none-any.whl",
|
|
669
|
+
"install_dir": "site",
|
|
670
|
+
"sha256": "620be06a586ed53e8a630725b4f5e587ee10a817e4b81557c873689630a78785",
|
|
671
|
+
"package_type": "package",
|
|
672
|
+
"imports": [
|
|
673
|
+
"demes"
|
|
674
|
+
],
|
|
675
|
+
"depends": [
|
|
676
|
+
"attrs",
|
|
677
|
+
"ruamel.yaml"
|
|
678
|
+
],
|
|
679
|
+
"unvendored_tests": false,
|
|
680
|
+
"shared_library": false
|
|
681
|
+
},
|
|
682
|
+
"deprecation": {
|
|
683
|
+
"name": "deprecation",
|
|
684
|
+
"version": "2.1.0",
|
|
685
|
+
"file_name": "deprecation-2.1.0-py2.py3-none-any.whl",
|
|
686
|
+
"install_dir": "site",
|
|
687
|
+
"sha256": "e4435e9194c7a88eb1b57daa639d84a07490b85a8153ae35640f29a235366b30",
|
|
688
|
+
"package_type": "package",
|
|
689
|
+
"imports": [
|
|
690
|
+
"deprecation"
|
|
691
|
+
],
|
|
692
|
+
"depends": [
|
|
693
|
+
"packaging"
|
|
694
|
+
],
|
|
695
|
+
"unvendored_tests": false,
|
|
696
|
+
"shared_library": false
|
|
697
|
+
},
|
|
698
|
+
"distlib": {
|
|
699
|
+
"name": "distlib",
|
|
700
|
+
"version": "0.3.6",
|
|
701
|
+
"file_name": "distlib-0.3.6-py2.py3-none-any.whl",
|
|
702
|
+
"install_dir": "site",
|
|
703
|
+
"sha256": "d029519dc98597d8ec8bb5e494af414652dbe1fd6a8f03abbce34a4e38e4df96",
|
|
704
|
+
"package_type": "package",
|
|
705
|
+
"imports": [
|
|
706
|
+
"distlib"
|
|
707
|
+
],
|
|
708
|
+
"depends": [],
|
|
709
|
+
"unvendored_tests": false,
|
|
710
|
+
"shared_library": false
|
|
711
|
+
},
|
|
712
|
+
"distutils": {
|
|
713
|
+
"name": "distutils",
|
|
714
|
+
"version": "1.0.0",
|
|
715
|
+
"file_name": "distutils-1.0.0.zip",
|
|
716
|
+
"install_dir": "stdlib",
|
|
717
|
+
"sha256": "517f5b6aef016a5efe129fcbfd35e05cbad55aef59f68c017d4aee33b75e28e8",
|
|
718
|
+
"package_type": "cpython_module",
|
|
719
|
+
"imports": [
|
|
720
|
+
"distutils"
|
|
721
|
+
],
|
|
722
|
+
"depends": [],
|
|
723
|
+
"unvendored_tests": false,
|
|
724
|
+
"shared_library": true
|
|
725
|
+
},
|
|
726
|
+
"docutils": {
|
|
727
|
+
"name": "docutils",
|
|
728
|
+
"version": "0.19",
|
|
729
|
+
"file_name": "docutils-0.19-py3-none-any.whl",
|
|
730
|
+
"install_dir": "site",
|
|
731
|
+
"sha256": "17cb7a618ddb63d067b3aecc2a7557bc90b60c2c0410d1be522a65359450480d",
|
|
732
|
+
"package_type": "package",
|
|
733
|
+
"imports": [
|
|
734
|
+
"docutils"
|
|
735
|
+
],
|
|
736
|
+
"depends": [],
|
|
737
|
+
"unvendored_tests": false,
|
|
738
|
+
"shared_library": false
|
|
739
|
+
},
|
|
740
|
+
"exceptiongroup": {
|
|
741
|
+
"name": "exceptiongroup",
|
|
742
|
+
"version": "1.1.1",
|
|
743
|
+
"file_name": "exceptiongroup-1.1.1-py3-none-any.whl",
|
|
744
|
+
"install_dir": "site",
|
|
745
|
+
"sha256": "3ff1865a2843849fb502e23e96781b773279d8fd5d918a1c0a029743066db549",
|
|
746
|
+
"package_type": "package",
|
|
747
|
+
"imports": [
|
|
748
|
+
"exceptiongroup"
|
|
749
|
+
],
|
|
750
|
+
"depends": [],
|
|
751
|
+
"unvendored_tests": false,
|
|
752
|
+
"shared_library": false
|
|
753
|
+
},
|
|
754
|
+
"fastparquet": {
|
|
755
|
+
"name": "fastparquet",
|
|
756
|
+
"version": "2023.2.0",
|
|
757
|
+
"file_name": "fastparquet-2023.2.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
758
|
+
"install_dir": "site",
|
|
759
|
+
"sha256": "382312905e9ea0bbf993ef17602920c6078d13b6464d56fabb4bf02fa2f5046f",
|
|
760
|
+
"package_type": "package",
|
|
761
|
+
"imports": [
|
|
762
|
+
"fastparquet"
|
|
763
|
+
],
|
|
764
|
+
"depends": [
|
|
765
|
+
"cramjam",
|
|
766
|
+
"numpy",
|
|
767
|
+
"pandas",
|
|
768
|
+
"fsspec",
|
|
769
|
+
"packaging"
|
|
770
|
+
],
|
|
771
|
+
"unvendored_tests": false,
|
|
772
|
+
"shared_library": false
|
|
773
|
+
},
|
|
774
|
+
"fiona": {
|
|
775
|
+
"name": "fiona",
|
|
776
|
+
"version": "1.8.22",
|
|
777
|
+
"file_name": "Fiona-1.8.22-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
778
|
+
"install_dir": "site",
|
|
779
|
+
"sha256": "adf4967d8b5971d4f1ed2ae88e2fcd8c8955bda8c1928b554f83a45f403ee276",
|
|
780
|
+
"package_type": "package",
|
|
781
|
+
"imports": [
|
|
782
|
+
"fiona"
|
|
783
|
+
],
|
|
784
|
+
"depends": [
|
|
785
|
+
"attrs",
|
|
786
|
+
"certifi",
|
|
787
|
+
"setuptools",
|
|
788
|
+
"six",
|
|
789
|
+
"click",
|
|
790
|
+
"cligj"
|
|
791
|
+
],
|
|
792
|
+
"unvendored_tests": false,
|
|
793
|
+
"shared_library": false
|
|
794
|
+
},
|
|
795
|
+
"fonttools": {
|
|
796
|
+
"name": "fonttools",
|
|
797
|
+
"version": "4.39.3",
|
|
798
|
+
"file_name": "fonttools-4.39.3-py3-none-any.whl",
|
|
799
|
+
"install_dir": "site",
|
|
800
|
+
"sha256": "c873576798b86fdbb7a589f0f03ceeed22b67e09963aeb4fc744d2e00b45eed3",
|
|
801
|
+
"package_type": "package",
|
|
802
|
+
"imports": [
|
|
803
|
+
"fontTools"
|
|
804
|
+
],
|
|
805
|
+
"depends": [],
|
|
806
|
+
"unvendored_tests": false,
|
|
807
|
+
"shared_library": false
|
|
808
|
+
},
|
|
809
|
+
"fpcast-test": {
|
|
810
|
+
"name": "fpcast-test",
|
|
811
|
+
"version": "0.1",
|
|
812
|
+
"file_name": "fpcast_test-0.1.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
813
|
+
"install_dir": "site",
|
|
814
|
+
"sha256": "bdee404aaa4b9b2adb84ef27f29305fd5a0366840fec97350288c07684a30617",
|
|
815
|
+
"package_type": "package",
|
|
816
|
+
"imports": [
|
|
817
|
+
"fpcast_test"
|
|
818
|
+
],
|
|
819
|
+
"depends": [],
|
|
820
|
+
"unvendored_tests": false,
|
|
821
|
+
"shared_library": false
|
|
822
|
+
},
|
|
823
|
+
"freesasa": {
|
|
824
|
+
"name": "freesasa",
|
|
825
|
+
"version": "2.2.0.post3",
|
|
826
|
+
"file_name": "freesasa-2.2.0.post3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
827
|
+
"install_dir": "site",
|
|
828
|
+
"sha256": "aab8492d6245e94203269bae2ba58aa7aa49e908182fe2b7a6766496c9f7a192",
|
|
829
|
+
"package_type": "package",
|
|
830
|
+
"imports": [
|
|
831
|
+
"freesasa"
|
|
832
|
+
],
|
|
833
|
+
"depends": [],
|
|
834
|
+
"unvendored_tests": false,
|
|
835
|
+
"shared_library": false
|
|
836
|
+
},
|
|
837
|
+
"fsspec": {
|
|
838
|
+
"name": "fsspec",
|
|
839
|
+
"version": "2023.3.0",
|
|
840
|
+
"file_name": "fsspec-2023.3.0-py3-none-any.whl",
|
|
841
|
+
"install_dir": "site",
|
|
842
|
+
"sha256": "125fc26c307123e5b0feb1aee52ca8deafef4f2c195b5ced6cb51e348d6cf231",
|
|
843
|
+
"package_type": "package",
|
|
844
|
+
"imports": [
|
|
845
|
+
"fsspec"
|
|
846
|
+
],
|
|
847
|
+
"depends": [],
|
|
848
|
+
"unvendored_tests": true,
|
|
849
|
+
"shared_library": false
|
|
850
|
+
},
|
|
851
|
+
"fsspec-tests": {
|
|
852
|
+
"name": "fsspec-tests",
|
|
853
|
+
"version": "2023.3.0",
|
|
854
|
+
"file_name": "fsspec-tests.tar",
|
|
855
|
+
"install_dir": "site",
|
|
856
|
+
"sha256": "c50fbfcc02457583c2280d9644f38f4b09e21908537105b4428eea143c41116a",
|
|
857
|
+
"package_type": "package",
|
|
858
|
+
"imports": [],
|
|
859
|
+
"depends": [
|
|
860
|
+
"fsspec"
|
|
861
|
+
],
|
|
862
|
+
"unvendored_tests": false,
|
|
863
|
+
"shared_library": false
|
|
864
|
+
},
|
|
865
|
+
"future": {
|
|
866
|
+
"name": "future",
|
|
867
|
+
"version": "0.18.3",
|
|
868
|
+
"file_name": "future-0.18.3-py3-none-any.whl",
|
|
869
|
+
"install_dir": "site",
|
|
870
|
+
"sha256": "4a407e0e55075c41a94bf49d304db4edc88b6649d9af2522cac9819934467f2b",
|
|
871
|
+
"package_type": "package",
|
|
872
|
+
"imports": [
|
|
873
|
+
"future"
|
|
874
|
+
],
|
|
875
|
+
"depends": [],
|
|
876
|
+
"unvendored_tests": true,
|
|
877
|
+
"shared_library": false
|
|
878
|
+
},
|
|
879
|
+
"future-tests": {
|
|
880
|
+
"name": "future-tests",
|
|
881
|
+
"version": "0.18.3",
|
|
882
|
+
"file_name": "future-tests.tar",
|
|
883
|
+
"install_dir": "site",
|
|
884
|
+
"sha256": "81af2559e1b1922d6cd73c5722deb51b55379fafa27a1f1f5122feff36c9108e",
|
|
885
|
+
"package_type": "package",
|
|
886
|
+
"imports": [],
|
|
887
|
+
"depends": [
|
|
888
|
+
"future"
|
|
889
|
+
],
|
|
890
|
+
"unvendored_tests": false,
|
|
891
|
+
"shared_library": false
|
|
892
|
+
},
|
|
893
|
+
"galpy": {
|
|
894
|
+
"name": "galpy",
|
|
895
|
+
"version": "1.8.3",
|
|
896
|
+
"file_name": "galpy-1.8.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
897
|
+
"install_dir": "site",
|
|
898
|
+
"sha256": "c4c11ba55626710d0633bb7f4b9175c253b48ae59aefc38ecfef0c0641dc8a06",
|
|
899
|
+
"package_type": "package",
|
|
900
|
+
"imports": [
|
|
901
|
+
"galpy"
|
|
902
|
+
],
|
|
903
|
+
"depends": [
|
|
904
|
+
"numpy",
|
|
905
|
+
"scipy",
|
|
906
|
+
"matplotlib",
|
|
907
|
+
"astropy",
|
|
908
|
+
"future",
|
|
909
|
+
"setuptools"
|
|
910
|
+
],
|
|
911
|
+
"unvendored_tests": false,
|
|
912
|
+
"shared_library": false
|
|
913
|
+
},
|
|
914
|
+
"gdal": {
|
|
915
|
+
"name": "gdal",
|
|
916
|
+
"version": "3.5.1",
|
|
917
|
+
"file_name": "gdal-3.5.1.zip",
|
|
918
|
+
"install_dir": "dynlib",
|
|
919
|
+
"sha256": "c2e018ea2f7e2a17de4add2f2ad80720f06a386fdff795b809a2c631e7e17295",
|
|
920
|
+
"package_type": "shared_library",
|
|
921
|
+
"imports": [],
|
|
922
|
+
"depends": [
|
|
923
|
+
"geos"
|
|
924
|
+
],
|
|
925
|
+
"unvendored_tests": false,
|
|
926
|
+
"shared_library": true
|
|
927
|
+
},
|
|
928
|
+
"gensim": {
|
|
929
|
+
"name": "gensim",
|
|
930
|
+
"version": "4.3.1",
|
|
931
|
+
"file_name": "gensim-4.3.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
932
|
+
"install_dir": "site",
|
|
933
|
+
"sha256": "f2186c659df4953654f816d1997e0cf9da7b0614ab39eccab7d7fbd1651b22bd",
|
|
934
|
+
"package_type": "package",
|
|
935
|
+
"imports": [
|
|
936
|
+
"gensim"
|
|
937
|
+
],
|
|
938
|
+
"depends": [
|
|
939
|
+
"numpy",
|
|
940
|
+
"scipy",
|
|
941
|
+
"six",
|
|
942
|
+
"smart_open"
|
|
943
|
+
],
|
|
944
|
+
"unvendored_tests": true,
|
|
945
|
+
"shared_library": false
|
|
946
|
+
},
|
|
947
|
+
"gensim-tests": {
|
|
948
|
+
"name": "gensim-tests",
|
|
949
|
+
"version": "4.3.1",
|
|
950
|
+
"file_name": "gensim-tests.tar",
|
|
951
|
+
"install_dir": "site",
|
|
952
|
+
"sha256": "154f65bd92695d0602aa04258e00a00d2b10d9d92f9e80772223af4d34faf3a7",
|
|
953
|
+
"package_type": "package",
|
|
954
|
+
"imports": [],
|
|
955
|
+
"depends": [
|
|
956
|
+
"gensim"
|
|
957
|
+
],
|
|
958
|
+
"unvendored_tests": false,
|
|
959
|
+
"shared_library": false
|
|
960
|
+
},
|
|
961
|
+
"geopandas": {
|
|
962
|
+
"name": "geopandas",
|
|
963
|
+
"version": "0.12.2",
|
|
964
|
+
"file_name": "geopandas-0.12.2-py3-none-any.whl",
|
|
965
|
+
"install_dir": "site",
|
|
966
|
+
"sha256": "3e1cda4cdcc51f8160443a92bb858ad23736314971e3d39147aff1183a6b81d4",
|
|
967
|
+
"package_type": "package",
|
|
968
|
+
"imports": [
|
|
969
|
+
"geopandas"
|
|
970
|
+
],
|
|
971
|
+
"depends": [
|
|
972
|
+
"shapely",
|
|
973
|
+
"fiona",
|
|
974
|
+
"pyproj",
|
|
975
|
+
"packaging",
|
|
976
|
+
"pandas"
|
|
977
|
+
],
|
|
978
|
+
"unvendored_tests": true,
|
|
979
|
+
"shared_library": false
|
|
980
|
+
},
|
|
981
|
+
"geopandas-tests": {
|
|
982
|
+
"name": "geopandas-tests",
|
|
983
|
+
"version": "0.12.2",
|
|
984
|
+
"file_name": "geopandas-tests.tar",
|
|
985
|
+
"install_dir": "site",
|
|
986
|
+
"sha256": "968e5b253d7b9e3bd6ffda5f19aab65a97cc8e4cd6101846e944c74fe5bbdf7e",
|
|
987
|
+
"package_type": "package",
|
|
988
|
+
"imports": [],
|
|
989
|
+
"depends": [
|
|
990
|
+
"geopandas"
|
|
991
|
+
],
|
|
992
|
+
"unvendored_tests": false,
|
|
993
|
+
"shared_library": false
|
|
994
|
+
},
|
|
995
|
+
"geos": {
|
|
996
|
+
"name": "geos",
|
|
997
|
+
"version": "3.10.3",
|
|
998
|
+
"file_name": "geos-3.10.3.zip",
|
|
999
|
+
"install_dir": "dynlib",
|
|
1000
|
+
"sha256": "c229bf6b39a76be2bf6b81d7c5b15ef3332405b046b38da2fc71d4f8122b43dd",
|
|
1001
|
+
"package_type": "shared_library",
|
|
1002
|
+
"imports": [],
|
|
1003
|
+
"depends": [],
|
|
1004
|
+
"unvendored_tests": false,
|
|
1005
|
+
"shared_library": true
|
|
1006
|
+
},
|
|
1007
|
+
"gmpy2": {
|
|
1008
|
+
"name": "gmpy2",
|
|
1009
|
+
"version": "2.1.5",
|
|
1010
|
+
"file_name": "gmpy2-2.1.5-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1011
|
+
"install_dir": "site",
|
|
1012
|
+
"sha256": "5eba97e0b4395ab9c079cfedad3443c63b0b3388f58390c69c84b224f4c50973",
|
|
1013
|
+
"package_type": "package",
|
|
1014
|
+
"imports": [
|
|
1015
|
+
"gmpy2"
|
|
1016
|
+
],
|
|
1017
|
+
"depends": [],
|
|
1018
|
+
"unvendored_tests": false,
|
|
1019
|
+
"shared_library": false
|
|
1020
|
+
},
|
|
1021
|
+
"gsw": {
|
|
1022
|
+
"name": "gsw",
|
|
1023
|
+
"version": "3.6.16",
|
|
1024
|
+
"file_name": "gsw-3.6.16-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1025
|
+
"install_dir": "site",
|
|
1026
|
+
"sha256": "3f5d57ef520e3ee0b803241d840c70ba89d078a735ae9eec4eee46f48afd29b9",
|
|
1027
|
+
"package_type": "package",
|
|
1028
|
+
"imports": [
|
|
1029
|
+
"gsw"
|
|
1030
|
+
],
|
|
1031
|
+
"depends": [
|
|
1032
|
+
"numpy"
|
|
1033
|
+
],
|
|
1034
|
+
"unvendored_tests": true,
|
|
1035
|
+
"shared_library": false
|
|
1036
|
+
},
|
|
1037
|
+
"gsw-tests": {
|
|
1038
|
+
"name": "gsw-tests",
|
|
1039
|
+
"version": "3.6.16",
|
|
1040
|
+
"file_name": "gsw-tests.tar",
|
|
1041
|
+
"install_dir": "site",
|
|
1042
|
+
"sha256": "3d4711737e109c31f3a16c9d3d26ba0a06112af288fa25aec1a513151ea85dbd",
|
|
1043
|
+
"package_type": "package",
|
|
1044
|
+
"imports": [],
|
|
1045
|
+
"depends": [
|
|
1046
|
+
"gsw"
|
|
1047
|
+
],
|
|
1048
|
+
"unvendored_tests": false,
|
|
1049
|
+
"shared_library": false
|
|
1050
|
+
},
|
|
1051
|
+
"h5py": {
|
|
1052
|
+
"name": "h5py",
|
|
1053
|
+
"version": "3.7.0",
|
|
1054
|
+
"file_name": "h5py-3.7.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1055
|
+
"install_dir": "site",
|
|
1056
|
+
"sha256": "36a55376c1a900a06fe3d7916299f8dac706c27176379d8f551bba88e99ce570",
|
|
1057
|
+
"package_type": "package",
|
|
1058
|
+
"imports": [
|
|
1059
|
+
"h5py"
|
|
1060
|
+
],
|
|
1061
|
+
"depends": [
|
|
1062
|
+
"numpy",
|
|
1063
|
+
"pkgconfig"
|
|
1064
|
+
],
|
|
1065
|
+
"unvendored_tests": true,
|
|
1066
|
+
"shared_library": false
|
|
1067
|
+
},
|
|
1068
|
+
"h5py-tests": {
|
|
1069
|
+
"name": "h5py-tests",
|
|
1070
|
+
"version": "3.7.0",
|
|
1071
|
+
"file_name": "h5py-tests.tar",
|
|
1072
|
+
"install_dir": "site",
|
|
1073
|
+
"sha256": "f4aba7b39bfbd4baff9cc8600c21c0a563eb711e3b5428896adbef52f9989487",
|
|
1074
|
+
"package_type": "package",
|
|
1075
|
+
"imports": [],
|
|
1076
|
+
"depends": [
|
|
1077
|
+
"h5py"
|
|
1078
|
+
],
|
|
1079
|
+
"unvendored_tests": false,
|
|
1080
|
+
"shared_library": false
|
|
1081
|
+
},
|
|
1082
|
+
"hashlib": {
|
|
1083
|
+
"name": "hashlib",
|
|
1084
|
+
"version": "1.0.0",
|
|
1085
|
+
"file_name": "hashlib-1.0.0.zip",
|
|
1086
|
+
"install_dir": "stdlib",
|
|
1087
|
+
"sha256": "20835583730f2b75cfb3db091f9f996748f5090b5e6ced0b6679f3eabf26b21d",
|
|
1088
|
+
"package_type": "cpython_module",
|
|
1089
|
+
"imports": [
|
|
1090
|
+
"_hashlib"
|
|
1091
|
+
],
|
|
1092
|
+
"depends": [
|
|
1093
|
+
"openssl"
|
|
1094
|
+
],
|
|
1095
|
+
"unvendored_tests": false,
|
|
1096
|
+
"shared_library": true
|
|
1097
|
+
},
|
|
1098
|
+
"html5lib": {
|
|
1099
|
+
"name": "html5lib",
|
|
1100
|
+
"version": "1.1",
|
|
1101
|
+
"file_name": "html5lib-1.1-py2.py3-none-any.whl",
|
|
1102
|
+
"install_dir": "site",
|
|
1103
|
+
"sha256": "eb265d8d95c04f1af22cc5ef50a14d414908c95be45ece7cef49bf12bfc98f0f",
|
|
1104
|
+
"package_type": "package",
|
|
1105
|
+
"imports": [
|
|
1106
|
+
"html5lib"
|
|
1107
|
+
],
|
|
1108
|
+
"depends": [
|
|
1109
|
+
"webencodings",
|
|
1110
|
+
"six"
|
|
1111
|
+
],
|
|
1112
|
+
"unvendored_tests": false,
|
|
1113
|
+
"shared_library": false
|
|
1114
|
+
},
|
|
1115
|
+
"idna": {
|
|
1116
|
+
"name": "idna",
|
|
1117
|
+
"version": "3.4",
|
|
1118
|
+
"file_name": "idna-3.4-py3-none-any.whl",
|
|
1119
|
+
"install_dir": "site",
|
|
1120
|
+
"sha256": "89cdd28f9e044d3fe6294045a0ae5e62f48b0c56269adb2cb2d30ca4d4224f34",
|
|
1121
|
+
"package_type": "package",
|
|
1122
|
+
"imports": [
|
|
1123
|
+
"idna"
|
|
1124
|
+
],
|
|
1125
|
+
"depends": [],
|
|
1126
|
+
"unvendored_tests": false,
|
|
1127
|
+
"shared_library": false
|
|
1128
|
+
},
|
|
1129
|
+
"igraph": {
|
|
1130
|
+
"name": "igraph",
|
|
1131
|
+
"version": "0.10.6",
|
|
1132
|
+
"file_name": "igraph-0.10.6-cp39-abi3-emscripten_3_1_44_wasm32.whl",
|
|
1133
|
+
"install_dir": "site",
|
|
1134
|
+
"sha256": "4264d08d291b4fe8eccb7e8b96117f5f699e2f255b9215f0c1cb27c82e260efe",
|
|
1135
|
+
"package_type": "package",
|
|
1136
|
+
"imports": [
|
|
1137
|
+
"igraph"
|
|
1138
|
+
],
|
|
1139
|
+
"depends": [
|
|
1140
|
+
"texttable"
|
|
1141
|
+
],
|
|
1142
|
+
"unvendored_tests": false,
|
|
1143
|
+
"shared_library": false
|
|
1144
|
+
},
|
|
1145
|
+
"imageio": {
|
|
1146
|
+
"name": "imageio",
|
|
1147
|
+
"version": "2.27.0",
|
|
1148
|
+
"file_name": "imageio-2.27.0-py3-none-any.whl",
|
|
1149
|
+
"install_dir": "site",
|
|
1150
|
+
"sha256": "fb8cf776f19d9e7a685b9981d7d76b99cd1a5d4f72e7cf811d8337a63be22528",
|
|
1151
|
+
"package_type": "package",
|
|
1152
|
+
"imports": [
|
|
1153
|
+
"imageio"
|
|
1154
|
+
],
|
|
1155
|
+
"depends": [
|
|
1156
|
+
"numpy",
|
|
1157
|
+
"pillow"
|
|
1158
|
+
],
|
|
1159
|
+
"unvendored_tests": false,
|
|
1160
|
+
"shared_library": false
|
|
1161
|
+
},
|
|
1162
|
+
"iniconfig": {
|
|
1163
|
+
"name": "iniconfig",
|
|
1164
|
+
"version": "2.0.0",
|
|
1165
|
+
"file_name": "iniconfig-2.0.0-py3-none-any.whl",
|
|
1166
|
+
"install_dir": "site",
|
|
1167
|
+
"sha256": "a71ef5f54aa468b25acd5d618f51933ed7aa4244c7837fc611f101b6a3523504",
|
|
1168
|
+
"package_type": "package",
|
|
1169
|
+
"imports": [
|
|
1170
|
+
"iniconfig"
|
|
1171
|
+
],
|
|
1172
|
+
"depends": [],
|
|
1173
|
+
"unvendored_tests": false,
|
|
1174
|
+
"shared_library": false
|
|
1175
|
+
},
|
|
1176
|
+
"jedi": {
|
|
1177
|
+
"name": "jedi",
|
|
1178
|
+
"version": "0.18.2",
|
|
1179
|
+
"file_name": "jedi-0.18.2-py2.py3-none-any.whl",
|
|
1180
|
+
"install_dir": "site",
|
|
1181
|
+
"sha256": "271e13a89877e9c0cca9c13ccdc969de87d999785193dae2320490da49023736",
|
|
1182
|
+
"package_type": "package",
|
|
1183
|
+
"imports": [
|
|
1184
|
+
"jedi"
|
|
1185
|
+
],
|
|
1186
|
+
"depends": [
|
|
1187
|
+
"parso"
|
|
1188
|
+
],
|
|
1189
|
+
"unvendored_tests": true,
|
|
1190
|
+
"shared_library": false
|
|
1191
|
+
},
|
|
1192
|
+
"jedi-tests": {
|
|
1193
|
+
"name": "jedi-tests",
|
|
1194
|
+
"version": "0.18.2",
|
|
1195
|
+
"file_name": "jedi-tests.tar",
|
|
1196
|
+
"install_dir": "site",
|
|
1197
|
+
"sha256": "14672fc406f54b22a386596325f404e8a9a58dce9e396d6ec219e8f739e143d1",
|
|
1198
|
+
"package_type": "package",
|
|
1199
|
+
"imports": [],
|
|
1200
|
+
"depends": [
|
|
1201
|
+
"jedi"
|
|
1202
|
+
],
|
|
1203
|
+
"unvendored_tests": false,
|
|
1204
|
+
"shared_library": false
|
|
1205
|
+
},
|
|
1206
|
+
"jinja2": {
|
|
1207
|
+
"name": "Jinja2",
|
|
1208
|
+
"version": "3.1.2",
|
|
1209
|
+
"file_name": "Jinja2-3.1.2-py3-none-any.whl",
|
|
1210
|
+
"install_dir": "site",
|
|
1211
|
+
"sha256": "4ab1e5d98171f84ab69f64940b60f07b353de222fdcf17ce03431537eb4a936b",
|
|
1212
|
+
"package_type": "package",
|
|
1213
|
+
"imports": [
|
|
1214
|
+
"jinja2"
|
|
1215
|
+
],
|
|
1216
|
+
"depends": [
|
|
1217
|
+
"markupsafe"
|
|
1218
|
+
],
|
|
1219
|
+
"unvendored_tests": false,
|
|
1220
|
+
"shared_library": false
|
|
1221
|
+
},
|
|
1222
|
+
"joblib": {
|
|
1223
|
+
"name": "joblib",
|
|
1224
|
+
"version": "1.2.0",
|
|
1225
|
+
"file_name": "joblib-1.2.0-py3-none-any.whl",
|
|
1226
|
+
"install_dir": "site",
|
|
1227
|
+
"sha256": "344b32499889af6aa12eae31e75838b49b4e66b88d40285645107637b9b537aa",
|
|
1228
|
+
"package_type": "package",
|
|
1229
|
+
"imports": [
|
|
1230
|
+
"joblib"
|
|
1231
|
+
],
|
|
1232
|
+
"depends": [
|
|
1233
|
+
"distutils"
|
|
1234
|
+
],
|
|
1235
|
+
"unvendored_tests": true,
|
|
1236
|
+
"shared_library": false
|
|
1237
|
+
},
|
|
1238
|
+
"joblib-tests": {
|
|
1239
|
+
"name": "joblib-tests",
|
|
1240
|
+
"version": "1.2.0",
|
|
1241
|
+
"file_name": "joblib-tests.tar",
|
|
1242
|
+
"install_dir": "site",
|
|
1243
|
+
"sha256": "3dfb4aae175855908ed9c653b03cb9a4a1606d6485ac9846db1466613f561183",
|
|
1244
|
+
"package_type": "package",
|
|
1245
|
+
"imports": [],
|
|
1246
|
+
"depends": [
|
|
1247
|
+
"joblib"
|
|
1248
|
+
],
|
|
1249
|
+
"unvendored_tests": false,
|
|
1250
|
+
"shared_library": false
|
|
1251
|
+
},
|
|
1252
|
+
"jsonschema": {
|
|
1253
|
+
"name": "jsonschema",
|
|
1254
|
+
"version": "4.17.3",
|
|
1255
|
+
"file_name": "jsonschema-4.17.3-py3-none-any.whl",
|
|
1256
|
+
"install_dir": "site",
|
|
1257
|
+
"sha256": "2a300a5588ff407eae6b218679bf3310dee3f580d0267dd6320ddc6627805a09",
|
|
1258
|
+
"package_type": "package",
|
|
1259
|
+
"imports": [
|
|
1260
|
+
"jsonschema"
|
|
1261
|
+
],
|
|
1262
|
+
"depends": [
|
|
1263
|
+
"attrs",
|
|
1264
|
+
"pyrsistent"
|
|
1265
|
+
],
|
|
1266
|
+
"unvendored_tests": true,
|
|
1267
|
+
"shared_library": false
|
|
1268
|
+
},
|
|
1269
|
+
"jsonschema-tests": {
|
|
1270
|
+
"name": "jsonschema-tests",
|
|
1271
|
+
"version": "4.17.3",
|
|
1272
|
+
"file_name": "jsonschema-tests.tar",
|
|
1273
|
+
"install_dir": "site",
|
|
1274
|
+
"sha256": "318059eacd3cc34f249cc87273dbed2321978e3f710ed348edc307b3bc9d9747",
|
|
1275
|
+
"package_type": "package",
|
|
1276
|
+
"imports": [],
|
|
1277
|
+
"depends": [
|
|
1278
|
+
"jsonschema"
|
|
1279
|
+
],
|
|
1280
|
+
"unvendored_tests": false,
|
|
1281
|
+
"shared_library": false
|
|
1282
|
+
},
|
|
1283
|
+
"kiwisolver": {
|
|
1284
|
+
"name": "kiwisolver",
|
|
1285
|
+
"version": "1.4.4",
|
|
1286
|
+
"file_name": "kiwisolver-1.4.4-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1287
|
+
"install_dir": "site",
|
|
1288
|
+
"sha256": "238676a4b4cc9f2619f9bf3a4dbcdd7fcea481a1741582ad7d074d8b0a00f243",
|
|
1289
|
+
"package_type": "package",
|
|
1290
|
+
"imports": [
|
|
1291
|
+
"kiwisolver"
|
|
1292
|
+
],
|
|
1293
|
+
"depends": [],
|
|
1294
|
+
"unvendored_tests": false,
|
|
1295
|
+
"shared_library": false
|
|
1296
|
+
},
|
|
1297
|
+
"lazy-object-proxy": {
|
|
1298
|
+
"name": "lazy-object-proxy",
|
|
1299
|
+
"version": "1.9.0",
|
|
1300
|
+
"file_name": "lazy_object_proxy-1.9.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1301
|
+
"install_dir": "site",
|
|
1302
|
+
"sha256": "b2fa6cf880f8d0ffa3710fff9da25e5cec0ae6ac8b964882824fa9621c356d03",
|
|
1303
|
+
"package_type": "package",
|
|
1304
|
+
"imports": [
|
|
1305
|
+
"lazy_object_proxy"
|
|
1306
|
+
],
|
|
1307
|
+
"depends": [],
|
|
1308
|
+
"unvendored_tests": false,
|
|
1309
|
+
"shared_library": false
|
|
1310
|
+
},
|
|
1311
|
+
"lazy_loader": {
|
|
1312
|
+
"name": "lazy_loader",
|
|
1313
|
+
"version": "0.2",
|
|
1314
|
+
"file_name": "lazy_loader-0.2-py3-none-any.whl",
|
|
1315
|
+
"install_dir": "site",
|
|
1316
|
+
"sha256": "57a244754b48af181332d2046faebca01e58e48c65369941da779c866c4740f2",
|
|
1317
|
+
"package_type": "package",
|
|
1318
|
+
"imports": [
|
|
1319
|
+
"lazy_loader"
|
|
1320
|
+
],
|
|
1321
|
+
"depends": [],
|
|
1322
|
+
"unvendored_tests": true,
|
|
1323
|
+
"shared_library": false
|
|
1324
|
+
},
|
|
1325
|
+
"lazy_loader-tests": {
|
|
1326
|
+
"name": "lazy_loader-tests",
|
|
1327
|
+
"version": "0.2",
|
|
1328
|
+
"file_name": "lazy_loader-tests.tar",
|
|
1329
|
+
"install_dir": "site",
|
|
1330
|
+
"sha256": "5a3196dfee473eecdb176e265bd460f62e8e0310dfe9c152495bddef8013b9f1",
|
|
1331
|
+
"package_type": "package",
|
|
1332
|
+
"imports": [],
|
|
1333
|
+
"depends": [
|
|
1334
|
+
"lazy_loader"
|
|
1335
|
+
],
|
|
1336
|
+
"unvendored_tests": false,
|
|
1337
|
+
"shared_library": false
|
|
1338
|
+
},
|
|
1339
|
+
"libhdf5": {
|
|
1340
|
+
"name": "libhdf5",
|
|
1341
|
+
"version": "1.12.1",
|
|
1342
|
+
"file_name": "libhdf5-1.12.1.zip",
|
|
1343
|
+
"install_dir": "dynlib",
|
|
1344
|
+
"sha256": "f81461f835a1a841e8a6026afbfaf9c3a40819158bee5a5d2390a534928779f9",
|
|
1345
|
+
"package_type": "shared_library",
|
|
1346
|
+
"imports": [],
|
|
1347
|
+
"depends": [],
|
|
1348
|
+
"unvendored_tests": false,
|
|
1349
|
+
"shared_library": true
|
|
1350
|
+
},
|
|
1351
|
+
"libheif": {
|
|
1352
|
+
"name": "libheif",
|
|
1353
|
+
"version": "1.12.0",
|
|
1354
|
+
"file_name": "libheif-1.12.0.zip",
|
|
1355
|
+
"install_dir": "dynlib",
|
|
1356
|
+
"sha256": "7ce7cd30949f1e56c7545cc020b83efa9dadc220ff81faf5374df37b186fdcac",
|
|
1357
|
+
"package_type": "shared_library",
|
|
1358
|
+
"imports": [],
|
|
1359
|
+
"depends": [],
|
|
1360
|
+
"unvendored_tests": false,
|
|
1361
|
+
"shared_library": true
|
|
1362
|
+
},
|
|
1363
|
+
"libmagic": {
|
|
1364
|
+
"name": "libmagic",
|
|
1365
|
+
"version": "5.42",
|
|
1366
|
+
"file_name": "libmagic-5.42.zip",
|
|
1367
|
+
"install_dir": "dynlib",
|
|
1368
|
+
"sha256": "2c9004e7e6c3f97a42c7aef332dfff983c8c1e405cf43d9d7c9552a2044b0920",
|
|
1369
|
+
"package_type": "shared_library",
|
|
1370
|
+
"imports": [],
|
|
1371
|
+
"depends": [],
|
|
1372
|
+
"unvendored_tests": false,
|
|
1373
|
+
"shared_library": true
|
|
1374
|
+
},
|
|
1375
|
+
"libnetcdf": {
|
|
1376
|
+
"name": "libnetcdf",
|
|
1377
|
+
"version": "4.9.2",
|
|
1378
|
+
"file_name": "libnetcdf-4.9.2.zip",
|
|
1379
|
+
"install_dir": "dynlib",
|
|
1380
|
+
"sha256": "0f726ea0d9cbf8935a5681360c879420c4772133ecedc60060d4684206f1d88e",
|
|
1381
|
+
"package_type": "shared_library",
|
|
1382
|
+
"imports": [],
|
|
1383
|
+
"depends": [],
|
|
1384
|
+
"unvendored_tests": false,
|
|
1385
|
+
"shared_library": true
|
|
1386
|
+
},
|
|
1387
|
+
"lightgbm": {
|
|
1388
|
+
"name": "lightgbm",
|
|
1389
|
+
"version": "3.3.5",
|
|
1390
|
+
"file_name": "lightgbm-3.3.5-py3-none-any.whl",
|
|
1391
|
+
"install_dir": "site",
|
|
1392
|
+
"sha256": "d1e62cd86f025095a015a618184107f363d20eccbd38827e1ddb44dd2e27fa31",
|
|
1393
|
+
"package_type": "package",
|
|
1394
|
+
"imports": [
|
|
1395
|
+
"lightgbm"
|
|
1396
|
+
],
|
|
1397
|
+
"depends": [
|
|
1398
|
+
"numpy",
|
|
1399
|
+
"scipy",
|
|
1400
|
+
"scikit-learn"
|
|
1401
|
+
],
|
|
1402
|
+
"unvendored_tests": false,
|
|
1403
|
+
"shared_library": false
|
|
1404
|
+
},
|
|
1405
|
+
"logbook": {
|
|
1406
|
+
"name": "logbook",
|
|
1407
|
+
"version": "1.5.3",
|
|
1408
|
+
"file_name": "Logbook-1.5.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1409
|
+
"install_dir": "site",
|
|
1410
|
+
"sha256": "8c8a9f5dc0608e70799addd315776342604e0db9782258b957e5096b79c98194",
|
|
1411
|
+
"package_type": "package",
|
|
1412
|
+
"imports": [
|
|
1413
|
+
"logbook"
|
|
1414
|
+
],
|
|
1415
|
+
"depends": [],
|
|
1416
|
+
"unvendored_tests": false,
|
|
1417
|
+
"shared_library": false
|
|
1418
|
+
},
|
|
1419
|
+
"lxml": {
|
|
1420
|
+
"name": "lxml",
|
|
1421
|
+
"version": "4.9.2",
|
|
1422
|
+
"file_name": "lxml-4.9.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1423
|
+
"install_dir": "site",
|
|
1424
|
+
"sha256": "07ec366f33f0a34dad14d03b2599328bd9744c22823659b5ae280068d9213bba",
|
|
1425
|
+
"package_type": "package",
|
|
1426
|
+
"imports": [
|
|
1427
|
+
"lxml"
|
|
1428
|
+
],
|
|
1429
|
+
"depends": [],
|
|
1430
|
+
"unvendored_tests": false,
|
|
1431
|
+
"shared_library": false
|
|
1432
|
+
},
|
|
1433
|
+
"lzma": {
|
|
1434
|
+
"name": "lzma",
|
|
1435
|
+
"version": "1.0.0",
|
|
1436
|
+
"file_name": "lzma-1.0.0.zip",
|
|
1437
|
+
"install_dir": "stdlib",
|
|
1438
|
+
"sha256": "947d6874b61237c8c219447acceed5781e53e39e7fda4ccb04d45a9edf222178",
|
|
1439
|
+
"package_type": "cpython_module",
|
|
1440
|
+
"imports": [
|
|
1441
|
+
"lzma",
|
|
1442
|
+
"_lzma"
|
|
1443
|
+
],
|
|
1444
|
+
"depends": [],
|
|
1445
|
+
"unvendored_tests": false,
|
|
1446
|
+
"shared_library": true
|
|
1447
|
+
},
|
|
1448
|
+
"markupsafe": {
|
|
1449
|
+
"name": "MarkupSafe",
|
|
1450
|
+
"version": "2.1.2",
|
|
1451
|
+
"file_name": "MarkupSafe-2.1.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1452
|
+
"install_dir": "site",
|
|
1453
|
+
"sha256": "2967be36e2bd72940a1c7c60d7dad0f07ad96bc17480bd9f04cb4b6acbc5faa2",
|
|
1454
|
+
"package_type": "package",
|
|
1455
|
+
"imports": [
|
|
1456
|
+
"markupsafe"
|
|
1457
|
+
],
|
|
1458
|
+
"depends": [],
|
|
1459
|
+
"unvendored_tests": false,
|
|
1460
|
+
"shared_library": false
|
|
1461
|
+
},
|
|
1462
|
+
"matplotlib": {
|
|
1463
|
+
"name": "matplotlib",
|
|
1464
|
+
"version": "3.5.2",
|
|
1465
|
+
"file_name": "matplotlib-3.5.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1466
|
+
"install_dir": "site",
|
|
1467
|
+
"sha256": "ceb4f8936715cd13b6379aa5955fec79f6c16b02f4390d6ee19ba2a68b9d9a76",
|
|
1468
|
+
"package_type": "package",
|
|
1469
|
+
"imports": [
|
|
1470
|
+
"pylab",
|
|
1471
|
+
"mpl_toolkits",
|
|
1472
|
+
"matplotlib"
|
|
1473
|
+
],
|
|
1474
|
+
"depends": [
|
|
1475
|
+
"cycler",
|
|
1476
|
+
"fonttools",
|
|
1477
|
+
"kiwisolver",
|
|
1478
|
+
"numpy",
|
|
1479
|
+
"packaging",
|
|
1480
|
+
"pillow",
|
|
1481
|
+
"pyparsing",
|
|
1482
|
+
"python-dateutil",
|
|
1483
|
+
"pytz",
|
|
1484
|
+
"matplotlib-pyodide"
|
|
1485
|
+
],
|
|
1486
|
+
"unvendored_tests": true,
|
|
1487
|
+
"shared_library": false
|
|
1488
|
+
},
|
|
1489
|
+
"matplotlib-pyodide": {
|
|
1490
|
+
"name": "matplotlib-pyodide",
|
|
1491
|
+
"version": "0.1.1",
|
|
1492
|
+
"file_name": "matplotlib_pyodide-0.1.1-py3-none-any.whl",
|
|
1493
|
+
"install_dir": "site",
|
|
1494
|
+
"sha256": "fff8dbe7a0f20dbae0a61f9d71709751414c032aefb95c9bdbd06f846112e3b1",
|
|
1495
|
+
"package_type": "package",
|
|
1496
|
+
"imports": [
|
|
1497
|
+
"matplotlib_pyodide"
|
|
1498
|
+
],
|
|
1499
|
+
"depends": [],
|
|
1500
|
+
"unvendored_tests": false,
|
|
1501
|
+
"shared_library": false
|
|
1502
|
+
},
|
|
1503
|
+
"matplotlib-tests": {
|
|
1504
|
+
"name": "matplotlib-tests",
|
|
1505
|
+
"version": "3.5.2",
|
|
1506
|
+
"file_name": "matplotlib-tests.tar",
|
|
1507
|
+
"install_dir": "site",
|
|
1508
|
+
"sha256": "9b2350062dbe7494f554ba653f44a6a4783d03ecbd550805f5754252a545a8a8",
|
|
1509
|
+
"package_type": "package",
|
|
1510
|
+
"imports": [],
|
|
1511
|
+
"depends": [
|
|
1512
|
+
"matplotlib"
|
|
1513
|
+
],
|
|
1514
|
+
"unvendored_tests": false,
|
|
1515
|
+
"shared_library": false
|
|
1516
|
+
},
|
|
1517
|
+
"micropip": {
|
|
1518
|
+
"name": "micropip",
|
|
1519
|
+
"version": "0.3.0",
|
|
1520
|
+
"file_name": "micropip-0.3.0-py3-none-any.whl",
|
|
1521
|
+
"install_dir": "site",
|
|
1522
|
+
"sha256": "31a0aa3030672e3a7df0456b68939deb31a49a0a9a22688b3530e7c79681bcbb",
|
|
1523
|
+
"package_type": "package",
|
|
1524
|
+
"imports": [
|
|
1525
|
+
"micropip"
|
|
1526
|
+
],
|
|
1527
|
+
"depends": [
|
|
1528
|
+
"packaging"
|
|
1529
|
+
],
|
|
1530
|
+
"unvendored_tests": false,
|
|
1531
|
+
"shared_library": false
|
|
1532
|
+
},
|
|
1533
|
+
"mne": {
|
|
1534
|
+
"name": "mne",
|
|
1535
|
+
"version": "1.3.1",
|
|
1536
|
+
"file_name": "mne-1.3.1-py3-none-any.whl",
|
|
1537
|
+
"install_dir": "site",
|
|
1538
|
+
"sha256": "461a6c1cd4854ca535418207fa14bb74ac7166a31728ce29f831e70bd145ac1d",
|
|
1539
|
+
"package_type": "package",
|
|
1540
|
+
"imports": [
|
|
1541
|
+
"mne"
|
|
1542
|
+
],
|
|
1543
|
+
"depends": [
|
|
1544
|
+
"distutils",
|
|
1545
|
+
"numpy",
|
|
1546
|
+
"scipy",
|
|
1547
|
+
"setuptools",
|
|
1548
|
+
"decorator"
|
|
1549
|
+
],
|
|
1550
|
+
"unvendored_tests": true,
|
|
1551
|
+
"shared_library": false
|
|
1552
|
+
},
|
|
1553
|
+
"mne-tests": {
|
|
1554
|
+
"name": "mne-tests",
|
|
1555
|
+
"version": "1.3.1",
|
|
1556
|
+
"file_name": "mne-tests.tar",
|
|
1557
|
+
"install_dir": "site",
|
|
1558
|
+
"sha256": "6acab41b822f569d70bdbe64e500d1e5726af846c9285ac8872aca3035b1c2f1",
|
|
1559
|
+
"package_type": "package",
|
|
1560
|
+
"imports": [],
|
|
1561
|
+
"depends": [
|
|
1562
|
+
"mne"
|
|
1563
|
+
],
|
|
1564
|
+
"unvendored_tests": false,
|
|
1565
|
+
"shared_library": false
|
|
1566
|
+
},
|
|
1567
|
+
"more-itertools": {
|
|
1568
|
+
"name": "more-itertools",
|
|
1569
|
+
"version": "9.1.0",
|
|
1570
|
+
"file_name": "more_itertools-9.1.0-py3-none-any.whl",
|
|
1571
|
+
"install_dir": "site",
|
|
1572
|
+
"sha256": "3fc3a36e1f5d397d1cdb0734f870fe4d72aee2967798b0dd4322874f0eeb125e",
|
|
1573
|
+
"package_type": "package",
|
|
1574
|
+
"imports": [
|
|
1575
|
+
"more_itertools"
|
|
1576
|
+
],
|
|
1577
|
+
"depends": [],
|
|
1578
|
+
"unvendored_tests": false,
|
|
1579
|
+
"shared_library": false
|
|
1580
|
+
},
|
|
1581
|
+
"mpmath": {
|
|
1582
|
+
"name": "mpmath",
|
|
1583
|
+
"version": "1.3.0",
|
|
1584
|
+
"file_name": "mpmath-1.3.0-py3-none-any.whl",
|
|
1585
|
+
"install_dir": "site",
|
|
1586
|
+
"sha256": "2a01da719593f221ec981e69b21fb0c80ff84ad22004af9e633751df0cb34574",
|
|
1587
|
+
"package_type": "package",
|
|
1588
|
+
"imports": [
|
|
1589
|
+
"mpmath"
|
|
1590
|
+
],
|
|
1591
|
+
"depends": [],
|
|
1592
|
+
"unvendored_tests": true,
|
|
1593
|
+
"shared_library": false
|
|
1594
|
+
},
|
|
1595
|
+
"mpmath-tests": {
|
|
1596
|
+
"name": "mpmath-tests",
|
|
1597
|
+
"version": "1.3.0",
|
|
1598
|
+
"file_name": "mpmath-tests.tar",
|
|
1599
|
+
"install_dir": "site",
|
|
1600
|
+
"sha256": "2572886fbc233559010ff676b7b9832907ed344e3c5d58d8f33f6ffe18970655",
|
|
1601
|
+
"package_type": "package",
|
|
1602
|
+
"imports": [],
|
|
1603
|
+
"depends": [
|
|
1604
|
+
"mpmath"
|
|
1605
|
+
],
|
|
1606
|
+
"unvendored_tests": false,
|
|
1607
|
+
"shared_library": false
|
|
1608
|
+
},
|
|
1609
|
+
"msgpack": {
|
|
1610
|
+
"name": "msgpack",
|
|
1611
|
+
"version": "1.0.5",
|
|
1612
|
+
"file_name": "msgpack-1.0.5-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1613
|
+
"install_dir": "site",
|
|
1614
|
+
"sha256": "f6c754c242d0630c8499186af5693b9f373160202f42b2058295d7e3339c1fdc",
|
|
1615
|
+
"package_type": "package",
|
|
1616
|
+
"imports": [
|
|
1617
|
+
"msgpack"
|
|
1618
|
+
],
|
|
1619
|
+
"depends": [],
|
|
1620
|
+
"unvendored_tests": false,
|
|
1621
|
+
"shared_library": false
|
|
1622
|
+
},
|
|
1623
|
+
"msprime": {
|
|
1624
|
+
"name": "msprime",
|
|
1625
|
+
"version": "1.2.0",
|
|
1626
|
+
"file_name": "msprime-1.2.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1627
|
+
"install_dir": "site",
|
|
1628
|
+
"sha256": "54d0f3b85a8979a0f97e55b1c43fd34c9343b819765d716d3a10f08f3b47d7e8",
|
|
1629
|
+
"package_type": "package",
|
|
1630
|
+
"imports": [
|
|
1631
|
+
"msprime"
|
|
1632
|
+
],
|
|
1633
|
+
"depends": [
|
|
1634
|
+
"numpy",
|
|
1635
|
+
"newick",
|
|
1636
|
+
"tskit",
|
|
1637
|
+
"demes"
|
|
1638
|
+
],
|
|
1639
|
+
"unvendored_tests": false,
|
|
1640
|
+
"shared_library": false
|
|
1641
|
+
},
|
|
1642
|
+
"multidict": {
|
|
1643
|
+
"name": "multidict",
|
|
1644
|
+
"version": "6.0.4",
|
|
1645
|
+
"file_name": "multidict-6.0.4-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1646
|
+
"install_dir": "site",
|
|
1647
|
+
"sha256": "e4dafe780a94442f168bd015bc2093c9e8ee79489c5a2d12bfefbe7ba3211be2",
|
|
1648
|
+
"package_type": "package",
|
|
1649
|
+
"imports": [
|
|
1650
|
+
"multidict"
|
|
1651
|
+
],
|
|
1652
|
+
"depends": [],
|
|
1653
|
+
"unvendored_tests": false,
|
|
1654
|
+
"shared_library": false
|
|
1655
|
+
},
|
|
1656
|
+
"munch": {
|
|
1657
|
+
"name": "munch",
|
|
1658
|
+
"version": "2.5.0",
|
|
1659
|
+
"file_name": "munch-2.5.0-py2.py3-none-any.whl",
|
|
1660
|
+
"install_dir": "site",
|
|
1661
|
+
"sha256": "b19294c47105e4c8a1b9208f0d714591c0ae10cfa1774ca8edd0a85bf6174a7e",
|
|
1662
|
+
"package_type": "package",
|
|
1663
|
+
"imports": [
|
|
1664
|
+
"munch"
|
|
1665
|
+
],
|
|
1666
|
+
"depends": [
|
|
1667
|
+
"setuptools",
|
|
1668
|
+
"six"
|
|
1669
|
+
],
|
|
1670
|
+
"unvendored_tests": false,
|
|
1671
|
+
"shared_library": false
|
|
1672
|
+
},
|
|
1673
|
+
"mypy": {
|
|
1674
|
+
"name": "mypy",
|
|
1675
|
+
"version": "1.1.1",
|
|
1676
|
+
"file_name": "mypy-1.1.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1677
|
+
"install_dir": "site",
|
|
1678
|
+
"sha256": "8fc8c076751dfdebf273c8d482d3d64c04b4dc3353acbd406ef5f37a29b6ce39",
|
|
1679
|
+
"package_type": "package",
|
|
1680
|
+
"imports": [
|
|
1681
|
+
"mypyc",
|
|
1682
|
+
"mypy"
|
|
1683
|
+
],
|
|
1684
|
+
"depends": [],
|
|
1685
|
+
"unvendored_tests": true,
|
|
1686
|
+
"shared_library": false
|
|
1687
|
+
},
|
|
1688
|
+
"mypy-tests": {
|
|
1689
|
+
"name": "mypy-tests",
|
|
1690
|
+
"version": "1.1.1",
|
|
1691
|
+
"file_name": "mypy-tests.tar",
|
|
1692
|
+
"install_dir": "site",
|
|
1693
|
+
"sha256": "226bf02d7cfb92b1c00a71ad1e1fe216b8836abc33f78ec24dc809505d78667c",
|
|
1694
|
+
"package_type": "package",
|
|
1695
|
+
"imports": [],
|
|
1696
|
+
"depends": [
|
|
1697
|
+
"mypy"
|
|
1698
|
+
],
|
|
1699
|
+
"unvendored_tests": false,
|
|
1700
|
+
"shared_library": false
|
|
1701
|
+
},
|
|
1702
|
+
"netcdf4": {
|
|
1703
|
+
"name": "netcdf4",
|
|
1704
|
+
"version": "1.6.3",
|
|
1705
|
+
"file_name": "netCDF4-1.6.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1706
|
+
"install_dir": "site",
|
|
1707
|
+
"sha256": "5c186e6f0c2494fc178ef226b427f172938929580e5ec3311d8e5ba74fcdfd52",
|
|
1708
|
+
"package_type": "package",
|
|
1709
|
+
"imports": [
|
|
1710
|
+
"netCDF4"
|
|
1711
|
+
],
|
|
1712
|
+
"depends": [
|
|
1713
|
+
"numpy",
|
|
1714
|
+
"packaging",
|
|
1715
|
+
"h5py",
|
|
1716
|
+
"cftime"
|
|
1717
|
+
],
|
|
1718
|
+
"unvendored_tests": false,
|
|
1719
|
+
"shared_library": false
|
|
1720
|
+
},
|
|
1721
|
+
"networkx": {
|
|
1722
|
+
"name": "networkx",
|
|
1723
|
+
"version": "3.0",
|
|
1724
|
+
"file_name": "networkx-3.0-py3-none-any.whl",
|
|
1725
|
+
"install_dir": "site",
|
|
1726
|
+
"sha256": "ca7f276541e2d8180a21e7df99a9ef1de3b33d45fda5341e82d3cdb8b12b5d1b",
|
|
1727
|
+
"package_type": "package",
|
|
1728
|
+
"imports": [
|
|
1729
|
+
"networkx"
|
|
1730
|
+
],
|
|
1731
|
+
"depends": [
|
|
1732
|
+
"decorator",
|
|
1733
|
+
"setuptools",
|
|
1734
|
+
"matplotlib",
|
|
1735
|
+
"numpy"
|
|
1736
|
+
],
|
|
1737
|
+
"unvendored_tests": true,
|
|
1738
|
+
"shared_library": false
|
|
1739
|
+
},
|
|
1740
|
+
"networkx-tests": {
|
|
1741
|
+
"name": "networkx-tests",
|
|
1742
|
+
"version": "3.0",
|
|
1743
|
+
"file_name": "networkx-tests.tar",
|
|
1744
|
+
"install_dir": "site",
|
|
1745
|
+
"sha256": "6bb8a66b14b27dcc689f0c07ec5d17fff7964178fdc3172eadb3ba3d6c0185fc",
|
|
1746
|
+
"package_type": "package",
|
|
1747
|
+
"imports": [],
|
|
1748
|
+
"depends": [
|
|
1749
|
+
"networkx"
|
|
1750
|
+
],
|
|
1751
|
+
"unvendored_tests": false,
|
|
1752
|
+
"shared_library": false
|
|
1753
|
+
},
|
|
1754
|
+
"newick": {
|
|
1755
|
+
"name": "newick",
|
|
1756
|
+
"version": "1.9.0",
|
|
1757
|
+
"file_name": "newick-1.9.0-py2.py3-none-any.whl",
|
|
1758
|
+
"install_dir": "site",
|
|
1759
|
+
"sha256": "a952fcc4369f6c5b3e4de957c94d8e857fd426a76ed203e8477a81e11936f958",
|
|
1760
|
+
"package_type": "package",
|
|
1761
|
+
"imports": [
|
|
1762
|
+
"newick"
|
|
1763
|
+
],
|
|
1764
|
+
"depends": [],
|
|
1765
|
+
"unvendored_tests": false,
|
|
1766
|
+
"shared_library": false
|
|
1767
|
+
},
|
|
1768
|
+
"nlopt": {
|
|
1769
|
+
"name": "nlopt",
|
|
1770
|
+
"version": "2.7.0",
|
|
1771
|
+
"file_name": "nlopt-2.7.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1772
|
+
"install_dir": "site",
|
|
1773
|
+
"sha256": "c486fc4483e08f949ca60775a0370264a1a3f4691ca0dc153d1c1d3f623ec326",
|
|
1774
|
+
"package_type": "package",
|
|
1775
|
+
"imports": [
|
|
1776
|
+
"nlopt"
|
|
1777
|
+
],
|
|
1778
|
+
"depends": [
|
|
1779
|
+
"numpy"
|
|
1780
|
+
],
|
|
1781
|
+
"unvendored_tests": false,
|
|
1782
|
+
"shared_library": false
|
|
1783
|
+
},
|
|
1784
|
+
"nltk": {
|
|
1785
|
+
"name": "nltk",
|
|
1786
|
+
"version": "3.8.1",
|
|
1787
|
+
"file_name": "nltk-3.8.1-py3-none-any.whl",
|
|
1788
|
+
"install_dir": "site",
|
|
1789
|
+
"sha256": "6a65d15262b32fbf5319447227407d9c3fe47eebdf5fbd693ac9248203760575",
|
|
1790
|
+
"package_type": "package",
|
|
1791
|
+
"imports": [
|
|
1792
|
+
"nltk"
|
|
1793
|
+
],
|
|
1794
|
+
"depends": [
|
|
1795
|
+
"regex",
|
|
1796
|
+
"sqlite3"
|
|
1797
|
+
],
|
|
1798
|
+
"unvendored_tests": true,
|
|
1799
|
+
"shared_library": false
|
|
1800
|
+
},
|
|
1801
|
+
"nltk-tests": {
|
|
1802
|
+
"name": "nltk-tests",
|
|
1803
|
+
"version": "3.8.1",
|
|
1804
|
+
"file_name": "nltk-tests.tar",
|
|
1805
|
+
"install_dir": "site",
|
|
1806
|
+
"sha256": "b944af7fe3a9e1d01dcd8e2ee9d892ad9699be76898509e156e8e2f8dfe61d6a",
|
|
1807
|
+
"package_type": "package",
|
|
1808
|
+
"imports": [],
|
|
1809
|
+
"depends": [
|
|
1810
|
+
"nltk"
|
|
1811
|
+
],
|
|
1812
|
+
"unvendored_tests": false,
|
|
1813
|
+
"shared_library": false
|
|
1814
|
+
},
|
|
1815
|
+
"nose": {
|
|
1816
|
+
"name": "nose",
|
|
1817
|
+
"version": "1.3.7",
|
|
1818
|
+
"file_name": "nose-1.3.7-py3-none-any.whl",
|
|
1819
|
+
"install_dir": "site",
|
|
1820
|
+
"sha256": "ec4ec1383867445e2f8fc80281fe8e1f58ea9d4c118844d11861b1658f16956c",
|
|
1821
|
+
"package_type": "package",
|
|
1822
|
+
"imports": [
|
|
1823
|
+
"nose"
|
|
1824
|
+
],
|
|
1825
|
+
"depends": [
|
|
1826
|
+
"setuptools"
|
|
1827
|
+
],
|
|
1828
|
+
"unvendored_tests": false,
|
|
1829
|
+
"shared_library": false
|
|
1830
|
+
},
|
|
1831
|
+
"numcodecs": {
|
|
1832
|
+
"name": "numcodecs",
|
|
1833
|
+
"version": "0.11.0",
|
|
1834
|
+
"file_name": "numcodecs-0.11.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1835
|
+
"install_dir": "site",
|
|
1836
|
+
"sha256": "826a74b1ee8abf1ef13f4567a40b4e03c00e8fb7aef18fbf93499dfe88fd31b9",
|
|
1837
|
+
"package_type": "package",
|
|
1838
|
+
"imports": [
|
|
1839
|
+
"numcodecs"
|
|
1840
|
+
],
|
|
1841
|
+
"depends": [
|
|
1842
|
+
"numpy",
|
|
1843
|
+
"msgpack"
|
|
1844
|
+
],
|
|
1845
|
+
"unvendored_tests": true,
|
|
1846
|
+
"shared_library": false
|
|
1847
|
+
},
|
|
1848
|
+
"numcodecs-tests": {
|
|
1849
|
+
"name": "numcodecs-tests",
|
|
1850
|
+
"version": "0.11.0",
|
|
1851
|
+
"file_name": "numcodecs-tests.tar",
|
|
1852
|
+
"install_dir": "site",
|
|
1853
|
+
"sha256": "f481b8fa6a839a47d246a06bf6c21186589ed1a8296e990d47af6dd2c37d0818",
|
|
1854
|
+
"package_type": "package",
|
|
1855
|
+
"imports": [],
|
|
1856
|
+
"depends": [
|
|
1857
|
+
"numcodecs"
|
|
1858
|
+
],
|
|
1859
|
+
"unvendored_tests": false,
|
|
1860
|
+
"shared_library": false
|
|
1861
|
+
},
|
|
1862
|
+
"numpy": {
|
|
1863
|
+
"name": "numpy",
|
|
1864
|
+
"version": "1.24.3",
|
|
1865
|
+
"file_name": "numpy-1.24.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1866
|
+
"install_dir": "site",
|
|
1867
|
+
"sha256": "1aafef0f367bb46608d46da55fffde79e20f8c992f108907a9dd489af3306694",
|
|
1868
|
+
"package_type": "package",
|
|
1869
|
+
"imports": [
|
|
1870
|
+
"numpy"
|
|
1871
|
+
],
|
|
1872
|
+
"depends": [],
|
|
1873
|
+
"unvendored_tests": true,
|
|
1874
|
+
"shared_library": false
|
|
1875
|
+
},
|
|
1876
|
+
"numpy-tests": {
|
|
1877
|
+
"name": "numpy-tests",
|
|
1878
|
+
"version": "1.24.3",
|
|
1879
|
+
"file_name": "numpy-tests.tar",
|
|
1880
|
+
"install_dir": "site",
|
|
1881
|
+
"sha256": "e0712ddb67f1cb379890acf160e644e4c60e3be299368e251c32e32421c395c2",
|
|
1882
|
+
"package_type": "package",
|
|
1883
|
+
"imports": [],
|
|
1884
|
+
"depends": [
|
|
1885
|
+
"numpy"
|
|
1886
|
+
],
|
|
1887
|
+
"unvendored_tests": false,
|
|
1888
|
+
"shared_library": false
|
|
1889
|
+
},
|
|
1890
|
+
"openblas": {
|
|
1891
|
+
"name": "openblas",
|
|
1892
|
+
"version": "0.3.23",
|
|
1893
|
+
"file_name": "openblas-0.3.23.zip",
|
|
1894
|
+
"install_dir": "dynlib",
|
|
1895
|
+
"sha256": "672d938b015642109739b6978f33f7389e89b8d1619738055c880635a9b928c8",
|
|
1896
|
+
"package_type": "shared_library",
|
|
1897
|
+
"imports": [],
|
|
1898
|
+
"depends": [],
|
|
1899
|
+
"unvendored_tests": false,
|
|
1900
|
+
"shared_library": true
|
|
1901
|
+
},
|
|
1902
|
+
"opencv-python": {
|
|
1903
|
+
"name": "opencv-python",
|
|
1904
|
+
"version": "4.7.0.72",
|
|
1905
|
+
"file_name": "opencv_python-4.7.0.72-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1906
|
+
"install_dir": "site",
|
|
1907
|
+
"sha256": "f921f509f53575d3e99f87a6c16a63125f2b8e526622374e461ca5f92cc4d11d",
|
|
1908
|
+
"package_type": "package",
|
|
1909
|
+
"imports": [
|
|
1910
|
+
"cv2"
|
|
1911
|
+
],
|
|
1912
|
+
"depends": [
|
|
1913
|
+
"numpy"
|
|
1914
|
+
],
|
|
1915
|
+
"unvendored_tests": false,
|
|
1916
|
+
"shared_library": false
|
|
1917
|
+
},
|
|
1918
|
+
"openssl": {
|
|
1919
|
+
"name": "openssl",
|
|
1920
|
+
"version": "1.1.1n",
|
|
1921
|
+
"file_name": "openssl-1.1.1n.zip",
|
|
1922
|
+
"install_dir": "dynlib",
|
|
1923
|
+
"sha256": "a8ace61c9e9eb6015e216a284f6da14de2feb9d8cc13aa24c6f578ecc55a3c73",
|
|
1924
|
+
"package_type": "shared_library",
|
|
1925
|
+
"imports": [],
|
|
1926
|
+
"depends": [],
|
|
1927
|
+
"unvendored_tests": false,
|
|
1928
|
+
"shared_library": true
|
|
1929
|
+
},
|
|
1930
|
+
"optlang": {
|
|
1931
|
+
"name": "optlang",
|
|
1932
|
+
"version": "1.6.1",
|
|
1933
|
+
"file_name": "optlang-1.6.1-py2.py3-none-any.whl",
|
|
1934
|
+
"install_dir": "site",
|
|
1935
|
+
"sha256": "d6ec239a3f4d56e78163b11d48d829c9fb7ed93351a176e4c82ae8c8b5f835d8",
|
|
1936
|
+
"package_type": "package",
|
|
1937
|
+
"imports": [
|
|
1938
|
+
"optlang"
|
|
1939
|
+
],
|
|
1940
|
+
"depends": [
|
|
1941
|
+
"sympy",
|
|
1942
|
+
"six",
|
|
1943
|
+
"swiglpk"
|
|
1944
|
+
],
|
|
1945
|
+
"unvendored_tests": true,
|
|
1946
|
+
"shared_library": false
|
|
1947
|
+
},
|
|
1948
|
+
"optlang-tests": {
|
|
1949
|
+
"name": "optlang-tests",
|
|
1950
|
+
"version": "1.6.1",
|
|
1951
|
+
"file_name": "optlang-tests.tar",
|
|
1952
|
+
"install_dir": "site",
|
|
1953
|
+
"sha256": "d289ef080224d87fab0520d6e62bff43f8d7c030b47b93e57bfcbcce19535511",
|
|
1954
|
+
"package_type": "package",
|
|
1955
|
+
"imports": [],
|
|
1956
|
+
"depends": [
|
|
1957
|
+
"optlang"
|
|
1958
|
+
],
|
|
1959
|
+
"unvendored_tests": false,
|
|
1960
|
+
"shared_library": false
|
|
1961
|
+
},
|
|
1962
|
+
"packaging": {
|
|
1963
|
+
"name": "packaging",
|
|
1964
|
+
"version": "23.0",
|
|
1965
|
+
"file_name": "packaging-23.0-py3-none-any.whl",
|
|
1966
|
+
"install_dir": "site",
|
|
1967
|
+
"sha256": "6b909d00975d6cdde3f452009717779d0cc339a4b97b7436eef2eb3c4314d382",
|
|
1968
|
+
"package_type": "package",
|
|
1969
|
+
"imports": [
|
|
1970
|
+
"packaging"
|
|
1971
|
+
],
|
|
1972
|
+
"depends": [],
|
|
1973
|
+
"unvendored_tests": false,
|
|
1974
|
+
"shared_library": false
|
|
1975
|
+
},
|
|
1976
|
+
"pandas": {
|
|
1977
|
+
"name": "pandas",
|
|
1978
|
+
"version": "1.5.3",
|
|
1979
|
+
"file_name": "pandas-1.5.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
1980
|
+
"install_dir": "site",
|
|
1981
|
+
"sha256": "dc91c272cb9adf8432d164ae7f2e6dcc863444a3519f8be19cd6806715834c06",
|
|
1982
|
+
"package_type": "package",
|
|
1983
|
+
"imports": [
|
|
1984
|
+
"pandas"
|
|
1985
|
+
],
|
|
1986
|
+
"depends": [
|
|
1987
|
+
"numpy",
|
|
1988
|
+
"python-dateutil",
|
|
1989
|
+
"pytz"
|
|
1990
|
+
],
|
|
1991
|
+
"unvendored_tests": true,
|
|
1992
|
+
"shared_library": false
|
|
1993
|
+
},
|
|
1994
|
+
"pandas-tests": {
|
|
1995
|
+
"name": "pandas-tests",
|
|
1996
|
+
"version": "1.5.3",
|
|
1997
|
+
"file_name": "pandas-tests.tar",
|
|
1998
|
+
"install_dir": "site",
|
|
1999
|
+
"sha256": "adfe0ba48919ddd336dcb73ad01ff11f7d7a23cc4c1ce49f44f4b3fcc92a6efd",
|
|
2000
|
+
"package_type": "package",
|
|
2001
|
+
"imports": [],
|
|
2002
|
+
"depends": [
|
|
2003
|
+
"pandas"
|
|
2004
|
+
],
|
|
2005
|
+
"unvendored_tests": false,
|
|
2006
|
+
"shared_library": false
|
|
2007
|
+
},
|
|
2008
|
+
"parso": {
|
|
2009
|
+
"name": "parso",
|
|
2010
|
+
"version": "0.8.3",
|
|
2011
|
+
"file_name": "parso-0.8.3-py2.py3-none-any.whl",
|
|
2012
|
+
"install_dir": "site",
|
|
2013
|
+
"sha256": "ca080321b6ee80f7b094262081c4250a2407c488eae985b3ee412bb2891e1b19",
|
|
2014
|
+
"package_type": "package",
|
|
2015
|
+
"imports": [
|
|
2016
|
+
"parso"
|
|
2017
|
+
],
|
|
2018
|
+
"depends": [],
|
|
2019
|
+
"unvendored_tests": false,
|
|
2020
|
+
"shared_library": false
|
|
2021
|
+
},
|
|
2022
|
+
"patsy": {
|
|
2023
|
+
"name": "patsy",
|
|
2024
|
+
"version": "0.5.3",
|
|
2025
|
+
"file_name": "patsy-0.5.3-py2.py3-none-any.whl",
|
|
2026
|
+
"install_dir": "site",
|
|
2027
|
+
"sha256": "3e7606e6915741d784ddaa38295e66de56e8480daeec45f86a229a48fcf1060c",
|
|
2028
|
+
"package_type": "package",
|
|
2029
|
+
"imports": [
|
|
2030
|
+
"patsy"
|
|
2031
|
+
],
|
|
2032
|
+
"depends": [
|
|
2033
|
+
"numpy",
|
|
2034
|
+
"six"
|
|
2035
|
+
],
|
|
2036
|
+
"unvendored_tests": true,
|
|
2037
|
+
"shared_library": false
|
|
2038
|
+
},
|
|
2039
|
+
"patsy-tests": {
|
|
2040
|
+
"name": "patsy-tests",
|
|
2041
|
+
"version": "0.5.3",
|
|
2042
|
+
"file_name": "patsy-tests.tar",
|
|
2043
|
+
"install_dir": "site",
|
|
2044
|
+
"sha256": "edb78b48c7796f93528cec0e0fa770eb125dcf3919f2b1ce1618d0eeb4461958",
|
|
2045
|
+
"package_type": "package",
|
|
2046
|
+
"imports": [],
|
|
2047
|
+
"depends": [
|
|
2048
|
+
"patsy"
|
|
2049
|
+
],
|
|
2050
|
+
"unvendored_tests": false,
|
|
2051
|
+
"shared_library": false
|
|
2052
|
+
},
|
|
2053
|
+
"peewee": {
|
|
2054
|
+
"name": "peewee",
|
|
2055
|
+
"version": "3.16.2",
|
|
2056
|
+
"file_name": "peewee-3.16.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2057
|
+
"install_dir": "site",
|
|
2058
|
+
"sha256": "b4b77e9b3f77423db2c9266f49c44ef61f32c0aeb34e45a68f797c6ed10a9bc7",
|
|
2059
|
+
"package_type": "package",
|
|
2060
|
+
"imports": [
|
|
2061
|
+
"peewee"
|
|
2062
|
+
],
|
|
2063
|
+
"depends": [
|
|
2064
|
+
"sqlite3",
|
|
2065
|
+
"cffi"
|
|
2066
|
+
],
|
|
2067
|
+
"unvendored_tests": true,
|
|
2068
|
+
"shared_library": false
|
|
2069
|
+
},
|
|
2070
|
+
"peewee-tests": {
|
|
2071
|
+
"name": "peewee-tests",
|
|
2072
|
+
"version": "3.16.2",
|
|
2073
|
+
"file_name": "peewee-tests.tar",
|
|
2074
|
+
"install_dir": "site",
|
|
2075
|
+
"sha256": "0a74abe85bc37d3f97baac3177fd10588ecf19011fdda63ca0213572d44d2025",
|
|
2076
|
+
"package_type": "package",
|
|
2077
|
+
"imports": [],
|
|
2078
|
+
"depends": [
|
|
2079
|
+
"peewee"
|
|
2080
|
+
],
|
|
2081
|
+
"unvendored_tests": false,
|
|
2082
|
+
"shared_library": false
|
|
2083
|
+
},
|
|
2084
|
+
"pillow": {
|
|
2085
|
+
"name": "Pillow",
|
|
2086
|
+
"version": "10.0.0",
|
|
2087
|
+
"file_name": "Pillow-10.0.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2088
|
+
"install_dir": "site",
|
|
2089
|
+
"sha256": "9df3a733d5518f95a60a27833c5b9bd38ec63abd627e10404d05e6dc47586499",
|
|
2090
|
+
"package_type": "package",
|
|
2091
|
+
"imports": [
|
|
2092
|
+
"PIL"
|
|
2093
|
+
],
|
|
2094
|
+
"depends": [],
|
|
2095
|
+
"unvendored_tests": false,
|
|
2096
|
+
"shared_library": false
|
|
2097
|
+
},
|
|
2098
|
+
"pillow_heif": {
|
|
2099
|
+
"name": "pillow_heif",
|
|
2100
|
+
"version": "0.8.0",
|
|
2101
|
+
"file_name": "pillow_heif-0.8.0-cp36-abi3-emscripten_3_1_44_wasm32.whl",
|
|
2102
|
+
"install_dir": "site",
|
|
2103
|
+
"sha256": "ef76659229ed5846df1f2054d8e78f328bf1a497f4113c69aaf99ba9f15e29e0",
|
|
2104
|
+
"package_type": "package",
|
|
2105
|
+
"imports": [
|
|
2106
|
+
"pillow_heif"
|
|
2107
|
+
],
|
|
2108
|
+
"depends": [
|
|
2109
|
+
"cffi",
|
|
2110
|
+
"pillow",
|
|
2111
|
+
"libheif"
|
|
2112
|
+
],
|
|
2113
|
+
"unvendored_tests": false,
|
|
2114
|
+
"shared_library": false
|
|
2115
|
+
},
|
|
2116
|
+
"pkgconfig": {
|
|
2117
|
+
"name": "pkgconfig",
|
|
2118
|
+
"version": "1.5.5",
|
|
2119
|
+
"file_name": "pkgconfig-1.5.5-py3-none-any.whl",
|
|
2120
|
+
"install_dir": "site",
|
|
2121
|
+
"sha256": "36c3cd09bed92b1e62bc5c898176466207616f444b22d48831fc05088f49040c",
|
|
2122
|
+
"package_type": "package",
|
|
2123
|
+
"imports": [
|
|
2124
|
+
"pkgconfig"
|
|
2125
|
+
],
|
|
2126
|
+
"depends": [],
|
|
2127
|
+
"unvendored_tests": false,
|
|
2128
|
+
"shared_library": false
|
|
2129
|
+
},
|
|
2130
|
+
"pluggy": {
|
|
2131
|
+
"name": "pluggy",
|
|
2132
|
+
"version": "1.0.0",
|
|
2133
|
+
"file_name": "pluggy-1.0.0-py2.py3-none-any.whl",
|
|
2134
|
+
"install_dir": "site",
|
|
2135
|
+
"sha256": "27630beee3099d96f5d207c30fa081678acc2d82f0abc9cc56b26203a010669b",
|
|
2136
|
+
"package_type": "package",
|
|
2137
|
+
"imports": [
|
|
2138
|
+
"pluggy"
|
|
2139
|
+
],
|
|
2140
|
+
"depends": [],
|
|
2141
|
+
"unvendored_tests": false,
|
|
2142
|
+
"shared_library": false
|
|
2143
|
+
},
|
|
2144
|
+
"protobuf": {
|
|
2145
|
+
"name": "protobuf",
|
|
2146
|
+
"version": "4.23.1",
|
|
2147
|
+
"file_name": "protobuf-4.23.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2148
|
+
"install_dir": "site",
|
|
2149
|
+
"sha256": "9ea3a1d2cab82929a7c70e5cab705059db29668cb1025242c0e22abc714ce9eb",
|
|
2150
|
+
"package_type": "package",
|
|
2151
|
+
"imports": [
|
|
2152
|
+
"google"
|
|
2153
|
+
],
|
|
2154
|
+
"depends": [],
|
|
2155
|
+
"unvendored_tests": false,
|
|
2156
|
+
"shared_library": false
|
|
2157
|
+
},
|
|
2158
|
+
"py": {
|
|
2159
|
+
"name": "py",
|
|
2160
|
+
"version": "1.11.0",
|
|
2161
|
+
"file_name": "py-1.11.0-py2.py3-none-any.whl",
|
|
2162
|
+
"install_dir": "site",
|
|
2163
|
+
"sha256": "a1b32ddb4377e0abf307d0def82a26266a9d53d1ab607d8216f6c6a69920a01f",
|
|
2164
|
+
"package_type": "package",
|
|
2165
|
+
"imports": [
|
|
2166
|
+
"py"
|
|
2167
|
+
],
|
|
2168
|
+
"depends": [],
|
|
2169
|
+
"unvendored_tests": false,
|
|
2170
|
+
"shared_library": false
|
|
2171
|
+
},
|
|
2172
|
+
"pyb2d": {
|
|
2173
|
+
"name": "pyb2d",
|
|
2174
|
+
"version": "0.7.2",
|
|
2175
|
+
"file_name": "b2d-0.7.4-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2176
|
+
"install_dir": "site",
|
|
2177
|
+
"sha256": "a214b29f8bd7e97e4b642d1df5cac5a11635e2d50ee785df7d72db32fe2f5018",
|
|
2178
|
+
"package_type": "package",
|
|
2179
|
+
"imports": [
|
|
2180
|
+
"b2d"
|
|
2181
|
+
],
|
|
2182
|
+
"depends": [
|
|
2183
|
+
"numpy",
|
|
2184
|
+
"pydantic",
|
|
2185
|
+
"setuptools"
|
|
2186
|
+
],
|
|
2187
|
+
"unvendored_tests": false,
|
|
2188
|
+
"shared_library": false
|
|
2189
|
+
},
|
|
2190
|
+
"pyclipper": {
|
|
2191
|
+
"name": "pyclipper",
|
|
2192
|
+
"version": "1.3.0.post4",
|
|
2193
|
+
"file_name": "pyclipper-1.3.0.post4-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2194
|
+
"install_dir": "site",
|
|
2195
|
+
"sha256": "bf1020f61d57fdac88179f7aaa49d744d6ca3418716adc6db2aeaf71cabfee16",
|
|
2196
|
+
"package_type": "package",
|
|
2197
|
+
"imports": [
|
|
2198
|
+
"pyclipper"
|
|
2199
|
+
],
|
|
2200
|
+
"depends": [],
|
|
2201
|
+
"unvendored_tests": false,
|
|
2202
|
+
"shared_library": false
|
|
2203
|
+
},
|
|
2204
|
+
"pycparser": {
|
|
2205
|
+
"name": "pycparser",
|
|
2206
|
+
"version": "2.21",
|
|
2207
|
+
"file_name": "pycparser-2.21-py2.py3-none-any.whl",
|
|
2208
|
+
"install_dir": "site",
|
|
2209
|
+
"sha256": "6b7c970b4b71b785026a9ce3e7a775fb1bb5b3106dc5b8fd898622bee32038bb",
|
|
2210
|
+
"package_type": "package",
|
|
2211
|
+
"imports": [
|
|
2212
|
+
"pycparser"
|
|
2213
|
+
],
|
|
2214
|
+
"depends": [],
|
|
2215
|
+
"unvendored_tests": false,
|
|
2216
|
+
"shared_library": false
|
|
2217
|
+
},
|
|
2218
|
+
"pycryptodome": {
|
|
2219
|
+
"name": "pycryptodome",
|
|
2220
|
+
"version": "3.17",
|
|
2221
|
+
"file_name": "pycryptodome-3.17-cp35-abi3-emscripten_3_1_44_wasm32.whl",
|
|
2222
|
+
"install_dir": "site",
|
|
2223
|
+
"sha256": "18d0793d5d3566ef8cdc6f34812d2a431c59e13d54f68fe260d0961e249ffa81",
|
|
2224
|
+
"package_type": "package",
|
|
2225
|
+
"imports": [
|
|
2226
|
+
"Crypto"
|
|
2227
|
+
],
|
|
2228
|
+
"depends": [],
|
|
2229
|
+
"unvendored_tests": true,
|
|
2230
|
+
"shared_library": false
|
|
2231
|
+
},
|
|
2232
|
+
"pycryptodome-tests": {
|
|
2233
|
+
"name": "pycryptodome-tests",
|
|
2234
|
+
"version": "3.17",
|
|
2235
|
+
"file_name": "pycryptodome-tests.tar",
|
|
2236
|
+
"install_dir": "site",
|
|
2237
|
+
"sha256": "b743fc413a7b776a9e9292918501f0a0c9fca8d43116dfb96bec7d203994acd0",
|
|
2238
|
+
"package_type": "package",
|
|
2239
|
+
"imports": [],
|
|
2240
|
+
"depends": [
|
|
2241
|
+
"pycryptodome"
|
|
2242
|
+
],
|
|
2243
|
+
"unvendored_tests": false,
|
|
2244
|
+
"shared_library": false
|
|
2245
|
+
},
|
|
2246
|
+
"pydantic": {
|
|
2247
|
+
"name": "pydantic",
|
|
2248
|
+
"version": "1.10.7",
|
|
2249
|
+
"file_name": "pydantic-1.10.7-py3-none-any.whl",
|
|
2250
|
+
"install_dir": "site",
|
|
2251
|
+
"sha256": "3ac976d30e212c846900651299883bb1eaf4c2ef35b035623c60d0116d1dfbbb",
|
|
2252
|
+
"package_type": "package",
|
|
2253
|
+
"imports": [
|
|
2254
|
+
"pydantic"
|
|
2255
|
+
],
|
|
2256
|
+
"depends": [
|
|
2257
|
+
"typing-extensions"
|
|
2258
|
+
],
|
|
2259
|
+
"unvendored_tests": false,
|
|
2260
|
+
"shared_library": false
|
|
2261
|
+
},
|
|
2262
|
+
"pydecimal": {
|
|
2263
|
+
"name": "pydecimal",
|
|
2264
|
+
"version": "1.0.0",
|
|
2265
|
+
"file_name": "pydecimal-1.0.0.zip",
|
|
2266
|
+
"install_dir": "stdlib",
|
|
2267
|
+
"sha256": "c8497f7b4b3d95bab4e6f9df5de3cf6e6716c9147ca3962f0bec04e8e4961dff",
|
|
2268
|
+
"package_type": "cpython_module",
|
|
2269
|
+
"imports": [
|
|
2270
|
+
"_pydecimal"
|
|
2271
|
+
],
|
|
2272
|
+
"depends": [],
|
|
2273
|
+
"unvendored_tests": false,
|
|
2274
|
+
"shared_library": true
|
|
2275
|
+
},
|
|
2276
|
+
"pydoc_data": {
|
|
2277
|
+
"name": "pydoc_data",
|
|
2278
|
+
"version": "1.0.0",
|
|
2279
|
+
"file_name": "pydoc_data-1.0.0.zip",
|
|
2280
|
+
"install_dir": "stdlib",
|
|
2281
|
+
"sha256": "d8d152f88693b476fd851170406c4c55ed7d0de8c5cf3cf7672357bed66377e0",
|
|
2282
|
+
"package_type": "cpython_module",
|
|
2283
|
+
"imports": [
|
|
2284
|
+
"pydoc_data"
|
|
2285
|
+
],
|
|
2286
|
+
"depends": [],
|
|
2287
|
+
"unvendored_tests": false,
|
|
2288
|
+
"shared_library": true
|
|
2289
|
+
},
|
|
2290
|
+
"pyerfa": {
|
|
2291
|
+
"name": "pyerfa",
|
|
2292
|
+
"version": "2.0.0.3",
|
|
2293
|
+
"file_name": "pyerfa-2.0.0.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2294
|
+
"install_dir": "site",
|
|
2295
|
+
"sha256": "f79a95fe6ff57946b5a6a0b2fb1f362aa7e20e1e6a433dab49639e023fd9636a",
|
|
2296
|
+
"package_type": "package",
|
|
2297
|
+
"imports": [
|
|
2298
|
+
"erfa"
|
|
2299
|
+
],
|
|
2300
|
+
"depends": [
|
|
2301
|
+
"numpy"
|
|
2302
|
+
],
|
|
2303
|
+
"unvendored_tests": true,
|
|
2304
|
+
"shared_library": false
|
|
2305
|
+
},
|
|
2306
|
+
"pyerfa-tests": {
|
|
2307
|
+
"name": "pyerfa-tests",
|
|
2308
|
+
"version": "2.0.0.3",
|
|
2309
|
+
"file_name": "pyerfa-tests.tar",
|
|
2310
|
+
"install_dir": "site",
|
|
2311
|
+
"sha256": "3db85ff1482a07558513de200569c35a3d3a0822bd39eeac740fdd64a413bd2e",
|
|
2312
|
+
"package_type": "package",
|
|
2313
|
+
"imports": [],
|
|
2314
|
+
"depends": [
|
|
2315
|
+
"pyerfa"
|
|
2316
|
+
],
|
|
2317
|
+
"unvendored_tests": false,
|
|
2318
|
+
"shared_library": false
|
|
2319
|
+
},
|
|
2320
|
+
"pygments": {
|
|
2321
|
+
"name": "Pygments",
|
|
2322
|
+
"version": "2.14.0",
|
|
2323
|
+
"file_name": "Pygments-2.14.0-py3-none-any.whl",
|
|
2324
|
+
"install_dir": "site",
|
|
2325
|
+
"sha256": "aa097bb2b1939488ee841e2925d6054a56860dfa4ec5a358d053296186daca80",
|
|
2326
|
+
"package_type": "package",
|
|
2327
|
+
"imports": [
|
|
2328
|
+
"pygments"
|
|
2329
|
+
],
|
|
2330
|
+
"depends": [],
|
|
2331
|
+
"unvendored_tests": false,
|
|
2332
|
+
"shared_library": false
|
|
2333
|
+
},
|
|
2334
|
+
"pyheif": {
|
|
2335
|
+
"name": "pyheif",
|
|
2336
|
+
"version": "0.7.1",
|
|
2337
|
+
"file_name": "pyheif-0.7.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2338
|
+
"install_dir": "site",
|
|
2339
|
+
"sha256": "98787699d3f7d524086d699d1fb43fa9614ef6461ec3764652240b7959878edd",
|
|
2340
|
+
"package_type": "package",
|
|
2341
|
+
"imports": [
|
|
2342
|
+
"pyheif"
|
|
2343
|
+
],
|
|
2344
|
+
"depends": [
|
|
2345
|
+
"cffi"
|
|
2346
|
+
],
|
|
2347
|
+
"unvendored_tests": false,
|
|
2348
|
+
"shared_library": false
|
|
2349
|
+
},
|
|
2350
|
+
"pyinstrument": {
|
|
2351
|
+
"name": "pyinstrument",
|
|
2352
|
+
"version": "4.4.0",
|
|
2353
|
+
"file_name": "pyinstrument-4.4.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2354
|
+
"install_dir": "site",
|
|
2355
|
+
"sha256": "decd30bf15ecf9fa5c6d5a0ef67762f2a1b7d3b58d6b216f14bebf122193ac5d",
|
|
2356
|
+
"package_type": "package",
|
|
2357
|
+
"imports": [
|
|
2358
|
+
"pyinstrument"
|
|
2359
|
+
],
|
|
2360
|
+
"depends": [],
|
|
2361
|
+
"unvendored_tests": false,
|
|
2362
|
+
"shared_library": false
|
|
2363
|
+
},
|
|
2364
|
+
"pynacl": {
|
|
2365
|
+
"name": "pynacl",
|
|
2366
|
+
"version": "1.5.0",
|
|
2367
|
+
"file_name": "PyNaCl-1.5.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2368
|
+
"install_dir": "site",
|
|
2369
|
+
"sha256": "885a78f18a7ef07000d095a633a47829a9bb1c6611a55eb54d1df6b933257b16",
|
|
2370
|
+
"package_type": "package",
|
|
2371
|
+
"imports": [
|
|
2372
|
+
"nacl"
|
|
2373
|
+
],
|
|
2374
|
+
"depends": [
|
|
2375
|
+
"cffi"
|
|
2376
|
+
],
|
|
2377
|
+
"unvendored_tests": false,
|
|
2378
|
+
"shared_library": false
|
|
2379
|
+
},
|
|
2380
|
+
"pyodide-http": {
|
|
2381
|
+
"name": "pyodide-http",
|
|
2382
|
+
"version": "0.2.1",
|
|
2383
|
+
"file_name": "pyodide_http-0.2.1-py3-none-any.whl",
|
|
2384
|
+
"install_dir": "site",
|
|
2385
|
+
"sha256": "e68375379cf5385528e9df908c16f206a06778a3599d3292b44e78a7f5d631f0",
|
|
2386
|
+
"package_type": "package",
|
|
2387
|
+
"imports": [
|
|
2388
|
+
"pyodide_http"
|
|
2389
|
+
],
|
|
2390
|
+
"depends": [],
|
|
2391
|
+
"unvendored_tests": false,
|
|
2392
|
+
"shared_library": false
|
|
2393
|
+
},
|
|
2394
|
+
"pyparsing": {
|
|
2395
|
+
"name": "pyparsing",
|
|
2396
|
+
"version": "3.0.9",
|
|
2397
|
+
"file_name": "pyparsing-3.0.9-py3-none-any.whl",
|
|
2398
|
+
"install_dir": "site",
|
|
2399
|
+
"sha256": "4cd821a0cd2cda18b5ed0a5da7815b875d3c13b8386234f91df9f7cccf3af8ff",
|
|
2400
|
+
"package_type": "package",
|
|
2401
|
+
"imports": [
|
|
2402
|
+
"pyparsing"
|
|
2403
|
+
],
|
|
2404
|
+
"depends": [],
|
|
2405
|
+
"unvendored_tests": false,
|
|
2406
|
+
"shared_library": false
|
|
2407
|
+
},
|
|
2408
|
+
"pyproj": {
|
|
2409
|
+
"name": "pyproj",
|
|
2410
|
+
"version": "3.4.1",
|
|
2411
|
+
"file_name": "pyproj-3.4.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2412
|
+
"install_dir": "site",
|
|
2413
|
+
"sha256": "c720e8875ea71bc19721337a1d2e38e1cd1bc9cc436a8ead0514cb99730eb9b4",
|
|
2414
|
+
"package_type": "package",
|
|
2415
|
+
"imports": [
|
|
2416
|
+
"pyproj"
|
|
2417
|
+
],
|
|
2418
|
+
"depends": [
|
|
2419
|
+
"certifi",
|
|
2420
|
+
"sqlite3"
|
|
2421
|
+
],
|
|
2422
|
+
"unvendored_tests": false,
|
|
2423
|
+
"shared_library": false
|
|
2424
|
+
},
|
|
2425
|
+
"pyrsistent": {
|
|
2426
|
+
"name": "pyrsistent",
|
|
2427
|
+
"version": "0.19.3",
|
|
2428
|
+
"file_name": "pyrsistent-0.19.3-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2429
|
+
"install_dir": "site",
|
|
2430
|
+
"sha256": "c0c36139b0f740705dcc723731a6a5f5d9137b85d0f364b65ae6536ef54bf748",
|
|
2431
|
+
"package_type": "package",
|
|
2432
|
+
"imports": [
|
|
2433
|
+
"_pyrsistent_version",
|
|
2434
|
+
"pyrsistent"
|
|
2435
|
+
],
|
|
2436
|
+
"depends": [],
|
|
2437
|
+
"unvendored_tests": false,
|
|
2438
|
+
"shared_library": false
|
|
2439
|
+
},
|
|
2440
|
+
"pyshp": {
|
|
2441
|
+
"name": "pyshp",
|
|
2442
|
+
"version": "2.3.1",
|
|
2443
|
+
"file_name": "pyshp-2.3.1-py2.py3-none-any.whl",
|
|
2444
|
+
"install_dir": "site",
|
|
2445
|
+
"sha256": "6ec9f1f67597b301aa64984993056cd132b8d21845d8b6fbbf53f33717141757",
|
|
2446
|
+
"package_type": "package",
|
|
2447
|
+
"imports": [
|
|
2448
|
+
"shapefile"
|
|
2449
|
+
],
|
|
2450
|
+
"depends": [],
|
|
2451
|
+
"unvendored_tests": false,
|
|
2452
|
+
"shared_library": false
|
|
2453
|
+
},
|
|
2454
|
+
"pytest": {
|
|
2455
|
+
"name": "pytest",
|
|
2456
|
+
"version": "7.2.2",
|
|
2457
|
+
"file_name": "pytest-7.2.2-py3-none-any.whl",
|
|
2458
|
+
"install_dir": "site",
|
|
2459
|
+
"sha256": "e58219fc54b43baf19ff9b867d2e1ab28e6ea3076e5afc6dbfb3fa2b06c084f5",
|
|
2460
|
+
"package_type": "package",
|
|
2461
|
+
"imports": [
|
|
2462
|
+
"_pytest",
|
|
2463
|
+
"pytest"
|
|
2464
|
+
],
|
|
2465
|
+
"depends": [
|
|
2466
|
+
"atomicwrites",
|
|
2467
|
+
"attrs",
|
|
2468
|
+
"more-itertools",
|
|
2469
|
+
"pluggy",
|
|
2470
|
+
"py",
|
|
2471
|
+
"setuptools",
|
|
2472
|
+
"six",
|
|
2473
|
+
"iniconfig",
|
|
2474
|
+
"exceptiongroup"
|
|
2475
|
+
],
|
|
2476
|
+
"unvendored_tests": false,
|
|
2477
|
+
"shared_library": false
|
|
2478
|
+
},
|
|
2479
|
+
"pytest-benchmark": {
|
|
2480
|
+
"name": "pytest-benchmark",
|
|
2481
|
+
"version": "4.0.0",
|
|
2482
|
+
"file_name": "pytest_benchmark-4.0.0-py3-none-any.whl",
|
|
2483
|
+
"install_dir": "site",
|
|
2484
|
+
"sha256": "57b0425092bb2470d6787ca1c4ce40754aa32d871044d4c0e7f0eb9b681bb0a8",
|
|
2485
|
+
"package_type": "package",
|
|
2486
|
+
"imports": [
|
|
2487
|
+
"pytest_benchmark"
|
|
2488
|
+
],
|
|
2489
|
+
"depends": [],
|
|
2490
|
+
"unvendored_tests": false,
|
|
2491
|
+
"shared_library": false
|
|
2492
|
+
},
|
|
2493
|
+
"python-dateutil": {
|
|
2494
|
+
"name": "python-dateutil",
|
|
2495
|
+
"version": "2.8.2",
|
|
2496
|
+
"file_name": "python_dateutil-2.8.2-py2.py3-none-any.whl",
|
|
2497
|
+
"install_dir": "site",
|
|
2498
|
+
"sha256": "f78c0a24a5a381c602089eec677cdb29a22a26ebf2b08d771af8fe7e3b1122e5",
|
|
2499
|
+
"package_type": "package",
|
|
2500
|
+
"imports": [
|
|
2501
|
+
"dateutil"
|
|
2502
|
+
],
|
|
2503
|
+
"depends": [
|
|
2504
|
+
"six"
|
|
2505
|
+
],
|
|
2506
|
+
"unvendored_tests": false,
|
|
2507
|
+
"shared_library": false
|
|
2508
|
+
},
|
|
2509
|
+
"python-magic": {
|
|
2510
|
+
"name": "python-magic",
|
|
2511
|
+
"version": "0.4.27",
|
|
2512
|
+
"file_name": "python_magic-0.4.27-py2.py3-none-any.whl",
|
|
2513
|
+
"install_dir": "site",
|
|
2514
|
+
"sha256": "b973a95ea603fbc58a40d315513b414438dfd5c0e73723b98719a7fb76dfc597",
|
|
2515
|
+
"package_type": "package",
|
|
2516
|
+
"imports": [
|
|
2517
|
+
"magic"
|
|
2518
|
+
],
|
|
2519
|
+
"depends": [
|
|
2520
|
+
"libmagic"
|
|
2521
|
+
],
|
|
2522
|
+
"unvendored_tests": false,
|
|
2523
|
+
"shared_library": false
|
|
2524
|
+
},
|
|
2525
|
+
"python-sat": {
|
|
2526
|
+
"name": "python-sat",
|
|
2527
|
+
"version": "0.1.7.dev26",
|
|
2528
|
+
"file_name": "python_sat-0.1.7.dev26-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2529
|
+
"install_dir": "site",
|
|
2530
|
+
"sha256": "ad8317df6d1cfc73cabe7dc867597e1aaade950fef7b67a2d962add464152b72",
|
|
2531
|
+
"package_type": "package",
|
|
2532
|
+
"imports": [
|
|
2533
|
+
"pysat"
|
|
2534
|
+
],
|
|
2535
|
+
"depends": [
|
|
2536
|
+
"six"
|
|
2537
|
+
],
|
|
2538
|
+
"unvendored_tests": false,
|
|
2539
|
+
"shared_library": false
|
|
2540
|
+
},
|
|
2541
|
+
"python_solvespace": {
|
|
2542
|
+
"name": "python_solvespace",
|
|
2543
|
+
"version": "3.0.8",
|
|
2544
|
+
"file_name": "python_solvespace-3.0.8-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2545
|
+
"install_dir": "site",
|
|
2546
|
+
"sha256": "a84bdeab2490300c6a20863d8726fd3b6ee951b32753367dda1849e4560fb716",
|
|
2547
|
+
"package_type": "package",
|
|
2548
|
+
"imports": [
|
|
2549
|
+
"python_solvespace"
|
|
2550
|
+
],
|
|
2551
|
+
"depends": [],
|
|
2552
|
+
"unvendored_tests": false,
|
|
2553
|
+
"shared_library": false
|
|
2554
|
+
},
|
|
2555
|
+
"pytz": {
|
|
2556
|
+
"name": "pytz",
|
|
2557
|
+
"version": "2023.3",
|
|
2558
|
+
"file_name": "pytz-2023.3-py2.py3-none-any.whl",
|
|
2559
|
+
"install_dir": "site",
|
|
2560
|
+
"sha256": "b12e22079886946a13cbebdec4716a943636cace0fcb2d17efad215b94a06cee",
|
|
2561
|
+
"package_type": "package",
|
|
2562
|
+
"imports": [
|
|
2563
|
+
"pytz"
|
|
2564
|
+
],
|
|
2565
|
+
"depends": [],
|
|
2566
|
+
"unvendored_tests": false,
|
|
2567
|
+
"shared_library": false
|
|
2568
|
+
},
|
|
2569
|
+
"pywavelets": {
|
|
2570
|
+
"name": "pywavelets",
|
|
2571
|
+
"version": "1.4.1",
|
|
2572
|
+
"file_name": "PyWavelets-1.4.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2573
|
+
"install_dir": "site",
|
|
2574
|
+
"sha256": "7263258d7014667bf99054872c90e83687838fce33f4e6da803fd7bc46e8090d",
|
|
2575
|
+
"package_type": "package",
|
|
2576
|
+
"imports": [
|
|
2577
|
+
"pywt"
|
|
2578
|
+
],
|
|
2579
|
+
"depends": [
|
|
2580
|
+
"distutils",
|
|
2581
|
+
"numpy",
|
|
2582
|
+
"matplotlib",
|
|
2583
|
+
"scipy"
|
|
2584
|
+
],
|
|
2585
|
+
"unvendored_tests": true,
|
|
2586
|
+
"shared_library": false
|
|
2587
|
+
},
|
|
2588
|
+
"pywavelets-tests": {
|
|
2589
|
+
"name": "pywavelets-tests",
|
|
2590
|
+
"version": "1.4.1",
|
|
2591
|
+
"file_name": "pywavelets-tests.tar",
|
|
2592
|
+
"install_dir": "site",
|
|
2593
|
+
"sha256": "49cbc418e7c7ae39ac91461f15f5d5f66b374e4a55d22bf618fb852c66730856",
|
|
2594
|
+
"package_type": "package",
|
|
2595
|
+
"imports": [],
|
|
2596
|
+
"depends": [
|
|
2597
|
+
"pywavelets"
|
|
2598
|
+
],
|
|
2599
|
+
"unvendored_tests": false,
|
|
2600
|
+
"shared_library": false
|
|
2601
|
+
},
|
|
2602
|
+
"pyxel": {
|
|
2603
|
+
"name": "pyxel",
|
|
2604
|
+
"version": "1.9.10",
|
|
2605
|
+
"file_name": "pyxel-1.9.10-cp37-abi3-emscripten_3_1_44_wasm32.whl",
|
|
2606
|
+
"install_dir": "site",
|
|
2607
|
+
"sha256": "e3cc487decd304a05474335e38be5cc63306a8dbba592d3bc8ec3061261b3a44",
|
|
2608
|
+
"package_type": "package",
|
|
2609
|
+
"imports": [
|
|
2610
|
+
"pyxel"
|
|
2611
|
+
],
|
|
2612
|
+
"depends": [],
|
|
2613
|
+
"unvendored_tests": false,
|
|
2614
|
+
"shared_library": false
|
|
2615
|
+
},
|
|
2616
|
+
"pyyaml": {
|
|
2617
|
+
"name": "pyyaml",
|
|
2618
|
+
"version": "6.0",
|
|
2619
|
+
"file_name": "PyYAML-6.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2620
|
+
"install_dir": "site",
|
|
2621
|
+
"sha256": "e3e36d06d1d034d7d2842cc61925903f6a0943df8763d7d8b631bf456e1b5481",
|
|
2622
|
+
"package_type": "package",
|
|
2623
|
+
"imports": [
|
|
2624
|
+
"_yaml",
|
|
2625
|
+
"yaml"
|
|
2626
|
+
],
|
|
2627
|
+
"depends": [],
|
|
2628
|
+
"unvendored_tests": false,
|
|
2629
|
+
"shared_library": false
|
|
2630
|
+
},
|
|
2631
|
+
"rebound": {
|
|
2632
|
+
"name": "rebound",
|
|
2633
|
+
"version": "3.24.2",
|
|
2634
|
+
"file_name": "rebound-3.24.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2635
|
+
"install_dir": "site",
|
|
2636
|
+
"sha256": "fc37db5fd084e362697d12d299ba83d0bae7276e3097e2d78fdf9d0c561bf1db",
|
|
2637
|
+
"package_type": "package",
|
|
2638
|
+
"imports": [
|
|
2639
|
+
"rebound"
|
|
2640
|
+
],
|
|
2641
|
+
"depends": [
|
|
2642
|
+
"numpy"
|
|
2643
|
+
],
|
|
2644
|
+
"unvendored_tests": false,
|
|
2645
|
+
"shared_library": false
|
|
2646
|
+
},
|
|
2647
|
+
"reboundx": {
|
|
2648
|
+
"name": "reboundx",
|
|
2649
|
+
"version": "3.10.0",
|
|
2650
|
+
"file_name": "reboundx-3.10.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2651
|
+
"install_dir": "site",
|
|
2652
|
+
"sha256": "a3629ea39d961ba2384e77818675cc1fd6ca32df6bdf8356e8c4543d55be0abc",
|
|
2653
|
+
"package_type": "package",
|
|
2654
|
+
"imports": [
|
|
2655
|
+
"reboundx"
|
|
2656
|
+
],
|
|
2657
|
+
"depends": [
|
|
2658
|
+
"rebound",
|
|
2659
|
+
"numpy"
|
|
2660
|
+
],
|
|
2661
|
+
"unvendored_tests": false,
|
|
2662
|
+
"shared_library": false
|
|
2663
|
+
},
|
|
2664
|
+
"regex": {
|
|
2665
|
+
"name": "regex",
|
|
2666
|
+
"version": "2023.3.23",
|
|
2667
|
+
"file_name": "regex-2023.3.23-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2668
|
+
"install_dir": "site",
|
|
2669
|
+
"sha256": "9a4b508091bdc4f2531625365337f0cf6d370363cc9763ae7b0b4bfabcb9c424",
|
|
2670
|
+
"package_type": "package",
|
|
2671
|
+
"imports": [
|
|
2672
|
+
"regex"
|
|
2673
|
+
],
|
|
2674
|
+
"depends": [],
|
|
2675
|
+
"unvendored_tests": true,
|
|
2676
|
+
"shared_library": false
|
|
2677
|
+
},
|
|
2678
|
+
"regex-tests": {
|
|
2679
|
+
"name": "regex-tests",
|
|
2680
|
+
"version": "2023.3.23",
|
|
2681
|
+
"file_name": "regex-tests.tar",
|
|
2682
|
+
"install_dir": "site",
|
|
2683
|
+
"sha256": "134e64710572f03dbe3ab753b882185eae1bab6ce77e8d7a7498b3563ac249df",
|
|
2684
|
+
"package_type": "package",
|
|
2685
|
+
"imports": [],
|
|
2686
|
+
"depends": [
|
|
2687
|
+
"regex"
|
|
2688
|
+
],
|
|
2689
|
+
"unvendored_tests": false,
|
|
2690
|
+
"shared_library": false
|
|
2691
|
+
},
|
|
2692
|
+
"retrying": {
|
|
2693
|
+
"name": "retrying",
|
|
2694
|
+
"version": "1.3.4",
|
|
2695
|
+
"file_name": "retrying-1.3.4-py3-none-any.whl",
|
|
2696
|
+
"install_dir": "site",
|
|
2697
|
+
"sha256": "0d6d376b026e8cf1602e222a562a5942ae72611d7f1a8dfb8b5c3baac513a79a",
|
|
2698
|
+
"package_type": "package",
|
|
2699
|
+
"imports": [
|
|
2700
|
+
"retrying"
|
|
2701
|
+
],
|
|
2702
|
+
"depends": [
|
|
2703
|
+
"six"
|
|
2704
|
+
],
|
|
2705
|
+
"unvendored_tests": false,
|
|
2706
|
+
"shared_library": false
|
|
2707
|
+
},
|
|
2708
|
+
"robotraconteur": {
|
|
2709
|
+
"name": "RobotRaconteur",
|
|
2710
|
+
"version": "0.15.1",
|
|
2711
|
+
"file_name": "RobotRaconteur-0.15.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2712
|
+
"install_dir": "site",
|
|
2713
|
+
"sha256": "a04dec5d5e3de21e442dfefd32e1689fc1570cd22be5a25d4ec491e17ca44b0c",
|
|
2714
|
+
"package_type": "package",
|
|
2715
|
+
"imports": [
|
|
2716
|
+
"RobotRaconteur"
|
|
2717
|
+
],
|
|
2718
|
+
"depends": [
|
|
2719
|
+
"numpy"
|
|
2720
|
+
],
|
|
2721
|
+
"unvendored_tests": false,
|
|
2722
|
+
"shared_library": false
|
|
2723
|
+
},
|
|
2724
|
+
"ruamel.yaml": {
|
|
2725
|
+
"name": "ruamel.yaml",
|
|
2726
|
+
"version": "0.17.21",
|
|
2727
|
+
"file_name": "ruamel.yaml-0.17.21-py3-none-any.whl",
|
|
2728
|
+
"install_dir": "site",
|
|
2729
|
+
"sha256": "d9c26d2d424e9fbb8b156ce54d07b9cdcf1056a491bb0b6a8beddf579675af1b",
|
|
2730
|
+
"package_type": "package",
|
|
2731
|
+
"imports": [
|
|
2732
|
+
"ruamel"
|
|
2733
|
+
],
|
|
2734
|
+
"depends": [],
|
|
2735
|
+
"unvendored_tests": false,
|
|
2736
|
+
"shared_library": false
|
|
2737
|
+
},
|
|
2738
|
+
"rust-panic-test": {
|
|
2739
|
+
"name": "rust-panic-test",
|
|
2740
|
+
"version": "1.0",
|
|
2741
|
+
"file_name": "rust_panic_test-1.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2742
|
+
"install_dir": "site",
|
|
2743
|
+
"sha256": "8de6ab13407cfe93051fd85dff16154b2d708b9736de33616db7bf0ff806f4a4",
|
|
2744
|
+
"package_type": "package",
|
|
2745
|
+
"imports": [
|
|
2746
|
+
"rust-panic-test"
|
|
2747
|
+
],
|
|
2748
|
+
"depends": [],
|
|
2749
|
+
"unvendored_tests": false,
|
|
2750
|
+
"shared_library": false
|
|
2751
|
+
},
|
|
2752
|
+
"scikit-image": {
|
|
2753
|
+
"name": "scikit-image",
|
|
2754
|
+
"version": "0.21.0",
|
|
2755
|
+
"file_name": "scikit_image-0.21.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2756
|
+
"install_dir": "site",
|
|
2757
|
+
"sha256": "57d9faf0bd7963fecf3a233980e4f4a84b5de5ad28ca3f2a617327f8577275fe",
|
|
2758
|
+
"package_type": "package",
|
|
2759
|
+
"imports": [
|
|
2760
|
+
"skimage"
|
|
2761
|
+
],
|
|
2762
|
+
"depends": [
|
|
2763
|
+
"packaging",
|
|
2764
|
+
"numpy",
|
|
2765
|
+
"scipy",
|
|
2766
|
+
"networkx",
|
|
2767
|
+
"pillow",
|
|
2768
|
+
"imageio",
|
|
2769
|
+
"pywavelets",
|
|
2770
|
+
"lazy_loader"
|
|
2771
|
+
],
|
|
2772
|
+
"unvendored_tests": true,
|
|
2773
|
+
"shared_library": false
|
|
2774
|
+
},
|
|
2775
|
+
"scikit-image-tests": {
|
|
2776
|
+
"name": "scikit-image-tests",
|
|
2777
|
+
"version": "0.21.0",
|
|
2778
|
+
"file_name": "scikit-image-tests.tar",
|
|
2779
|
+
"install_dir": "site",
|
|
2780
|
+
"sha256": "702a6cef610f68c19f2f4a245fa04da3be41976952d5e4f1d2fa6488f1004943",
|
|
2781
|
+
"package_type": "package",
|
|
2782
|
+
"imports": [],
|
|
2783
|
+
"depends": [
|
|
2784
|
+
"scikit-image"
|
|
2785
|
+
],
|
|
2786
|
+
"unvendored_tests": false,
|
|
2787
|
+
"shared_library": false
|
|
2788
|
+
},
|
|
2789
|
+
"scikit-learn": {
|
|
2790
|
+
"name": "scikit-learn",
|
|
2791
|
+
"version": "1.3.0",
|
|
2792
|
+
"file_name": "scikit_learn-1.3.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2793
|
+
"install_dir": "site",
|
|
2794
|
+
"sha256": "44862a888d4d53909d021704be1fd3e9ba6dcebd8708fb61b2aa10af2fb4818c",
|
|
2795
|
+
"package_type": "package",
|
|
2796
|
+
"imports": [
|
|
2797
|
+
"sklearn"
|
|
2798
|
+
],
|
|
2799
|
+
"depends": [
|
|
2800
|
+
"scipy",
|
|
2801
|
+
"joblib",
|
|
2802
|
+
"threadpoolctl"
|
|
2803
|
+
],
|
|
2804
|
+
"unvendored_tests": true,
|
|
2805
|
+
"shared_library": false
|
|
2806
|
+
},
|
|
2807
|
+
"scikit-learn-tests": {
|
|
2808
|
+
"name": "scikit-learn-tests",
|
|
2809
|
+
"version": "1.3.0",
|
|
2810
|
+
"file_name": "scikit-learn-tests.tar",
|
|
2811
|
+
"install_dir": "site",
|
|
2812
|
+
"sha256": "ec3de21ce334c4bb7f0d0a6261de5f1453fa61b02f82cba7247f89799c64357e",
|
|
2813
|
+
"package_type": "package",
|
|
2814
|
+
"imports": [],
|
|
2815
|
+
"depends": [
|
|
2816
|
+
"scikit-learn"
|
|
2817
|
+
],
|
|
2818
|
+
"unvendored_tests": false,
|
|
2819
|
+
"shared_library": false
|
|
2820
|
+
},
|
|
2821
|
+
"scipy": {
|
|
2822
|
+
"name": "scipy",
|
|
2823
|
+
"version": "1.11.1",
|
|
2824
|
+
"file_name": "scipy-1.11.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2825
|
+
"install_dir": "site",
|
|
2826
|
+
"sha256": "5e912280b29f138a3182390b1ad52bbcf2082ed75517218b325dce499477bb85",
|
|
2827
|
+
"package_type": "package",
|
|
2828
|
+
"imports": [
|
|
2829
|
+
"scipy"
|
|
2830
|
+
],
|
|
2831
|
+
"depends": [
|
|
2832
|
+
"numpy",
|
|
2833
|
+
"openblas"
|
|
2834
|
+
],
|
|
2835
|
+
"unvendored_tests": true,
|
|
2836
|
+
"shared_library": false
|
|
2837
|
+
},
|
|
2838
|
+
"scipy-tests": {
|
|
2839
|
+
"name": "scipy-tests",
|
|
2840
|
+
"version": "1.11.1",
|
|
2841
|
+
"file_name": "scipy-tests.tar",
|
|
2842
|
+
"install_dir": "site",
|
|
2843
|
+
"sha256": "14bd5182095f1056917007092240b6292781222e86785d93f31bb130fc2a12ba",
|
|
2844
|
+
"package_type": "package",
|
|
2845
|
+
"imports": [],
|
|
2846
|
+
"depends": [
|
|
2847
|
+
"scipy"
|
|
2848
|
+
],
|
|
2849
|
+
"unvendored_tests": false,
|
|
2850
|
+
"shared_library": false
|
|
2851
|
+
},
|
|
2852
|
+
"screed": {
|
|
2853
|
+
"name": "screed",
|
|
2854
|
+
"version": "1.1.2",
|
|
2855
|
+
"file_name": "screed-1.1.2-py2.py3-none-any.whl",
|
|
2856
|
+
"install_dir": "site",
|
|
2857
|
+
"sha256": "7ceac7213ac6f2a29e3b0f96bde82a96ff385d97e674dd3c1f228c3f10e45af9",
|
|
2858
|
+
"package_type": "package",
|
|
2859
|
+
"imports": [
|
|
2860
|
+
"bigtests",
|
|
2861
|
+
"screed"
|
|
2862
|
+
],
|
|
2863
|
+
"depends": [],
|
|
2864
|
+
"unvendored_tests": true,
|
|
2865
|
+
"shared_library": false
|
|
2866
|
+
},
|
|
2867
|
+
"screed-tests": {
|
|
2868
|
+
"name": "screed-tests",
|
|
2869
|
+
"version": "1.1.2",
|
|
2870
|
+
"file_name": "screed-tests.tar",
|
|
2871
|
+
"install_dir": "site",
|
|
2872
|
+
"sha256": "d3eabb5d40855b90ea2d0fb101aebc0c1aff22d270ae7a4e0de69be9f8ffc461",
|
|
2873
|
+
"package_type": "package",
|
|
2874
|
+
"imports": [],
|
|
2875
|
+
"depends": [
|
|
2876
|
+
"screed"
|
|
2877
|
+
],
|
|
2878
|
+
"unvendored_tests": false,
|
|
2879
|
+
"shared_library": false
|
|
2880
|
+
},
|
|
2881
|
+
"setuptools": {
|
|
2882
|
+
"name": "setuptools",
|
|
2883
|
+
"version": "67.6.1",
|
|
2884
|
+
"file_name": "setuptools-67.6.1-py3-none-any.whl",
|
|
2885
|
+
"install_dir": "site",
|
|
2886
|
+
"sha256": "df3d13f7aebaeb37ac4af77a682e0edf3fb676009bfe18a546b119b447022d98",
|
|
2887
|
+
"package_type": "package",
|
|
2888
|
+
"imports": [
|
|
2889
|
+
"_distutils_hack",
|
|
2890
|
+
"pkg_resources",
|
|
2891
|
+
"setuptools"
|
|
2892
|
+
],
|
|
2893
|
+
"depends": [
|
|
2894
|
+
"distutils",
|
|
2895
|
+
"pyparsing"
|
|
2896
|
+
],
|
|
2897
|
+
"unvendored_tests": false,
|
|
2898
|
+
"shared_library": false
|
|
2899
|
+
},
|
|
2900
|
+
"shapely": {
|
|
2901
|
+
"name": "shapely",
|
|
2902
|
+
"version": "1.8.2",
|
|
2903
|
+
"file_name": "Shapely-1.8.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2904
|
+
"install_dir": "site",
|
|
2905
|
+
"sha256": "2ac026ad8ab767438dc7c85edd74db197eacdaf28c888a665fa2bc70c82112c9",
|
|
2906
|
+
"package_type": "package",
|
|
2907
|
+
"imports": [
|
|
2908
|
+
"shapely"
|
|
2909
|
+
],
|
|
2910
|
+
"depends": [
|
|
2911
|
+
"numpy"
|
|
2912
|
+
],
|
|
2913
|
+
"unvendored_tests": true,
|
|
2914
|
+
"shared_library": false
|
|
2915
|
+
},
|
|
2916
|
+
"shapely-tests": {
|
|
2917
|
+
"name": "shapely-tests",
|
|
2918
|
+
"version": "1.8.2",
|
|
2919
|
+
"file_name": "shapely-tests.tar",
|
|
2920
|
+
"install_dir": "site",
|
|
2921
|
+
"sha256": "609d2fa2213367726fdb78775ecd37245fea1005bf7339b51e00e57e50aeaeba",
|
|
2922
|
+
"package_type": "package",
|
|
2923
|
+
"imports": [],
|
|
2924
|
+
"depends": [
|
|
2925
|
+
"shapely"
|
|
2926
|
+
],
|
|
2927
|
+
"unvendored_tests": false,
|
|
2928
|
+
"shared_library": false
|
|
2929
|
+
},
|
|
2930
|
+
"sharedlib-test": {
|
|
2931
|
+
"name": "sharedlib-test",
|
|
2932
|
+
"version": "1.0",
|
|
2933
|
+
"file_name": "sharedlib-test-1.0.zip",
|
|
2934
|
+
"install_dir": "dynlib",
|
|
2935
|
+
"sha256": "935de9324cac69b8da3187bc599869044679bf6ae40554806fdcac51083df63d",
|
|
2936
|
+
"package_type": "shared_library",
|
|
2937
|
+
"imports": [],
|
|
2938
|
+
"depends": [],
|
|
2939
|
+
"unvendored_tests": false,
|
|
2940
|
+
"shared_library": true
|
|
2941
|
+
},
|
|
2942
|
+
"sharedlib-test-py": {
|
|
2943
|
+
"name": "sharedlib-test-py",
|
|
2944
|
+
"version": "1.0",
|
|
2945
|
+
"file_name": "sharedlib_test_py-1.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2946
|
+
"install_dir": "site",
|
|
2947
|
+
"sha256": "d7093844e0c7d19c9c13f12a6efbae4373ace36707c43f85a594df4e1158ac7f",
|
|
2948
|
+
"package_type": "package",
|
|
2949
|
+
"imports": [
|
|
2950
|
+
"sharedlib_test"
|
|
2951
|
+
],
|
|
2952
|
+
"depends": [
|
|
2953
|
+
"sharedlib-test"
|
|
2954
|
+
],
|
|
2955
|
+
"unvendored_tests": false,
|
|
2956
|
+
"shared_library": false
|
|
2957
|
+
},
|
|
2958
|
+
"simplejson": {
|
|
2959
|
+
"name": "simplejson",
|
|
2960
|
+
"version": "3.19.1",
|
|
2961
|
+
"file_name": "simplejson-3.19.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
2962
|
+
"install_dir": "site",
|
|
2963
|
+
"sha256": "5a93e792440e2434886fd1efb55395513bdde65521983b0fb2a5328078733119",
|
|
2964
|
+
"package_type": "package",
|
|
2965
|
+
"imports": [
|
|
2966
|
+
"simplejson"
|
|
2967
|
+
],
|
|
2968
|
+
"depends": [],
|
|
2969
|
+
"unvendored_tests": true,
|
|
2970
|
+
"shared_library": false
|
|
2971
|
+
},
|
|
2972
|
+
"simplejson-tests": {
|
|
2973
|
+
"name": "simplejson-tests",
|
|
2974
|
+
"version": "3.19.1",
|
|
2975
|
+
"file_name": "simplejson-tests.tar",
|
|
2976
|
+
"install_dir": "site",
|
|
2977
|
+
"sha256": "9d5350a9b047848f76c8276f2829797dd70d6d10a28340040e054834eef5aaec",
|
|
2978
|
+
"package_type": "package",
|
|
2979
|
+
"imports": [],
|
|
2980
|
+
"depends": [
|
|
2981
|
+
"simplejson"
|
|
2982
|
+
],
|
|
2983
|
+
"unvendored_tests": false,
|
|
2984
|
+
"shared_library": false
|
|
2985
|
+
},
|
|
2986
|
+
"six": {
|
|
2987
|
+
"name": "six",
|
|
2988
|
+
"version": "1.16.0",
|
|
2989
|
+
"file_name": "six-1.16.0-py2.py3-none-any.whl",
|
|
2990
|
+
"install_dir": "site",
|
|
2991
|
+
"sha256": "a1f9f0c4ac8e05c09cc0d5d3aa308fd08e716b898f7c3bfc74f37908514906ee",
|
|
2992
|
+
"package_type": "package",
|
|
2993
|
+
"imports": [
|
|
2994
|
+
"six"
|
|
2995
|
+
],
|
|
2996
|
+
"depends": [],
|
|
2997
|
+
"unvendored_tests": false,
|
|
2998
|
+
"shared_library": false
|
|
2999
|
+
},
|
|
3000
|
+
"smart_open": {
|
|
3001
|
+
"name": "smart_open",
|
|
3002
|
+
"version": "6.3.0",
|
|
3003
|
+
"file_name": "smart_open-6.3.0-py3-none-any.whl",
|
|
3004
|
+
"install_dir": "site",
|
|
3005
|
+
"sha256": "a503f654f1f9117b617e9ff3a0fb6bab63f250422d8ebb8e326228c125307896",
|
|
3006
|
+
"package_type": "package",
|
|
3007
|
+
"imports": [
|
|
3008
|
+
"smart_open"
|
|
3009
|
+
],
|
|
3010
|
+
"depends": [],
|
|
3011
|
+
"unvendored_tests": false,
|
|
3012
|
+
"shared_library": false
|
|
3013
|
+
},
|
|
3014
|
+
"soupsieve": {
|
|
3015
|
+
"name": "soupsieve",
|
|
3016
|
+
"version": "2.4",
|
|
3017
|
+
"file_name": "soupsieve-2.4-py3-none-any.whl",
|
|
3018
|
+
"install_dir": "site",
|
|
3019
|
+
"sha256": "f6aa5cb043e1b0caf1f90e7c6c1c3758486f50baad97b0bbf025748078a324c1",
|
|
3020
|
+
"package_type": "package",
|
|
3021
|
+
"imports": [
|
|
3022
|
+
"soupsieve"
|
|
3023
|
+
],
|
|
3024
|
+
"depends": [],
|
|
3025
|
+
"unvendored_tests": false,
|
|
3026
|
+
"shared_library": false
|
|
3027
|
+
},
|
|
3028
|
+
"sourmash": {
|
|
3029
|
+
"name": "sourmash",
|
|
3030
|
+
"version": "4.8.3",
|
|
3031
|
+
"file_name": "sourmash-4.8.3-py3-none-emscripten_3_1_44_wasm32.whl",
|
|
3032
|
+
"install_dir": "site",
|
|
3033
|
+
"sha256": "4b1022fce4c378d815fdeb4028f613c35bc63a029a7e7df02ced61ffafc389fd",
|
|
3034
|
+
"package_type": "package",
|
|
3035
|
+
"imports": [
|
|
3036
|
+
"sourmash"
|
|
3037
|
+
],
|
|
3038
|
+
"depends": [
|
|
3039
|
+
"screed",
|
|
3040
|
+
"cffi",
|
|
3041
|
+
"deprecation",
|
|
3042
|
+
"cachetools",
|
|
3043
|
+
"numpy",
|
|
3044
|
+
"matplotlib",
|
|
3045
|
+
"scipy",
|
|
3046
|
+
"sqlite3",
|
|
3047
|
+
"bitstring"
|
|
3048
|
+
],
|
|
3049
|
+
"unvendored_tests": false,
|
|
3050
|
+
"shared_library": false
|
|
3051
|
+
},
|
|
3052
|
+
"sparseqr": {
|
|
3053
|
+
"name": "sparseqr",
|
|
3054
|
+
"version": "1.2",
|
|
3055
|
+
"file_name": "sparseqr-1.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3056
|
+
"install_dir": "site",
|
|
3057
|
+
"sha256": "19a66119e8cd144fa1e0c2f3ec55313cc5b5e2561b3a3bca3f1fc1a1c7822ba6",
|
|
3058
|
+
"package_type": "package",
|
|
3059
|
+
"imports": [
|
|
3060
|
+
"sparseqr"
|
|
3061
|
+
],
|
|
3062
|
+
"depends": [
|
|
3063
|
+
"pycparser",
|
|
3064
|
+
"cffi",
|
|
3065
|
+
"numpy",
|
|
3066
|
+
"scipy",
|
|
3067
|
+
"suitesparse",
|
|
3068
|
+
"distutils"
|
|
3069
|
+
],
|
|
3070
|
+
"unvendored_tests": false,
|
|
3071
|
+
"shared_library": false
|
|
3072
|
+
},
|
|
3073
|
+
"sqlalchemy": {
|
|
3074
|
+
"name": "sqlalchemy",
|
|
3075
|
+
"version": "2.0.7",
|
|
3076
|
+
"file_name": "SQLAlchemy-2.0.7-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3077
|
+
"install_dir": "site",
|
|
3078
|
+
"sha256": "e9c987761ff0400f42facb19ce243ce681a2d906cedb9076a93df1a3b6e22c13",
|
|
3079
|
+
"package_type": "package",
|
|
3080
|
+
"imports": [
|
|
3081
|
+
"sqlalchemy"
|
|
3082
|
+
],
|
|
3083
|
+
"depends": [
|
|
3084
|
+
"sqlite3",
|
|
3085
|
+
"typing-extensions"
|
|
3086
|
+
],
|
|
3087
|
+
"unvendored_tests": true,
|
|
3088
|
+
"shared_library": false
|
|
3089
|
+
},
|
|
3090
|
+
"sqlalchemy-tests": {
|
|
3091
|
+
"name": "sqlalchemy-tests",
|
|
3092
|
+
"version": "2.0.7",
|
|
3093
|
+
"file_name": "sqlalchemy-tests.tar",
|
|
3094
|
+
"install_dir": "site",
|
|
3095
|
+
"sha256": "23df4af1a1aceb2852794dece8744d64b2438aa799db59fd65ab9cd89cc09cc0",
|
|
3096
|
+
"package_type": "package",
|
|
3097
|
+
"imports": [],
|
|
3098
|
+
"depends": [
|
|
3099
|
+
"sqlalchemy"
|
|
3100
|
+
],
|
|
3101
|
+
"unvendored_tests": false,
|
|
3102
|
+
"shared_library": false
|
|
3103
|
+
},
|
|
3104
|
+
"sqlite3": {
|
|
3105
|
+
"name": "sqlite3",
|
|
3106
|
+
"version": "1.0.0",
|
|
3107
|
+
"file_name": "sqlite3-1.0.0.zip",
|
|
3108
|
+
"install_dir": "stdlib",
|
|
3109
|
+
"sha256": "c9429a1d029f3af143610467af465e8b59bf28d5f8dd2132273043133fd06cd4",
|
|
3110
|
+
"package_type": "cpython_module",
|
|
3111
|
+
"imports": [
|
|
3112
|
+
"sqlite3",
|
|
3113
|
+
"_sqlite3"
|
|
3114
|
+
],
|
|
3115
|
+
"depends": [],
|
|
3116
|
+
"unvendored_tests": false,
|
|
3117
|
+
"shared_library": true
|
|
3118
|
+
},
|
|
3119
|
+
"ssl": {
|
|
3120
|
+
"name": "ssl",
|
|
3121
|
+
"version": "1.0.0",
|
|
3122
|
+
"file_name": "ssl-1.0.0.zip",
|
|
3123
|
+
"install_dir": "stdlib",
|
|
3124
|
+
"sha256": "e9af03e019035caad537e28920b5d9483e75480665286ed0993719eb5b8a89e4",
|
|
3125
|
+
"package_type": "cpython_module",
|
|
3126
|
+
"imports": [
|
|
3127
|
+
"ssl",
|
|
3128
|
+
"_ssl"
|
|
3129
|
+
],
|
|
3130
|
+
"depends": [
|
|
3131
|
+
"openssl"
|
|
3132
|
+
],
|
|
3133
|
+
"unvendored_tests": false,
|
|
3134
|
+
"shared_library": true
|
|
3135
|
+
},
|
|
3136
|
+
"statsmodels": {
|
|
3137
|
+
"name": "statsmodels",
|
|
3138
|
+
"version": "0.13.5",
|
|
3139
|
+
"file_name": "statsmodels-0.13.5-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3140
|
+
"install_dir": "site",
|
|
3141
|
+
"sha256": "1821bba1807e98b7dc5e1aa85b752809b766e678102f177f2b346a53c9283c68",
|
|
3142
|
+
"package_type": "package",
|
|
3143
|
+
"imports": [
|
|
3144
|
+
"statsmodels"
|
|
3145
|
+
],
|
|
3146
|
+
"depends": [
|
|
3147
|
+
"distutils",
|
|
3148
|
+
"numpy",
|
|
3149
|
+
"scipy",
|
|
3150
|
+
"pandas",
|
|
3151
|
+
"patsy",
|
|
3152
|
+
"packaging"
|
|
3153
|
+
],
|
|
3154
|
+
"unvendored_tests": true,
|
|
3155
|
+
"shared_library": false
|
|
3156
|
+
},
|
|
3157
|
+
"statsmodels-tests": {
|
|
3158
|
+
"name": "statsmodels-tests",
|
|
3159
|
+
"version": "0.13.5",
|
|
3160
|
+
"file_name": "statsmodels-tests.tar",
|
|
3161
|
+
"install_dir": "site",
|
|
3162
|
+
"sha256": "2e44a9c91a791bd57ee9ca76cec6dac45206adda43b6a289f0885e14596195bc",
|
|
3163
|
+
"package_type": "package",
|
|
3164
|
+
"imports": [],
|
|
3165
|
+
"depends": [
|
|
3166
|
+
"statsmodels"
|
|
3167
|
+
],
|
|
3168
|
+
"unvendored_tests": false,
|
|
3169
|
+
"shared_library": false
|
|
3170
|
+
},
|
|
3171
|
+
"suitesparse": {
|
|
3172
|
+
"name": "suitesparse",
|
|
3173
|
+
"version": "5.11.0",
|
|
3174
|
+
"file_name": "suitesparse-5.11.0.zip",
|
|
3175
|
+
"install_dir": "dynlib",
|
|
3176
|
+
"sha256": "674d7a05fdf0cdf48ef0f3f4e2b2a84be16d98b744bc994f20b18700841df694",
|
|
3177
|
+
"package_type": "shared_library",
|
|
3178
|
+
"imports": [],
|
|
3179
|
+
"depends": [
|
|
3180
|
+
"openblas"
|
|
3181
|
+
],
|
|
3182
|
+
"unvendored_tests": false,
|
|
3183
|
+
"shared_library": true
|
|
3184
|
+
},
|
|
3185
|
+
"svgwrite": {
|
|
3186
|
+
"name": "svgwrite",
|
|
3187
|
+
"version": "1.4.3",
|
|
3188
|
+
"file_name": "svgwrite-1.4.3-py3-none-any.whl",
|
|
3189
|
+
"install_dir": "site",
|
|
3190
|
+
"sha256": "0d8265a7fa636462e00996726ed50d530d63d7c46a0f89c8b1aa518b29a85c48",
|
|
3191
|
+
"package_type": "package",
|
|
3192
|
+
"imports": [
|
|
3193
|
+
"svgwrite"
|
|
3194
|
+
],
|
|
3195
|
+
"depends": [],
|
|
3196
|
+
"unvendored_tests": false,
|
|
3197
|
+
"shared_library": false
|
|
3198
|
+
},
|
|
3199
|
+
"swiglpk": {
|
|
3200
|
+
"name": "swiglpk",
|
|
3201
|
+
"version": "5.0.8",
|
|
3202
|
+
"file_name": "swiglpk-5.0.8-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3203
|
+
"install_dir": "site",
|
|
3204
|
+
"sha256": "78f02948cd4fc1bf70724891d9e5495dcb5cbf045cbe5019b5df68e83ca7a05a",
|
|
3205
|
+
"package_type": "package",
|
|
3206
|
+
"imports": [
|
|
3207
|
+
"swiglpk"
|
|
3208
|
+
],
|
|
3209
|
+
"depends": [],
|
|
3210
|
+
"unvendored_tests": false,
|
|
3211
|
+
"shared_library": false
|
|
3212
|
+
},
|
|
3213
|
+
"sympy": {
|
|
3214
|
+
"name": "sympy",
|
|
3215
|
+
"version": "1.11.1",
|
|
3216
|
+
"file_name": "sympy-1.11.1-py3-none-any.whl",
|
|
3217
|
+
"install_dir": "site",
|
|
3218
|
+
"sha256": "aa593844640d283780b0484fa51a50636404a4aa7493744835e9e43e012e56be",
|
|
3219
|
+
"package_type": "package",
|
|
3220
|
+
"imports": [
|
|
3221
|
+
"isympy",
|
|
3222
|
+
"sympy"
|
|
3223
|
+
],
|
|
3224
|
+
"depends": [
|
|
3225
|
+
"distutils",
|
|
3226
|
+
"mpmath"
|
|
3227
|
+
],
|
|
3228
|
+
"unvendored_tests": true,
|
|
3229
|
+
"shared_library": false
|
|
3230
|
+
},
|
|
3231
|
+
"sympy-tests": {
|
|
3232
|
+
"name": "sympy-tests",
|
|
3233
|
+
"version": "1.11.1",
|
|
3234
|
+
"file_name": "sympy-tests.tar",
|
|
3235
|
+
"install_dir": "site",
|
|
3236
|
+
"sha256": "5566436e8413aac62ceecc740b483bf184b1dd42a74bdfdb9ee20dad819d5ec8",
|
|
3237
|
+
"package_type": "package",
|
|
3238
|
+
"imports": [],
|
|
3239
|
+
"depends": [
|
|
3240
|
+
"sympy"
|
|
3241
|
+
],
|
|
3242
|
+
"unvendored_tests": false,
|
|
3243
|
+
"shared_library": false
|
|
3244
|
+
},
|
|
3245
|
+
"tblib": {
|
|
3246
|
+
"name": "tblib",
|
|
3247
|
+
"version": "1.7.0",
|
|
3248
|
+
"file_name": "pyodide_tblib-1.7.1-py3-none-any.whl",
|
|
3249
|
+
"install_dir": "site",
|
|
3250
|
+
"sha256": "6011f8dc4a5694de45581be250e45cbb6eea8078ed5310470346b943bda3e98d",
|
|
3251
|
+
"package_type": "package",
|
|
3252
|
+
"imports": [
|
|
3253
|
+
"tblib"
|
|
3254
|
+
],
|
|
3255
|
+
"depends": [],
|
|
3256
|
+
"unvendored_tests": false,
|
|
3257
|
+
"shared_library": false
|
|
3258
|
+
},
|
|
3259
|
+
"termcolor": {
|
|
3260
|
+
"name": "termcolor",
|
|
3261
|
+
"version": "2.2.0",
|
|
3262
|
+
"file_name": "termcolor-2.2.0-py3-none-any.whl",
|
|
3263
|
+
"install_dir": "site",
|
|
3264
|
+
"sha256": "1771ab5d4e7ced23ec8ab0aea8c3163e724019af32af9fbbf6e3d1a79b83f14d",
|
|
3265
|
+
"package_type": "package",
|
|
3266
|
+
"imports": [
|
|
3267
|
+
"termcolor"
|
|
3268
|
+
],
|
|
3269
|
+
"depends": [],
|
|
3270
|
+
"unvendored_tests": false,
|
|
3271
|
+
"shared_library": false
|
|
3272
|
+
},
|
|
3273
|
+
"test": {
|
|
3274
|
+
"name": "test",
|
|
3275
|
+
"version": "1.0.0",
|
|
3276
|
+
"file_name": "test-1.0.0.zip",
|
|
3277
|
+
"install_dir": "stdlib",
|
|
3278
|
+
"sha256": "1b7efe6b51655f4c611f181b61b9933f15fd1f2b7b2ace6f3700d02803e45d4b",
|
|
3279
|
+
"package_type": "cpython_module",
|
|
3280
|
+
"imports": [
|
|
3281
|
+
"test"
|
|
3282
|
+
],
|
|
3283
|
+
"depends": [],
|
|
3284
|
+
"unvendored_tests": false,
|
|
3285
|
+
"shared_library": true
|
|
3286
|
+
},
|
|
3287
|
+
"texttable": {
|
|
3288
|
+
"name": "texttable",
|
|
3289
|
+
"version": "1.6.7",
|
|
3290
|
+
"file_name": "texttable-1.6.7-py2.py3-none-any.whl",
|
|
3291
|
+
"install_dir": "site",
|
|
3292
|
+
"sha256": "45501dcee160fc0c5c581abd45e66492e0b1e358584a97db27f51e3bd8332370",
|
|
3293
|
+
"package_type": "package",
|
|
3294
|
+
"imports": [
|
|
3295
|
+
"texttable"
|
|
3296
|
+
],
|
|
3297
|
+
"depends": [],
|
|
3298
|
+
"unvendored_tests": false,
|
|
3299
|
+
"shared_library": false
|
|
3300
|
+
},
|
|
3301
|
+
"threadpoolctl": {
|
|
3302
|
+
"name": "threadpoolctl",
|
|
3303
|
+
"version": "3.1.0",
|
|
3304
|
+
"file_name": "threadpoolctl-3.1.0-py3-none-any.whl",
|
|
3305
|
+
"install_dir": "site",
|
|
3306
|
+
"sha256": "9695f070a5b3424b7f8760230c7b952c52bd1200733e26fd52f5a7c62c65b6d0",
|
|
3307
|
+
"package_type": "package",
|
|
3308
|
+
"imports": [
|
|
3309
|
+
"threadpoolctl"
|
|
3310
|
+
],
|
|
3311
|
+
"depends": [],
|
|
3312
|
+
"unvendored_tests": false,
|
|
3313
|
+
"shared_library": false
|
|
3314
|
+
},
|
|
3315
|
+
"tomli": {
|
|
3316
|
+
"name": "tomli",
|
|
3317
|
+
"version": "2.0.1",
|
|
3318
|
+
"file_name": "tomli-2.0.1-py3-none-any.whl",
|
|
3319
|
+
"install_dir": "site",
|
|
3320
|
+
"sha256": "58ff61d9299c83bc68ce0a49f08a3502b134c89b25ea9eba7da62fbd192aea2c",
|
|
3321
|
+
"package_type": "package",
|
|
3322
|
+
"imports": [
|
|
3323
|
+
"tomli"
|
|
3324
|
+
],
|
|
3325
|
+
"depends": [],
|
|
3326
|
+
"unvendored_tests": false,
|
|
3327
|
+
"shared_library": false
|
|
3328
|
+
},
|
|
3329
|
+
"tomli-w": {
|
|
3330
|
+
"name": "tomli-w",
|
|
3331
|
+
"version": "1.0.0",
|
|
3332
|
+
"file_name": "tomli_w-1.0.0-py3-none-any.whl",
|
|
3333
|
+
"install_dir": "site",
|
|
3334
|
+
"sha256": "2ba6612248c23eec1be874c8efc33d60be923243561c6ea15fda78fa0e7242be",
|
|
3335
|
+
"package_type": "package",
|
|
3336
|
+
"imports": [
|
|
3337
|
+
"tomli_w"
|
|
3338
|
+
],
|
|
3339
|
+
"depends": [],
|
|
3340
|
+
"unvendored_tests": false,
|
|
3341
|
+
"shared_library": false
|
|
3342
|
+
},
|
|
3343
|
+
"toolz": {
|
|
3344
|
+
"name": "toolz",
|
|
3345
|
+
"version": "0.12.0",
|
|
3346
|
+
"file_name": "toolz-0.12.0-py3-none-any.whl",
|
|
3347
|
+
"install_dir": "site",
|
|
3348
|
+
"sha256": "0acb4bbd0b6dc739bac6a97b26fef08e19c9dc2a98d8819abaab1974adef1963",
|
|
3349
|
+
"package_type": "package",
|
|
3350
|
+
"imports": [
|
|
3351
|
+
"tlz",
|
|
3352
|
+
"toolz"
|
|
3353
|
+
],
|
|
3354
|
+
"depends": [],
|
|
3355
|
+
"unvendored_tests": true,
|
|
3356
|
+
"shared_library": false
|
|
3357
|
+
},
|
|
3358
|
+
"toolz-tests": {
|
|
3359
|
+
"name": "toolz-tests",
|
|
3360
|
+
"version": "0.12.0",
|
|
3361
|
+
"file_name": "toolz-tests.tar",
|
|
3362
|
+
"install_dir": "site",
|
|
3363
|
+
"sha256": "d5efe2871bb1e3dc65c95167b325e9eeb34e7dccabfa0da149bbb1bacc660f94",
|
|
3364
|
+
"package_type": "package",
|
|
3365
|
+
"imports": [],
|
|
3366
|
+
"depends": [
|
|
3367
|
+
"toolz"
|
|
3368
|
+
],
|
|
3369
|
+
"unvendored_tests": false,
|
|
3370
|
+
"shared_library": false
|
|
3371
|
+
},
|
|
3372
|
+
"tqdm": {
|
|
3373
|
+
"name": "tqdm",
|
|
3374
|
+
"version": "4.65.0",
|
|
3375
|
+
"file_name": "tqdm-4.65.0-py3-none-any.whl",
|
|
3376
|
+
"install_dir": "site",
|
|
3377
|
+
"sha256": "3cfeb366c63c861c2b873c383fd98c84fc9c0d43b239876f01c7bf4d3b5685a6",
|
|
3378
|
+
"package_type": "package",
|
|
3379
|
+
"imports": [
|
|
3380
|
+
"tqdm"
|
|
3381
|
+
],
|
|
3382
|
+
"depends": [],
|
|
3383
|
+
"unvendored_tests": false,
|
|
3384
|
+
"shared_library": false
|
|
3385
|
+
},
|
|
3386
|
+
"traits": {
|
|
3387
|
+
"name": "traits",
|
|
3388
|
+
"version": "6.4.1",
|
|
3389
|
+
"file_name": "traits-6.4.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3390
|
+
"install_dir": "site",
|
|
3391
|
+
"sha256": "ed6fdb9b58540ed5eef9174f5a5c0d2f0334d1498c0745f0a1ef01784f679826",
|
|
3392
|
+
"package_type": "package",
|
|
3393
|
+
"imports": [
|
|
3394
|
+
"traits"
|
|
3395
|
+
],
|
|
3396
|
+
"depends": [],
|
|
3397
|
+
"unvendored_tests": true,
|
|
3398
|
+
"shared_library": false
|
|
3399
|
+
},
|
|
3400
|
+
"traits-tests": {
|
|
3401
|
+
"name": "traits-tests",
|
|
3402
|
+
"version": "6.4.1",
|
|
3403
|
+
"file_name": "traits-tests.tar",
|
|
3404
|
+
"install_dir": "site",
|
|
3405
|
+
"sha256": "561c85066dfe4d8a5f69870360a541f07f77eb9002bf0120d7f3525b943279ab",
|
|
3406
|
+
"package_type": "package",
|
|
3407
|
+
"imports": [],
|
|
3408
|
+
"depends": [
|
|
3409
|
+
"traits"
|
|
3410
|
+
],
|
|
3411
|
+
"unvendored_tests": false,
|
|
3412
|
+
"shared_library": false
|
|
3413
|
+
},
|
|
3414
|
+
"tskit": {
|
|
3415
|
+
"name": "tskit",
|
|
3416
|
+
"version": "0.5.5",
|
|
3417
|
+
"file_name": "tskit-0.5.5-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3418
|
+
"install_dir": "site",
|
|
3419
|
+
"sha256": "a4084e0641faddc052b4d75dec91506c58e49651867ab0f99377313cb803f44e",
|
|
3420
|
+
"package_type": "package",
|
|
3421
|
+
"imports": [
|
|
3422
|
+
"tskit"
|
|
3423
|
+
],
|
|
3424
|
+
"depends": [
|
|
3425
|
+
"numpy",
|
|
3426
|
+
"svgwrite",
|
|
3427
|
+
"jsonschema"
|
|
3428
|
+
],
|
|
3429
|
+
"unvendored_tests": false,
|
|
3430
|
+
"shared_library": false
|
|
3431
|
+
},
|
|
3432
|
+
"typing-extensions": {
|
|
3433
|
+
"name": "typing-extensions",
|
|
3434
|
+
"version": "4.7.1",
|
|
3435
|
+
"file_name": "typing_extensions-4.7.1-py3-none-any.whl",
|
|
3436
|
+
"install_dir": "site",
|
|
3437
|
+
"sha256": "6a4f8a0d0993c24c8ba4fc5c04fdce2223aef84432168c6e48498d715cacb2c6",
|
|
3438
|
+
"package_type": "package",
|
|
3439
|
+
"imports": [
|
|
3440
|
+
"typing_extensions"
|
|
3441
|
+
],
|
|
3442
|
+
"depends": [],
|
|
3443
|
+
"unvendored_tests": false,
|
|
3444
|
+
"shared_library": false
|
|
3445
|
+
},
|
|
3446
|
+
"uncertainties": {
|
|
3447
|
+
"name": "uncertainties",
|
|
3448
|
+
"version": "3.1.7",
|
|
3449
|
+
"file_name": "uncertainties-3.1.7-py2.py3-none-any.whl",
|
|
3450
|
+
"install_dir": "site",
|
|
3451
|
+
"sha256": "c38260e6793d3c04965ee03302b9112234c94babeb52ffafe9a165918fcd72cf",
|
|
3452
|
+
"package_type": "package",
|
|
3453
|
+
"imports": [
|
|
3454
|
+
"uncertainties"
|
|
3455
|
+
],
|
|
3456
|
+
"depends": [
|
|
3457
|
+
"future"
|
|
3458
|
+
],
|
|
3459
|
+
"unvendored_tests": true,
|
|
3460
|
+
"shared_library": false
|
|
3461
|
+
},
|
|
3462
|
+
"uncertainties-tests": {
|
|
3463
|
+
"name": "uncertainties-tests",
|
|
3464
|
+
"version": "3.1.7",
|
|
3465
|
+
"file_name": "uncertainties-tests.tar",
|
|
3466
|
+
"install_dir": "site",
|
|
3467
|
+
"sha256": "cb2fc6571ae1cbe20e92d7116fcbf41705c024a0854e07d8fbf00a3f8f89e685",
|
|
3468
|
+
"package_type": "package",
|
|
3469
|
+
"imports": [],
|
|
3470
|
+
"depends": [
|
|
3471
|
+
"uncertainties"
|
|
3472
|
+
],
|
|
3473
|
+
"unvendored_tests": false,
|
|
3474
|
+
"shared_library": false
|
|
3475
|
+
},
|
|
3476
|
+
"unyt": {
|
|
3477
|
+
"name": "unyt",
|
|
3478
|
+
"version": "2.9.5",
|
|
3479
|
+
"file_name": "unyt-2.9.5-py2.py3-none-any.whl",
|
|
3480
|
+
"install_dir": "site",
|
|
3481
|
+
"sha256": "da898edac1e702c03961be6ff94fb729ba45c35bdeec6267d8c0be6f1c2e8920",
|
|
3482
|
+
"package_type": "package",
|
|
3483
|
+
"imports": [
|
|
3484
|
+
"unyt"
|
|
3485
|
+
],
|
|
3486
|
+
"depends": [
|
|
3487
|
+
"numpy",
|
|
3488
|
+
"sympy"
|
|
3489
|
+
],
|
|
3490
|
+
"unvendored_tests": true,
|
|
3491
|
+
"shared_library": false
|
|
3492
|
+
},
|
|
3493
|
+
"unyt-tests": {
|
|
3494
|
+
"name": "unyt-tests",
|
|
3495
|
+
"version": "2.9.5",
|
|
3496
|
+
"file_name": "unyt-tests.tar",
|
|
3497
|
+
"install_dir": "site",
|
|
3498
|
+
"sha256": "3dfca30512e611f964267fccd8d15397d4dd33f4fc81bfbf7856562dbf718a2a",
|
|
3499
|
+
"package_type": "package",
|
|
3500
|
+
"imports": [],
|
|
3501
|
+
"depends": [
|
|
3502
|
+
"unyt"
|
|
3503
|
+
],
|
|
3504
|
+
"unvendored_tests": false,
|
|
3505
|
+
"shared_library": false
|
|
3506
|
+
},
|
|
3507
|
+
"webencodings": {
|
|
3508
|
+
"name": "webencodings",
|
|
3509
|
+
"version": "0.5.1",
|
|
3510
|
+
"file_name": "webencodings-0.5.1-py2.py3-none-any.whl",
|
|
3511
|
+
"install_dir": "site",
|
|
3512
|
+
"sha256": "a08c1e3cd02f748ce64a7be9c1fd87130782a80dab596bf87b815d1a4163a5a0",
|
|
3513
|
+
"package_type": "package",
|
|
3514
|
+
"imports": [
|
|
3515
|
+
"webencodings"
|
|
3516
|
+
],
|
|
3517
|
+
"depends": [],
|
|
3518
|
+
"unvendored_tests": false,
|
|
3519
|
+
"shared_library": false
|
|
3520
|
+
},
|
|
3521
|
+
"wrapt": {
|
|
3522
|
+
"name": "wrapt",
|
|
3523
|
+
"version": "1.15.0",
|
|
3524
|
+
"file_name": "wrapt-1.15.0-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3525
|
+
"install_dir": "site",
|
|
3526
|
+
"sha256": "d82f4fb0010c7474f0d7402be74af5a96dadb72012b5f288ff6a3cf8e0cc81c5",
|
|
3527
|
+
"package_type": "package",
|
|
3528
|
+
"imports": [
|
|
3529
|
+
"wrapt"
|
|
3530
|
+
],
|
|
3531
|
+
"depends": [],
|
|
3532
|
+
"unvendored_tests": false,
|
|
3533
|
+
"shared_library": false
|
|
3534
|
+
},
|
|
3535
|
+
"xarray": {
|
|
3536
|
+
"name": "xarray",
|
|
3537
|
+
"version": "2023.6.0",
|
|
3538
|
+
"file_name": "xarray-2023.6.0-py3-none-any.whl",
|
|
3539
|
+
"install_dir": "site",
|
|
3540
|
+
"sha256": "8647ba29f3ee05839c3e8e93a875f98437bf3c22282a1db61b57357956c64de8",
|
|
3541
|
+
"package_type": "package",
|
|
3542
|
+
"imports": [
|
|
3543
|
+
"xarray"
|
|
3544
|
+
],
|
|
3545
|
+
"depends": [
|
|
3546
|
+
"numpy",
|
|
3547
|
+
"packaging",
|
|
3548
|
+
"pandas"
|
|
3549
|
+
],
|
|
3550
|
+
"unvendored_tests": true,
|
|
3551
|
+
"shared_library": false
|
|
3552
|
+
},
|
|
3553
|
+
"xarray-tests": {
|
|
3554
|
+
"name": "xarray-tests",
|
|
3555
|
+
"version": "2023.6.0",
|
|
3556
|
+
"file_name": "xarray-tests.tar",
|
|
3557
|
+
"install_dir": "site",
|
|
3558
|
+
"sha256": "a364165a15a7a137fe201469a9ba079c579db28066f0f97c81c83c5e52180698",
|
|
3559
|
+
"package_type": "package",
|
|
3560
|
+
"imports": [],
|
|
3561
|
+
"depends": [
|
|
3562
|
+
"xarray"
|
|
3563
|
+
],
|
|
3564
|
+
"unvendored_tests": false,
|
|
3565
|
+
"shared_library": false
|
|
3566
|
+
},
|
|
3567
|
+
"xgboost": {
|
|
3568
|
+
"name": "xgboost",
|
|
3569
|
+
"version": "1.6.1",
|
|
3570
|
+
"file_name": "xgboost-1.6.1-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3571
|
+
"install_dir": "site",
|
|
3572
|
+
"sha256": "b16e92bd59702f7159ad4378cd70a3536c42e821b3ce33f28e557aa1f6762e27",
|
|
3573
|
+
"package_type": "package",
|
|
3574
|
+
"imports": [
|
|
3575
|
+
"xgboost"
|
|
3576
|
+
],
|
|
3577
|
+
"depends": [
|
|
3578
|
+
"numpy",
|
|
3579
|
+
"scipy",
|
|
3580
|
+
"setuptools"
|
|
3581
|
+
],
|
|
3582
|
+
"unvendored_tests": false,
|
|
3583
|
+
"shared_library": false
|
|
3584
|
+
},
|
|
3585
|
+
"xlrd": {
|
|
3586
|
+
"name": "xlrd",
|
|
3587
|
+
"version": "2.0.1",
|
|
3588
|
+
"file_name": "xlrd-2.0.1-py2.py3-none-any.whl",
|
|
3589
|
+
"install_dir": "site",
|
|
3590
|
+
"sha256": "adf150c908b74f2458231868c276d25766d8fb9ec8c306451072ff3cbef012a3",
|
|
3591
|
+
"package_type": "package",
|
|
3592
|
+
"imports": [
|
|
3593
|
+
"xlrd"
|
|
3594
|
+
],
|
|
3595
|
+
"depends": [],
|
|
3596
|
+
"unvendored_tests": false,
|
|
3597
|
+
"shared_library": false
|
|
3598
|
+
},
|
|
3599
|
+
"xyzservices": {
|
|
3600
|
+
"name": "xyzservices",
|
|
3601
|
+
"version": "2022.9.0",
|
|
3602
|
+
"file_name": "xyzservices-2022.9.0-py3-none-any.whl",
|
|
3603
|
+
"install_dir": "site",
|
|
3604
|
+
"sha256": "9316f28eedaa0858347e3211c3b8c3ab3301ed9c049af13e513e2e70e88f4c6d",
|
|
3605
|
+
"package_type": "package",
|
|
3606
|
+
"imports": [
|
|
3607
|
+
"xyzservices"
|
|
3608
|
+
],
|
|
3609
|
+
"depends": [],
|
|
3610
|
+
"unvendored_tests": true,
|
|
3611
|
+
"shared_library": false
|
|
3612
|
+
},
|
|
3613
|
+
"xyzservices-tests": {
|
|
3614
|
+
"name": "xyzservices-tests",
|
|
3615
|
+
"version": "2022.9.0",
|
|
3616
|
+
"file_name": "xyzservices-tests.tar",
|
|
3617
|
+
"install_dir": "site",
|
|
3618
|
+
"sha256": "bd34e2f6ab2e5f275846b63b4df27cc0fe400df69e3bbc8519831b3dfb944635",
|
|
3619
|
+
"package_type": "package",
|
|
3620
|
+
"imports": [],
|
|
3621
|
+
"depends": [
|
|
3622
|
+
"xyzservices"
|
|
3623
|
+
],
|
|
3624
|
+
"unvendored_tests": false,
|
|
3625
|
+
"shared_library": false
|
|
3626
|
+
},
|
|
3627
|
+
"yarl": {
|
|
3628
|
+
"name": "yarl",
|
|
3629
|
+
"version": "1.8.2",
|
|
3630
|
+
"file_name": "yarl-1.8.2-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3631
|
+
"install_dir": "site",
|
|
3632
|
+
"sha256": "ad74e00a5401f7fcc0eff888c672c6eb22a1d99f71ce1c382d8164cc6cfcde96",
|
|
3633
|
+
"package_type": "package",
|
|
3634
|
+
"imports": [
|
|
3635
|
+
"yarl"
|
|
3636
|
+
],
|
|
3637
|
+
"depends": [
|
|
3638
|
+
"multidict",
|
|
3639
|
+
"idna"
|
|
3640
|
+
],
|
|
3641
|
+
"unvendored_tests": false,
|
|
3642
|
+
"shared_library": false
|
|
3643
|
+
},
|
|
3644
|
+
"yt": {
|
|
3645
|
+
"name": "yt",
|
|
3646
|
+
"version": "4.1.4",
|
|
3647
|
+
"file_name": "yt-4.1.4-cp311-cp311-emscripten_3_1_44_wasm32.whl",
|
|
3648
|
+
"install_dir": "site",
|
|
3649
|
+
"sha256": "6bde10a5b8fbf00668438d321098d6b8c463377cdf144462db7de89eee1fa42e",
|
|
3650
|
+
"package_type": "package",
|
|
3651
|
+
"imports": [
|
|
3652
|
+
"yt"
|
|
3653
|
+
],
|
|
3654
|
+
"depends": [
|
|
3655
|
+
"numpy",
|
|
3656
|
+
"matplotlib",
|
|
3657
|
+
"sympy",
|
|
3658
|
+
"setuptools",
|
|
3659
|
+
"packaging",
|
|
3660
|
+
"unyt",
|
|
3661
|
+
"cmyt",
|
|
3662
|
+
"colorspacious",
|
|
3663
|
+
"tqdm",
|
|
3664
|
+
"tomli",
|
|
3665
|
+
"tomli-w"
|
|
3666
|
+
],
|
|
3667
|
+
"unvendored_tests": false,
|
|
3668
|
+
"shared_library": false
|
|
3669
|
+
},
|
|
3670
|
+
"zarr": {
|
|
3671
|
+
"name": "zarr",
|
|
3672
|
+
"version": "2.13.3",
|
|
3673
|
+
"file_name": "zarr-2.13.3-py3-none-any.whl",
|
|
3674
|
+
"install_dir": "site",
|
|
3675
|
+
"sha256": "a2bd30715a3b8902186a647c3a7acd3f053adf79f1f35735e71f32ab181a5454",
|
|
3676
|
+
"package_type": "package",
|
|
3677
|
+
"imports": [
|
|
3678
|
+
"zarr"
|
|
3679
|
+
],
|
|
3680
|
+
"depends": [
|
|
3681
|
+
"numpy",
|
|
3682
|
+
"asciitree",
|
|
3683
|
+
"numcodecs"
|
|
3684
|
+
],
|
|
3685
|
+
"unvendored_tests": true,
|
|
3686
|
+
"shared_library": false
|
|
3687
|
+
},
|
|
3688
|
+
"zarr-tests": {
|
|
3689
|
+
"name": "zarr-tests",
|
|
3690
|
+
"version": "2.13.3",
|
|
3691
|
+
"file_name": "zarr-tests.tar",
|
|
3692
|
+
"install_dir": "site",
|
|
3693
|
+
"sha256": "64b7906801f64b14f14bf9ab417d54023373ccef1693190a1fc1a3781cbe0715",
|
|
3694
|
+
"package_type": "package",
|
|
3695
|
+
"imports": [],
|
|
3696
|
+
"depends": [
|
|
3697
|
+
"zarr"
|
|
3698
|
+
],
|
|
3699
|
+
"unvendored_tests": false,
|
|
3700
|
+
"shared_library": false
|
|
3701
|
+
}
|
|
3702
|
+
}
|
|
3703
|
+
}
|