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