FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-zeroconf/poetry.lock at master · python-zeroconf/python-zeroconf · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-zeroconf
/
python-zeroconf
Public
Notifications
You must be signed in to change notification settings
Fork
230
Star
734
Code
Issues
46
Pull requests
8
Discussions
Actions
Projects
Wiki
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-zeroconf
/
poetry.lock
Copy path
More file actions
More file actions
Latest commit
History
History
History
1175 lines (1088 loc) · 94.2 KB
Breadcrumbs
python-zeroconf
/
poetry.lock
Copy path
File metadata and controls
1175 lines (1088 loc) · 94.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand.
[[
package
]]
name
=
"
alabaster
"
version
=
"
0.7.16
"
description
=
"
A light, configurable Sphinx theme
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
alabaster-0.7.16-py3-none-any.whl
"
,
hash
=
"
sha256:b46733c07dce03ae4e150330b975c75737fa60f0a7c591b6c8bf4928a28e2c92
"
},
{
file
=
"
alabaster-0.7.16.tar.gz
"
,
hash
=
"
sha256:75a8b99c28a5dad50dd7f8ccdd447a121ddb3892da9e53d1ca5cca3106d58d65
"
},
]
[[
package
]]
name
=
"
babel
"
version
=
"
2.17.0
"
description
=
"
Internationalization utilities
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
babel-2.17.0-py3-none-any.whl
"
,
hash
=
"
sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2
"
},
{
file
=
"
babel-2.17.0.tar.gz
"
,
hash
=
"
sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d
"
},
]
[
package
.
extras
]
dev
= [
"
backports.zoneinfo ; python_version <
\"
3.9
\"
"
,
"
freezegun (>=1.0,<2.0)
"
,
"
jinja2 (>=3.0)
"
,
"
pytest (>=6.0)
"
,
"
pytest-cov
"
,
"
pytz
"
,
"
setuptools
"
,
"
tzdata ; sys_platform ==
\"
win32
\"
"
]
[[
package
]]
name
=
"
backports-asyncio-runner
"
version
=
"
1.2.0
"
description
=
"
Backport of asyncio.Runner, a context manager that controls event loop life cycle.
"
optional
=
false
python-versions
=
"
<3.11,>=3.8
"
groups
= [
"
dev
"
]
markers
=
"
python_version ==
\"
3.10
\"
"
files
= [
{
file
=
"
backports_asyncio_runner-1.2.0-py3-none-any.whl
"
,
hash
=
"
sha256:0da0a936a8aeb554eccb426dc55af3ba63bcdc69fa1a600b5bb305413a4477b5
"
},
{
file
=
"
backports_asyncio_runner-1.2.0.tar.gz
"
,
hash
=
"
sha256:a5aa7b2b7d8f8bfcaa2b57313f70792df84e32a2a746f585213373f900b42162
"
},
]
[[
package
]]
name
=
"
blockbuster
"
version
=
"
1.5.27
"
description
=
"
Utility to detect blocking calls in the async event loop
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
blockbuster-1.5.27-py3-none-any.whl
"
,
hash
=
"
sha256:f0acf153d22a791bf5f142935332ef8530960ec215541b48a6037e6cea0a8645
"
},
{
file
=
"
blockbuster-1.5.27.tar.gz
"
,
hash
=
"
sha256:b8e9d988b9b91ba468c94530e219f26a00d3ff616b39ebf3da561a2a3eea9dd4
"
},
]
[
package
.
dependencies
]
forbiddenfruit
= {
version
=
"
>=0.1.4
"
,
markers
=
"
implementation_name ==
\"
cpython
\"
"
}
[[
package
]]
name
=
"
certifi
"
version
=
"
2025.1.31
"
description
=
"
Python package for providing Mozilla's CA Bundle.
"
optional
=
false
python-versions
=
"
>=3.6
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
certifi-2025.1.31-py3-none-any.whl
"
,
hash
=
"
sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe
"
},
{
file
=
"
certifi-2025.1.31.tar.gz
"
,
hash
=
"
sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651
"
},
]
[[
package
]]
name
=
"
charset-normalizer
"
version
=
"
3.4.1
"
description
=
"
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:91b36a978b5ae0ee86c394f5a54d6ef44db1de0815eb43de826d41d21e4af3de
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:7461baadb4dc00fd9e0acbe254e3d7d2112e7f92ced2adc96e54ef6501c5f176
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:e218488cd232553829be0664c2292d3af2eeeb94b32bea483cf79ac6a694e037
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:80ed5e856eb7f30115aaf94e4a08114ccc8813e6ed1b5efa74f9f82e8509858f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:b010a7a4fd316c3c484d482922d13044979e78d1861f0e0650423144c616a46a
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:4532bff1b8421fd0a320463030c7520f56a79c9024a4e88f01c537316019005a
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:d973f03c0cb71c5ed99037b870f2be986c3c05e63622c017ea9816881d2dd247
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:3a3bd0dcd373514dcec91c411ddb9632c0d7d92aed7093b8c3bbb6d69ca74408
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:d9c3cdf5390dcd29aa8056d13e8e99526cda0305acc038b96b30352aff5ff2bb
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:2bdfe3ac2e1bbe5b59a1a63721eb3b95fc9b6817ae4a46debbb4e11f6232428d
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:eab677309cdb30d047996b36d34caeda1dc91149e4fdca0b1a039b3f79d9a807
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-win32.whl
"
,
hash
=
"
sha256:c0429126cf75e16c4f0ad00ee0eae4242dc652290f940152ca8c75c3a4b6ee8f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:9f0b8b1c6d84c8034a44893aba5e767bf9c7a211e313a9605d9c617d7083829f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-win32.whl
"
,
hash
=
"
sha256:8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b
"
},
{
file
=
"
charset_normalizer-3.4.1-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl
"
,
hash
=
"
sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-win32.whl
"
,
hash
=
"
sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35
"
},
{
file
=
"
charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl
"
,
hash
=
"
sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-win32.whl
"
,
hash
=
"
sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407
"
},
{
file
=
"
charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl
"
,
hash
=
"
sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:f30bf9fd9be89ecb2360c7d94a711f00c09b976258846efe40db3d05828e8089
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:97f68b8d6831127e4787ad15e6757232e14e12060bec17091b85eb1486b91d8d
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:7974a0b5ecd505609e3b19742b60cee7aa2aa2fb3151bc917e6e2646d7667dcf
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:fc54db6c8593ef7d4b2a331b58653356cf04f67c960f584edb7c3d8c97e8f39e
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:311f30128d7d333eebd7896965bfcfbd0065f1716ec92bd5638d7748eb6f936a
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:7d053096f67cd1241601111b698f5cad775f97ab25d81567d3f59219b5f1adbd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:807f52c1f798eef6cf26beb819eeb8819b1622ddfeef9d0977a8502d4db6d534
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:dccbe65bd2f7f7ec22c4ff99ed56faa1e9f785482b9bbd7c717e26fd723a1d1e
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:2fb9bd477fdea8684f78791a6de97a953c51831ee2981f8e4f583ff3b9d9687e
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:01732659ba9b5b873fc117534143e4feefecf3b2078b0a6a2e925271bb6f4cfa
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-win32.whl
"
,
hash
=
"
sha256:7a4f97a081603d2050bfaffdefa5b02a9ec823f8348a572e39032caa8404a487
"
},
{
file
=
"
charset_normalizer-3.4.1-cp37-cp37m-win_amd64.whl
"
,
hash
=
"
sha256:7b1bef6280950ee6c177b326508f86cad7ad4dff12454483b51d8b7d673a2c5d
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:ecddf25bee22fe4fe3737a399d0d177d72bc22be6913acfab364b40bce1ba83c
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:8c60ca7339acd497a55b0ea5d506b2a2612afb2826560416f6894e8b5770d4a9
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:b7b2d86dd06bfc2ade3312a83a5c364c7ec2e3498f8734282c6c3d4b07b346b8
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:dd78cfcda14a1ef52584dbb008f7ac81c1328c0f58184bf9a84c49c605002da6
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:6e27f48bcd0957c6d4cb9d6fa6b61d192d0b13d5ef563e5f2ae35feafc0d179c
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:01ad647cdd609225c5350561d084b42ddf732f4eeefe6e678765636791e78b9a
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:619a609aa74ae43d90ed2e89bdd784765de0a25ca761b93e196d938b8fd1dbbd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:89149166622f4db9b4b6a449256291dc87a99ee53151c74cbd82a53c8c2f6ccd
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:7709f51f5f7c853f0fb938bcd3bc59cdfdc5203635ffd18bf354f6967ea0f824
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:345b0426edd4e18138d6528aed636de7a9ed169b4aaf9d61a8c19e39d26838ca
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:0907f11d019260cdc3f94fbdb23ff9125f6b5d1039b76003b5b0ac9d6a6c9d5b
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-win32.whl
"
,
hash
=
"
sha256:ea0d8d539afa5eb2728aa1932a988a9a7af94f18582ffae4bc10b3fbdad0626e
"
},
{
file
=
"
charset_normalizer-3.4.1-cp38-cp38-win_amd64.whl
"
,
hash
=
"
sha256:329ce159e82018d646c7ac45b01a430369d526569ec08516081727a20e9e4af4
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:b97e690a2118911e39b4042088092771b4ae3fc3aa86518f84b8cf6888dbdb41
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:78baa6d91634dfb69ec52a463534bc0df05dbd546209b79a3880a34487f4b84f
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:1a2bc9f351a75ef49d664206d51f8e5ede9da246602dc2d2726837620ea034b2
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
"
,
hash
=
"
sha256:75832c08354f595c760a804588b9357d34ec00ba1c940c15e31e96d902093770
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:0af291f4fe114be0280cdd29d533696a77b5b49cfde5467176ecab32353395c4
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:0167ddc8ab6508fe81860a57dd472b2ef4060e8d378f0cc555707126830f2537
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:2a75d49014d118e4198bcee5ee0a6f25856b29b12dbf7cd012791f8a6cc5c496
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:363e2f92b0f0174b2f8238240a1a30142e3db7b957a5dd5689b0e75fb717cc78
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:ab36c8eb7e454e34e60eb55ca5d241a5d18b2c6244f6827a30e451c42410b5f7
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-musllinux_1_2_s390x.whl
"
,
hash
=
"
sha256:4c0907b1928a36d5a998d72d64d8eaa7244989f7aaaf947500d3a800c83a3fd6
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:04432ad9479fa40ec0f387795ddad4437a2b50417c69fa275e212933519ff294
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-win32.whl
"
,
hash
=
"
sha256:3bed14e9c89dcb10e8f3a29f9ccac4955aebe93c71ae803af79265c9ca5644c5
"
},
{
file
=
"
charset_normalizer-3.4.1-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:49402233c892a461407c512a19435d1ce275543138294f7ef013f0b63d5d3765
"
},
{
file
=
"
charset_normalizer-3.4.1-py3-none-any.whl
"
,
hash
=
"
sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85
"
},
{
file
=
"
charset_normalizer-3.4.1.tar.gz
"
,
hash
=
"
sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3
"
},
]
[[
package
]]
name
=
"
colorama
"
version
=
"
0.4.6
"
description
=
"
Cross-platform colored terminal text.
"
optional
=
false
python-versions
=
"
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7
"
groups
= [
"
dev
"
,
"
docs
"
]
markers
=
"
sys_platform ==
\"
win32
\"
"
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
=
"
coverage
"
version
=
"
7.10.6
"
description
=
"
Code coverage measurement for Python
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
coverage-7.10.6-cp310-cp310-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:70e7bfbd57126b5554aa482691145f798d7df77489a177a6bef80de78860a356
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:e41be6f0f19da64af13403e52f2dec38bbc2937af54df8ecef10850ff8d35301
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:c61fc91ab80b23f5fddbee342d19662f3d3328173229caded831aa0bd7595460
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:10356fdd33a7cc06e8051413140bbdc6f972137508a3572e3f59f805cd2832fd
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:80b1695cf7c5ebe7b44bf2521221b9bb8cdf69b1f24231149a7e3eb1ae5fa2fb
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:2e4c33e6378b9d52d3454bd08847a8651f4ed23ddbb4a0520227bd346382bbc6
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:c8a3ec16e34ef980a46f60dc6ad86ec60f763c3f2fa0db6d261e6e754f72e945
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:7d79dabc0a56f5af990cc6da9ad1e40766e82773c075f09cc571e2076fef882e
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-win32.whl
"
,
hash
=
"
sha256:86b9b59f2b16e981906e9d6383eb6446d5b46c278460ae2c36487667717eccf1
"
},
{
file
=
"
coverage-7.10.6-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:e132b9152749bd33534e5bd8565c7576f135f157b4029b975e15ee184325f528
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:c706db3cabb7ceef779de68270150665e710b46d56372455cd741184f3868d8f
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:8e0c38dc289e0508ef68ec95834cb5d2e96fdbe792eaccaa1bccac3966bbadcc
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:752a3005a1ded28f2f3a6e8787e24f28d6abe176ca64677bcd8d53d6fe2ec08a
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:689920ecfd60f992cafca4f5477d55720466ad2c7fa29bb56ac8d44a1ac2b47a
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:ec98435796d2624d6905820a42f82149ee9fc4f2d45c2c5bc5a44481cc50db62
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:b37201ce4a458c7a758ecc4efa92fa8ed783c66e0fa3c42ae19fc454a0792153
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:2904271c80898663c810a6b067920a61dd8d38341244a3605bd31ab55250dad5
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:5aea98383463d6e1fa4e95416d8de66f2d0cb588774ee20ae1b28df826bcb619
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-win32.whl
"
,
hash
=
"
sha256:e3fb1fa01d3598002777dd259c0c2e6d9d5e10e7222976fc8e03992f972a2cba
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:f35ed9d945bece26553d5b4c8630453169672bea0050a564456eb88bdffd927e
"
},
{
file
=
"
coverage-7.10.6-cp311-cp311-win_arm64.whl
"
,
hash
=
"
sha256:99e1a305c7765631d74b98bf7dbf54eeea931f975e80f115437d23848ee8c27c
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-macosx_10_13_x86_64.whl
"
,
hash
=
"
sha256:5b2dd6059938063a2c9fee1af729d4f2af28fd1a545e9b7652861f0d752ebcea
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:388d80e56191bf846c485c14ae2bc8898aa3124d9d35903fef7d907780477634
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:90cb5b1a4670662719591aa92d0095bb41714970c0b065b02a2610172dbf0af6
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:961834e2f2b863a0e14260a9a273aff07ff7818ab6e66d2addf5628590c628f9
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:bf9a19f5012dab774628491659646335b1928cfc931bf8d97b0d5918dd58033c
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:99c4283e2a0e147b9c9cc6bc9c96124de9419d6044837e9799763a0e29a7321a
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:282b1b20f45df57cc508c1e033403f02283adfb67d4c9c35a90281d81e5c52c5
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:8cdbe264f11afd69841bd8c0d83ca10b5b32853263ee62e6ac6a0ab63895f972
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-win32.whl
"
,
hash
=
"
sha256:a517feaf3a0a3eca1ee985d8373135cfdedfbba3882a5eab4362bda7c7cf518d
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:856986eadf41f52b214176d894a7de05331117f6035a28ac0016c0f63d887629
"
},
{
file
=
"
coverage-7.10.6-cp312-cp312-win_arm64.whl
"
,
hash
=
"
sha256:acf36b8268785aad739443fa2780c16260ee3fa09d12b3a70f772ef100939d80
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-macosx_10_13_x86_64.whl
"
,
hash
=
"
sha256:ffea0575345e9ee0144dfe5701aa17f3ba546f8c3bb48db62ae101afb740e7d6
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:95d91d7317cde40a1c249d6b7382750b7e6d86fad9d8eaf4fa3f8f44cf171e80
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:3e23dd5408fe71a356b41baa82892772a4cefcf758f2ca3383d2aa39e1b7a003
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:0f3f56e4cb573755e96a16501a98bf211f100463d70275759e73f3cbc00d4f27
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:db4a1d897bbbe7339946ffa2fe60c10cc81c43fab8b062d3fcb84188688174a4
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:d8fd7879082953c156d5b13c74aa6cca37f6a6f4747b39538504c3f9c63d043d
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:28395ca3f71cd103b8c116333fa9db867f3a3e1ad6a084aa3725ae002b6583bc
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:61c950fc33d29c91b9e18540e1aed7d9f6787cc870a3e4032493bbbe641d12fc
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-win32.whl
"
,
hash
=
"
sha256:160c00a5e6b6bdf4e5984b0ef21fc860bc94416c41b7df4d63f536d17c38902e
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-win_amd64.whl
"
,
hash
=
"
sha256:628055297f3e2aa181464c3808402887643405573eb3d9de060d81531fa79d32
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313-win_arm64.whl
"
,
hash
=
"
sha256:df4ec1f8540b0bcbe26ca7dd0f541847cc8a108b35596f9f91f59f0c060bfdd2
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-macosx_10_13_x86_64.whl
"
,
hash
=
"
sha256:c9a8b7a34a4de3ed987f636f71881cd3b8339f61118b1aa311fbda12741bff0b
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:8dd5af36092430c2b075cee966719898f2ae87b636cefb85a653f1d0ba5d5393
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:b0353b0f0850d49ada66fdd7d0c7cdb0f86b900bb9e367024fd14a60cecc1e27
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:d6b9ae13d5d3e8aeca9ca94198aa7b3ebbc5acfada557d724f2a1f03d2c0b0df
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:675824a363cc05781b1527b39dc2587b8984965834a748177ee3c37b64ffeafb
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:692d70ea725f471a547c305f0d0fc6a73480c62fb0da726370c088ab21aed282
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:851430a9a361c7a8484a36126d1d0ff8d529d97385eacc8dfdc9bfc8c2d2cbe4
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:d9369a23186d189b2fc95cc08b8160ba242057e887d766864f7adf3c46b2df21
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-win32.whl
"
,
hash
=
"
sha256:92be86fcb125e9bda0da7806afd29a3fd33fdf58fba5d60318399adf40bf37d0
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-win_amd64.whl
"
,
hash
=
"
sha256:6b3039e2ca459a70c79523d39347d83b73f2f06af5624905eba7ec34d64d80b5
"
},
{
file
=
"
coverage-7.10.6-cp313-cp313t-win_arm64.whl
"
,
hash
=
"
sha256:3fb99d0786fe17b228eab663d16bee2288e8724d26a199c29325aac4b0319b9b
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-macosx_10_13_x86_64.whl
"
,
hash
=
"
sha256:6008a021907be8c4c02f37cdc3ffb258493bdebfeaf9a839f9e71dfdc47b018e
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:5e75e37f23eb144e78940b40395b42f2321951206a4f50e23cfd6e8a198d3ceb
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:0f7cb359a448e043c576f0da00aa8bfd796a01b06aa610ca453d4dde09cc1034
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:c68018e4fc4e14b5668f1353b41ccf4bc83ba355f0e1b3836861c6f042d89ac1
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:cd4b2b0707fc55afa160cd5fc33b27ccbf75ca11d81f4ec9863d5793fc6df56a
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:4cec13817a651f8804a86e4f79d815b3b28472c910e099e4d5a0e8a3b6a1d4cb
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:f2a6a8e06bbda06f78739f40bfb56c45d14eb8249d0f0ea6d4b3d48e1f7c695d
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:081b98395ced0d9bcf60ada7661a0b75f36b78b9d7e39ea0790bb4ed8da14747
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-win32.whl
"
,
hash
=
"
sha256:6937347c5d7d069ee776b2bf4e1212f912a9f1f141a429c475e6089462fcecc5
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-win_amd64.whl
"
,
hash
=
"
sha256:adec1d980fa07e60b6ef865f9e5410ba760e4e1d26f60f7e5772c73b9a5b0713
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314-win_arm64.whl
"
,
hash
=
"
sha256:a80f7aef9535442bdcf562e5a0d5a5538ce8abe6bb209cfbf170c462ac2c2a32
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-macosx_10_13_x86_64.whl
"
,
hash
=
"
sha256:0de434f4fbbe5af4fa7989521c655c8c779afb61c53ab561b64dcee6149e4c65
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:6e31b8155150c57e5ac43ccd289d079eb3f825187d7c66e755a055d2c85794c6
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:98cede73eb83c31e2118ae8d379c12e3e42736903a8afcca92a7218e1f2903b0
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:f863c08f4ff6b64fa8045b1e3da480f5374779ef187f07b82e0538c68cb4ff8e
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:2b38261034fda87be356f2c3f42221fdb4171c3ce7658066ae449241485390d5
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:0e93b1476b79eae849dc3872faeb0bf7948fd9ea34869590bc16a2a00b9c82a7
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:ff8a991f70f4c0cf53088abf1e3886edcc87d53004c7bb94e78650b4d3dac3b5
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:ac765b026c9f33044419cbba1da913cfb82cca1b60598ac1c7a5ed6aac4621a0
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-win32.whl
"
,
hash
=
"
sha256:441c357d55f4936875636ef2cfb3bee36e466dcf50df9afbd398ce79dba1ebb7
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-win_amd64.whl
"
,
hash
=
"
sha256:073711de3181b2e204e4870ac83a7c4853115b42e9cd4d145f2231e12d670930
"
},
{
file
=
"
coverage-7.10.6-cp314-cp314t-win_arm64.whl
"
,
hash
=
"
sha256:137921f2bac5559334ba66122b753db6dc5d1cf01eb7b64eb412bb0d064ef35b
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:90558c35af64971d65fbd935c32010f9a2f52776103a259f1dee865fe8259352
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:8953746d371e5695405806c46d705a3cd170b9cc2b9f93953ad838f6c1e58612
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:c83f6afb480eae0313114297d29d7c295670a41c11b274e6bca0c64540c1ce7b
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
"
,
hash
=
"
sha256:7eb68d356ba0cc158ca535ce1381dbf2037fa8cb5b1ae5ddfc302e7317d04144
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:5b15a87265e96307482746d86995f4bff282f14b027db75469c446da6127433b
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:fc53ba868875bfbb66ee447d64d6413c2db91fddcfca57025a0e7ab5b07d5862
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:efeda443000aa23f276f4df973cb82beca682fd800bb119d19e80504ffe53ec2
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:9702b59d582ff1e184945d8b501ffdd08d2cee38d93a2206aa5f1365ce0b8d78
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-win32.whl
"
,
hash
=
"
sha256:2195f8e16ba1a44651ca684db2ea2b2d4b5345da12f07d9c22a395202a05b23c
"
},
{
file
=
"
coverage-7.10.6-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:f32ff80e7ef6a5b5b606ea69a36e97b219cd9dc799bcf2963018a4d8f788cfbf
"
},
{
file
=
"
coverage-7.10.6-py3-none-any.whl
"
,
hash
=
"
sha256:92c4ecf6bf11b2e85fd4d8204814dc26e6a19f0c9d938c207c5cb0eadfcabbe3
"
},
{
file
=
"
coverage-7.10.6.tar.gz
"
,
hash
=
"
sha256:f644a3ae5933a552a29dbb9aa2f90c677a875f80ebea028e5a52a4f429044b90
"
},
]
[
package
.
dependencies
]
tomli
= {
version
=
"
*
"
,
optional
=
true
,
markers
=
"
python_full_version <=
\"
3.11.0a6
\"
and extra ==
\"
toml
\"
"
}
[
package
.
extras
]
toml
= [
"
tomli ; python_full_version <=
\"
3.11.0a6
\"
"
]
[[
package
]]
name
=
"
cython
"
version
=
"
3.3.0
"
description
=
"
The Cython compiler for writing C extensions in the Python language.
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
cython-3.3.0-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:0507d9caf7dc35f1212627145d5d13dbc5dd7128529a6608ab72690472fa688e
"
},
{
file
=
"
cython-3.3.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:de883ec6764b61547c1e7674c0d8a8a875d398bd6bb684e46b93d83e4f13b260
"
},
{
file
=
"
cython-3.3.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:eda47eb7731c3b41180b58bb83de423f43aa58a677677e3390e8d332b003859e
"
},
{
file
=
"
cython-3.3.0-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:bf411da3ef1af8763781c219108860f7de33f1100038da35d6bf1b4d83fcb2c0
"
},
{
file
=
"
cython-3.3.0-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:ec09dbf73ff4f7be2b339b995fadae9c4bb517bbbed7ec11d6fe99c2092b48fd
"
},
{
file
=
"
cython-3.3.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:11e437f086affee8051cec4bb531be3edb646ab66e325154aa6849377f365033
"
},
{
file
=
"
cython-3.3.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:e6035b5231a9316edc19d6415f4296fd1d0370e2a165a714b3edc167b9ca00e1
"
},
{
file
=
"
cython-3.3.0-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:8566ea804cfc265f5e9dda71d1b716aa24ee4c3423a5da4b28a248a78c33e3f9
"
},
{
file
=
"
cython-3.3.0-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:03bc5333932f5dda3ba9315298ecdd21daa1b58410bb1f8ce04c78ec8337130a
"
},
{
file
=
"
cython-3.3.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:7e321ae700995a16dc3055ada06ffb8d61e1a7434e5d0e811547a45ac1015ebd
"
},
{
file
=
"
cython-3.3.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:428fafed98ea26927000a287b4dfc9ef07339f56656a5329a34eaa593f79a4f8
"
},
{
file
=
"
cython-3.3.0-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:333449cc0350baedee5a6af27929eac8a71eac4ec59333c45ff476b33c6c660d
"
},
{
file
=
"
cython-3.3.0-cp313-cp313-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:03056533fe4fdbc4f1d34a39178f9a4937ff35196f8bcdde2a67b5b5809c61fe
"
},
{
file
=
"
cython-3.3.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:bc2f2a6b65a991666cfd35a35bab0cd88ffba4df2f601edb6e76cc8116de24b9
"
},
{
file
=
"
cython-3.3.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:23942b0662642927a55676e4b26e6840fb166dd7d76436384685227e7e8619a4
"
},
{
file
=
"
cython-3.3.0-cp313-cp313-win_amd64.whl
"
,
hash
=
"
sha256:ab24d1a4fb6aaf0b5b6fcd75a6d70255fbd3130fa78884c26991f8d5502616b5
"
},
{
file
=
"
cython-3.3.0-cp314-cp314-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:0deedc2e9a5a664e1adfa4c2d310aa7b54903e1a647c274b6c9213f77a02d637
"
},
{
file
=
"
cython-3.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:46072c0d404616b5e652a63882c79cc3f8a1d62635a8692f56ed0e416a4dfed8
"
},
{
file
=
"
cython-3.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:82f94565b6001bab8e31bf52a0911672910b5735910612a2c0f772c719670006
"
},
{
file
=
"
cython-3.3.0-cp314-cp314-win_amd64.whl
"
,
hash
=
"
sha256:51999fb834365721b6c7f689cf6e2ec7c8667aae783df9eb5e589c290a414d9c
"
},
{
file
=
"
cython-3.3.0-cp315-cp315-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:596e8df019372a2cd417805015022d42cb8ee4e1803ccdc11ed00e451625fb66
"
},
{
file
=
"
cython-3.3.0-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:4a36c34d1950845b8ac148653b07cdc62421a4b0d9abfcc849e69f1c4ff9919d
"
},
{
file
=
"
cython-3.3.0-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:b447f6906e0555f05dc4742ef1f99091b1e5d9aa9f16616e772fbf9ff6271616
"
},
{
file
=
"
cython-3.3.0-cp315-cp315-win_amd64.whl
"
,
hash
=
"
sha256:b55c72e8eccdd508c8de3cf3bbc543aafbb3bf6a518e1ee20358d3241cd780ef
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-macosx_10_9_x86_64.whl
"
,
hash
=
"
sha256:e0d2713d2b292c826bc21dc8732bd9e47628103aa3764180c881e04b3fef95dc
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl
"
,
hash
=
"
sha256:169e56fd411f4cd5bba51c82f8239421d547a846099db2b261e4aed48ba9f51f
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl
"
,
hash
=
"
sha256:29f38ebafdf23e3da2516f40c4d065da38bfe002181bf93e2b8cf1262449aba6
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:75c4ae8a6d3a5ccf3cdaba8ab32e6a8d0cd38e3a476aa7ac12df8f8171a8d570
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-musllinux_1_2_armv7l.whl
"
,
hash
=
"
sha256:b94fb5613b9fe34c27d13ec9972dc0dcd2a2155db2902e93921cadc162610a38
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:c4558ba85849ab65dc57e10fd0efb13fabd9d3c09981a2566e18dec7cf47586a
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:311a016369adfd1e0015c4f9819168fc0e518451d7efb4435c30d65a3a26d52b
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-win32.whl
"
,
hash
=
"
sha256:90869072e50b7c8904fe1dd7810321ae901fd5637a6eec6646ed9c57f9eb1081
"
},
{
file
=
"
cython-3.3.0-cp39-abi3-win_arm64.whl
"
,
hash
=
"
sha256:dce56c26d388f00a19426371b6926bf2f77c5c03b71d5273e4556c68be98c2dd
"
},
{
file
=
"
cython-3.3.0-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:14e825253455e943ca765a95096b355745558436b0c46c24856de9269cc4dbd9
"
},
{
file
=
"
cython-3.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:843d7134e784e7b320ef387512e89f1b29af80c641e176dfa8eabd52aab61c3c
"
},
{
file
=
"
cython-3.3.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:26a5e536fc68e85a9de091a0b51c42c5ac834f8d00aaa43f227cbc3efa797ae5
"
},
{
file
=
"
cython-3.3.0-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:66d86b6a1548ae64851b211e3c3504535814b8c8e6c46ddcaf01062bf8d5fad2
"
},
{
file
=
"
cython-3.3.0-py3-none-any.whl
"
,
hash
=
"
sha256:9b24b5c8cd536946b62086fcafee6d5509d3f549f72d553d2336af87ffbe0da1
"
},
{
file
=
"
cython-3.3.0.tar.gz
"
,
hash
=
"
sha256:eed0d93fbca7087f143b42c34b05a825849bdf17f101572c2105acfa49aa88b8
"
},
]
[[
package
]]
name
=
"
docutils
"
version
=
"
0.21.2
"
description
=
"
Docutils -- Python Documentation Utilities
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
docutils-0.21.2-py3-none-any.whl
"
,
hash
=
"
sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
"
},
{
file
=
"
docutils-0.21.2.tar.gz
"
,
hash
=
"
sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f
"
},
]
[[
package
]]
name
=
"
exceptiongroup
"
version
=
"
1.2.2
"
description
=
"
Backport of PEP 654 (exception groups)
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
dev
"
]
markers
=
"
python_version ==
\"
3.10
\"
"
files
= [
{
file
=
"
exceptiongroup-1.2.2-py3-none-any.whl
"
,
hash
=
"
sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b
"
},
{
file
=
"
exceptiongroup-1.2.2.tar.gz
"
,
hash
=
"
sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc
"
},
]
[
package
.
extras
]
test
= [
"
pytest (>=6)
"
]
[[
package
]]
name
=
"
forbiddenfruit
"
version
=
"
0.1.4
"
description
=
"
Patch python built-in objects
"
optional
=
false
python-versions
=
"
*
"
groups
= [
"
dev
"
]
markers
=
"
implementation_name ==
\"
cpython
\"
"
files
= [
{
file
=
"
forbiddenfruit-0.1.4.tar.gz
"
,
hash
=
"
sha256:e3f7e66561a29ae129aac139a85d610dbf3dd896128187ed5454b6421f624253
"
},
]
[[
package
]]
name
=
"
hypothesis
"
version
=
"
6.165.10
"
description
=
"
The property-based testing library for Python
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
dev
"
]
markers
=
"
implementation_name ==
\"
cpython
\"
"
files
= [
{
file
=
"
hypothesis-6.165.10-cp310-abi3-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:f839d29d0cc12048cf073d88ca4fdf94d420bc2b8afd69641ff6d496422ccd4f
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:e10858f57ed0e74baa04393845f469fe8ad502c16ece4499bef7700c575611bd
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:76a7be86d986223b9f1bdb7e7cbcdb048649901fdb956c598ef73bdab1786cd5
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
"
,
hash
=
"
sha256:717aea574e0e5edba2868aa66b1caae335d8f1ad3fb29f01dd6502953fa823a1
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:4334058033e0214475f019e15492a50f3854fe8728cf51fe25c6191a2c3f8e52
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:2abb50cf1cf77d721de0a24c3f99d9c4ffdeb2cbd1e12aebb5a7a93e2b6b6d1f
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_31_riscv64.whl
"
,
hash
=
"
sha256:3de69aa8b924b400291a3cc42aaf78e6ab65c905a3e7e1a5dc39d95ef1b428cb
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-manylinux_2_5_i686.manylinux1_i686.whl
"
,
hash
=
"
sha256:5841331c504e02d7c334591681cb8587cdd59dee7e149db6d3db8e3f9e9f02eb
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:2d0e0f8263d34dd8fa3b39eaa9a50bba56a8470b3dd9ebf6672d10840abe063e
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-musllinux_1_2_armv7l.whl
"
,
hash
=
"
sha256:0c4e6869817c3cfdf5a2b4d348497b95159bdecb3365be732c9b8570e36a4eef
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:9f07ae36c3b093e13687a894e79fe69e98a94c0b67fef656c575247682218143
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-musllinux_1_2_riscv64.whl
"
,
hash
=
"
sha256:aff1f584c9538e8979cd180b1d70bf99bc16be19d4666414f49e5942b21a4f2c
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:1f2c4db25fb8ec1a16a8dba580666337b8ffb1887c4cf1750cc954313897cef7
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-win32.whl
"
,
hash
=
"
sha256:b33dc30170a7402e03c180f2c5ef69dc077152f35b91621e9cebcde9c7d71746
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-win_amd64.whl
"
,
hash
=
"
sha256:e9f924aa610c0618445e1e8738c822c3190ce2a2699a0cb48ec3a351a96761f2
"
},
{
file
=
"
hypothesis-6.165.10-cp310-abi3-win_arm64.whl
"
,
hash
=
"
sha256:1d305448e9bd8e2f4f3cea0eafd809efdaab4e998a0019bc615650c8463e42f1
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:73e6df02a6a62f8045b511c272f894d08e56d174504c793c9effcbc6778051a8
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:8b20f44773a9ab84400465e318712d8c2ca16418d35b9f80aa27fdf2d690ad10
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:bb8c7d05ea27a093a92b250904095d71d924b6b44e5795a415c1b20c265f0c65
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:f4dafd6d6ababfa3b14dd6e5f0378cb7c7d291895a31a40abcbb7cc74f396131
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:fa74636a49fc8077413ce8db3e85f1c4aff880788bb55bda56253118e036fe5b
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:2b112768cfb67f2b683e53e58c1a33d27811aacf60c942b8eb74635e469a73f6
"
},
{
file
=
"
hypothesis-6.165.10-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:56cb8c9055e50545fe6e3e5a560ec25a724673b2e4051f3c24d44e3ebc35dd72
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:592107a0faf6c9c3a63a8dbf13dfb1cbda1cf599b0bc11c953221b00204b9ce1
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:f9180c362bde06fd05380298ded4e234fbc0d6ede0a864835bfd91c1e24283d5
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:d623801ae3dcd97b77b983400ef3d48bf976648e4efff19929175322eaae074d
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:20f6236cfb90b7817bb1a6a087589ca4aa46d73170f0dd62963952ed5dadc589
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:ad0764730e8e3421601c2cc7e1f054a9206c60ea0917165d8d9193dc453f34f1
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:10d9a650a4666b0914831f769703d36140ed8039fd19bf9b71f615b8541eccf2
"
},
{
file
=
"
hypothesis-6.165.10-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:5671d2b2bf83bd4b6f02e55b32d432506eff5358c82f39b460a849ce19a2666e
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:637445c1593a2a9d1024fda50082f07bb56baedda78d90a25f64b8111727ef94
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:713f4ce4e82c26b53031f139de959bc9e8b54d3995aa824b89bbdf8229df2a45
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:f9ff356e97e3ab09db07c8b675efa67340103874a0bae7465acb83dad7a35f7f
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:1a380bc99aa3b035e6a95a2201bf792d4082a04ca75babcc21849c2d0914bb28
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:e9acb2c4d9cb532c3fedea74159f7b923c8c036328c9239b4049e7aa073bdd81
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:8660572b2d424bf5369ea8990985225f70bd1615b76ecd9c25588a3b9307009f
"
},
{
file
=
"
hypothesis-6.165.10-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:3376f2594763aef14faa519b0fb27cae7ce9eeaab4c69efa07777499110306c9
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:9d77c3be7b429875036ad0f0597c6e5cc6bb17894a4da005e3807de64d2673ad
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:490c56b830772b0eca3b4b2cecb3741a1ed26b1d7206a279e1525dbf0aa95ee4
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:ed68e27b8a61e57a3ccdc7c5a14499e00b54dfe223087204d5d40b3b5ef58b6d
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:6caadcd1afb62630ff5c5ff353626eaa616553a5971295ad6dc2b19ca8a39620
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:d9145fe43ebb22e66672967c3fab411793b226ed776e4fe282271bca6ad3c0bb
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:79900a9920a0b1d3a626c03a90ac6bf7042e78d46906a565b86a0dbe926f1d96
"
},
{
file
=
"
hypothesis-6.165.10-cp313-cp313-win_amd64.whl
"
,
hash
=
"
sha256:c01dd04044c472e47193b54f68e84e08d6ebf4f29551885aa959b015f7cd9747
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:9ccac776b2ca93b324806facd526ccb45da0fd035001c899a35b02c44431e209
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:e5f95f7b622e4171096d92175dda0a560f0955ade9b8a3a07bdcf151f7359611
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:f76d1562643693b8a40066f1f96af795b93fd9bcfc9690a1af2ff4c5867ee29e
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:60cab3ab4ea468d31a33739ffd7e94ec3e37dea891d65a6582ecc8a477175191
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:22cf19388f0ff6ced8eb3e49c903d14938e4ed909d93bf28383eef451511e424
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:057d0232f1224dcd0b7698902551a4341a7399f90670b036db6c4376715fe889
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-pyemscripten_2026_0_wasm32.whl
"
,
hash
=
"
sha256:ab0f2e9d7d7d4db257f7cf53de3706c2baf124269571f20ffc2bcd6781f03063
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314-win_amd64.whl
"
,
hash
=
"
sha256:d1ea02fa8ab3d33eb1125eade81f7136341eb429152c6dbe2ae6f8bc33b3fbdd
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:ed1a5891e59472884a03cb9875483e8fc131c80a275c60967f8afc5458a0c8ff
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:09772e328a26e50486ac572be34f9887f9aa185efe7ebb16bde4e8f6038db1f4
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:5cf3b612542ba174c9da4000b59a4f4c81e8d66f87509be85d3a1b71b5c36413
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:f69ec5be85ef508e206153bed8eafd03f7995dc464356c8bbb279a1e2b7d56f3
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:dd207497bb985918409a1bb5db85d1875f74e1269487332113b73d1ee7c77647
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:00de0abdcf8c05c9d0eab735a3c49a276376b55151e6fcb903c2b39a90e5e5c3
"
},
{
file
=
"
hypothesis-6.165.10-cp314-cp314t-win_amd64.whl
"
,
hash
=
"
sha256:cc2da5aa4edf14743fa9257e5ba3513963999f01211635702479d8e92b8207c8
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:eeab73050ea58c13dd56e329f594c1dfe32ebd7bb169bbdf4f8ceefbc31ec6b5
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:4c68e983d0007d014bb01ad4bcbba78bc432c73a1755ff36d5102ceefa18299a
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:7730d8197086f65d8969a991d6728a1d420a51b19fea06535c896cb43a1e05d0
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
"
,
hash
=
"
sha256:7a7980a898a3e6ebe4de1896a0507e3d519edb53fb9b4bda478c9fbeb6514558
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
"
,
hash
=
"
sha256:b5820d009aedb7ae9cfd32f98b1ab0c0bbd6268379c4fab042218b6b655c63f8
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:37a7ac3d34220800e1107871cc391bca1b00439875925d7d821878b8b791f245
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_31_riscv64.whl
"
,
hash
=
"
sha256:dafa7c9dbe3d802f9bcdf261b29c8a70700fb22839947f06e471f62c46b6257f
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-manylinux_2_5_i686.manylinux1_i686.whl
"
,
hash
=
"
sha256:90915635b9648071129b0f72c0673cf8eac9eb84cfd445c5bedef30c714b1ec2
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:e1bbeb7c506b07ee0422cf9b2f7212fefa4240957f03526d38d27bc6743a0a48
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-musllinux_1_2_armv7l.whl
"
,
hash
=
"
sha256:2b36aaffc88625a44f91074c5bbedfdefb9b376c38d1b3c342edcd2e4c8ed16c
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-musllinux_1_2_ppc64le.whl
"
,
hash
=
"
sha256:18a3ea838ddea183388f8788750afa8494d79abb5358823be9782585f34445d3
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-musllinux_1_2_riscv64.whl
"
,
hash
=
"
sha256:2a2567b3a03a4a5a7c575c191cfcce321a967df3727803817e75bffbbeaecabe
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:8001925fa3dde51cb574e4c9de4c7efe77c4e4d64bd2fd2ef61d5651f9d04f3d
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-win32.whl
"
,
hash
=
"
sha256:c6559380469295c4009215fe1cab561301591a3bee2e2fb3f4f96d2273a3affc
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-win_amd64.whl
"
,
hash
=
"
sha256:30797f20ca45e57f526d2df872f63ba453cb4e1091ad542184a7a951af8da79d
"
},
{
file
=
"
hypothesis-6.165.10-cp315-abi3.abi3t-win_arm64.whl
"
,
hash
=
"
sha256:c53e9b1c36350df9965ec44d6c0d4e0bbbb38f720dd2b0e1256dc6524d411015
"
},
{
file
=
"
hypothesis-6.165.10-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
"
,
hash
=
"
sha256:34ee6402df6f31274d89119f1561b5f7489c97866afc5b7a3ed3a13d7e762802
"
},
{
file
=
"
hypothesis-6.165.10-pp311-pypy311_pp73-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:277f41801e88dad2eba082f91a75632b7584ff64044ba2cf9dadf511b0d19cd0
"
},
{
file
=
"
hypothesis-6.165.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:72df95fb1db41755b155c5f02106e0036a339250555c8d351d488704fd112cf9
"
},
{
file
=
"
hypothesis-6.165.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:6e20a02775eb3cf0ffb4f0219b6d7c1f240336663d4e5d7028675ec247c790c4
"
},
{
file
=
"
hypothesis-6.165.10-pp311-pypy311_pp73-win_amd64.whl
"
,
hash
=
"
sha256:1ec53f08732e3cfd0342cbbd75dbd1b193c8f19390660466e536a748bb81f757
"
},
{
file
=
"
hypothesis-6.165.10.tar.gz
"
,
hash
=
"
sha256:68b45e09834cd80523cb1eb274463073c7a9af4e4ef7cff34d9615f355572d32
"
},
]
[
package
.
dependencies
]
exceptiongroup
= {
version
=
"
>=1.0.0
"
,
markers
=
"
python_full_version <
\"
3.11.0
\"
"
}
sortedcontainers
=
"
>=2.1.0,<3.0.0
"
[
package
.
extras
]
all
= [
"
black (>=20.8b0)
"
,
"
click (>=7.0)
"
,
"
crosshair-tool (>=0.0.109)
"
,
"
django (>=5.2)
"
,
"
dpcontracts (>=0.4)
"
,
"
hypothesis-crosshair (>=0.0.30)
"
,
"
lark (>=0.10.1)
"
,
"
libcst (>=0.3.16)
"
,
"
numpy (>=1.21.6)
"
,
"
pandas (>=1.1)
"
,
"
pytest (>=4.6)
"
,
"
python-dateutil (>=1.4)
"
,
"
pytz (>=2014.1)
"
,
"
redis (>=3.0.0)
"
,
"
rich (>=9.0.0)
"
,
"
tzdata (>=2026.3) ; sys_platform ==
\"
emscripten
\"
or sys_platform ==
\"
win32
\"
"
,
"
watchdog (>=4.0.0)
"
]
cli
= [
"
black (>=20.8b0)
"
,
"
click (>=7.0)
"
,
"
rich (>=9.0.0)
"
]
codemods
= [
"
libcst (>=0.3.16)
"
]
crosshair
= [
"
crosshair-tool (>=0.0.109)
"
,
"
hypothesis-crosshair (>=0.0.30)
"
]
dateutil
= [
"
python-dateutil (>=1.4)
"
]
django
= [
"
django (>=5.2)
"
]
dpcontracts
= [
"
dpcontracts (>=0.4)
"
]
ghostwriter
= [
"
black (>=20.8b0)
"
]
lark
= [
"
lark (>=0.10.1)
"
]
numpy
= [
"
numpy (>=1.21.6)
"
]
pandas
= [
"
pandas (>=1.1)
"
]
pytest
= [
"
pytest (>=4.6)
"
]
pytz
= [
"
pytz (>=2014.1)
"
]
redis
= [
"
redis (>=3.0.0)
"
]
watchdog
= [
"
watchdog (>=4.0.0)
"
]
zoneinfo
= [
"
tzdata (>=2026.3) ; sys_platform ==
\"
emscripten
\"
or sys_platform ==
\"
win32
\"
"
]
[[
package
]]
name
=
"
idna
"
version
=
"
3.15
"
description
=
"
Internationalized Domain Names in Applications (IDNA)
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
idna-3.15-py3-none-any.whl
"
,
hash
=
"
sha256:048adeaf8c2d788c40fee287673ccaa74c24ffd8dcf09ffa555a2fbb59f10ac8
"
},
{
file
=
"
idna-3.15.tar.gz
"
,
hash
=
"
sha256:ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc
"
},
]
[
package
.
extras
]
all
= [
"
mypy (>=1.11.2)
"
,
"
pytest (>=8.3.2)
"
,
"
ruff (>=0.6.2)
"
]
[[
package
]]
name
=
"
ifaddr
"
version
=
"
0.2.0
"
description
=
"
Cross-platform network interface and IP address enumeration library
"
optional
=
false
python-versions
=
"
*
"
groups
= [
"
main
"
]
files
= [
{
file
=
"
ifaddr-0.2.0-py3-none-any.whl
"
,
hash
=
"
sha256:085e0305cfe6f16ab12d72e2024030f5d52674afad6911bb1eee207177b8a748
"
},
{
file
=
"
ifaddr-0.2.0.tar.gz
"
,
hash
=
"
sha256:cc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4
"
},
]
[[
package
]]
name
=
"
imagesize
"
version
=
"
1.4.1
"
description
=
"
Getting image size from png/jpeg/jpeg2000/gif file
"
optional
=
false
python-versions
=
"
>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
imagesize-1.4.1-py2.py3-none-any.whl
"
,
hash
=
"
sha256:0d8d18d08f840c19d0ee7ca1fd82490fdc3729b7ac93f49870406ddde8ef8d8b
"
},
{
file
=
"
imagesize-1.4.1.tar.gz
"
,
hash
=
"
sha256:69150444affb9cb0d5cc5a92b3676f0b2fb7cd9ae39e947a5e11a36b4497cd4a
"
},
]
[[
package
]]
name
=
"
iniconfig
"
version
=
"
2.0.0
"
description
=
"
brain-dead simple config-ini parsing
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
iniconfig-2.0.0-py3-none-any.whl
"
,
hash
=
"
sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
"
},
{
file
=
"
iniconfig-2.0.0.tar.gz
"
,
hash
=
"
sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3
"
},
]
[[
package
]]
name
=
"
jinja2
"
version
=
"
3.1.6
"
description
=
"
A very fast and expressive template engine.
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
jinja2-3.1.6-py3-none-any.whl
"
,
hash
=
"
sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67
"
},
{
file
=
"
jinja2-3.1.6.tar.gz
"
,
hash
=
"
sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d
"
},
]
[
package
.
dependencies
]
MarkupSafe
=
"
>=2.0
"
[
package
.
extras
]
i18n
= [
"
Babel (>=2.7)
"
]
[[
package
]]
name
=
"
markdown-it-py
"
version
=
"
3.0.0
"
description
=
"
Python port of markdown-it. Markdown parsing, done right!
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
markdown-it-py-3.0.0.tar.gz
"
,
hash
=
"
sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
"
},
{
file
=
"
markdown_it_py-3.0.0-py3-none-any.whl
"
,
hash
=
"
sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1
"
},
]
[
package
.
dependencies
]
mdurl
=
"
>=0.1,<1.0
"
[
package
.
extras
]
benchmarking
= [
"
psutil
"
,
"
pytest
"
,
"
pytest-benchmark
"
]
code-style
= [
"
pre-commit (>=3.0,<4.0)
"
]
compare
= [
"
commonmark (>=0.9,<1.0)
"
,
"
markdown (>=3.4,<4.0)
"
,
"
mistletoe (>=1.0,<2.0)
"
,
"
mistune (>=2.0,<3.0)
"
,
"
panflute (>=2.3,<3.0)
"
]
linkify
= [
"
linkify-it-py (>=1,<3)
"
]
plugins
= [
"
mdit-py-plugins
"
]
profiling
= [
"
gprof2dot
"
]
rtd
= [
"
jupyter_sphinx
"
,
"
mdit-py-plugins
"
,
"
myst-parser
"
,
"
pyyaml
"
,
"
sphinx
"
,
"
sphinx-copybutton
"
,
"
sphinx-design
"
,
"
sphinx_book_theme
"
]
testing
= [
"
coverage
"
,
"
pytest
"
,
"
pytest-cov
"
,
"
pytest-regressions
"
]
[[
package
]]
name
=
"
markupsafe
"
version
=
"
3.0.2
"
description
=
"
Safely add untrusted strings to HTML/XML markup.
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:38a9ef736c01fccdd6600705b09dc574584b89bea478200c5fbf112a6b0d5579
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:bbcb445fa71794da8f178f0f6d66789a28d7319071af7a496d4d507ed566270d
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:57cb5a3cf367aeb1d316576250f65edec5bb3be939e9247ae594b4bcbc317dfb
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:3809ede931876f5b2ec92eef964286840ed3540dadf803dd570c3b7e13141a3b
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:e07c3764494e3776c602c1e78e298937c3315ccc9043ead7e685b7f2b8d47b3c
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:b424c77b206d63d500bcb69fa55ed8d0e6a3774056bdc4839fc9298a7edca171
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-win32.whl
"
,
hash
=
"
sha256:fcabf5ff6eea076f859677f5f0b6b5c1a51e70a376b0579e0eadef8db48c6b50
"
},
{
file
=
"
MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl
"
,
hash
=
"
sha256:6af100e168aa82a50e186c82875a5893c5597a0c1ccdb0d8b40240b1f28b969a
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-win32.whl
"
,
hash
=
"
sha256:6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d
"
},
{
file
=
"
MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl
"
,
hash
=
"
sha256:70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl
"
,
hash
=
"
sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-win32.whl
"
,
hash
=
"
sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30
"
},
{
file
=
"
MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl
"
,
hash
=
"
sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl
"
,
hash
=
"
sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-win32.whl
"
,
hash
=
"
sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl
"
,
hash
=
"
sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl
"
,
hash
=
"
sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-win32.whl
"
,
hash
=
"
sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6
"
},
{
file
=
"
MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl
"
,
hash
=
"
sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-macosx_10_9_universal2.whl
"
,
hash
=
"
sha256:eaa0a10b7f72326f1372a713e73c3f739b524b3af41feb43e4921cb529f5929a
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:48032821bbdf20f5799ff537c7ac3d1fba0ba032cfc06194faffa8cda8b560ff
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
"
,
hash
=
"
sha256:1a9d3f5f0901fdec14d8d2f66ef7d035f2157240a433441719ac9a3fba440b13
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
"
,
hash
=
"
sha256:88b49a3b9ff31e19998750c38e030fc7bb937398b1f78cfa599aaef92d693144
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
"
,
hash
=
"
sha256:cfad01eed2c2e0c01fd0ecd2ef42c492f7f93902e39a42fc9ee1692961443a29
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
"
,
hash
=
"
sha256:1225beacc926f536dc82e45f8a4d68502949dc67eea90eab715dea3a21c1b5f0
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_i686.whl
"
,
hash
=
"
sha256:3169b1eefae027567d1ce6ee7cae382c57fe26e82775f460f0b2778beaad66c0
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
"
,
hash
=
"
sha256:eb7972a85c54febfb25b5c4b4f3af4dcc731994c7da0d8a0b4a6eb0640e1d178
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-win32.whl
"
,
hash
=
"
sha256:8c4e8c3ce11e1f92f6536ff07154f9d49677ebaaafc32db9db4620bc11ed480f
"
},
{
file
=
"
MarkupSafe-3.0.2-cp39-cp39-win_amd64.whl
"
,
hash
=
"
sha256:6e296a513ca3d94054c2c881cc913116e90fd030ad1c656b3869762b754f5f8a
"
},
{
file
=
"
markupsafe-3.0.2.tar.gz
"
,
hash
=
"
sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
"
},
]
[[
package
]]
name
=
"
mdurl
"
version
=
"
0.1.2
"
description
=
"
Markdown URL utilities
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
mdurl-0.1.2-py3-none-any.whl
"
,
hash
=
"
sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8
"
},
{
file
=
"
mdurl-0.1.2.tar.gz
"
,
hash
=
"
sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba
"
},
]
[[
package
]]
name
=
"
packaging
"
version
=
"
24.2
"
description
=
"
Core utilities for Python packages
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
dev
"
,
"
docs
"
]
files
= [
{
file
=
"
packaging-24.2-py3-none-any.whl
"
,
hash
=
"
sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759
"
},
{
file
=
"
packaging-24.2.tar.gz
"
,
hash
=
"
sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
"
},
]
[[
package
]]
name
=
"
pluggy
"
version
=
"
1.5.0
"
description
=
"
plugin and hook calling mechanisms for python
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pluggy-1.5.0-py3-none-any.whl
"
,
hash
=
"
sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669
"
},
{
file
=
"
pluggy-1.5.0.tar.gz
"
,
hash
=
"
sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1
"
},
]
[
package
.
extras
]
dev
= [
"
pre-commit
"
,
"
tox
"
]
testing
= [
"
pytest
"
,
"
pytest-benchmark
"
]
[[
package
]]
name
=
"
pygments
"
version
=
"
2.19.1
"
description
=
"
Pygments is a syntax highlighting package written in Python.
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
dev
"
,
"
docs
"
]
files
= [
{
file
=
"
pygments-2.19.1-py3-none-any.whl
"
,
hash
=
"
sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c
"
},
{
file
=
"
pygments-2.19.1.tar.gz
"
,
hash
=
"
sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f
"
},
]
[
package
.
extras
]
windows-terminal
= [
"
colorama (>=0.4.6)
"
]
[[
package
]]
name
=
"
pytest
"
version
=
"
9.1.1
"
description
=
"
pytest: simple powerful testing with Python
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pytest-9.1.1-py3-none-any.whl
"
,
hash
=
"
sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c
"
},
{
file
=
"
pytest-9.1.1.tar.gz
"
,
hash
=
"
sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313
"
},
]
[
package
.
dependencies
]
colorama
= {
version
=
"
>=0.4
"
,
markers
=
"
sys_platform ==
\"
win32
\"
"
}
exceptiongroup
= {
version
=
"
>=1
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
iniconfig
=
"
>=1.0.1
"
packaging
=
"
>=22
"
pluggy
=
"
>=1.5,<2
"
pygments
=
"
>=2.7.2
"
tomli
= {
version
=
"
>=1
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
[
package
.
extras
]
dev
= [
"
argcomplete
"
,
"
attrs (>=19.2)
"
,
"
hypothesis (>=3.56)
"
,
"
mock
"
,
"
requests
"
,
"
setuptools
"
,
"
xmlschema
"
]
[[
package
]]
name
=
"
pytest-asyncio
"
version
=
"
1.4.0
"
description
=
"
Pytest support for asyncio
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pytest_asyncio-1.4.0-py3-none-any.whl
"
,
hash
=
"
sha256:933ca923a23075a87fb7070c0ec272a6848489824d887c85c812670932835aa1
"
},
{
file
=
"
pytest_asyncio-1.4.0.tar.gz
"
,
hash
=
"
sha256:c6c0d2259945122819f171a32ecea2c349ead889ee28176caaf492143424be42
"
},
]
[
package
.
dependencies
]
backports-asyncio-runner
= {
version
=
"
>=1.1,<2
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
pytest
=
"
>=8.4,<10
"
typing-extensions
= {
version
=
"
>=4.12
"
,
markers
=
"
python_version <
\"
3.13
\"
"
}
[
package
.
extras
]
docs
= [
"
sphinx (>=5.3)
"
,
"
sphinx-rtd-theme (>=1)
"
,
"
sphinx-tabs (>=3.5)
"
]
testing
= [
"
coverage (>=6.2)
"
,
"
hypothesis (>=5.7.1)
"
]
[[
package
]]
name
=
"
pytest-codspeed
"
version
=
"
5.0.3
"
description
=
"
Pytest plugin to create CodSpeed benchmarks
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pytest_codspeed-5.0.3-cp310-cp310-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:005348ea52ace3ede2e2f595913912ad2564cca7b124211a88dc78a9cb1fca63
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:dbe6a4a00b449b6ba2771f644cbc38bdf55acf5c812e60e5659110e19dd9f510
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:7ac4344f34bbcdd17f6f8c30dbac3da2f80d223dd112e568fd7f7c2cd4cbc693
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp311-cp311-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:f56d0339cd98d26f6e561987be25bdd2761a5d53d8f73493b1ebe02d0d451093
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:4c682f6645d4eb472f3bd95dbda1805e3af4243610572cb7d6bf94a88e8a0b6c
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:f852bee785a7a124cb1720b1915670c6742af87747dc4d838f3ffdbd365ce9d9
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp312-cp312-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:2eeb25fb1ac3f73c4de50e739e78fea396b89782bdb740bf2a7cd2df21f8d4ee
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:73c5c9d98a3372a42611989ccfa437cce3842431ac6d6b9ab42c4f0e59c070f7
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:a2e0ab65df73e837666d12357280ca50ff6d6ac03ea5266703be518b68170edf
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp313-cp313-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:6524c57fec279a22ffef6112af404036afc71b4704758ae9f0abda429b8478d4
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:0c383c9121deb58a69f174188e9e4488ffc0daced0ed276abf87747182511901
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:a4bcdb4b6522738152885ef067e0c8524d5699828d780fb6f464cdb3db44369c
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:25464363c7f9b9bd5022e969c0addba616fa40ac9b8f0fc9e030c4538863b32d
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:efd43f82ea03ced8488a767ded9473f050791ab7783ea8654107e1e0ac66af40
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:782f9985b6f6b45b8bc20152d206d3a52b56dd088ba81cb70a71f0b39841be9e
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:9aa0815b90196f3c20d736ea8691381e97f12bbe8c7d87af10a351e434b452cb
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:85505c96a3477c346ec2d2b7dced8478f4c651e2b1666ee102d53a832b511853
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:20eba63765be9d1b6cacbbfad84b87d49eb04b357a7045a0899880da181f81e3
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:ec9fa6f0af0a9feb0e0bd517fb59ef28f806fbd50c0c6900ac26cbb4d080eba5
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:8df77b3409f54f4a268f77f3ff74992fe1d995cdbaf2cecf8ad74d32db217ce7
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:a5d8695a227ea1c3a41d25db5b3fe720bf1b4808bd38862be811a4efd902c792
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315t-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:bf4cc4178cbace8f4d2bd240408276bc4da3850ac5fcb5fb5f8a74ab417615bb
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:abe793da40f87295d33988673d34f06ea569848b44490b847552cd416816258a
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:c3a9ed38dfa776443b86f4b49a982e8443d0953db4974bd2673d63cc904ae1ad
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp39-cp39-macosx_11_0_arm64.whl
"
,
hash
=
"
sha256:bce0a6ea93a5b19658f713312bb67554c19283ab15b454a1e3e55a13e78130f8
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
"
,
hash
=
"
sha256:3a2097247985f5d915a94b80c5552d10979ca858c859fc3edef1bf2baa5c9b7a
"
},
{
file
=
"
pytest_codspeed-5.0.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
"
,
hash
=
"
sha256:51e192905a2230f9956e6160732f76577836953a4a1fb2b1e7be74e51ac7b2a0
"
},
{
file
=
"
pytest_codspeed-5.0.3-py3-none-any.whl
"
,
hash
=
"
sha256:fe2ea83c924c2250675b75686c3ee456b8cf0208d83d552e182a195fdf467378
"
},
{
file
=
"
pytest_codspeed-5.0.3.tar.gz
"
,
hash
=
"
sha256:91afef90e6a96b013495e4702ef5d6358614a449e71008cdc194ef668778b92f
"
},
]
[
package
.
dependencies
]
pytest
=
"
>=3.8
"
rich
=
"
>=13.8.1
"
[
package
.
extras
]
compat
= [
"
pytest-benchmark (>=5.0.0,<5.1.0)
"
,
"
pytest-xdist (>=3.6.1,<3.7.0)
"
]
[[
package
]]
name
=
"
pytest-cov
"
version
=
"
7.1.0
"
description
=
"
Pytest plugin for measuring coverage.
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pytest_cov-7.1.0-py3-none-any.whl
"
,
hash
=
"
sha256:a0461110b7865f9a271aa1b51e516c9a95de9d696734a2f71e3e78f46e1d4678
"
},
{
file
=
"
pytest_cov-7.1.0.tar.gz
"
,
hash
=
"
sha256:30674f2b5f6351aa09702a9c8c364f6a01c27aae0c1366ae8016160d1efc56b2
"
},
]
[
package
.
dependencies
]
coverage
= {
version
=
"
>=7.10.6
"
,
extras
= [
"
toml
"
]}
pluggy
=
"
>=1.2
"
pytest
=
"
>=7
"
[
package
.
extras
]
testing
= [
"
process-tests
"
,
"
pytest-xdist
"
,
"
virtualenv
"
]
[[
package
]]
name
=
"
pytest-timeout
"
version
=
"
2.4.0
"
description
=
"
pytest plugin to abort hanging tests
"
optional
=
false
python-versions
=
"
>=3.7
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
pytest_timeout-2.4.0-py3-none-any.whl
"
,
hash
=
"
sha256:c42667e5cdadb151aeb5b26d114aff6bdf5a907f176a007a30b940d3d865b5c2
"
},
{
file
=
"
pytest_timeout-2.4.0.tar.gz
"
,
hash
=
"
sha256:7e68e90b01f9eff71332b25001f85c75495fc4e3a836701876183c4bcfd0540a
"
},
]
[
package
.
dependencies
]
pytest
=
"
>=7.0.0
"
[[
package
]]
name
=
"
requests
"
version
=
"
2.33.0
"
description
=
"
Python HTTP for Humans.
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
requests-2.33.0-py3-none-any.whl
"
,
hash
=
"
sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b
"
},
{
file
=
"
requests-2.33.0.tar.gz
"
,
hash
=
"
sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652
"
},
]
[
package
.
dependencies
]
certifi
=
"
>=2023.5.7
"
charset_normalizer
=
"
>=2,<4
"
idna
=
"
>=2.5,<4
"
urllib3
=
"
>=1.26,<3
"
[
package
.
extras
]
socks
= [
"
PySocks (>=1.5.6,!=1.5.7)
"
]
test
= [
"
PySocks (>=1.5.6,!=1.5.7)
"
,
"
pytest (>=3)
"
,
"
pytest-cov
"
,
"
pytest-httpbin (==2.1.0)
"
,
"
pytest-mock
"
,
"
pytest-xdist
"
]
use-chardet-on-py3
= [
"
chardet (>=3.0.2,<8)
"
]
[[
package
]]
name
=
"
rich
"
version
=
"
13.9.4
"
description
=
"
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
"
optional
=
false
python-versions
=
"
>=3.8.0
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
rich-13.9.4-py3-none-any.whl
"
,
hash
=
"
sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90
"
},
{
file
=
"
rich-13.9.4.tar.gz
"
,
hash
=
"
sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098
"
},
]
[
package
.
dependencies
]
markdown-it-py
=
"
>=2.2.0
"
pygments
=
"
>=2.13.0,<3.0.0
"
typing-extensions
= {
version
=
"
>=4.0.0,<5.0
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
[
package
.
extras
]
jupyter
= [
"
ipywidgets (>=7.5.1,<9)
"
]
[[
package
]]
name
=
"
setuptools
"
version
=
"
83.0.0
"
description
=
"
Most extensible Python build backend with support for C/C++ extension modules
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
dev
"
]
files
= [
{
file
=
"
setuptools-83.0.0-py3-none-any.whl
"
,
hash
=
"
sha256:29b23c360f22f414dc7336bb39178cc7bcbf6021ed2733cde173f09dba19abb3
"
},
{
file
=
"
setuptools-83.0.0.tar.gz
"
,
hash
=
"
sha256:025bccbbf0fa05b6192bc64ae1e7b16e001fd6d6d4d5de03c97b1c1ade523bef
"
},
]
[
package
.
extras
]
check
= [
"
pytest-checkdocs (>=2.14)
"
,
"
pytest-ruff (>=0.2.1) ; sys_platform !=
\"
cygwin
\"
"
,
"
ruff (>=0.13.0) ; sys_platform !=
\"
cygwin
\"
"
]
core
= [
"
importlib_metadata (>=6) ; python_version <
\"
3.10
\"
"
,
"
jaraco.functools (>=4)
"
,
"
jaraco.text (>=3.7)
"
,
"
more_itertools
"
,
"
more_itertools (>=8.8)
"
,
"
packaging (>=24.2)
"
,
"
tomli (>=2.0.1) ; python_version <
\"
3.11
\"
"
,
"
wheel (>=0.43.0)
"
]
cover
= [
"
pytest-cov
"
]
doc
= [
"
furo
"
,
"
jaraco.packaging (>=9.3)
"
,
"
jaraco.tidelift (>=1.4)
"
,
"
pygments-github-lexers (==0.0.5)
"
,
"
pyproject-hooks (!=1.1)
"
,
"
rst.linker (>=1.9)
"
,
"
sphinx (>=3.5)
"
,
"
sphinx-favicon
"
,
"
sphinx-inline-tabs
"
,
"
sphinx-lint
"
,
"
sphinx-notfound-page (>=1,<2)
"
,
"
sphinx-reredirects
"
,
"
sphinxcontrib-towncrier
"
,
"
towncrier (<24.7)
"
]
enabler
= [
"
pytest-enabler (>=3.4)
"
]
test
= [
"
build[virtualenv] (>=1.0.3)
"
,
"
filelock (>=3.4.0)
"
,
"
ini2toml[lite] (>=0.14)
"
,
"
jaraco.develop (>=7.21) ; python_version >=
\"
3.9
\"
and sys_platform !=
\"
cygwin
\"
"
,
"
jaraco.envs (>=2.2)
"
,
"
jaraco.path (>=3.7.2)
"
,
"
jaraco.test (>=5.5)
"
,
"
packaging (>=24.2)
"
,
"
pip (>=19.1)
"
,
"
pyproject-hooks (!=1.1)
"
,
"
pytest (>=6,!=8.1.*)
"
,
"
pytest-home (>=0.5)
"
,
"
pytest-perf ; sys_platform !=
\"
cygwin
\"
"
,
"
pytest-subprocess
"
,
"
pytest-timeout
"
,
"
pytest-xdist (>=3)
"
,
"
tomli-w (>=1.0.0)
"
,
"
virtualenv (>=13.0.0)
"
,
"
wheel (>=0.44.0)
"
]
type
= [
"
importlib_metadata (>=7.0.2) ; python_version <
\"
3.10
\"
"
,
"
jaraco.develop (>=7.21) ; sys_platform !=
\"
cygwin
\"
"
,
"
mypy (==1.18.*)
"
,
"
pytest-mypy (>=1.0.1) ; platform_python_implementation !=
\"
PyPy
\"
"
]
[[
package
]]
name
=
"
snowballstemmer
"
version
=
"
2.2.0
"
description
=
"
This package provides 29 stemmers for 28 languages generated from Snowball algorithms.
"
optional
=
false
python-versions
=
"
*
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
snowballstemmer-2.2.0-py2.py3-none-any.whl
"
,
hash
=
"
sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a
"
},
{
file
=
"
snowballstemmer-2.2.0.tar.gz
"
,
hash
=
"
sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1
"
},
]
[[
package
]]
name
=
"
sortedcontainers
"
version
=
"
2.4.0
"
description
=
"
Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
"
optional
=
false
python-versions
=
"
*
"
groups
= [
"
dev
"
]
markers
=
"
implementation_name ==
\"
cpython
\"
"
files
= [
{
file
=
"
sortedcontainers-2.4.0-py2.py3-none-any.whl
"
,
hash
=
"
sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0
"
},
{
file
=
"
sortedcontainers-2.4.0.tar.gz
"
,
hash
=
"
sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88
"
},
]
[[
package
]]
name
=
"
sphinx
"
version
=
"
8.1.3
"
description
=
"
Python documentation generator
"
optional
=
false
python-versions
=
"
>=3.10
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
sphinx-8.1.3-py3-none-any.whl
"
,
hash
=
"
sha256:09719015511837b76bf6e03e42eb7595ac8c2e41eeb9c29c5b755c6b677992a2
"
},
{
file
=
"
sphinx-8.1.3.tar.gz
"
,
hash
=
"
sha256:43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927
"
},
]
[
package
.
dependencies
]
alabaster
=
"
>=0.7.14
"
babel
=
"
>=2.13
"
colorama
= {
version
=
"
>=0.4.6
"
,
markers
=
"
sys_platform ==
\"
win32
\"
"
}
docutils
=
"
>=0.20,<0.22
"
imagesize
=
"
>=1.3
"
Jinja2
=
"
>=3.1
"
packaging
=
"
>=23.0
"
Pygments
=
"
>=2.17
"
requests
=
"
>=2.30.0
"
snowballstemmer
=
"
>=2.2
"
sphinxcontrib-applehelp
=
"
>=1.0.7
"
sphinxcontrib-devhelp
=
"
>=1.0.6
"
sphinxcontrib-htmlhelp
=
"
>=2.0.6
"
sphinxcontrib-jsmath
=
"
>=1.0.1
"
sphinxcontrib-qthelp
=
"
>=1.0.6
"
sphinxcontrib-serializinghtml
=
"
>=1.1.9
"
tomli
= {
version
=
"
>=2
"
,
markers
=
"
python_version <
\"
3.11
\"
"
}
[
package
.
extras
]
docs
= [
"
sphinxcontrib-websupport
"
]
lint
= [
"
flake8 (>=6.0)
"
,
"
mypy (==1.11.1)
"
,
"
pyright (==1.1.384)
"
,
"
pytest (>=6.0)
"
,
"
ruff (==0.6.9)
"
,
"
sphinx-lint (>=0.9)
"
,
"
tomli (>=2)
"
,
"
types-Pillow (==10.2.0.20240822)
"
,
"
types-Pygments (==2.18.0.20240506)
"
,
"
types-colorama (==0.4.15.20240311)
"
,
"
types-defusedxml (==0.7.0.20240218)
"
,
"
types-docutils (==0.21.0.20241005)
"
,
"
types-requests (==2.32.0.20240914)
"
,
"
types-urllib3 (==1.26.25.14)
"
]
test
= [
"
cython (>=3.0)
"
,
"
defusedxml (>=0.7.1)
"
,
"
pytest (>=8.0)
"
,
"
setuptools (>=70.0)
"
,
"
typing_extensions (>=4.9)
"
]
[[
package
]]
name
=
"
sphinx-rtd-theme
"
version
=
"
3.1.0
"
description
=
"
Read the Docs theme for Sphinx
"
optional
=
false
python-versions
=
"
>=3.8
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
sphinx_rtd_theme-3.1.0-py2.py3-none-any.whl
"
,
hash
=
"
sha256:1785824ae8e6632060490f67cf3a72d404a85d2d9fc26bce3619944de5682b89
"
},
{
file
=
"
sphinx_rtd_theme-3.1.0.tar.gz
"
,
hash
=
"
sha256:b44276f2c276e909239a4f6c955aa667aaafeb78597923b1c60babc76db78e4c
"
},
]
[
package
.
dependencies
]
docutils
=
"
>0.18,<0.23
"
sphinx
=
"
>=6,<10
"
sphinxcontrib-jquery
=
"
>=4,<5
"
[
package
.
extras
]
dev
= [
"
bump2version
"
,
"
transifex-client
"
,
"
twine
"
,
"
wheel
"
]
[[
package
]]
name
=
"
sphinxcontrib-applehelp
"
version
=
"
2.0.0
"
description
=
"
sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books
"
optional
=
false
python-versions
=
"
>=3.9
"
groups
= [
"
docs
"
]
files
= [
{
file
=
"
sphinxcontrib_applehelp-2.0.0-py3-none-any.whl
"
,
hash
=
"
sha256:4cd3f0ec4ac5dd9c17ec65e9ab272c9b867ea77425228e68ecf08d6b28ddbdb5
"
},
{
file
=
"
sphinxcontrib_applehelp-2.0.0.tar.gz
"
,
hash
=
"
sha256:2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1
"
},
]
[
package
.
extras
]
lint
= [
"
mypy
"
,
"
ruff (==0.5.5)
"
,
"
types-docutils
"
]
standalone
= [
"
Sphinx (>=5)
"
]
test
= [
"
pytest
"
]
[[
package
]]
View remainder of file in raw view
Back
|
FazBrowse Home
|
New Git URL