-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpdm.lock
More file actions
569 lines (541 loc) · 46.6 KB
/
Copy pathpdm.lock
File metadata and controls
569 lines (541 loc) · 46.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
# This file is @generated by PDM.
# It is not intended for manual editing.
[metadata]
groups = ["default", "dev", "virtualenv"]
strategy = ["inherit_metadata"]
lock_version = "4.5.0"
content_hash = "sha256:456038c772f4aed5ff1d183e9b9991a8dcc7d3e58634b9bd302da5aefa92839f"
[[metadata.targets]]
requires_python = ">=3.9"
[[package]]
name = "arclet-alconna"
version = "1.8.43"
requires_python = ">=3.9"
summary = "A High-performance, Generality, Humane Command Line Arguments Parser Library."
groups = ["default"]
dependencies = [
"nepattern<1.0.0,>=0.7.7",
"tarina<0.8.0,>=0.7.0",
"typing-extensions>=4.5.0",
]
files = [
{file = "arclet_alconna-1.8.43-py3-none-any.whl", hash = "sha256:fd38ee4ca6404f7b698be8d9ec47248f9a95008d4d80c824375811ef5183d2c6"},
{file = "arclet_alconna-1.8.43.tar.gz", hash = "sha256:23c89d334f4d44e2130f1abc63d8641ac39be9009be023ebd08c2739bbef42c9"},
]
[[package]]
name = "arclet-alconna-tools"
version = "0.7.11"
requires_python = ">=3.9"
summary = "Builtin Tools for Alconna"
groups = ["default"]
dependencies = [
"arclet-alconna>=1.8.31",
"nepattern<1.0.0,>=0.7.3",
]
files = [
{file = "arclet_alconna_tools-0.7.11-py3-none-any.whl", hash = "sha256:ffc8d1596fbfcdb2ad09a42668aa7a134b542e6f81fa75ee8188107e758f80b9"},
{file = "arclet_alconna_tools-0.7.11.tar.gz", hash = "sha256:d9c6e40e885e579ef5f3962f84b389b60e83e57241ec950e48a70e51cac3feed"},
]
[[package]]
name = "black"
version = "25.1.0"
requires_python = ">=3.9"
summary = "The uncompromising code formatter."
groups = ["dev"]
dependencies = [
"click>=8.0.0",
"mypy-extensions>=0.4.3",
"packaging>=22.0",
"pathspec>=0.9.0",
"platformdirs>=2",
"tomli>=1.1.0; python_version < \"3.11\"",
"typing-extensions>=4.0.1; python_version < \"3.11\"",
]
files = [
{file = "black-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:759e7ec1e050a15f89b770cefbf91ebee8917aac5c20483bc2d80a6c3a04df32"},
{file = "black-25.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e519ecf93120f34243e6b0054db49c00a35f84f195d5bce7e9f5cfc578fc2da"},
{file = "black-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:055e59b198df7ac0b7efca5ad7ff2516bca343276c466be72eb04a3bcc1f82d7"},
{file = "black-25.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:db8ea9917d6f8fc62abd90d944920d95e73c83a5ee3383493e35d271aca872e9"},
{file = "black-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a39337598244de4bae26475f77dda852ea00a93bd4c728e09eacd827ec929df0"},
{file = "black-25.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96c1c7cd856bba8e20094e36e0f948718dc688dba4a9d78c3adde52b9e6c2299"},
{file = "black-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bce2e264d59c91e52d8000d507eb20a9aca4a778731a08cfff7e5ac4a4bb7096"},
{file = "black-25.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:172b1dbff09f86ce6f4eb8edf9dede08b1fce58ba194c87d7a4f1a5aa2f5b3c2"},
{file = "black-25.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4b60580e829091e6f9238c848ea6750efed72140b91b048770b64e74fe04908b"},
{file = "black-25.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1e2978f6df243b155ef5fa7e558a43037c3079093ed5d10fd84c43900f2d8ecc"},
{file = "black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3b48735872ec535027d979e8dcb20bf4f70b5ac75a8ea99f127c106a7d7aba9f"},
{file = "black-25.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:ea0213189960bda9cf99be5b8c8ce66bb054af5e9e861249cd23471bd7b0b3ba"},
{file = "black-25.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8f0b18a02996a836cc9c9c78e5babec10930862827b1b724ddfe98ccf2f2fe4f"},
{file = "black-25.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:afebb7098bfbc70037a053b91ae8437c3857482d3a690fefc03e9ff7aa9a5fd3"},
{file = "black-25.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:030b9759066a4ee5e5aca28c3c77f9c64789cdd4de8ac1df642c40b708be6171"},
{file = "black-25.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:a22f402b410566e2d1c950708c77ebf5ebd5d0d88a6a2e87c86d9fb48afa0d18"},
{file = "black-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a1ee0a0c330f7b5130ce0caed9936a904793576ef4d2b98c40835d6a65afa6a0"},
{file = "black-25.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3df5f1bf91d36002b0a75389ca8663510cf0531cca8aa5c1ef695b46d98655f"},
{file = "black-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d9e6827d563a2c820772b32ce8a42828dc6790f095f441beef18f96aa6f8294e"},
{file = "black-25.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:bacabb307dca5ebaf9c118d2d2f6903da0d62c9faa82bd21a33eecc319559355"},
{file = "black-25.1.0-py3-none-any.whl", hash = "sha256:95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717"},
{file = "black-25.1.0.tar.gz", hash = "sha256:33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666"},
]
[[package]]
name = "cli-lite"
version = "0.11.2"
requires_python = ">=3.9"
summary = "A simple framework to build a cli tool, base on Alconna"
groups = ["default"]
dependencies = [
"arclet-alconna-tools>=0.7.11",
"arclet-alconna>=1.8.43",
"importlib-metadata>=3.6.0",
]
files = [
{file = "cli_lite-0.11.2-py3-none-any.whl", hash = "sha256:48a8992fff4994779fb0dcf5596f077c2e684dcf528e453b068e164055d7fddc"},
{file = "cli_lite-0.11.2.tar.gz", hash = "sha256:0ecc8d1b3f0b979f625e3c20cab800cd8a9b4c68bee1acfc1bfdf7142d284009"},
]
[[package]]
name = "click"
version = "8.1.8"
requires_python = ">=3.7"
summary = "Composable command line interface toolkit"
groups = ["dev"]
dependencies = [
"colorama; platform_system == \"Windows\"",
"importlib-metadata; python_version < \"3.8\"",
]
files = [
{file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"},
{file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"},
]
[[package]]
name = "colorama"
version = "0.4.6"
requires_python = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
summary = "Cross-platform colored terminal text."
groups = ["default", "dev"]
files = [
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
]
[[package]]
name = "distlib"
version = "0.4.0"
summary = "Distribution utilities"
groups = ["virtualenv"]
files = [
{file = "distlib-0.4.0-py2.py3-none-any.whl", hash = "sha256:9659f7d87e46584a30b5780e43ac7a2143098441670ff0a49d5f9034c54a6c16"},
{file = "distlib-0.4.0.tar.gz", hash = "sha256:feec40075be03a04501a973d81f633735b4b69f98b05450592310c0f401a4e0d"},
]
[[package]]
name = "filelock"
version = "3.19.1"
requires_python = ">=3.9"
summary = "A platform independent file lock."
groups = ["virtualenv"]
files = [
{file = "filelock-3.19.1-py3-none-any.whl", hash = "sha256:d38e30481def20772f5baf097c122c3babc4fcdb7e14e57049eb9d88c6dc017d"},
{file = "filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58"},
]
[[package]]
name = "findpython"
version = "0.7.0"
requires_python = ">=3.8"
summary = "A utility to find python versions on your system"
groups = ["default"]
dependencies = [
"packaging>=20",
"platformdirs>=4.3.6",
]
files = [
{file = "findpython-0.7.0-py3-none-any.whl", hash = "sha256:f53cfcc29536f5b83c962cf922bba8ff6d6a3c2a05fda6a45aa58a47d005d8fc"},
{file = "findpython-0.7.0.tar.gz", hash = "sha256:8b31647c76352779a3c1a0806699b68e6a7bdc0b5c2ddd9af2a07a0d40c673dc"},
]
[[package]]
name = "importlib-metadata"
version = "8.7.0"
requires_python = ">=3.9"
summary = "Read metadata from Python packages"
groups = ["default"]
dependencies = [
"typing-extensions>=3.6.4; python_version < \"3.8\"",
"zipp>=3.20",
]
files = [
{file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"},
{file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"},
]
[[package]]
name = "isort"
version = "5.13.2"
requires_python = ">=3.8.0"
summary = "A Python utility / library to sort Python imports."
groups = ["dev"]
files = [
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
]
[[package]]
name = "mypy-extensions"
version = "1.1.0"
requires_python = ">=3.8"
summary = "Type system extensions for programs checked with the mypy type checker."
groups = ["dev"]
files = [
{file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"},
{file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"},
]
[[package]]
name = "nepattern"
version = "0.7.7"
requires_python = ">=3.8"
summary = "a complex pattern, support typing"
groups = ["default"]
dependencies = [
"tarina>=0.5.1",
"typing-extensions>=4.5.0",
]
files = [
{file = "nepattern-0.7.7-py3-none-any.whl", hash = "sha256:2d66f964333f42df7971390da4fb98dfed1e8b769236f305c28a83c0bcda849a"},
{file = "nepattern-0.7.7.tar.gz", hash = "sha256:6667f888457e78937998f9412eb70ad16d220464d2d77850dd2b05e9ecfb3207"},
]
[[package]]
name = "packaging"
version = "25.0"
requires_python = ">=3.8"
summary = "Core utilities for Python packages"
groups = ["default", "dev"]
files = [
{file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"},
{file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"},
]
[[package]]
name = "pathspec"
version = "0.12.1"
requires_python = ">=3.8"
summary = "Utility library for gitignore style pattern matching of file paths."
groups = ["dev"]
files = [
{file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
{file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
]
[[package]]
name = "platformdirs"
version = "4.3.8"
requires_python = ">=3.9"
summary = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
groups = ["default", "dev", "virtualenv"]
files = [
{file = "platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4"},
{file = "platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc"},
]
[[package]]
name = "python-dotenv"
version = "1.1.1"
requires_python = ">=3.9"
summary = "Read key-value pairs from a .env file and set them as environment variables"
groups = ["default"]
files = [
{file = "python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc"},
{file = "python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab"},
]
[[package]]
name = "ruamel-yaml"
version = "0.18.15"
requires_python = ">=3.8"
summary = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order"
groups = ["default"]
dependencies = [
"ruamel-yaml-clib>=0.2.7; platform_python_implementation == \"CPython\" and python_version < \"3.14\"",
]
files = [
{file = "ruamel.yaml-0.18.15-py3-none-any.whl", hash = "sha256:148f6488d698b7a5eded5ea793a025308b25eca97208181b6a026037f391f701"},
{file = "ruamel.yaml-0.18.15.tar.gz", hash = "sha256:dbfca74b018c4c3fba0b9cc9ee33e53c371194a9000e694995e620490fd40700"},
]
[[package]]
name = "ruamel-yaml-clib"
version = "0.2.12"
requires_python = ">=3.9"
summary = "C version of reader, parser and emitter for ruamel.yaml derived from libyaml"
groups = ["default"]
marker = "platform_python_implementation == \"CPython\" and python_version < \"3.14\""
files = [
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:11f891336688faf5156a36293a9c362bdc7c88f03a8a027c2c1d8e0bcde998e5"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:a606ef75a60ecf3d924613892cc603b154178ee25abb3055db5062da811fd969"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd5415dded15c3822597455bc02bcd66e81ef8b7a48cb71a33628fc9fdde39df"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f66efbc1caa63c088dead1c4170d148eabc9b80d95fb75b6c92ac0aad2437d76"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:22353049ba4181685023b25b5b51a574bce33e7f51c759371a7422dcae5402a6"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:932205970b9f9991b34f55136be327501903f7c66830e9760a8ffb15b07f05cd"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a52d48f4e7bf9005e8f0a89209bf9a73f7190ddf0489eee5eb51377385f59f2a"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-win32.whl", hash = "sha256:3eac5a91891ceb88138c113f9db04f3cebdae277f5d44eaa3651a4f573e6a5da"},
{file = "ruamel.yaml.clib-0.2.12-cp310-cp310-win_amd64.whl", hash = "sha256:ab007f2f5a87bd08ab1499bdf96f3d5c6ad4dcfa364884cb4549aa0154b13a28"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:4a6679521a58256a90b0d89e03992c15144c5f3858f40d7c18886023d7943db6"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:d84318609196d6bd6da0edfa25cedfbabd8dbde5140a0a23af29ad4b8f91fb1e"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb43a269eb827806502c7c8efb7ae7e9e9d0573257a46e8e952f4d4caba4f31e"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:811ea1594b8a0fb466172c384267a4e5e367298af6b228931f273b111f17ef52"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cf12567a7b565cbf65d438dec6cfbe2917d3c1bdddfce84a9930b7d35ea59642"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7dd5adc8b930b12c8fc5b99e2d535a09889941aa0d0bd06f4749e9a9397c71d2"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1492a6051dab8d912fc2adeef0e8c72216b24d57bd896ea607cb90bb0c4981d3"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-win32.whl", hash = "sha256:bd0a08f0bab19093c54e18a14a10b4322e1eacc5217056f3c063bd2f59853ce4"},
{file = "ruamel.yaml.clib-0.2.12-cp311-cp311-win_amd64.whl", hash = "sha256:a274fb2cb086c7a3dea4322ec27f4cb5cc4b6298adb583ab0e211a4682f241eb"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:20b0f8dc160ba83b6dcc0e256846e1a02d044e13f7ea74a3d1d56ede4e48c632"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:943f32bc9dedb3abff9879edc134901df92cfce2c3d5c9348f172f62eb2d771d"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95c3829bb364fdb8e0332c9931ecf57d9be3519241323c5274bd82f709cebc0c"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:749c16fcc4a2b09f28843cda5a193e0283e47454b63ec4b81eaa2242f50e4ccd"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bf165fef1f223beae7333275156ab2022cffe255dcc51c27f066b4370da81e31"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:32621c177bbf782ca5a18ba4d7af0f1082a3f6e517ac2a18b3974d4edf349680"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b82a7c94a498853aa0b272fd5bc67f29008da798d4f93a2f9f289feb8426a58d"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-win32.whl", hash = "sha256:e8c4ebfcfd57177b572e2040777b8abc537cdef58a2120e830124946aa9b42c5"},
{file = "ruamel.yaml.clib-0.2.12-cp312-cp312-win_amd64.whl", hash = "sha256:0467c5965282c62203273b838ae77c0d29d7638c8a4e3a1c8bdd3602c10904e4"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:4c8c5d82f50bb53986a5e02d1b3092b03622c02c2eb78e29bec33fd9593bae1a"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-manylinux2014_aarch64.whl", hash = "sha256:e7e3736715fbf53e9be2a79eb4db68e4ed857017344d697e8b9749444ae57475"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b7e75b4965e1d4690e93021adfcecccbca7d61c7bddd8e22406ef2ff20d74ef"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:96777d473c05ee3e5e3c3e999f5d23c6f4ec5b0c38c098b3a5229085f74236c6"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:3bc2a80e6420ca8b7d3590791e2dfc709c88ab9152c00eeb511c9875ce5778bf"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e188d2699864c11c36cdfdada94d781fd5d6b0071cd9c427bceb08ad3d7c70e1"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4f6f3eac23941b32afccc23081e1f50612bdbe4e982012ef4f5797986828cd01"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-win32.whl", hash = "sha256:6442cb36270b3afb1b4951f060eccca1ce49f3d087ca1ca4563a6eb479cb3de6"},
{file = "ruamel.yaml.clib-0.2.12-cp313-cp313-win_amd64.whl", hash = "sha256:e5b8daf27af0b90da7bb903a876477a9e6d7270be6146906b276605997c7e9a3"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:fc4b630cd3fa2cf7fce38afa91d7cfe844a9f75d7f0f36393fa98815e911d987"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:bc5f1e1c28e966d61d2519f2a3d451ba989f9ea0f2307de7bc45baa526de9e45"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5a0e060aace4c24dcaf71023bbd7d42674e3b230f7e7b97317baf1e953e5b519"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e2f1c3765db32be59d18ab3953f43ab62a761327aafc1594a2a1fbe038b8b8a7"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:d85252669dc32f98ebcd5d36768f5d4faeaeaa2d655ac0473be490ecdae3c285"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e143ada795c341b56de9418c58d028989093ee611aa27ffb9b7f609c00d813ed"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:2c59aa6170b990d8d2719323e628aaf36f3bfbc1c26279c0eeeb24d05d2d11c7"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-win32.whl", hash = "sha256:beffaed67936fbbeffd10966a4eb53c402fafd3d6833770516bf7314bc6ffa12"},
{file = "ruamel.yaml.clib-0.2.12-cp39-cp39-win_amd64.whl", hash = "sha256:040ae85536960525ea62868b642bdb0c2cc6021c9f9d507810c0c604e66f5a7b"},
{file = "ruamel.yaml.clib-0.2.12.tar.gz", hash = "sha256:6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f"},
]
[[package]]
name = "ruff"
version = "0.12.10"
requires_python = ">=3.7"
summary = "An extremely fast Python linter and code formatter, written in Rust."
groups = ["dev"]
files = [
{file = "ruff-0.12.10-py3-none-linux_armv6l.whl", hash = "sha256:8b593cb0fb55cc8692dac7b06deb29afda78c721c7ccfed22db941201b7b8f7b"},
{file = "ruff-0.12.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:ebb7333a45d56efc7c110a46a69a1b32365d5c5161e7244aaf3aa20ce62399c1"},
{file = "ruff-0.12.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d59e58586829f8e4a9920788f6efba97a13d1fa320b047814e8afede381c6839"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:822d9677b560f1fdeab69b89d1f444bf5459da4aa04e06e766cf0121771ab844"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:37b4a64f4062a50c75019c61c7017ff598cb444984b638511f48539d3a1c98db"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2c6f4064c69d2542029b2a61d39920c85240c39837599d7f2e32e80d36401d6e"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:059e863ea3a9ade41407ad71c1de2badfbe01539117f38f763ba42a1206f7559"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1bef6161e297c68908b7218fa6e0e93e99a286e5ed9653d4be71e687dff101cf"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4f1345fbf8fb0531cd722285b5f15af49b2932742fc96b633e883da8d841896b"},
{file = "ruff-0.12.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1f68433c4fbc63efbfa3ba5db31727db229fa4e61000f452c540474b03de52a9"},
{file = "ruff-0.12.10-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:141ce3d88803c625257b8a6debf4a0473eb6eed9643a6189b68838b43e78165a"},
{file = "ruff-0.12.10-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f3fc21178cd44c98142ae7590f42ddcb587b8e09a3b849cbc84edb62ee95de60"},
{file = "ruff-0.12.10-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7d1a4e0bdfafcd2e3e235ecf50bf0176f74dd37902f241588ae1f6c827a36c56"},
{file = "ruff-0.12.10-py3-none-musllinux_1_2_i686.whl", hash = "sha256:e67d96827854f50b9e3e8327b031647e7bcc090dbe7bb11101a81a3a2cbf1cc9"},
{file = "ruff-0.12.10-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:ae479e1a18b439c59138f066ae79cc0f3ee250712a873d00dbafadaad9481e5b"},
{file = "ruff-0.12.10-py3-none-win32.whl", hash = "sha256:9de785e95dc2f09846c5e6e1d3a3d32ecd0b283a979898ad427a9be7be22b266"},
{file = "ruff-0.12.10-py3-none-win_amd64.whl", hash = "sha256:7837eca8787f076f67aba2ca559cefd9c5cbc3a9852fd66186f4201b87c1563e"},
{file = "ruff-0.12.10-py3-none-win_arm64.whl", hash = "sha256:cc138cc06ed9d4bfa9d667a65af7172b47840e1a98b02ce7011c391e54635ffc"},
{file = "ruff-0.12.10.tar.gz", hash = "sha256:189ab65149d11ea69a2d775343adf5f49bb2426fc4780f65ee33b423ad2e47f9"},
]
[[package]]
name = "tarina"
version = "0.7.1"
requires_python = ">=3.9"
summary = "A collection of common utils for Arclet"
groups = ["default"]
dependencies = [
"typing-extensions>=4.4.0",
]
files = [
{file = "tarina-0.7.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:4d61ee8b9ee6f8769662109e4b69e6072f8d4f3f2c905ef18adf488ac9a596e2"},
{file = "tarina-0.7.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:70a77e91337122a66b8de7982fe6f821f9d5a1f6efcbf0b35563a8d05b5e6d78"},
{file = "tarina-0.7.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:01e299e7838def199919ecf3256f22e921d2f3b057fc9487960b68dbc082cc1f"},
{file = "tarina-0.7.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ab05531a4ab149e2944451fe989f9f16a7334d7f15c7e977c338ff41a093418e"},
{file = "tarina-0.7.1-cp310-cp310-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f3054a82b189602cd4ef9fc585310cad2f0206432ca6e60396a86e0d4c08515e"},
{file = "tarina-0.7.1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f9442a0cabdc6f67c88f75cb40e8b1df6f0c87c827f3c7b121b462c68f467970"},
{file = "tarina-0.7.1-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:9b9a47782c947ded2aa3a506799b700c2c16f2a19ef4548b6d9e1f3aa3c19d8c"},
{file = "tarina-0.7.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:154c7f7a8655739727122a2aa925ff0f5ac1bbbcff8e47966fcd22c142d5f65b"},
{file = "tarina-0.7.1-cp310-cp310-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c06a20424f14be87f1df962527682d8707a319c178836618561e4f4e04e02110"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b50a684bb86a8d4f4793123b87a3b030b40de316066898824f3f04e57158f8d0"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:4729337843d3a33a141b9b73c5f1dbbaaa72991182211603eac684c5c59a07ce"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:36b58db47611fc226e9fff6b2672a4d6b23437073e6e8dabc311464916f7a0b0"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_riscv64.whl", hash = "sha256:aaddac95b9875f679234fe3d9e9244097fb256c1ac90f71dd38b046843dfab33"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:4f64546b4198285097ded81b32926699b7e1021bce8b2a9862bea19b106bb7ed"},
{file = "tarina-0.7.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b37b5e22b7b272b3615b6cdae32a4b6ce5e1893492c247bf1a0761d3db47a56a"},
{file = "tarina-0.7.1-cp310-cp310-win32.whl", hash = "sha256:853afbd42c1903ffe648367fae388f6cdae4ebfc09fa160d1598e06d9a671d05"},
{file = "tarina-0.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:469caf6483170b896e5bd6dae699b21862804a8fdb68b9f317a844dabab05226"},
{file = "tarina-0.7.1-cp310-cp310-win_arm64.whl", hash = "sha256:f1fea8feddc3585759b3a2f669358b7b278f7c08b857641f5a75b7e283890fcc"},
{file = "tarina-0.7.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:d97db7ccdabd71c5915f96146e74ef021bb0081e82244876b26cee7aef271282"},
{file = "tarina-0.7.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c695295fcce999b53b959157268b0cb6e484555bfa1bdfaa0abf1e5988dcd4a6"},
{file = "tarina-0.7.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:eabe1de3da651d6442b5976d5ebdec1c5f58e6de380cdc4434da4d92bd04d565"},
{file = "tarina-0.7.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6062175164e1133510cf64b1b0d474a3853ccce65d32ae6d55c1ef1b76ef9455"},
{file = "tarina-0.7.1-cp311-cp311-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:1743df09145cfe958cdf494ed2c0bc13dcecf21ac17b989ab02e524f0d1c8ee7"},
{file = "tarina-0.7.1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9844396d3c6b82475b7f1461e6df0bb4ce6588af6e3a6af922860188e3fed0f5"},
{file = "tarina-0.7.1-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d534a8cbc62a1bae35deddfad2817b9824a7125f662be51863a4b84ea7268f8d"},
{file = "tarina-0.7.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d18b1d2bd7eb1e47df355dcafdbd091fadb672e6400f5d1a07d6303222814685"},
{file = "tarina-0.7.1-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:70c902b413af2e90799449bf5717cd3533259033f239c8742da5f5a555a29074"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e90abb1888a3e34557d8c0118ea6e12553219a0613b64cdeb4d13e15233ad060"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:dd37f7dd0530709ec2901470426f7ebfa5632f4b5ddcd0ed05df08ca9d35854a"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e27059ecd0dad0b6348968049995f876fc6cf84140df206ccc0191b3d47f1bb3"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:0217263057f23ec3ca7f50b2c99d743906bcc758b3b3e478b84168a19040ea23"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:ad0f09b618357315615f879789af77562f2ee150861fed14b21e323297028759"},
{file = "tarina-0.7.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:e14468f09e3db6e6b1e8bde6096dfd8fc5679b1828ea5d95ba3780f239a655bb"},
{file = "tarina-0.7.1-cp311-cp311-win32.whl", hash = "sha256:28ae6a58ecac239d8593818227d2f62647b6a8af039fdb10970ef88974194979"},
{file = "tarina-0.7.1-cp311-cp311-win_amd64.whl", hash = "sha256:6f48b47890ec5270426aa8ca2da0ed2e7a3fbce4679d35d147add54aad7c1e7a"},
{file = "tarina-0.7.1-cp311-cp311-win_arm64.whl", hash = "sha256:7f18f39cf45a37e34fa5cecbd05db34c252f1c47b22ce46a75392a4570986e5e"},
{file = "tarina-0.7.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:bc010bd62bf6999dcbd55ab9fe1fd923348ea92991c47f7624af0b4ba582f89d"},
{file = "tarina-0.7.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:5847c5838db809a2509c3e91828ffcc4fc5f510346cd64434ee3d60480e29369"},
{file = "tarina-0.7.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:015809458e9c9d09027d1ca54c5d92b273871b7234dfacf6f445ca5bb02510da"},
{file = "tarina-0.7.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4a206f6bf3b1041b36e755ce71e53b33245b701c7e7d229d4396b50fd911b0bc"},
{file = "tarina-0.7.1-cp312-cp312-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:144fc142c258c77bd4b48455e546afdca0b765902c63a042864210d00e26df2e"},
{file = "tarina-0.7.1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:04212f0f66e732f8905ae3cb49a7ef3229ba68e399c6d985df1d2c014e76ba54"},
{file = "tarina-0.7.1-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:23846ff9b5aa671378c90cb20b3a53a9a9f74755e9f4895c64b5d0543ea985ef"},
{file = "tarina-0.7.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:afc69abf752793b866a6c165d7ad8d0af43b0f4628afaba1b60bb49903e33b77"},
{file = "tarina-0.7.1-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9fa361da6d916e83f0b6d30807726c0ab66ba482142079753bcef2190e93241d"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e453ca67b18b789ce10cd6636590af9894dec6a98c8ed6fe4c15f42342d470b5"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:e45e73edcd78678b382994e34eb04eb0a8f84c821561ab6d20749df7005c64e0"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:0fa4f5dff033d96aa79ba6ce45536d38fcc7212f77765e4aa0d184debdfb100f"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:e898238dc79b2bfca1e7463ee8981cea07cdff0833081471df6d3793b87008de"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:94bde61966b2dd59ba1282353333b9e6d84e8ba73561e69eeb3a3d1ba386a4c4"},
{file = "tarina-0.7.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:37a6c746ab363ac95689f19675071468f2f53782496ec8266ff76b667945542d"},
{file = "tarina-0.7.1-cp312-cp312-win32.whl", hash = "sha256:10edba34466048f7bc4259a5e14bed14debddb5a826ce3f0be103c67dd24541c"},
{file = "tarina-0.7.1-cp312-cp312-win_amd64.whl", hash = "sha256:cf64bbd8f879d589162c7d020969bbe4d74fde631258f12dc988d47bf2d679dc"},
{file = "tarina-0.7.1-cp312-cp312-win_arm64.whl", hash = "sha256:5809c947c7219039073664f1fe91b551b182c001c70069dc4fe8ac317f097e18"},
{file = "tarina-0.7.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:e56ad457f83c1f2851a4939a5514dfc84f604f0b296bb1c68915c281e50f7d84"},
{file = "tarina-0.7.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:04b8d5c133b7ad219fa1b1ea54349a3c33dee80f20469d50c95273b08987491a"},
{file = "tarina-0.7.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0a3bd24866729593b42203ed6b8a52b61526640b679b355bd34caf67ff7d8cab"},
{file = "tarina-0.7.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a7874b919bc819413f2a6178fd7544419ccc9198725a3d186cac6d03a3ae4ce"},
{file = "tarina-0.7.1-cp313-cp313-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f74b5ce15d55944f4660cc988e85a8cb3b2db1671001518a15c7cdf786371ac6"},
{file = "tarina-0.7.1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:edb1aa908fa6a6dfb0f23577f160e02bbaec6eec579773b42b9153ed844db90c"},
{file = "tarina-0.7.1-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:70d36f957b27fbc4c56828baa1a6b70845b6903aa74534a47c019b06256078b1"},
{file = "tarina-0.7.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:951766989a51b4f5963c9ee6621bf38c7e5848b990a6c01e5cde5eb45f7902d5"},
{file = "tarina-0.7.1-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9eb4ce123e0aba49494d333276809eb40abc79285e28870d35589377f9092509"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7570722f60d9e26c891b995d4d83e96f53321538fb890c147863bdabff3ffd8d"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:680fe857848cf7a3a4633ad1bb5b006cfc0b0d47afcf5d0124060ba73e8a4a5b"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:52c18ff1ca4d28eb8fa126f7cbfc405e847ad437afcd4249b27c023273ede665"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:a7412e2b5b2941d88b7be2e8508b7b29d0728de9b0362265fa0204d794532d2f"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:e230035139b699e3c5c2510e2f341fcc5cbb0ecc231e71423dfacecb9e13003e"},
{file = "tarina-0.7.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6e3d8be149cd2b020ae9404c450221e65b42cd257e6f91745ef0710a686379bb"},
{file = "tarina-0.7.1-cp313-cp313-win32.whl", hash = "sha256:0024a27e4f1b7843ea6decb43d4e406d858b05906cfc6980996cd05d90697430"},
{file = "tarina-0.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:fef87047e6b7b86ce0b8f6f06fbf4c9e205acfcb764c208cd1af84fbb19fd25a"},
{file = "tarina-0.7.1-cp313-cp313-win_arm64.whl", hash = "sha256:2e49f1c49dd02a920dc456813951c8bcd6c29e516851b09c10afa39ca9736d7b"},
{file = "tarina-0.7.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:c36fe99de8d5b1063b1a100e98944d219364fcd065986512873197087665b991"},
{file = "tarina-0.7.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:93408fae2733bb4a5d629280cb39e838163524e4f0820ddaa83024df44b38c06"},
{file = "tarina-0.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:fe211b23f9ff9b4208e0ee7bf8794c8c33eb822630c6063e4917b4c7b1ee9b83"},
{file = "tarina-0.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:85e36c243b1f9dce2fb9c2fda97c85ece8a75b366281f3e7376a2850fd69fa19"},
{file = "tarina-0.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:c6db2ee5a424c73e1b1ab8abdc0281b347d16dba3cdbc0bc2577887662ef1a3d"},
{file = "tarina-0.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ce2b8a53e7f287bc638e750f402084fa2b96902ac53383bb6c926d9783212dda"},
{file = "tarina-0.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d043a98d2b547de1047ea2318979139faefce72895af637a27a4bcb6ee2a298b"},
{file = "tarina-0.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6b7c1b20bbb80115aac5f0866eb5086f84a4fb8a6cd7dae3120b925c0285dcfd"},
{file = "tarina-0.7.1-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0dfed1d858473a81718c072e2ffd2a8fafab407b458760a3eee89d49d3b0e91b"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0c4e63afe9ba309291e4b935717c5a6cb70dacaf792c23a605db31a7709dee75"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:1aff4e367f12d57af544c6128c1ae3d305f353540238f21b35d61c336c420d82"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:7c6f600a14644aa7f06af53dd1e6865bb31ff3cd9d63d12e5ee6f9d696a639ae"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:54cb214e0ecb6588820d892b40f0e899a7d7f3cee3d40eb3855c20a7d7c015c3"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:440c8475be194e0cad0220f4e584558ff8f9cadaafe4fa557372e1d1ee9845e4"},
{file = "tarina-0.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:98afece54d35a2e7435f17b33bea21b59ced592e1f833588ce0f7f8e3d58dd29"},
{file = "tarina-0.7.1-cp314-cp314-win32.whl", hash = "sha256:89518247460e207cf44d899c693c53d6ba4e26b4a9795e81578cf07bd902fa5c"},
{file = "tarina-0.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:2da440f5124114b5e286edfaebcbb1c107bf19c3561effc7d0fd23d9376f9f3e"},
{file = "tarina-0.7.1-cp314-cp314-win_arm64.whl", hash = "sha256:d5af6a46c7f60e277e7ddc67a33e26e065b602f93884478c0ba27e9b911e9499"},
{file = "tarina-0.7.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:89e276ea9368cc4f67bee70b979316b963ccdf2df3ef6831380b773e7218ba4e"},
{file = "tarina-0.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:af783845d2908fd24dceb92c8091d21a17d8c3a5b8d7ff5d7d8397135ee88122"},
{file = "tarina-0.7.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:032290d5150db82e03d144211687c58d6b9d1c1f23f80e2a888176a4e636c47d"},
{file = "tarina-0.7.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2331764818cf1eeda8d20f2b18f64776504501741be4474cda6945625c9b6e27"},
{file = "tarina-0.7.1-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:60264a33c1e1592c9400c5261cac41ee49011381f78a816d68d9561bb1039a3a"},
{file = "tarina-0.7.1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2529f7eeae8fa740164c17350f41fca010a6763ef6594fddcdf4e53bc4d523bd"},
{file = "tarina-0.7.1-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e7977fb1f6d29fca1fd876065ee464175a98a7ad8460cd00bdf923001139a5cb"},
{file = "tarina-0.7.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:36ef58e78d4e7f9d217e24c9a87a9b68ec478a4ffa378b50797359deae236d7a"},
{file = "tarina-0.7.1-cp39-cp39-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:3c2994ecd6fd4d2d8bb004ecaa3b5ad6340e50f6c9b4722bcf95e9132f978380"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:4461e02adcc544ba16b093b00ab58c15d06501a49caceb9d43fd7503a047b638"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:8a27f510ec4c042c06df756f562a1f214b9fa88764a42f27f6d7f7c89a678350"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:d75cda3f657022c19ee16a2d76bef5cd247354c0844aa73c5acb7f6ab2dd26bc"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_riscv64.whl", hash = "sha256:00bd13582f5ca8147ad06dd7dee006e6169dd756b6a0cdd198d5eed54973f8b9"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:5d51120dbbb9d8924b37bc3f1ecbba1c82170cef5c1e89665cc30dd098f692d8"},
{file = "tarina-0.7.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b4aa87be90399ee562aea2d4f6be9947717720d7fbef9c26b817fd55f66ecc51"},
{file = "tarina-0.7.1-cp39-cp39-win32.whl", hash = "sha256:e6a473bedfffdfea81eb85a2bd2894253f27396ca60717fa18fd2998e5977e30"},
{file = "tarina-0.7.1-cp39-cp39-win_amd64.whl", hash = "sha256:0983a7e59862bf9be905dc92a9057371e6a846d6db6c993808b780f67db0ab59"},
{file = "tarina-0.7.1-cp39-cp39-win_arm64.whl", hash = "sha256:da73ace319abe67fd294da00506eaae62eb87fbc4b43eec335a8c0cc85f84a48"},
{file = "tarina-0.7.1-py3-none-any.whl", hash = "sha256:2019b326f0ac5d566a49ea36621f6d23b59bec92d116c0eb00669aef043273a3"},
{file = "tarina-0.7.1.tar.gz", hash = "sha256:cbf72dd791fa3d5f990d1c23ba14646615c1c1b811ae73e010e921abb271d57c"},
]
[[package]]
name = "tomli"
version = "2.2.1"
requires_python = ">=3.8"
summary = "A lil' TOML parser"
groups = ["dev"]
marker = "python_version < \"3.11\""
files = [
{file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"},
{file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"},
{file = "tomli-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a"},
{file = "tomli-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6972ca9c9cc9f0acaa56a8ca1ff51e7af152a9f87fb64623e31d5c83700080ee"},
{file = "tomli-2.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c954d2250168d28797dd4e3ac5cf812a406cd5a92674ee4c8f123c889786aa8e"},
{file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8dd28b3e155b80f4d54beb40a441d366adcfe740969820caf156c019fb5c7ec4"},
{file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e59e304978767a54663af13c07b3d1af22ddee3bb2fb0618ca1593e4f593a106"},
{file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:33580bccab0338d00994d7f16f4c4ec25b776af3ffaac1ed74e0b3fc95e885a8"},
{file = "tomli-2.2.1-cp311-cp311-win32.whl", hash = "sha256:465af0e0875402f1d226519c9904f37254b3045fc5084697cefb9bdde1ff99ff"},
{file = "tomli-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:2d0f2fdd22b02c6d81637a3c95f8cd77f995846af7414c5c4b8d0545afa1bc4b"},
{file = "tomli-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4a8f6e44de52d5e6c657c9fe83b562f5f4256d8ebbfe4ff922c495620a7f6cea"},
{file = "tomli-2.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d57ca8095a641b8237d5b079147646153d22552f1c637fd3ba7f4b0b29167a8"},
{file = "tomli-2.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e340144ad7ae1533cb897d406382b4b6fede8890a03738ff1683af800d54192"},
{file = "tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db2b95f9de79181805df90bedc5a5ab4c165e6ec3fe99f970d0e302f384ad222"},
{file = "tomli-2.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40741994320b232529c802f8bc86da4e1aa9f413db394617b9a256ae0f9a7f77"},
{file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:400e720fe168c0f8521520190686ef8ef033fb19fc493da09779e592861b78c6"},
{file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd"},
{file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b82ebccc8c8a36f2094e969560a1b836758481f3dc360ce9a3277c65f374285e"},
{file = "tomli-2.2.1-cp312-cp312-win32.whl", hash = "sha256:889f80ef92701b9dbb224e49ec87c645ce5df3fa2cc548664eb8a25e03127a98"},
{file = "tomli-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:7fc04e92e1d624a4a63c76474610238576942d6b8950a2d7f908a340494e67e4"},
{file = "tomli-2.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7"},
{file = "tomli-2.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c"},
{file = "tomli-2.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a92ef1a44547e894e2a17d24e7557a5e85a9e1d0048b0b5e7541f76c5032cb13"},
{file = "tomli-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9316dc65bed1684c9a98ee68759ceaed29d229e985297003e494aa825ebb0281"},
{file = "tomli-2.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272"},
{file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac065718db92ca818f8d6141b5f66369833d4a80a9d74435a268c52bdfa73140"},
{file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:d920f33822747519673ee656a4b6ac33e382eca9d331c87770faa3eef562aeb2"},
{file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a198f10c4d1b1375d7687bc25294306e551bf1abfa4eace6650070a5c1ae2744"},
{file = "tomli-2.2.1-cp313-cp313-win32.whl", hash = "sha256:d3f5614314d758649ab2ab3a62d4f2004c825922f9e370b29416484086b264ec"},
{file = "tomli-2.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:a38aa0308e754b0e3c67e344754dff64999ff9b513e691d0e786265c93583c69"},
{file = "tomli-2.2.1-py3-none-any.whl", hash = "sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc"},
{file = "tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff"},
]
[[package]]
name = "tomlkit"
version = "0.13.3"
requires_python = ">=3.8"
summary = "Style preserving TOML library"
groups = ["default"]
files = [
{file = "tomlkit-0.13.3-py3-none-any.whl", hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0"},
{file = "tomlkit-0.13.3.tar.gz", hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1"},
]
[[package]]
name = "typing-extensions"
version = "4.16.0"
requires_python = ">=3.9"
summary = "Backported and Experimental Type Hints for Python 3.9+"
groups = ["default", "dev", "virtualenv"]
files = [
{file = "typing_extensions-4.16.0-py3-none-any.whl", hash = "sha256:481caa481374e813c1b176ada14e97f1f67a4539ce9cfeb3f350d78d6370c2e8"},
{file = "typing_extensions-4.16.0.tar.gz", hash = "sha256:dc983d19a509c94dba722ee6abd33940f7c05a89e243c47e907eb4db6f1a43e5"},
]
[[package]]
name = "virtualenv"
version = "20.34.0"
requires_python = ">=3.8"
summary = "Virtual Python Environment builder"
groups = ["virtualenv"]
dependencies = [
"distlib<1,>=0.3.7",
"filelock<4,>=3.12.2",
"importlib-metadata>=6.6; python_version < \"3.8\"",
"platformdirs<5,>=3.9.1",
"typing-extensions>=4.13.2; python_version < \"3.11\"",
]
files = [
{file = "virtualenv-20.34.0-py3-none-any.whl", hash = "sha256:341f5afa7eee943e4984a9207c025feedd768baff6753cd660c857ceb3e36026"},
{file = "virtualenv-20.34.0.tar.gz", hash = "sha256:44815b2c9dee7ed86e387b842a84f20b93f7f417f95886ca1996a72a4138eb1a"},
]
[[package]]
name = "zipp"
version = "3.23.0"
requires_python = ">=3.9"
summary = "Backport of pathlib-compatible object wrapper for zip files"
groups = ["default"]
files = [
{file = "zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e"},
{file = "zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"},
]