generated from Choate-Robotics/7407-DriveCode-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoetry.lock
1192 lines (1088 loc) · 82.5 KB
/
poetry.lock
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 1.6.1 and should not be changed by hand.
[[package]]
name = "bcrypt"
version = "4.0.1"
description = "Modern password hashing for your software and your servers"
optional = false
python-versions = ">=3.6"
files = [
{file = "bcrypt-4.0.1-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:b1023030aec778185a6c16cf70f359cbb6e0c289fd564a7cfa29e727a1c38f8f"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:08d2947c490093a11416df18043c27abe3921558d2c03e2076ccb28a116cb6d0"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0eaa47d4661c326bfc9d08d16debbc4edf78778e6aaba29c1bc7ce67214d4410"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae88eca3024bb34bb3430f964beab71226e761f51b912de5133470b649d82344"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:a522427293d77e1c29e303fc282e2d71864579527a04ddcfda6d4f8396c6c36a"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:fbdaec13c5105f0c4e5c52614d04f0bca5f5af007910daa8b6b12095edaa67b3"},
{file = "bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:ca3204d00d3cb2dfed07f2d74a25f12fc12f73e606fcaa6975d1f7ae69cacbb2"},
{file = "bcrypt-4.0.1-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:089098effa1bc35dc055366740a067a2fc76987e8ec75349eb9484061c54f535"},
{file = "bcrypt-4.0.1-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:e9a51bbfe7e9802b5f3508687758b564069ba937748ad7b9e890086290d2f79e"},
{file = "bcrypt-4.0.1-cp36-abi3-win32.whl", hash = "sha256:2caffdae059e06ac23fce178d31b4a702f2a3264c20bfb5ff541b338194d8fab"},
{file = "bcrypt-4.0.1-cp36-abi3-win_amd64.whl", hash = "sha256:8a68f4341daf7522fe8d73874de8906f3a339048ba406be6ddc1b3ccb16fc0d9"},
{file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf4fa8b2ca74381bb5442c089350f09a3f17797829d958fad058d6e44d9eb83c"},
{file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:67a97e1c405b24f19d08890e7ae0c4f7ce1e56a712a016746c8b2d7732d65d4b"},
{file = "bcrypt-4.0.1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b3b85202d95dd568efcb35b53936c5e3b3600c7cdcc6115ba461df3a8e89f38d"},
{file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cbb03eec97496166b704ed663a53680ab57c5084b2fc98ef23291987b525cb7d"},
{file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:5ad4d32a28b80c5fa6671ccfb43676e8c1cc232887759d1cd7b6f56ea4355215"},
{file = "bcrypt-4.0.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:b57adba8a1444faf784394de3436233728a1ecaeb6e07e8c22c8848f179b893c"},
{file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:705b2cea8a9ed3d55b4491887ceadb0106acf7c6387699fca771af56b1cdeeda"},
{file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:2b3ac11cf45161628f1f3733263e63194f22664bf4d0c0f3ab34099c02134665"},
{file = "bcrypt-4.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:3100851841186c25f127731b9fa11909ab7b1df6fc4b9f8353f4f1fd952fbf71"},
{file = "bcrypt-4.0.1.tar.gz", hash = "sha256:27d375903ac8261cfe4047f6709d16f7d18d39b1ec92aaf72af989552a650ebd"},
]
[package.extras]
tests = ["pytest (>=3.2.1,!=3.3.0)"]
typecheck = ["mypy"]
[[package]]
name = "black"
version = "22.12.0"
description = "The uncompromising code formatter."
optional = false
python-versions = ">=3.7"
files = [
{file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d"},
{file = "black-22.12.0-cp310-cp310-win_amd64.whl", hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351"},
{file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f"},
{file = "black-22.12.0-cp311-cp311-win_amd64.whl", hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4"},
{file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2"},
{file = "black-22.12.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350"},
{file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d"},
{file = "black-22.12.0-cp38-cp38-win_amd64.whl", hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc"},
{file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320"},
{file = "black-22.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148"},
{file = "black-22.12.0-py3-none-any.whl", hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf"},
{file = "black-22.12.0.tar.gz", hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f"},
]
[package.dependencies]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
pathspec = ">=0.9.0"
platformdirs = ">=2"
tomli = {version = ">=1.1.0", markers = "python_full_version < \"3.11.0a7\""}
typing-extensions = {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}
[package.extras]
colorama = ["colorama (>=0.4.3)"]
d = ["aiohttp (>=3.7.4)"]
jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"]
uvloop = ["uvloop (>=0.15.2)"]
[[package]]
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = "*"
files = [
{file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"},
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2"},
{file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914"},
{file = "cffi-1.15.1-cp27-cp27m-win32.whl", hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3"},
{file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl", hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e"},
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162"},
{file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b"},
{file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21"},
{file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185"},
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd"},
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc"},
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f"},
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e"},
{file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4"},
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01"},
{file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e"},
{file = "cffi-1.15.1-cp310-cp310-win32.whl", hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2"},
{file = "cffi-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d"},
{file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac"},
{file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83"},
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9"},
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c"},
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325"},
{file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c"},
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef"},
{file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8"},
{file = "cffi-1.15.1-cp311-cp311-win32.whl", hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d"},
{file = "cffi-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104"},
{file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7"},
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6"},
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d"},
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a"},
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405"},
{file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e"},
{file = "cffi-1.15.1-cp36-cp36m-win32.whl", hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf"},
{file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl", hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497"},
{file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375"},
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e"},
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82"},
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b"},
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c"},
{file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426"},
{file = "cffi-1.15.1-cp37-cp37m-win32.whl", hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9"},
{file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl", hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045"},
{file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3"},
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a"},
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5"},
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca"},
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02"},
{file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192"},
{file = "cffi-1.15.1-cp38-cp38-win32.whl", hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314"},
{file = "cffi-1.15.1-cp38-cp38-win_amd64.whl", hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5"},
{file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585"},
{file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0"},
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415"},
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d"},
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984"},
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35"},
{file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27"},
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76"},
{file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3"},
{file = "cffi-1.15.1-cp39-cp39-win32.whl", hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee"},
{file = "cffi-1.15.1-cp39-cp39-win_amd64.whl", hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c"},
{file = "cffi-1.15.1.tar.gz", hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9"},
]
[package.dependencies]
pycparser = "*"
[[package]]
name = "cfgv"
version = "3.3.1"
description = "Validate configuration and produce human readable error messages."
optional = false
python-versions = ">=3.6.1"
files = [
{file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"},
{file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"},
]
[[package]]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
files = [
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[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"
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 = "cryptography"
version = "41.0.1"
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
python-versions = ">=3.7"
files = [
{file = "cryptography-41.0.1-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:f73bff05db2a3e5974a6fd248af2566134d8981fd7ab012e5dd4ddb1d9a70699"},
{file = "cryptography-41.0.1-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:1a5472d40c8f8e91ff7a3d8ac6dfa363d8e3138b961529c996f3e2df0c7a411a"},
{file = "cryptography-41.0.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7fa01527046ca5facdf973eef2535a27fec4cb651e4daec4d043ef63f6ecd4ca"},
{file = "cryptography-41.0.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b46e37db3cc267b4dea1f56da7346c9727e1209aa98487179ee8ebed09d21e43"},
{file = "cryptography-41.0.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d198820aba55660b4d74f7b5fd1f17db3aa5eb3e6893b0a41b75e84e4f9e0e4b"},
{file = "cryptography-41.0.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:948224d76c4b6457349d47c0c98657557f429b4e93057cf5a2f71d603e2fc3a3"},
{file = "cryptography-41.0.1-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:059e348f9a3c1950937e1b5d7ba1f8e968508ab181e75fc32b879452f08356db"},
{file = "cryptography-41.0.1-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:b4ceb5324b998ce2003bc17d519080b4ec8d5b7b70794cbd2836101406a9be31"},
{file = "cryptography-41.0.1-cp37-abi3-win32.whl", hash = "sha256:8f4ab7021127a9b4323537300a2acfb450124b2def3756f64dc3a3d2160ee4b5"},
{file = "cryptography-41.0.1-cp37-abi3-win_amd64.whl", hash = "sha256:1fee5aacc7367487b4e22484d3c7e547992ed726d14864ee33c0176ae43b0d7c"},
{file = "cryptography-41.0.1-pp38-pypy38_pp73-macosx_10_12_x86_64.whl", hash = "sha256:9a6c7a3c87d595608a39980ebaa04d5a37f94024c9f24eb7d10262b92f739ddb"},
{file = "cryptography-41.0.1-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:5d092fdfedaec4cbbffbf98cddc915ba145313a6fdaab83c6e67f4e6c218e6f3"},
{file = "cryptography-41.0.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:1a8e6c2de6fbbcc5e14fd27fb24414507cb3333198ea9ab1258d916f00bc3039"},
{file = "cryptography-41.0.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:cb33ccf15e89f7ed89b235cff9d49e2e62c6c981a6061c9c8bb47ed7951190bc"},
{file = "cryptography-41.0.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:5f0ff6e18d13a3de56f609dd1fd11470918f770c6bd5d00d632076c727d35485"},
{file = "cryptography-41.0.1-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:7bfc55a5eae8b86a287747053140ba221afc65eb06207bedf6e019b8934b477c"},
{file = "cryptography-41.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:eb8163f5e549a22888c18b0d53d6bb62a20510060a22fd5a995ec8a05268df8a"},
{file = "cryptography-41.0.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:8dde71c4169ec5ccc1087bb7521d54251c016f126f922ab2dfe6649170a3b8c5"},
{file = "cryptography-41.0.1.tar.gz", hash = "sha256:d34579085401d3f49762d2f7d6634d6b6c2ae1242202e860f4d26b046e3a1006"},
]
[package.dependencies]
cffi = ">=1.12"
[package.extras]
docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"]
docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
nox = ["nox"]
pep8test = ["black", "check-sdist", "mypy", "ruff"]
sdist = ["build"]
ssh = ["bcrypt (>=3.1.5)"]
test = ["pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
test-randomorder = ["pytest-randomly"]
[[package]]
name = "distlib"
version = "0.3.6"
description = "Distribution utilities"
optional = false
python-versions = "*"
files = [
{file = "distlib-0.3.6-py2.py3-none-any.whl", hash = "sha256:f35c4b692542ca110de7ef0bea44d73981caeb34ca0b9b6b2e6d7790dda8f80e"},
{file = "distlib-0.3.6.tar.gz", hash = "sha256:14bad2d9b04d3a36127ac97f30b12a19268f211063d8f8ee4f47108896e11b46"},
]
[[package]]
name = "docutils"
version = "0.20.1"
description = "Docutils -- Python Documentation Utilities"
optional = false
python-versions = ">=3.7"
files = [
{file = "docutils-0.20.1-py3-none-any.whl", hash = "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6"},
{file = "docutils-0.20.1.tar.gz", hash = "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"},
]
[[package]]
name = "exceptiongroup"
version = "1.1.1"
description = "Backport of PEP 654 (exception groups)"
optional = false
python-versions = ">=3.7"
files = [
{file = "exceptiongroup-1.1.1-py3-none-any.whl", hash = "sha256:232c37c63e4f682982c8b6459f33a8981039e5fb8756b2074364e5055c498c9e"},
{file = "exceptiongroup-1.1.1.tar.gz", hash = "sha256:d484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f01785"},
]
[package.extras]
test = ["pytest (>=6)"]
[[package]]
name = "filelock"
version = "3.12.2"
description = "A platform independent file lock."
optional = false
python-versions = ">=3.7"
files = [
{file = "filelock-3.12.2-py3-none-any.whl", hash = "sha256:cbb791cdea2a72f23da6ac5b5269ab0a0d161e9ef0100e653b69049a7706d1ec"},
{file = "filelock-3.12.2.tar.gz", hash = "sha256:002740518d8aa59a26b0c76e10fb8c6e15eae825d34b6fdf670333fd7b938d81"},
]
[package.extras]
docs = ["furo (>=2023.5.20)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"]
testing = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "diff-cover (>=7.5)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)", "pytest-timeout (>=2.1)"]
[[package]]
name = "flake8"
version = "6.0.0"
description = "the modular source code checker: pep8 pyflakes and co"
optional = false
python-versions = ">=3.8.1"
files = [
{file = "flake8-6.0.0-py2.py3-none-any.whl", hash = "sha256:3833794e27ff64ea4e9cf5d410082a8b97ff1a06c16aa3d2027339cd0f1195c7"},
{file = "flake8-6.0.0.tar.gz", hash = "sha256:c61007e76655af75e6785a931f452915b371dc48f56efd765247c8fe68f2b181"},
]
[package.dependencies]
mccabe = ">=0.7.0,<0.8.0"
pycodestyle = ">=2.10.0,<2.11.0"
pyflakes = ">=3.0.0,<3.1.0"
[[package]]
name = "identify"
version = "2.5.24"
description = "File identification library for Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "identify-2.5.24-py2.py3-none-any.whl", hash = "sha256:986dbfb38b1140e763e413e6feb44cd731faf72d1909543178aa79b0e258265d"},
{file = "identify-2.5.24.tar.gz", hash = "sha256:0aac67d5b4812498056d28a9a512a483f5085cc28640b02b258a59dac34301d4"},
]
[package.extras]
license = ["ukkonen"]
[[package]]
name = "iniconfig"
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
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 = "isort"
version = "5.12.0"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.8.0"
files = [
{file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"},
{file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"},
]
[package.extras]
colors = ["colorama (>=0.4.3)"]
pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"]
plugins = ["setuptools"]
requirements-deprecated-finder = ["pip-api", "pipreqs"]
[[package]]
name = "m2r2"
version = "0.3.3.post2"
description = "Markdown and reStructuredText in a single file."
optional = false
python-versions = ">=3.7"
files = [
{file = "m2r2-0.3.3.post2-py3-none-any.whl", hash = "sha256:86157721eb6eabcd54d4eea7195890cc58fa6188b8d0abea633383cfbb5e11e3"},
{file = "m2r2-0.3.3.post2.tar.gz", hash = "sha256:e62bcb0e74b3ce19cda0737a0556b04cf4a43b785072fcef474558f2c1482ca8"},
]
[package.dependencies]
docutils = ">=0.19"
mistune = "0.8.4"
[[package]]
name = "mccabe"
version = "0.7.0"
description = "McCabe checker, plugin for flake8"
optional = false
python-versions = ">=3.6"
files = [
{file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
{file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
]
[[package]]
name = "mistune"
version = "0.8.4"
description = "The fastest markdown parser in pure Python"
optional = false
python-versions = "*"
files = [
{file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"},
{file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"},
]
[[package]]
name = "mypy-extensions"
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
optional = false
python-versions = ">=3.5"
files = [
{file = "mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d"},
{file = "mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782"},
]
[[package]]
name = "nodeenv"
version = "1.8.0"
description = "Node.js virtual environment builder"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
files = [
{file = "nodeenv-1.8.0-py2.py3-none-any.whl", hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec"},
{file = "nodeenv-1.8.0.tar.gz", hash = "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2"},
]
[package.dependencies]
setuptools = "*"
[[package]]
name = "packaging"
version = "23.1"
description = "Core utilities for Python packages"
optional = false
python-versions = ">=3.7"
files = [
{file = "packaging-23.1-py3-none-any.whl", hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61"},
{file = "packaging-23.1.tar.gz", hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f"},
]
[[package]]
name = "paramiko"
version = "3.2.0"
description = "SSH2 protocol library"
optional = false
python-versions = ">=3.6"
files = [
{file = "paramiko-3.2.0-py3-none-any.whl", hash = "sha256:df0f9dd8903bc50f2e10580af687f3015bf592a377cd438d2ec9546467a14eb8"},
{file = "paramiko-3.2.0.tar.gz", hash = "sha256:93cdce625a8a1dc12204439d45033f3261bdb2c201648cfcdc06f9fd0f94ec29"},
]
[package.dependencies]
bcrypt = ">=3.2"
cryptography = ">=3.3"
pynacl = ">=1.5"
[package.extras]
all = ["gssapi (>=1.4.1)", "invoke (>=2.0)", "pyasn1 (>=0.1.7)", "pywin32 (>=2.1.8)"]
gssapi = ["gssapi (>=1.4.1)", "pyasn1 (>=0.1.7)", "pywin32 (>=2.1.8)"]
invoke = ["invoke (>=2.0)"]
[[package]]
name = "pathspec"
version = "0.11.1"
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
python-versions = ">=3.7"
files = [
{file = "pathspec-0.11.1-py3-none-any.whl", hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293"},
{file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"},
]
[[package]]
name = "pint"
version = "0.22"
description = "Physical quantities module"
optional = false
python-versions = ">=3.9"
files = [
{file = "Pint-0.22-py3-none-any.whl", hash = "sha256:6e2b3c5c2b4d9b516608bc860a417a39d66eb99c958f36540cf931d2c2e9f80f"},
{file = "Pint-0.22.tar.gz", hash = "sha256:2d139f6abbcf3016cad7d3cec05707fe908ac4f99cf59aedfd6ee667b7a64433"},
]
[package.dependencies]
typing-extensions = "*"
[package.extras]
babel = ["babel (<=2.8)"]
dask = ["dask"]
mip = ["mip (>=1.13)"]
numpy = ["numpy (>=1.19.5)"]
pandas = ["pint-pandas (>=0.3)"]
test = ["pytest", "pytest-cov", "pytest-mpl", "pytest-subtests"]
uncertainties = ["uncertainties (>=3.1.6)"]
xarray = ["xarray"]
[[package]]
name = "platformdirs"
version = "3.8.0"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = false
python-versions = ">=3.7"
files = [
{file = "platformdirs-3.8.0-py3-none-any.whl", hash = "sha256:ca9ed98ce73076ba72e092b23d3c93ea6c4e186b3f1c3dad6edd98ff6ffcca2e"},
{file = "platformdirs-3.8.0.tar.gz", hash = "sha256:b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc"},
]
[package.extras]
docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-autodoc-typehints (>=1.23,!=1.23.4)"]
test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-cov (>=4.1)", "pytest-mock (>=3.10)"]
[[package]]
name = "pluggy"
version = "1.2.0"
description = "plugin and hook calling mechanisms for python"
optional = false
python-versions = ">=3.7"
files = [
{file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"},
{file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"},
]
[package.extras]
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "3.3.3"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.8"
files = [
{file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"},
{file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"},
]
[package.dependencies]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
virtualenv = ">=20.10.0"
[[package]]
name = "pycodestyle"
version = "2.10.0"
description = "Python style guide checker"
optional = false
python-versions = ">=3.6"
files = [
{file = "pycodestyle-2.10.0-py2.py3-none-any.whl", hash = "sha256:8a4eaf0d0495c7395bdab3589ac2db602797d76207242c17d470186815706610"},
{file = "pycodestyle-2.10.0.tar.gz", hash = "sha256:347187bdb476329d98f695c213d7295a846d1152ff4fe9bacb8a9590b8ee7053"},
]
[[package]]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
]
[[package]]
name = "pyflakes"
version = "3.0.1"
description = "passive checker of Python programs"
optional = false
python-versions = ">=3.6"
files = [
{file = "pyflakes-3.0.1-py2.py3-none-any.whl", hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf"},
{file = "pyflakes-3.0.1.tar.gz", hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd"},
]
[[package]]
name = "pyfrc"
version = "2023.0.1"
description = "Development tools library for python interpreter used for the FIRST Robotics Competition"
optional = false
python-versions = ">=3.7"
files = [
{file = "pyfrc-2023.0.1-py3-none-any.whl", hash = "sha256:c7bd541331b8fe12c25bc20a258928430fb5ddfb5436f02038679723f2ae5669"},
{file = "pyfrc-2023.0.1.tar.gz", hash = "sha256:857428111e07fa95dde599cebbb1dc7f3f27f54f10309ca4b7e96b4c71e26a80"},
]
[package.dependencies]
pint = ">=0.11.0"
pynetconsole = ">=2.0.2,<2.1.0"
pyntcore = ">=2023.1.1.0,<2024"
pytest = ">=3.9"
pytest-reraise = "*"
robotpy-hal = ">=2023.1.1.0,<2024"
robotpy-installer = ">=2023.0.0,<2024"
robotpy-wpiutil = ">=2023.1.1.0,<2024"
wpilib = ">=2023.1.1.0,<2024"
[[package]]
name = "pynacl"
version = "1.5.0"
description = "Python binding to the Networking and Cryptography (NaCl) library"
optional = false
python-versions = ">=3.6"
files = [
{file = "PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1"},
{file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92"},
{file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394"},
{file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d"},
{file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858"},
{file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:a422368fc821589c228f4c49438a368831cb5bbc0eab5ebe1d7fac9dded6567b"},
{file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:61f642bf2378713e2c2e1de73444a3778e5f0a38be6fee0fe532fe30060282ff"},
{file = "PyNaCl-1.5.0-cp36-abi3-win32.whl", hash = "sha256:e46dae94e34b085175f8abb3b0aaa7da40767865ac82c928eeb9e57e1ea8a543"},
{file = "PyNaCl-1.5.0-cp36-abi3-win_amd64.whl", hash = "sha256:20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93"},
{file = "PyNaCl-1.5.0.tar.gz", hash = "sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"},
]
[package.dependencies]
cffi = ">=1.4.1"
[package.extras]
docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"]
tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"]
[[package]]
name = "pynetconsole"
version = "2.0.4"
description = "A pure python implementation of a NetConsole listener"
optional = false
python-versions = ">=3.6"
files = [
{file = "pynetconsole-2.0.4-py3-none-any.whl", hash = "sha256:3f6b51e3c943e900578ce92a85104d45784ea522863b025816cc7d580bd00069"},
{file = "pynetconsole-2.0.4.tar.gz", hash = "sha256:a02a9a6538b63ab63ffb480a0e5c1485aa5f393da6a20f780a6b082c971762d5"},
]
[[package]]
name = "pynetworktables"
version = "2021.0.0"
description = "A pure Python implementation of NetworkTables, used for robot communications in the FIRST Robotics Competition."
optional = false
python-versions = ">=3.5"
files = [
{file = "pynetworktables-2021.0.0-py3-none-any.whl", hash = "sha256:54604b1993515c43890be058263f158c1d168c69bedd802f0de644964cf3840d"},
{file = "pynetworktables-2021.0.0.tar.gz", hash = "sha256:91167948e66c29d5c90f85f3e249403f4d2ebf11368b93f9b968ef315388c73c"},
]
[[package]]
name = "pyntcore"
version = "2023.4.3.0"
description = "Binary wrappers for the FRC ntcore library"
optional = false
python-versions = ">=3.6"
files = [
{file = "pyntcore-2023.4.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:ccd408c22e0b8b9fcd2d84070c0af24a5b6aa047c7a02e69bebf64c2369100dc"},
{file = "pyntcore-2023.4.3.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:dc3c5f70e1cd7915441713f538de6181cea843c936fab0509162dd8e76ab87d9"},
{file = "pyntcore-2023.4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:5a3445baa74bc9b18c50c6e75e715c9a37ef4e2f8613dbf8d9dda573475ebeda"},
{file = "pyntcore-2023.4.3.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:a4d1393d2a2dda814a4e50a84fecbfd65e21693bc1bf43e13c55f374f7aabfd7"},
{file = "pyntcore-2023.4.3.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:38714e6bc4ae8001ba2eb5714b30ef45668fcc00c7e44973747b146d41f3d336"},
{file = "pyntcore-2023.4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:253e64540fdb863bc638fbaafedeccbb79521d8517ee18098ca1b099ee9f55d6"},
{file = "pyntcore-2023.4.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:f65e561fb055a2ce963ec48dff73b37e1761630f3e77500c32b679562e8bd474"},
{file = "pyntcore-2023.4.3.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:185e5bc23c64a0a48124103e664ddee2bf1549822fd1747a32bf76ad9f509797"},
{file = "pyntcore-2023.4.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:75766fec8d3c7217802552bb07482624868909fd4900bfe51ffe4e4df5be5fd6"},
{file = "pyntcore-2023.4.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:1a1823ea98b915f6e45b054c625a9dc00dfb9dcc8e8cfc935fc1f38d3d7a5ae1"},
{file = "pyntcore-2023.4.3.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:995305fe533f93c55b9c7f40fde28eb004b6f626255d6c1879c2170216dd577b"},
{file = "pyntcore-2023.4.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:b362d974e23102bc0cf6244d0514e444d9bdc113609c61269502dc6907a9bf58"},
{file = "pyntcore-2023.4.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:796d83f994dee766a5241c384c50f63de0c507efcb0f25dffa405f8438e80e1f"},
{file = "pyntcore-2023.4.3.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:0331736285dfa7700698b0b8ec31f7e1dd950996d73887104318a8659ac53e3e"},
{file = "pyntcore-2023.4.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:132d85afac38496aca30773e7f92f8038446cfa00b656757649eb9c98b6a133a"},
{file = "pyntcore-2023.4.3.0.tar.gz", hash = "sha256:c0d4370fb61d37923ff01e06366286b5881b8a4b28de100be29b8e211d2e9ebe"},
]
[package.dependencies]
robotpy-wpinet = ">=2023.4.3,<2023.5.0"
robotpy-wpiutil = ">=2023.4.3,<2023.5.0"
[[package]]
name = "pytest"
version = "7.4.3"
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
files = [
{file = "pytest-7.4.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"},
{file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"},
]
[package.dependencies]
colorama = {version = "*", markers = "sys_platform == \"win32\""}
exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""}
[package.extras]
testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
[[package]]
name = "pytest-reraise"
version = "2.1.2"
description = "Make multi-threaded pytest test cases fail when they should"
optional = false
python-versions = ">=3.6.1,<4.0.0"
files = [
{file = "pytest-reraise-2.1.2.tar.gz", hash = "sha256:5ab59bd0e2028be095289e6dfc9e36cc0b56936465278f3223e81bea0f2d1c70"},
{file = "pytest_reraise-2.1.2-py3-none-any.whl", hash = "sha256:c22430d33b2cc18905959d7af28978e371113fcc6ef67b5fec95efcd80b88c16"},
]
[package.dependencies]
pytest = ">=4.6"
[[package]]
name = "pyyaml"
version = "6.0"
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
files = [
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
{file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358"},
{file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1"},
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d"},
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f"},
{file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782"},
{file = "PyYAML-6.0-cp311-cp311-win32.whl", hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7"},
{file = "PyYAML-6.0-cp311-cp311-win_amd64.whl", hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf"},
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
]
[[package]]
name = "robotpy"
version = "2023.4.3.0"
description = "Meta package to make installing robotpy easier"
optional = false
python-versions = ">=3.7,<3.12"
files = [
{file = "robotpy-2023.4.3.0-py3-none-any.whl", hash = "sha256:c396b9b53e85365df9ae096dade06829cf183452abf3b5da9d504c91790b5972"},
{file = "robotpy-2023.4.3.0.tar.gz", hash = "sha256:9f2ee0053f816405f8a54d87906bbb3fbfd88b8b58bba26492a04ef59c9bdd48"},
]
[package.dependencies]
pyfrc = {version = ">=2023.0.1,<2024.0.0", markers = "platform_machine != \"armv7l\""}
pyntcore = "2023.4.3.0"
robotpy-commands-v2 = {version = "2023.4.3.0", optional = true, markers = "extra == \"commands2\""}
robotpy-hal = "2023.4.3.0"
robotpy-halsim-gui = {version = "2023.4.3.0", markers = "platform_machine != \"armv7l\""}
robotpy-installer = {version = ">=2023.0.2,<2024.0.0", markers = "platform_machine != \"armv7l\""}
robotpy-wpilib-utilities = ">=2023.0.0,<2024"
robotpy-wpimath = "2023.4.3.0"
robotpy-wpiutil = "2023.4.3.0"
wpilib = "2023.4.3.0"
[package.extras]
all = ["numpy", "pyfrc (>=2023.0.1,<2024.0.0)", "pyntcore (==2023.4.3.0)", "robotpy-apriltag (==2023.4.3.0)", "robotpy-commands-v2 (==2023.4.3.0)", "robotpy-cscore (==2023.4.3.0)", "robotpy-ctre (>=2023.0.0,<2024.0.0)", "robotpy-hal (==2023.4.3.0)", "robotpy-halsim-ds-socket (==2023.4.3.0)", "robotpy-halsim-gui (==2023.4.3.0)", "robotpy-halsim-ws (==2023.4.3.0)", "robotpy-installer (>=2023.0.2,<2024.0.0)", "robotpy-navx (>=2023.0.1,<2024.0.0)", "robotpy-opencv", "robotpy-pathplannerlib (>=2023.0.0,<2024.0.0)", "robotpy-photonvision (>=2023.1.2,<2024.0.0)", "robotpy-playingwithfusion (>=2023.0.0,<2024.0.0)", "robotpy-rev (>=2023.1.1,<2024.0.0)", "robotpy-wpilib-utilities (>=2023.0.0,<2024)", "robotpy-wpimath (==2023.4.3.0)", "robotpy-wpiutil (==2023.4.3.0)", "wpilib (==2023.4.3.0)"]
apriltag = ["numpy", "robotpy-apriltag (==2023.4.3.0)", "robotpy-opencv"]
commands2 = ["robotpy-commands-v2 (==2023.4.3.0)"]
cscore = ["numpy", "robotpy-cscore (==2023.4.3.0)", "robotpy-opencv"]
ctre = ["robotpy-ctre (>=2023.0.0,<2024.0.0)"]
navx = ["robotpy-navx (>=2023.0.1,<2024.0.0)"]
pathplannerlib = ["robotpy-pathplannerlib (>=2023.0.0,<2024.0.0)"]
photonvision = ["robotpy-photonvision (>=2023.1.2,<2024.0.0)"]
playingwithfusion = ["robotpy-playingwithfusion (>=2023.0.0,<2024.0.0)"]
rev = ["robotpy-rev (>=2023.1.1,<2024.0.0)"]
sim = ["robotpy-halsim-ds-socket (==2023.4.3.0)", "robotpy-halsim-ws (==2023.4.3.0)"]
[[package]]
name = "robotpy-apriltag"
version = "2023.4.3.0"
description = "RobotPy bindings for WPILib's AprilTag library"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-apriltag-2023.4.3.0.tar.gz", hash = "sha256:2e064bedb56d7cf30c9b7d1ec854d456d1cefeb7a6aefd80d59c9c80eb6eff3d"},
{file = "robotpy_apriltag-2023.4.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:f8ef6629b2ed29da2733478b6389dddac89c7bf403404a2b9a8a7353bcd2ddef"},
{file = "robotpy_apriltag-2023.4.3.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:4db69e78a54ae24952e73c17804a0a2ddc71473bcc92619e65935b279fc7d1c9"},
{file = "robotpy_apriltag-2023.4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:c75070a5731e6cf48737883185268cca6e7d872aaa9fe769446a95a71a5a8206"},
{file = "robotpy_apriltag-2023.4.3.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:744da6b4028a239687f2439f49dca0d7a62728121d684967b5fa5943f3967955"},
{file = "robotpy_apriltag-2023.4.3.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:7ab7aae3e73971154496f082be96d3e8a8c9ac5a81005d07ba34dd9cd576b45e"},
{file = "robotpy_apriltag-2023.4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:8ce8ad9be626763cfca2599fca9911fadaa71b8533993f61fd44d4818bbac66c"},
{file = "robotpy_apriltag-2023.4.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:3b8c1afe1de02369861761a0704c95fdf3b67f2f09fdec70004831c19f81ab78"},
{file = "robotpy_apriltag-2023.4.3.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:d56c5b3161c5801b4352e58d31e6241a4d21d91ea8968c584f492bf3155e05ce"},
{file = "robotpy_apriltag-2023.4.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:9deddbc163c02ee571faa0db4b223abcbeaea7fa424c09939c18f0bfcc4fb4a4"},
{file = "robotpy_apriltag-2023.4.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:8d9e4e43d9ecca7a686600d19439e8e71d10ccd641b5cc9fec19aded01b01ba3"},
{file = "robotpy_apriltag-2023.4.3.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:802231425eb5b7f2d9a83b5ce858c65d85f062854790c28c6302bf24cf174688"},
{file = "robotpy_apriltag-2023.4.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:44219cb5333d4d08d4ee84387f22a50e0d94b0ab3df8aa9c0502b1212c573e1f"},
{file = "robotpy_apriltag-2023.4.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:d8e7c021e478e180897be019a474fdc0c3721048b1e3651150332be8b1d0e6da"},
{file = "robotpy_apriltag-2023.4.3.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:b474233f3bea8ddcb360b4e4e527737d652511e248692b073c1cd65d2afd405f"},
{file = "robotpy_apriltag-2023.4.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:13feb46b7415d2bd5297b59c205149f9df637de1909f7a2eed03ab1d252379c5"},
]
[package.dependencies]
robotpy-wpimath = ">=2023.4.3,<2023.5.0"
robotpy-wpiutil = ">=2023.4.3,<2023.5.0"
[[package]]
name = "robotpy-commands-v2"
version = "2023.4.3.0"
description = "WPILib command framework v2"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-commands-v2-2023.4.3.0.tar.gz", hash = "sha256:c303a50f345ee500defd278cba6f6fab9e2b0cdd306164dde52798137dc0ac19"},
{file = "robotpy_commands_v2-2023.4.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:2f8f113982b3c67ba2184d16959fdd2e7ecefe57537fcf56e25f4fc381ed469a"},
{file = "robotpy_commands_v2-2023.4.3.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:2a546eb435859d29fa97d9427411147096e47b434b4b6dec5ec5ab84a978003c"},
{file = "robotpy_commands_v2-2023.4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:13ab1bc87b7e8cf8e4b498b8707878701ed37c17d275ac8187e60807e0e970b0"},
{file = "robotpy_commands_v2-2023.4.3.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:b0a983d9a8f089043a0edaed9f30325f2bb8f8b4b7b66b2df542729b29744c7f"},
{file = "robotpy_commands_v2-2023.4.3.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:e4d69373c4586ca559fb9d4d71f7892fc75b1ecfecc7af6342270c3e06ad9344"},
{file = "robotpy_commands_v2-2023.4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:1adbd2270be59699161b67697faffb75ed4d984611d0239a1f5d825024ea2bbf"},
{file = "robotpy_commands_v2-2023.4.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:eeb7792163abe4b0eb26fb5feba367ede9e35a73d50a8450cff1816eb377ddb0"},
{file = "robotpy_commands_v2-2023.4.3.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:e456dfd3d9df75c9c536b8891ff432f5535fdb8f1f9cf7ca44cf0cecdefaae67"},
{file = "robotpy_commands_v2-2023.4.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:c962302d48ac9529eec7976c30a43f6ea4ed6b74c95597fb66a43ea0f602393c"},
{file = "robotpy_commands_v2-2023.4.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:9bc1a5a413fab2883f56dd80f8d2a57cbb332095db4e6bc344e45c7a8cb0e902"},
{file = "robotpy_commands_v2-2023.4.3.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:046ecfb4547cd506caa17586dda25870f39bfc625e628327f5c361028bd12dc5"},
{file = "robotpy_commands_v2-2023.4.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:168281271efc893b922ed4ca94d9a2d578eafa3cc98b0e45e7b991cb731809f1"},
{file = "robotpy_commands_v2-2023.4.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:84484f77988a0e9cf8f98c2433bbfaf03d12ef5b57501468c9fe083baaacf552"},
{file = "robotpy_commands_v2-2023.4.3.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:2afffa3578d1ceb058bc983ce378c7a13df1a832db20cbceb0f1237219285b26"},
{file = "robotpy_commands_v2-2023.4.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:a52e42773cd12e706a5909c1788aa82715ae5a3f9e851d637d46bed93d9140e7"},
]
[package.dependencies]
wpilib = ">=2023.4.3,<2023.5.0"
[[package]]
name = "robotpy-ctre"
version = "2023.1.0"
description = "Binary wrappers for the CTRE Phoenix library"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-ctre-2023.1.0.tar.gz", hash = "sha256:33536a86b44b4fda4cd1fc4e7b3db03ad9a71268b83f7a3f495d22d6875b6274"},
{file = "robotpy_ctre-2023.1.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:e87ae20ab680c495612469fb49413cfe34f58825ccb212288a01d6eb32ac115d"},
{file = "robotpy_ctre-2023.1.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:7459d541a695c8677717c805ffc6fef52c0c291a21a60d57b57b7d441fff7953"},
{file = "robotpy_ctre-2023.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:f7a4eea67a414e65f7a74fcb34eb3425ad90bbbfb5bde906586fb02af44c295e"},
{file = "robotpy_ctre-2023.1.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:8e0e66b4911f6ff68da6ec81b596cd8f59456058aab9894cf9dc074fc8eabe83"},
{file = "robotpy_ctre-2023.1.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:b87088fb1971cdef87e6aaee5b7983ab41456b865f7ddd1ff4de90f7ffb9b013"},
{file = "robotpy_ctre-2023.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:44a3f63c423c1610ac906b65175d0710318b2af1ca65ef785788919e6dbefe89"},
{file = "robotpy_ctre-2023.1.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:f79d43a8c1f27d162e694f1e4c3760385c8bfe51850e97807f9888acbaca7c42"},
{file = "robotpy_ctre-2023.1.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:6679ae819a82f0c95b3dc94955ced9942b32b0e74c135856bb4f01a09f32d64b"},
{file = "robotpy_ctre-2023.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:37af9e4f44cbd29d5bbc5675a5ed7b068e96cc48ac03372d04f027e8c933080b"},
{file = "robotpy_ctre-2023.1.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:3fb689294cbac1d091bc6c4ddbd25ecee3d5bbdb37a0971fa381b70c52f81eba"},
{file = "robotpy_ctre-2023.1.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:fbfd1d5a6ef42f3e9bc3801a91b0b824335549618ca06de9ebbc5ee6d358a188"},
{file = "robotpy_ctre-2023.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:66912b31e3f4356f9ecde39f1bf96ddd0cec15b4e3b8c4c5241d63538aca5565"},
{file = "robotpy_ctre-2023.1.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:909f35f3640846c0330f512a3dc3be70037126178daa0b597f367aa86ca75954"},
{file = "robotpy_ctre-2023.1.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:a20417163a88703da979deb8be5a937d04be4b32e1a998c5018a37fba9589994"},
{file = "robotpy_ctre-2023.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:bdf5c64fee67a2c1e20dbd3ce52c0edef45021408147f182f6b0903ea9b52ab6"},
]
[package.dependencies]
wpilib = ">=2023.1.1.0,<2024.0.0"
[[package]]
name = "robotpy-hal"
version = "2023.4.3.0"
description = "Binary wrapper for FRC HAL"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-hal-2023.4.3.0.tar.gz", hash = "sha256:09a85d14df21d0345dea6a966ac438998e554513acc0987ee1772d4b72ccae90"},
{file = "robotpy_hal-2023.4.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:2e4a5d008147f1c64c13db7d6f3c15d155e722d4a2675c86f64a5074e8db6503"},
{file = "robotpy_hal-2023.4.3.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:f5b30c32cfe7df653acb77d2c677a790e3a723609b75170e5dbd28691f593c01"},
{file = "robotpy_hal-2023.4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:a72176f95fcd76cdb7cfa37daf33511a8c8a8429232c103d01494d5df92234c8"},
{file = "robotpy_hal-2023.4.3.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:1a04bad857403d98f40a36a407d4a19844649aa92257cee27c1939e900e8192f"},
{file = "robotpy_hal-2023.4.3.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:66427bcd61cf1056bd06e77295f0116769352404e541997c771b714c77b93c21"},
{file = "robotpy_hal-2023.4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:aeafa12c1bc1afb2911e178d8dcf22dfbf441a5c250f4330858fe72c9c52f2b7"},
{file = "robotpy_hal-2023.4.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:bdc1e7229675f243abae4329d74b227c41d274b72c12ab7139d5b8239ebb2a07"},
{file = "robotpy_hal-2023.4.3.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:b8c189a1e77ef19d7d220284cc17c63fbd0f3143a6c15d29ef36d1e6d113045a"},
{file = "robotpy_hal-2023.4.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:39f96c91b87bab23a0b26fcefa6c45c9205c9b21df05286589b94c777c351e26"},
{file = "robotpy_hal-2023.4.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:dafece4525e2efd406f0fd2c5d50129881ff8355500f0c2436fa07b56145f296"},
{file = "robotpy_hal-2023.4.3.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:b93ae2e296945942ffa5248f18ba4ba986595a9202d5c5cbb95ece9734278194"},
{file = "robotpy_hal-2023.4.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:de185bf1ba0859f389493635c009b74eb9cfc7f0ad3cd41f9de9e5122b948f5e"},
{file = "robotpy_hal-2023.4.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:24807e2f75c2940a3a0a18bf515d6905398b17dd5fde3c09cce9445cb4c686b6"},
{file = "robotpy_hal-2023.4.3.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:2e45a0b165e43315a31450914712c471989f7a94d50ff1e254aa8c2e07506443"},
{file = "robotpy_hal-2023.4.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:27fccaeca97044fd6a3a516b19bcd2acdc88f4f8cc24d55c5af3adccb21104d3"},
]
[package.dependencies]
robotpy-wpiutil = ">=2023.4.3,<2023.5.0"
[[package]]
name = "robotpy-halsim-gui"
version = "2023.4.3.0"
description = "WPILib command framework"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-halsim-gui-2023.4.3.0.tar.gz", hash = "sha256:4b7d356d9f80ed7adb04c670c9c3d4985181bc5419917e729fad0243e5e8ab51"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:abfcc7be224c19bc4f74f0f952255670df9504a3cd7ad5b79c19487ee72953eb"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:a16b023b8c4d36e526a2a2b2a5f9d0cb9b6a9a541c73806a00703136d049dcab"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:0e9b080ce20b1d6cc17b7d5f54ef3c696ea5c8dbaabf7e50b08bb9a419cb516a"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:58a3956d0e86dce2887a1f86822d0212483359fbc9557533a156287c9275e54a"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:149eeb16dc2fbdb19c8c63a81b7055d5b8d6a5b72ca7a55fe2d278910c26b743"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:fe7d1823ee757914cfbc83a2be0a204ae3bea9a90ae4f4955512908d80de0ab5"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:1f211c5c00664195db19b980d89d4c715674a5a8c3c34374fc42c81ef4e44da0"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:8b0f1f0eb277af8a93e36ab71fa3e89d39c11fb72786531bb53c61c6065c5ab7"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp37-cp37m-win_amd64.whl", hash = "sha256:4583554cc1f75ac17adf23c8c6c6c1837416dd240beae42b45717d7952838571"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:51703300be8f15a4ffa4550c81ea4d087d9fc28f72111f74236b67e1e0c97d54"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:1eba4dff55806d9f7b1e0ec515bf2489f2bccec1ece6c21609707351f5da6795"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp38-cp38-win_amd64.whl", hash = "sha256:3680214f9f27ce4dc0d5fbf06d5db824144b03427d3082c9caa13b5817133b4c"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:5f64186aa97af782576ab772834c34b0604431e297c5ddc4c9ad069c7a49b54c"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:386cedb73d593d2bad609f557d0d4d2e673d52aaee75e0fe2d427327a3d876d1"},
{file = "robotpy_halsim_gui-2023.4.3.0-cp39-cp39-win_amd64.whl", hash = "sha256:e70d7b8bcc06139dbed5f6b5dcf37458c85304cc2f4e374863a1aaef5717b92f"},
]
[package.dependencies]
pyntcore = ">=2023.4.3,<2023.5.0"
robotpy-hal = ">=2023.4.3,<2023.5.0"
robotpy-wpimath = ">=2023.4.3,<2023.5.0"
robotpy-wpiutil = ">=2023.4.3,<2023.5.0"
[[package]]
name = "robotpy-installer"
version = "2023.0.3"
description = "Installation utility program for RobotPy"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-installer-2023.0.3.tar.gz", hash = "sha256:f4e9f9ee0c7c1a6cb3ad661f8358fab764e9d1d85780e55f5a838d6575e46157"},
{file = "robotpy_installer-2023.0.3-py3-none-any.whl", hash = "sha256:6769ce1a5227443b28c08cd14341f5cde2ae6a1e073f56ff1787dee528aa11f9"},
]
[package.dependencies]
click = "*"
paramiko = "*"
[[package]]
name = "robotpy-photonvision"
version = "2023.4.2"
description = "RobotPy wrappers for photonvision"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-photonvision-2023.4.2.tar.gz", hash = "sha256:382df772e78ff6a6a0576d46a5dbf7b0ee813875a2dbb17838e5ff7a1225f00b"},
{file = "robotpy_photonvision-2023.4.2-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:cabd1203a22336aec289846387ae55dd204193d4cd53ec5fe2c0b9606468afba"},
{file = "robotpy_photonvision-2023.4.2-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:2fc9a365209adc7d50e18bd1f8bb458006c5bc9a144bc2b3c42d41121884dcdf"},
{file = "robotpy_photonvision-2023.4.2-cp310-cp310-win_amd64.whl", hash = "sha256:e824de71d8b79b3371c1bbee171132348364288021356dc9ddb66f2cb950aad1"},
{file = "robotpy_photonvision-2023.4.2-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:935f8acc640e6bc5eb7e2ebdb280ec47d1cea81ea7d4b65c9364e67b396d4ff6"},
{file = "robotpy_photonvision-2023.4.2-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:757c44bef58ae380389f1ed5d45b56e1d438616bf1ed939bc712d017e488cd10"},
{file = "robotpy_photonvision-2023.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:d82e2ef35ec65e060e4d928a66dd3258595192054c7720168af20c419b9b8a22"},
{file = "robotpy_photonvision-2023.4.2-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:0f3993f2cac1d11830aa6ad1738c2170efca1da0b1d369f26bb74373b7d9bf46"},
{file = "robotpy_photonvision-2023.4.2-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:ca5ef31b3cc5eab0c98f4cb29760ea04b9258e2f43be29069da610be17aea621"},
{file = "robotpy_photonvision-2023.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:0b6ba9c0bebe1d43ce4bd2075c9194af926d1b545dbadf068abb3564d4d441a6"},
{file = "robotpy_photonvision-2023.4.2-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:c8bd309f8c55c6a0fa26ae09406a4eadae7667608c1490e55b2cfe4daa63273f"},
{file = "robotpy_photonvision-2023.4.2-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:f86567ecf33110b3925b6ef487ccc0475cf7a8f05bce72573cca8f00b2113080"},
{file = "robotpy_photonvision-2023.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:40acaecb9d9ebe76529e4b64e505750f1799c579dc4750f8225a73ba72b9c7ca"},
{file = "robotpy_photonvision-2023.4.2-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:994b47b62c9b2b7dacf8e880c41dac705d87f8186cd830a25b300f0a4cfc9533"},
{file = "robotpy_photonvision-2023.4.2-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:6444a36613766af4f5d2e968e05619b94b7537d0c6fdc91e62aeafc8798a6dce"},
{file = "robotpy_photonvision-2023.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:bbaf204ca297445d79dcaf413245ad0b7914de32d25760b86f1dfbd202e255cd"},
]
[package.dependencies]
pyntcore = ">=2023.4.1,<2024.0.0"
robotpy-apriltag = ">=2023.4.1,<2024.0.0"
robotpy-wpimath = ">=2023.4.1,<2024.0.0"
wpilib = ">=2023.4.1,<2024.0.0"
[[package]]
name = "robotpy-rev"
version = "2023.1.3.2"
description = "REVLib for RobotPy"
optional = false
python-versions = ">=3.6"
files = [
{file = "robotpy-rev-2023.1.3.2.tar.gz", hash = "sha256:c8e6e36220d5016caf41277059098d8b8f5d125c842cb2149c25d05d1d1e02a2"},
{file = "robotpy_rev-2023.1.3.2-cp310-cp310-macosx_10_16_x86_64.whl", hash = "sha256:9cc26f74820b41dfc647bcda9a07fcbde8bd4a24a55c229e99224d2569d6dc62"},
{file = "robotpy_rev-2023.1.3.2-cp310-cp310-manylinux_2_35_x86_64.whl", hash = "sha256:630a446cd7f55ee322f27b9523656df9dbf7ce91c17aa60e31b26df5685a81bb"},
{file = "robotpy_rev-2023.1.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:587e4af4bb05788bb14a9110001fb1401898808ee16f1337ead208312c27c753"},
{file = "robotpy_rev-2023.1.3.2-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:ac912a73c8f03734fb12b17024f9458b57cc7f4d47f2928d7c7214437bae17e7"},
{file = "robotpy_rev-2023.1.3.2-cp311-cp311-manylinux_2_35_x86_64.whl", hash = "sha256:82f0dde1410a7112ba1dd23c0e51e80b54582a0e726f03322173554146688a31"},
{file = "robotpy_rev-2023.1.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:a1ba24db9afcbd234cd676625eeefd225d456b6dece5934051ecd46f543e16b2"},
{file = "robotpy_rev-2023.1.3.2-cp37-cp37m-macosx_10_16_x86_64.whl", hash = "sha256:d73917e6ff62b12acf5f8eeb83ddc65c211ab039f49df19fc86be5ffb0b863ce"},
{file = "robotpy_rev-2023.1.3.2-cp37-cp37m-manylinux_2_35_x86_64.whl", hash = "sha256:86dd6f7545d192836defe121c86072e6399796b9572539187ad9517503bf0eaf"},
{file = "robotpy_rev-2023.1.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:4ce335dccfb6fec18e028db57c47255e03e0b94dc3cb07a56cf403008e05db68"},
{file = "robotpy_rev-2023.1.3.2-cp38-cp38-macosx_10_16_x86_64.whl", hash = "sha256:e351eef6e4908dc78d2c7368faa97fd6c9b6e534cd875a50579b1affdf0cc1e2"},
{file = "robotpy_rev-2023.1.3.2-cp38-cp38-manylinux_2_35_x86_64.whl", hash = "sha256:d243b3f850b44308a46eec9d05836fb5f5bc2d1defd894f30f58ab39a691271f"},
{file = "robotpy_rev-2023.1.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:7c819ed65adcfa70fdc3175344df91ae94f335979c6f73ccaf10f9e725d0bac4"},
{file = "robotpy_rev-2023.1.3.2-cp39-cp39-macosx_10_16_x86_64.whl", hash = "sha256:e4d787506ef612ad3d332598ed497cb5023ec67a6ac1ec35eab8644092255daf"},
{file = "robotpy_rev-2023.1.3.2-cp39-cp39-manylinux_2_35_x86_64.whl", hash = "sha256:431eda94eefaf5d7bbf8b8a7b05c12f30a89e2e1f8bd1215bed485b2b056cb9b"},
{file = "robotpy_rev-2023.1.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:fcf8227a0d3584f045f661b930677e5c729bb7b3e71289f42bc7e210936f0099"},
]
[package.dependencies]
robotpy-wpimath = ">=2023.1.1.0,<2024.0.0"
robotpy-wpiutil = ">=2023.1.1.0,<2024.0.0"
wpilib = ">=2023.1.1.0,<2024.0.0"
[[package]]
name = "robotpy-toolkit-7407"
version = "2023.2.0.0"
description = "FRC Wired Boars Team 7407's Toolkit for usage with RobotPy"
optional = false
python-versions = ">3.9,<3.12"
files = [
{file = "robotpy_toolkit_7407-2023.2.0.0-py3-none-any.whl", hash = "sha256:94c3fd44431ec41ef48fc8e2a7151302276f7916a1ba3c1df99df9b7d09a69f4"},
{file = "robotpy_toolkit_7407-2023.2.0.0.tar.gz", hash = "sha256:bad5396a308b3375a83a8ab910e3ed3581c20cac975dfa0806f0f7f99b7687d2"},
]
[package.dependencies]
m2r2 = ">=0.3.3,<0.4.0"
pynetworktables = ">=2021.0.0,<2022.0.0"
robotpy = {version = ">=2023.4.2.1,<2024.0.0.0", extras = ["commands2"]}
robotpy-apriltag = ">=2023.1.1.0,<2024.0.0.0"
robotpy-ctre = ">=2023.0.0,<2024.0.0"