-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipython-8.29.0-pyh7428d3b_0.json
3796 lines (3796 loc) · 173 KB
/
ipython-8.29.0-pyh7428d3b_0.json
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
{
"build": "pyh7428d3b_0",
"build_number": 0,
"channel": "https://conda.anaconda.org/conda-forge/noarch",
"constrains": [],
"depends": [
"__win",
"colorama",
"decorator",
"exceptiongroup",
"jedi >=0.16",
"matplotlib-inline",
"pickleshare",
"prompt-toolkit >=3.0.41,<3.1.0",
"pygments >=2.4.0",
"python >=3.10",
"stack_data",
"traitlets >=5.13.0",
"typing_extensions >=4.6"
],
"extracted_package_dir": "E:\\Anaconda\\pkgs\\ipython-8.29.0-pyh7428d3b_0",
"files": [
"share/man/man1/ipython.1",
"Lib/site-packages/IPython/__init__.py",
"Lib/site-packages/IPython/__main__.py",
"Lib/site-packages/IPython/conftest.py",
"Lib/site-packages/IPython/consoleapp.py",
"Lib/site-packages/IPython/core/__init__.py",
"Lib/site-packages/IPython/core/alias.py",
"Lib/site-packages/IPython/core/application.py",
"Lib/site-packages/IPython/core/async_helpers.py",
"Lib/site-packages/IPython/core/autocall.py",
"Lib/site-packages/IPython/core/builtin_trap.py",
"Lib/site-packages/IPython/core/compilerop.py",
"Lib/site-packages/IPython/core/completer.py",
"Lib/site-packages/IPython/core/completerlib.py",
"Lib/site-packages/IPython/core/crashhandler.py",
"Lib/site-packages/IPython/core/debugger.py",
"Lib/site-packages/IPython/core/display.py",
"Lib/site-packages/IPython/core/display_functions.py",
"Lib/site-packages/IPython/core/display_trap.py",
"Lib/site-packages/IPython/core/displayhook.py",
"Lib/site-packages/IPython/core/displaypub.py",
"Lib/site-packages/IPython/core/error.py",
"Lib/site-packages/IPython/core/events.py",
"Lib/site-packages/IPython/core/excolors.py",
"Lib/site-packages/IPython/core/extensions.py",
"Lib/site-packages/IPython/core/formatters.py",
"Lib/site-packages/IPython/core/getipython.py",
"Lib/site-packages/IPython/core/guarded_eval.py",
"Lib/site-packages/IPython/core/history.py",
"Lib/site-packages/IPython/core/historyapp.py",
"Lib/site-packages/IPython/core/hooks.py",
"Lib/site-packages/IPython/core/inputsplitter.py",
"Lib/site-packages/IPython/core/inputtransformer.py",
"Lib/site-packages/IPython/core/inputtransformer2.py",
"Lib/site-packages/IPython/core/interactiveshell.py",
"Lib/site-packages/IPython/core/latex_symbols.py",
"Lib/site-packages/IPython/core/logger.py",
"Lib/site-packages/IPython/core/macro.py",
"Lib/site-packages/IPython/core/magic.py",
"Lib/site-packages/IPython/core/magic_arguments.py",
"Lib/site-packages/IPython/core/magics/__init__.py",
"Lib/site-packages/IPython/core/magics/ast_mod.py",
"Lib/site-packages/IPython/core/magics/auto.py",
"Lib/site-packages/IPython/core/magics/basic.py",
"Lib/site-packages/IPython/core/magics/code.py",
"Lib/site-packages/IPython/core/magics/config.py",
"Lib/site-packages/IPython/core/magics/display.py",
"Lib/site-packages/IPython/core/magics/execution.py",
"Lib/site-packages/IPython/core/magics/extension.py",
"Lib/site-packages/IPython/core/magics/history.py",
"Lib/site-packages/IPython/core/magics/logging.py",
"Lib/site-packages/IPython/core/magics/namespace.py",
"Lib/site-packages/IPython/core/magics/osm.py",
"Lib/site-packages/IPython/core/magics/packaging.py",
"Lib/site-packages/IPython/core/magics/pylab.py",
"Lib/site-packages/IPython/core/magics/script.py",
"Lib/site-packages/IPython/core/oinspect.py",
"Lib/site-packages/IPython/core/page.py",
"Lib/site-packages/IPython/core/payload.py",
"Lib/site-packages/IPython/core/payloadpage.py",
"Lib/site-packages/IPython/core/prefilter.py",
"Lib/site-packages/IPython/core/profile/README_STARTUP",
"Lib/site-packages/IPython/core/profileapp.py",
"Lib/site-packages/IPython/core/profiledir.py",
"Lib/site-packages/IPython/core/prompts.py",
"Lib/site-packages/IPython/core/pylabtools.py",
"Lib/site-packages/IPython/core/release.py",
"Lib/site-packages/IPython/core/shellapp.py",
"Lib/site-packages/IPython/core/splitinput.py",
"Lib/site-packages/IPython/core/tests/2x2.jpg",
"Lib/site-packages/IPython/core/tests/2x2.png",
"Lib/site-packages/IPython/core/tests/__init__.py",
"Lib/site-packages/IPython/core/tests/bad_all.py",
"Lib/site-packages/IPython/core/tests/daft_extension/daft_extension.py",
"Lib/site-packages/IPython/core/tests/nonascii.py",
"Lib/site-packages/IPython/core/tests/nonascii2.py",
"Lib/site-packages/IPython/core/tests/print_argv.py",
"Lib/site-packages/IPython/core/tests/refbug.py",
"Lib/site-packages/IPython/core/tests/simpleerr.py",
"Lib/site-packages/IPython/core/tests/tclass.py",
"Lib/site-packages/IPython/core/tests/test_alias.py",
"Lib/site-packages/IPython/core/tests/test_application.py",
"Lib/site-packages/IPython/core/tests/test_async_helpers.py",
"Lib/site-packages/IPython/core/tests/test_autocall.py",
"Lib/site-packages/IPython/core/tests/test_compilerop.py",
"Lib/site-packages/IPython/core/tests/test_completer.py",
"Lib/site-packages/IPython/core/tests/test_completerlib.py",
"Lib/site-packages/IPython/core/tests/test_debugger.py",
"Lib/site-packages/IPython/core/tests/test_display.py",
"Lib/site-packages/IPython/core/tests/test_displayhook.py",
"Lib/site-packages/IPython/core/tests/test_events.py",
"Lib/site-packages/IPython/core/tests/test_exceptiongroup_tb.py",
"Lib/site-packages/IPython/core/tests/test_extension.py",
"Lib/site-packages/IPython/core/tests/test_formatters.py",
"Lib/site-packages/IPython/core/tests/test_guarded_eval.py",
"Lib/site-packages/IPython/core/tests/test_handlers.py",
"Lib/site-packages/IPython/core/tests/test_history.py",
"Lib/site-packages/IPython/core/tests/test_hooks.py",
"Lib/site-packages/IPython/core/tests/test_imports.py",
"Lib/site-packages/IPython/core/tests/test_inputsplitter.py",
"Lib/site-packages/IPython/core/tests/test_inputtransformer.py",
"Lib/site-packages/IPython/core/tests/test_inputtransformer2.py",
"Lib/site-packages/IPython/core/tests/test_inputtransformer2_line.py",
"Lib/site-packages/IPython/core/tests/test_interactiveshell.py",
"Lib/site-packages/IPython/core/tests/test_iplib.py",
"Lib/site-packages/IPython/core/tests/test_logger.py",
"Lib/site-packages/IPython/core/tests/test_magic.py",
"Lib/site-packages/IPython/core/tests/test_magic_arguments.py",
"Lib/site-packages/IPython/core/tests/test_magic_terminal.py",
"Lib/site-packages/IPython/core/tests/test_oinspect.py",
"Lib/site-packages/IPython/core/tests/test_page.py",
"Lib/site-packages/IPython/core/tests/test_paths.py",
"Lib/site-packages/IPython/core/tests/test_prefilter.py",
"Lib/site-packages/IPython/core/tests/test_profile.py",
"Lib/site-packages/IPython/core/tests/test_prompts.py",
"Lib/site-packages/IPython/core/tests/test_pylabtools.py",
"Lib/site-packages/IPython/core/tests/test_run.py",
"Lib/site-packages/IPython/core/tests/test_shellapp.py",
"Lib/site-packages/IPython/core/tests/test_splitinput.py",
"Lib/site-packages/IPython/core/tests/test_ultratb.py",
"Lib/site-packages/IPython/core/ultratb.py",
"Lib/site-packages/IPython/core/usage.py",
"Lib/site-packages/IPython/display.py",
"Lib/site-packages/IPython/extensions/__init__.py",
"Lib/site-packages/IPython/extensions/autoreload.py",
"Lib/site-packages/IPython/extensions/storemagic.py",
"Lib/site-packages/IPython/extensions/tests/__init__.py",
"Lib/site-packages/IPython/extensions/tests/test_autoreload.py",
"Lib/site-packages/IPython/extensions/tests/test_storemagic.py",
"Lib/site-packages/IPython/external/__init__.py",
"Lib/site-packages/IPython/external/qt_for_kernel.py",
"Lib/site-packages/IPython/external/qt_loaders.py",
"Lib/site-packages/IPython/external/tests/__init__.py",
"Lib/site-packages/IPython/external/tests/test_qt_loaders.py",
"Lib/site-packages/IPython/lib/__init__.py",
"Lib/site-packages/IPython/lib/backgroundjobs.py",
"Lib/site-packages/IPython/lib/clipboard.py",
"Lib/site-packages/IPython/lib/deepreload.py",
"Lib/site-packages/IPython/lib/demo.py",
"Lib/site-packages/IPython/lib/display.py",
"Lib/site-packages/IPython/lib/editorhooks.py",
"Lib/site-packages/IPython/lib/guisupport.py",
"Lib/site-packages/IPython/lib/latextools.py",
"Lib/site-packages/IPython/lib/lexers.py",
"Lib/site-packages/IPython/lib/pretty.py",
"Lib/site-packages/IPython/lib/tests/__init__.py",
"Lib/site-packages/IPython/lib/tests/test.wav",
"Lib/site-packages/IPython/lib/tests/test_backgroundjobs.py",
"Lib/site-packages/IPython/lib/tests/test_clipboard.py",
"Lib/site-packages/IPython/lib/tests/test_deepreload.py",
"Lib/site-packages/IPython/lib/tests/test_display.py",
"Lib/site-packages/IPython/lib/tests/test_editorhooks.py",
"Lib/site-packages/IPython/lib/tests/test_imports.py",
"Lib/site-packages/IPython/lib/tests/test_latextools.py",
"Lib/site-packages/IPython/lib/tests/test_lexers.py",
"Lib/site-packages/IPython/lib/tests/test_pretty.py",
"Lib/site-packages/IPython/lib/tests/test_pygments.py",
"Lib/site-packages/IPython/paths.py",
"Lib/site-packages/IPython/py.typed",
"Lib/site-packages/IPython/sphinxext/__init__.py",
"Lib/site-packages/IPython/sphinxext/custom_doctests.py",
"Lib/site-packages/IPython/sphinxext/ipython_console_highlighting.py",
"Lib/site-packages/IPython/sphinxext/ipython_directive.py",
"Lib/site-packages/IPython/terminal/__init__.py",
"Lib/site-packages/IPython/terminal/console.py",
"Lib/site-packages/IPython/terminal/debugger.py",
"Lib/site-packages/IPython/terminal/embed.py",
"Lib/site-packages/IPython/terminal/interactiveshell.py",
"Lib/site-packages/IPython/terminal/ipapp.py",
"Lib/site-packages/IPython/terminal/magics.py",
"Lib/site-packages/IPython/terminal/prompts.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__init__.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/asyncio.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/glut.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/gtk.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/gtk3.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/gtk4.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/osx.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/pyglet.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/qt.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/tk.py",
"Lib/site-packages/IPython/terminal/pt_inputhooks/wx.py",
"Lib/site-packages/IPython/terminal/ptutils.py",
"Lib/site-packages/IPython/terminal/shortcuts/__init__.py",
"Lib/site-packages/IPython/terminal/shortcuts/auto_match.py",
"Lib/site-packages/IPython/terminal/shortcuts/auto_suggest.py",
"Lib/site-packages/IPython/terminal/shortcuts/filters.py",
"Lib/site-packages/IPython/terminal/tests/__init__.py",
"Lib/site-packages/IPython/terminal/tests/test_debug_magic.py",
"Lib/site-packages/IPython/terminal/tests/test_embed.py",
"Lib/site-packages/IPython/terminal/tests/test_help.py",
"Lib/site-packages/IPython/terminal/tests/test_interactivshell.py",
"Lib/site-packages/IPython/terminal/tests/test_pt_inputhooks.py",
"Lib/site-packages/IPython/terminal/tests/test_shortcuts.py",
"Lib/site-packages/IPython/testing/__init__.py",
"Lib/site-packages/IPython/testing/decorators.py",
"Lib/site-packages/IPython/testing/globalipapp.py",
"Lib/site-packages/IPython/testing/ipunittest.py",
"Lib/site-packages/IPython/testing/plugin/README.txt",
"Lib/site-packages/IPython/testing/plugin/__init__.py",
"Lib/site-packages/IPython/testing/plugin/dtexample.py",
"Lib/site-packages/IPython/testing/plugin/ipdoctest.py",
"Lib/site-packages/IPython/testing/plugin/pytest_ipdoctest.py",
"Lib/site-packages/IPython/testing/plugin/setup.py",
"Lib/site-packages/IPython/testing/plugin/simple.py",
"Lib/site-packages/IPython/testing/plugin/simplevars.py",
"Lib/site-packages/IPython/testing/plugin/test_combo.txt",
"Lib/site-packages/IPython/testing/plugin/test_example.txt",
"Lib/site-packages/IPython/testing/plugin/test_exampleip.txt",
"Lib/site-packages/IPython/testing/plugin/test_ipdoctest.py",
"Lib/site-packages/IPython/testing/plugin/test_refs.py",
"Lib/site-packages/IPython/testing/skipdoctest.py",
"Lib/site-packages/IPython/testing/tests/__init__.py",
"Lib/site-packages/IPython/testing/tests/test_decorators.py",
"Lib/site-packages/IPython/testing/tests/test_ipunittest.py",
"Lib/site-packages/IPython/testing/tests/test_tools.py",
"Lib/site-packages/IPython/testing/tools.py",
"Lib/site-packages/IPython/utils/PyColorize.py",
"Lib/site-packages/IPython/utils/__init__.py",
"Lib/site-packages/IPython/utils/_process_cli.py",
"Lib/site-packages/IPython/utils/_process_common.py",
"Lib/site-packages/IPython/utils/_process_emscripten.py",
"Lib/site-packages/IPython/utils/_process_posix.py",
"Lib/site-packages/IPython/utils/_process_win32.py",
"Lib/site-packages/IPython/utils/_process_win32_controller.py",
"Lib/site-packages/IPython/utils/_sysinfo.py",
"Lib/site-packages/IPython/utils/capture.py",
"Lib/site-packages/IPython/utils/colorable.py",
"Lib/site-packages/IPython/utils/coloransi.py",
"Lib/site-packages/IPython/utils/contexts.py",
"Lib/site-packages/IPython/utils/daemonize.py",
"Lib/site-packages/IPython/utils/data.py",
"Lib/site-packages/IPython/utils/decorators.py",
"Lib/site-packages/IPython/utils/dir2.py",
"Lib/site-packages/IPython/utils/docs.py",
"Lib/site-packages/IPython/utils/encoding.py",
"Lib/site-packages/IPython/utils/eventful.py",
"Lib/site-packages/IPython/utils/frame.py",
"Lib/site-packages/IPython/utils/generics.py",
"Lib/site-packages/IPython/utils/importstring.py",
"Lib/site-packages/IPython/utils/io.py",
"Lib/site-packages/IPython/utils/ipstruct.py",
"Lib/site-packages/IPython/utils/jsonutil.py",
"Lib/site-packages/IPython/utils/localinterfaces.py",
"Lib/site-packages/IPython/utils/log.py",
"Lib/site-packages/IPython/utils/module_paths.py",
"Lib/site-packages/IPython/utils/openpy.py",
"Lib/site-packages/IPython/utils/path.py",
"Lib/site-packages/IPython/utils/process.py",
"Lib/site-packages/IPython/utils/py3compat.py",
"Lib/site-packages/IPython/utils/sentinel.py",
"Lib/site-packages/IPython/utils/shimmodule.py",
"Lib/site-packages/IPython/utils/signatures.py",
"Lib/site-packages/IPython/utils/strdispatch.py",
"Lib/site-packages/IPython/utils/sysinfo.py",
"Lib/site-packages/IPython/utils/syspathcontext.py",
"Lib/site-packages/IPython/utils/tempdir.py",
"Lib/site-packages/IPython/utils/terminal.py",
"Lib/site-packages/IPython/utils/tests/__init__.py",
"Lib/site-packages/IPython/utils/tests/test_capture.py",
"Lib/site-packages/IPython/utils/tests/test_decorators.py",
"Lib/site-packages/IPython/utils/tests/test_deprecated.py",
"Lib/site-packages/IPython/utils/tests/test_dir2.py",
"Lib/site-packages/IPython/utils/tests/test_imports.py",
"Lib/site-packages/IPython/utils/tests/test_importstring.py",
"Lib/site-packages/IPython/utils/tests/test_io.py",
"Lib/site-packages/IPython/utils/tests/test_module_paths.py",
"Lib/site-packages/IPython/utils/tests/test_openpy.py",
"Lib/site-packages/IPython/utils/tests/test_path.py",
"Lib/site-packages/IPython/utils/tests/test_process.py",
"Lib/site-packages/IPython/utils/tests/test_pycolorize.py",
"Lib/site-packages/IPython/utils/tests/test_shimmodule.py",
"Lib/site-packages/IPython/utils/tests/test_sysinfo.py",
"Lib/site-packages/IPython/utils/tests/test_tempdir.py",
"Lib/site-packages/IPython/utils/tests/test_text.py",
"Lib/site-packages/IPython/utils/tests/test_tokenutil.py",
"Lib/site-packages/IPython/utils/tests/test_wildcard.py",
"Lib/site-packages/IPython/utils/text.py",
"Lib/site-packages/IPython/utils/timing.py",
"Lib/site-packages/IPython/utils/tokenutil.py",
"Lib/site-packages/IPython/utils/traitlets.py",
"Lib/site-packages/IPython/utils/tz.py",
"Lib/site-packages/IPython/utils/ulinecache.py",
"Lib/site-packages/IPython/utils/version.py",
"Lib/site-packages/IPython/utils/wildcard.py",
"Lib/site-packages/ipython-8.29.0.dist-info/INSTALLER",
"Lib/site-packages/ipython-8.29.0.dist-info/LICENSE",
"Lib/site-packages/ipython-8.29.0.dist-info/METADATA",
"Lib/site-packages/ipython-8.29.0.dist-info/RECORD",
"Lib/site-packages/ipython-8.29.0.dist-info/REQUESTED",
"Lib/site-packages/ipython-8.29.0.dist-info/WHEEL",
"Lib/site-packages/ipython-8.29.0.dist-info/direct_url.json",
"Lib/site-packages/ipython-8.29.0.dist-info/entry_points.txt",
"Lib/site-packages/ipython-8.29.0.dist-info/top_level.txt",
".nonadmin",
"Lib/site-packages/IPython/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/__pycache__/__main__.cpython-310.pyc",
"Lib/site-packages/IPython/__pycache__/conftest.cpython-310.pyc",
"Lib/site-packages/IPython/__pycache__/consoleapp.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/alias.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/application.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/async_helpers.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/autocall.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/builtin_trap.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/compilerop.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/completer.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/completerlib.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/crashhandler.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/debugger.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/display.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/display_functions.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/display_trap.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/displayhook.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/displaypub.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/error.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/events.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/excolors.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/extensions.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/formatters.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/getipython.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/guarded_eval.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/history.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/historyapp.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/hooks.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/inputsplitter.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/inputtransformer.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/inputtransformer2.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/interactiveshell.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/latex_symbols.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/logger.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/macro.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/magic.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/magic_arguments.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/ast_mod.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/auto.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/basic.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/code.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/config.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/display.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/execution.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/extension.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/history.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/logging.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/namespace.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/osm.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/packaging.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/pylab.cpython-310.pyc",
"Lib/site-packages/IPython/core/magics/__pycache__/script.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/oinspect.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/page.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/payload.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/payloadpage.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/prefilter.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/profileapp.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/profiledir.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/prompts.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/pylabtools.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/release.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/shellapp.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/splitinput.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/bad_all.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/daft_extension/__pycache__/daft_extension.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/nonascii.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/nonascii2.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/print_argv.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/refbug.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/simpleerr.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/tclass.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_alias.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_application.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_async_helpers.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_autocall.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_compilerop.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_completer.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_completerlib.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_debugger.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_display.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_displayhook.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_events.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_exceptiongroup_tb.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_extension.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_formatters.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_guarded_eval.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_handlers.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_history.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_hooks.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_imports.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_inputsplitter.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_inputtransformer.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_inputtransformer2.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_inputtransformer2_line.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_interactiveshell.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_iplib.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_logger.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_magic.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_magic_arguments.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_magic_terminal.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_oinspect.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_page.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_paths.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_prefilter.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_profile.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_prompts.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_pylabtools.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_run.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_shellapp.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_splitinput.cpython-310.pyc",
"Lib/site-packages/IPython/core/tests/__pycache__/test_ultratb.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/ultratb.cpython-310.pyc",
"Lib/site-packages/IPython/core/__pycache__/usage.cpython-310.pyc",
"Lib/site-packages/IPython/__pycache__/display.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/__pycache__/autoreload.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/__pycache__/storemagic.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/tests/__pycache__/test_autoreload.cpython-310.pyc",
"Lib/site-packages/IPython/extensions/tests/__pycache__/test_storemagic.cpython-310.pyc",
"Lib/site-packages/IPython/external/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/external/__pycache__/qt_for_kernel.cpython-310.pyc",
"Lib/site-packages/IPython/external/__pycache__/qt_loaders.cpython-310.pyc",
"Lib/site-packages/IPython/external/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/external/tests/__pycache__/test_qt_loaders.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/backgroundjobs.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/clipboard.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/deepreload.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/demo.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/display.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/editorhooks.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/guisupport.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/latextools.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/lexers.cpython-310.pyc",
"Lib/site-packages/IPython/lib/__pycache__/pretty.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_backgroundjobs.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_clipboard.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_deepreload.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_display.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_editorhooks.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_imports.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_latextools.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_lexers.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_pretty.cpython-310.pyc",
"Lib/site-packages/IPython/lib/tests/__pycache__/test_pygments.cpython-310.pyc",
"Lib/site-packages/IPython/__pycache__/paths.cpython-310.pyc",
"Lib/site-packages/IPython/sphinxext/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/sphinxext/__pycache__/custom_doctests.cpython-310.pyc",
"Lib/site-packages/IPython/sphinxext/__pycache__/ipython_console_highlighting.cpython-310.pyc",
"Lib/site-packages/IPython/sphinxext/__pycache__/ipython_directive.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/console.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/debugger.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/embed.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/interactiveshell.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/ipapp.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/magics.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/prompts.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/asyncio.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/glut.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/gtk.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/gtk3.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/gtk4.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/osx.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/pyglet.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/qt.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/tk.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/pt_inputhooks/__pycache__/wx.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/__pycache__/ptutils.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/shortcuts/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/shortcuts/__pycache__/auto_match.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/shortcuts/__pycache__/auto_suggest.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/shortcuts/__pycache__/filters.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_debug_magic.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_embed.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_help.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_interactivshell.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_pt_inputhooks.cpython-310.pyc",
"Lib/site-packages/IPython/terminal/tests/__pycache__/test_shortcuts.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/decorators.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/globalipapp.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/ipunittest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/dtexample.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/ipdoctest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/pytest_ipdoctest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/setup.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/simple.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/simplevars.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/test_ipdoctest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/plugin/__pycache__/test_refs.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/skipdoctest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/testing/tests/__pycache__/test_decorators.cpython-310.pyc",
"Lib/site-packages/IPython/testing/tests/__pycache__/test_ipunittest.cpython-310.pyc",
"Lib/site-packages/IPython/testing/tests/__pycache__/test_tools.cpython-310.pyc",
"Lib/site-packages/IPython/testing/__pycache__/tools.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/PyColorize.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_cli.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_common.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_emscripten.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_posix.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_win32.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_process_win32_controller.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/_sysinfo.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/capture.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/colorable.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/coloransi.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/contexts.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/daemonize.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/data.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/decorators.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/dir2.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/docs.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/encoding.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/eventful.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/frame.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/generics.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/importstring.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/io.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/ipstruct.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/jsonutil.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/localinterfaces.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/log.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/module_paths.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/openpy.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/path.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/process.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/py3compat.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/sentinel.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/shimmodule.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/signatures.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/strdispatch.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/sysinfo.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/syspathcontext.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/tempdir.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/terminal.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/__init__.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_capture.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_decorators.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_deprecated.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_dir2.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_imports.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_importstring.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_io.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_module_paths.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_openpy.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_path.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_process.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_pycolorize.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_shimmodule.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_sysinfo.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_tempdir.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_text.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_tokenutil.cpython-310.pyc",
"Lib/site-packages/IPython/utils/tests/__pycache__/test_wildcard.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/text.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/timing.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/tokenutil.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/traitlets.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/tz.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/ulinecache.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/version.cpython-310.pyc",
"Lib/site-packages/IPython/utils/__pycache__/wildcard.cpython-310.pyc",
"Scripts/ipython-script.py",
"Scripts/ipython3-script.py",
"Scripts/ipython.exe",
"Scripts/ipython3.exe"
],
"fn": "ipython-8.29.0-pyh7428d3b_0.conda",
"license": "BSD-3-Clause",
"license_family": "BSD",
"link": {
"source": "E:\\Anaconda\\pkgs\\ipython-8.29.0-pyh7428d3b_0",
"type": 1
},
"md5": "9dc505b3569b4c26cffc241c50695f75",
"name": "ipython",
"noarch": "python",
"package_tarball_full_path": "E:\\Anaconda\\pkgs\\ipython-8.29.0-pyh7428d3b_0.conda",
"package_type": "noarch_python",
"paths_data": {
"paths": [
{
"_path": "share/man/man1/ipython.1",
"path_type": "hardlink",
"sha256": "3d57503f6847987c94130ccb38f7206af9c27bd8d30d5accd63299b7872717f4",
"sha256_in_prefix": "3d57503f6847987c94130ccb38f7206af9c27bd8d30d5accd63299b7872717f4",
"size_in_bytes": 2058
},
{
"_path": "site-packages/IPython/__init__.py",
"path_type": "hardlink",
"sha256": "906b99100f3ed86330d4e5139664feadd1afbd547aacdbd0b598a7155d344f10",
"sha256_in_prefix": "906b99100f3ed86330d4e5139664feadd1afbd547aacdbd0b598a7155d344f10",
"size_in_bytes": 6615
},
{
"_path": "site-packages/IPython/__main__.py",
"path_type": "hardlink",
"sha256": "54b62786cd4ae7f987d335a93a4a3b8715417d1c404b6a0a4428cedb9fe79201",
"sha256_in_prefix": "54b62786cd4ae7f987d335a93a4a3b8715417d1c404b6a0a4428cedb9fe79201",
"size_in_bytes": 490
},
{
"_path": "site-packages/IPython/conftest.py",
"path_type": "hardlink",
"sha256": "48a0f37db714f462a74edeab18350f21848397d878945b0f83af55fa318cf668",
"sha256_in_prefix": "48a0f37db714f462a74edeab18350f21848397d878945b0f83af55fa318cf668",
"size_in_bytes": 2618
},
{
"_path": "site-packages/IPython/consoleapp.py",
"path_type": "hardlink",
"sha256": "272905b19b96fea38801124792702b03373dc320b51c6503d87be6561ccf73fd",
"sha256_in_prefix": "272905b19b96fea38801124792702b03373dc320b51c6503d87be6561ccf73fd",
"size_in_bytes": 415
},
{
"_path": "site-packages/IPython/core/__init__.py",
"path_type": "hardlink",
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"sha256_in_prefix": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"size_in_bytes": 0
},
{
"_path": "site-packages/IPython/core/alias.py",
"path_type": "hardlink",
"sha256": "f3def6617d34155c8b3be7730fb5118e9c263d85c3768b7053e08e801a8c0752",
"sha256_in_prefix": "f3def6617d34155c8b3be7730fb5118e9c263d85c3768b7053e08e801a8c0752",
"size_in_bytes": 10241
},
{
"_path": "site-packages/IPython/core/application.py",
"path_type": "hardlink",
"sha256": "60bb27ef73e454ce9736ad36de98a0cf67d364d510f91ebbe34511afe77bea57",
"sha256_in_prefix": "60bb27ef73e454ce9736ad36de98a0cf67d364d510f91ebbe34511afe77bea57",
"size_in_bytes": 18941
},
{
"_path": "site-packages/IPython/core/async_helpers.py",
"path_type": "hardlink",
"sha256": "e31fd94ab3c89978b4a17cf022668b73779796474b8bee115e1d87717f180d08",
"sha256_in_prefix": "e31fd94ab3c89978b4a17cf022668b73779796474b8bee115e1d87717f180d08",
"size_in_bytes": 4296
},
{
"_path": "site-packages/IPython/core/autocall.py",
"path_type": "hardlink",
"sha256": "d74f7ff5ed335798dc2b56b1f12671a7dbec200bb49bf2876d920d1270d2caff",
"sha256_in_prefix": "d74f7ff5ed335798dc2b56b1f12671a7dbec200bb49bf2876d920d1270d2caff",
"size_in_bytes": 1991
},
{
"_path": "site-packages/IPython/core/builtin_trap.py",
"path_type": "hardlink",
"sha256": "da4612da1a1043478315000913d5d3a7fb10ac157269d0c53b6add3d765bbf62",
"sha256_in_prefix": "da4612da1a1043478315000913d5d3a7fb10ac157269d0c53b6add3d765bbf62",
"size_in_bytes": 3009
},
{
"_path": "site-packages/IPython/core/compilerop.py",
"path_type": "hardlink",
"sha256": "04f89eeaaf0db4159dd3c6d9e2188751f3e2df0ca16a484290ed70a45465d6bd",
"sha256_in_prefix": "04f89eeaaf0db4159dd3c6d9e2188751f3e2df0ca16a484290ed70a45465d6bd",
"size_in_bytes": 7730
},
{
"_path": "site-packages/IPython/core/completer.py",
"path_type": "hardlink",
"sha256": "eee13bffbc2971c950ac73d4e46c0aa056e5ac6cfaae399d0ba3dcf489d0818d",
"sha256_in_prefix": "eee13bffbc2971c950ac73d4e46c0aa056e5ac6cfaae399d0ba3dcf489d0818d",
"size_in_bytes": 119773
},
{
"_path": "site-packages/IPython/core/completerlib.py",
"path_type": "hardlink",
"sha256": "0bfd6e1704787a2a88b1e98c45b96e310575589dea49f9c6c4ed353ec192a6bf",
"sha256_in_prefix": "0bfd6e1704787a2a88b1e98c45b96e310575589dea49f9c6c4ed353ec192a6bf",
"size_in_bytes": 12641
},
{
"_path": "site-packages/IPython/core/crashhandler.py",
"path_type": "hardlink",
"sha256": "40cb4b5cab6bb42911ccba0c53bbda08dbc2de4ec5ec9a15d44519d88d6ad6d8",
"sha256_in_prefix": "40cb4b5cab6bb42911ccba0c53bbda08dbc2de4ec5ec9a15d44519d88d6ad6d8",
"size_in_bytes": 8508
},
{
"_path": "site-packages/IPython/core/debugger.py",
"path_type": "hardlink",
"sha256": "0c2ec372e7eaf27a35af70842f4bb441827b85021abc02e59e38fe430fd789de",
"sha256_in_prefix": "0c2ec372e7eaf27a35af70842f4bb441827b85021abc02e59e38fe430fd789de",
"size_in_bytes": 38984
},
{
"_path": "site-packages/IPython/core/display.py",
"path_type": "hardlink",
"sha256": "7f6310c8070db94834debe1b19464520a041cd4b6381f39f92ea3aae9f353867",
"sha256_in_prefix": "7f6310c8070db94834debe1b19464520a041cd4b6381f39f92ea3aae9f353867",
"size_in_bytes": 44302
},
{
"_path": "site-packages/IPython/core/display_functions.py",
"path_type": "hardlink",
"sha256": "cf912d2d9403ea592bf1d0c43fcf3405a18693ed8800de1a2a903f3270374ac8",
"sha256_in_prefix": "cf912d2d9403ea592bf1d0c43fcf3405a18693ed8800de1a2a903f3270374ac8",
"size_in_bytes": 12919
},
{
"_path": "site-packages/IPython/core/display_trap.py",
"path_type": "hardlink",
"sha256": "df58ccdba0773e13522c9869c911ee4d6b1c39bc1530e947f4f0c2daff079ac5",
"sha256_in_prefix": "df58ccdba0773e13522c9869c911ee4d6b1c39bc1530e947f4f0c2daff079ac5",
"size_in_bytes": 2098
},
{
"_path": "site-packages/IPython/core/displayhook.py",
"path_type": "hardlink",
"sha256": "84d6ad284ffbb0c6a2aca52e5d6acf17c6298af1724be7daaeed9ee47f3ffe6f",
"sha256_in_prefix": "84d6ad284ffbb0c6a2aca52e5d6acf17c6298af1724be7daaeed9ee47f3ffe6f",
"size_in_bytes": 12962
},
{
"_path": "site-packages/IPython/core/displaypub.py",
"path_type": "hardlink",
"sha256": "2fccfe15731dbfeaddf9eee896517273032f3a9573592cca80a9d3f4f2443f4f",
"sha256_in_prefix": "2fccfe15731dbfeaddf9eee896517273032f3a9573592cca80a9d3f4f2443f4f",
"size_in_bytes": 5070
},
{
"_path": "site-packages/IPython/core/error.py",
"path_type": "hardlink",
"sha256": "94be563f7134b063569014d02f4bbbf79c0b409092ac309fdf6f1fb7c4df0a39",
"sha256_in_prefix": "94be563f7134b063569014d02f4bbbf79c0b409092ac309fdf6f1fb7c4df0a39",
"size_in_bytes": 1734
},
{
"_path": "site-packages/IPython/core/events.py",
"path_type": "hardlink",
"sha256": "31c132e83b6dfd88d3222a2742ff9ddf05517c001c405749b79c1e3fa89eff3f",
"sha256_in_prefix": "31c132e83b6dfd88d3222a2742ff9ddf05517c001c405749b79c1e3fa89eff3f",
"size_in_bytes": 5251
},
{
"_path": "site-packages/IPython/core/excolors.py",
"path_type": "hardlink",
"sha256": "10bb7204b5cdff78748765b29fa1d9224b477969052155f3ad4f2cf1eec1beb7",
"sha256_in_prefix": "10bb7204b5cdff78748765b29fa1d9224b477969052155f3ad4f2cf1eec1beb7",
"size_in_bytes": 6527
},
{
"_path": "site-packages/IPython/core/extensions.py",
"path_type": "hardlink",
"sha256": "2a0a21362a3097bd56f95d1661758ac3b83eabce5037d73f171b6b689a043af6",
"sha256_in_prefix": "2a0a21362a3097bd56f95d1661758ac3b83eabce5037d73f171b6b689a043af6",
"size_in_bytes": 5020
},
{
"_path": "site-packages/IPython/core/formatters.py",
"path_type": "hardlink",
"sha256": "8544920b59992cd1d528b78a5fa9028a840764591b44a8ab14aa72813e8e431e",
"sha256_in_prefix": "8544920b59992cd1d528b78a5fa9028a840764591b44a8ab14aa72813e8e431e",
"size_in_bytes": 35016
},
{
"_path": "site-packages/IPython/core/getipython.py",
"path_type": "hardlink",
"sha256": "ce7c1778e51d14d8b27e726e37a046987124f782a357d9906ac5dceb440f185d",
"sha256_in_prefix": "ce7c1778e51d14d8b27e726e37a046987124f782a357d9906ac5dceb440f185d",
"size_in_bytes": 912
},
{
"_path": "site-packages/IPython/core/guarded_eval.py",
"path_type": "hardlink",
"sha256": "c629ce21c38b9541dcbab049ae51c267ade3bc0704217475fb2172f6e20be57c",
"sha256_in_prefix": "c629ce21c38b9541dcbab049ae51c267ade3bc0704217475fb2172f6e20be57c",
"size_in_bytes": 29453
},
{
"_path": "site-packages/IPython/core/history.py",
"path_type": "hardlink",
"sha256": "122f665f1339cbc282986533e52a8b418f13be8ea328553d495a0720f49271da",
"sha256_in_prefix": "122f665f1339cbc282986533e52a8b418f13be8ea328553d495a0720f49271da",
"size_in_bytes": 34821
},
{
"_path": "site-packages/IPython/core/historyapp.py",
"path_type": "hardlink",
"sha256": "c55545d949961fb514620e8be1b9a93274a00b50bb417c0d1036d0d5669e7647",
"sha256_in_prefix": "c55545d949961fb514620e8be1b9a93274a00b50bb417c0d1036d0d5669e7647",
"size_in_bytes": 5871
},
{
"_path": "site-packages/IPython/core/hooks.py",
"path_type": "hardlink",
"sha256": "2ea809fe36bf923a2e656f7b4d297a711b2a143d121549cd9f3fa4ffd62ac546",
"sha256_in_prefix": "2ea809fe36bf923a2e656f7b4d297a711b2a143d121549cd9f3fa4ffd62ac546",
"size_in_bytes": 5668
},
{
"_path": "site-packages/IPython/core/inputsplitter.py",
"path_type": "hardlink",
"sha256": "46ea2d9e3416fece6a6cf3500941de74f9f1f1c6ebda23805723be252905a822",
"sha256_in_prefix": "46ea2d9e3416fece6a6cf3500941de74f9f1f1c6ebda23805723be252905a822",
"size_in_bytes": 29161
},
{
"_path": "site-packages/IPython/core/inputtransformer.py",
"path_type": "hardlink",
"sha256": "789a5eff653f2792f2f64865ff7dc0bc5f0469769e0bfc6f19c70b99de1379cd",
"sha256_in_prefix": "789a5eff653f2792f2f64865ff7dc0bc5f0469769e0bfc6f19c70b99de1379cd",
"size_in_bytes": 18184
},
{
"_path": "site-packages/IPython/core/inputtransformer2.py",
"path_type": "hardlink",
"sha256": "3dbeccd0e635b5dce52e502fc9aadc0609a4323925d83589bda6d700b54d7053",
"sha256_in_prefix": "3dbeccd0e635b5dce52e502fc9aadc0609a4323925d83589bda6d700b54d7053",
"size_in_bytes": 29393
},
{
"_path": "site-packages/IPython/core/interactiveshell.py",
"path_type": "hardlink",
"sha256": "f2fad4904295132c495b9875f710db7a5bb81cb8fec54b39fc9132b6ef108e97",
"sha256_in_prefix": "f2fad4904295132c495b9875f710db7a5bb81cb8fec54b39fc9132b6ef108e97",
"size_in_bytes": 155004
},
{
"_path": "site-packages/IPython/core/latex_symbols.py",
"path_type": "hardlink",
"sha256": "622216ad87b39aabad3a4c3274783b5555b23558cf68beaea9f17f8b218485b9",
"sha256_in_prefix": "622216ad87b39aabad3a4c3274783b5555b23558cf68beaea9f17f8b218485b9",
"size_in_bytes": 31288
},
{
"_path": "site-packages/IPython/core/logger.py",
"path_type": "hardlink",
"sha256": "d2439a7c28bbed27f0c6efc9ec8afd3d86c9a3a9e5755e9b4951ad15b58b45dc",
"sha256_in_prefix": "d2439a7c28bbed27f0c6efc9ec8afd3d86c9a3a9e5755e9b4951ad15b58b45dc",
"size_in_bytes": 8444
},
{
"_path": "site-packages/IPython/core/macro.py",
"path_type": "hardlink",
"sha256": "f372a6193cef88431734b0337dd2fe3308b8ef300699ba458c34a760f358a5f3",
"sha256_in_prefix": "f372a6193cef88431734b0337dd2fe3308b8ef300699ba458c34a760f358a5f3",
"size_in_bytes": 1734
},
{
"_path": "site-packages/IPython/core/magic.py",
"path_type": "hardlink",
"sha256": "1c18e4cbff5ce15bbec4cda1b953ff1480d6a85f6e480547476189ba38640705",
"sha256_in_prefix": "1c18e4cbff5ce15bbec4cda1b953ff1480d6a85f6e480547476189ba38640705",
"size_in_bytes": 28927
},
{
"_path": "site-packages/IPython/core/magic_arguments.py",
"path_type": "hardlink",
"sha256": "25680f4475dd7249657e41eaf26937d315cb24a9a807d98005a75df33e3fbb29",
"sha256_in_prefix": "25680f4475dd7249657e41eaf26937d315cb24a9a807d98005a75df33e3fbb29",
"size_in_bytes": 9734
},
{
"_path": "site-packages/IPython/core/magics/__init__.py",
"path_type": "hardlink",
"sha256": "a6477e51fce30c6a79507b852a3c35f76bd99e28294cff5fb57cc6de82dd892f",
"sha256_in_prefix": "a6477e51fce30c6a79507b852a3c35f76bd99e28294cff5fb57cc6de82dd892f",
"size_in_bytes": 1619
},
{
"_path": "site-packages/IPython/core/magics/ast_mod.py",
"path_type": "hardlink",
"sha256": "d3a3a844eed9ec9cdf73e71f95ff19df0caa175edf918bfa7c9fcdc3877b7901",
"sha256_in_prefix": "d3a3a844eed9ec9cdf73e71f95ff19df0caa175edf918bfa7c9fcdc3877b7901",
"size_in_bytes": 10295
},
{
"_path": "site-packages/IPython/core/magics/auto.py",
"path_type": "hardlink",
"sha256": "6509f0e757de1a3b312b528e8d103263f5903ccc1192ba816b8bf35785fe8fe1",
"sha256_in_prefix": "6509f0e757de1a3b312b528e8d103263f5903ccc1192ba816b8bf35785fe8fe1",
"size_in_bytes": 4816
},
{
"_path": "site-packages/IPython/core/magics/basic.py",
"path_type": "hardlink",
"sha256": "94bd63ca808728af8469b04b7852441a8fa6ab5880db88ded0bccbc70b4ff996",
"sha256_in_prefix": "94bd63ca808728af8469b04b7852441a8fa6ab5880db88ded0bccbc70b4ff996",
"size_in_bytes": 23188
},
{
"_path": "site-packages/IPython/core/magics/code.py",
"path_type": "hardlink",
"sha256": "88f8c5d1e5b7036564423d9b38b03aaa0a6d0e962c1a99e7435e14fa3c4f1ab5",
"sha256_in_prefix": "88f8c5d1e5b7036564423d9b38b03aaa0a6d0e962c1a99e7435e14fa3c4f1ab5",
"size_in_bytes": 28144
},
{
"_path": "site-packages/IPython/core/magics/config.py",
"path_type": "hardlink",
"sha256": "4012f9b98ee6f90ec2e3a98edead588a8f6cef7c354e723dcbffe3e44fa3e386",
"sha256_in_prefix": "4012f9b98ee6f90ec2e3a98edead588a8f6cef7c354e723dcbffe3e44fa3e386",
"size_in_bytes": 4881
},
{
"_path": "site-packages/IPython/core/magics/display.py",
"path_type": "hardlink",
"sha256": "49346aeba1a567072f1720716e4aac95c9693ffb3d2e7a83d1ec3d6774b8f89a",
"sha256_in_prefix": "49346aeba1a567072f1720716e4aac95c9693ffb3d2e7a83d1ec3d6774b8f89a",
"size_in_bytes": 3130
},
{
"_path": "site-packages/IPython/core/magics/execution.py",
"path_type": "hardlink",
"sha256": "e30209c1e9268dc1dcdbc040c3ed080aeaad51ffeb2c09df0c86453c32170e1a",
"sha256_in_prefix": "e30209c1e9268dc1dcdbc040c3ed080aeaad51ffeb2c09df0c86453c32170e1a",
"size_in_bytes": 60913
},
{
"_path": "site-packages/IPython/core/magics/extension.py",
"path_type": "hardlink",
"sha256": "263e8e96433bd4f4b48f51df10c0dcfa3536131c28f457ff2b49c3edefd6e0dd",
"sha256_in_prefix": "263e8e96433bd4f4b48f51df10c0dcfa3536131c28f457ff2b49c3edefd6e0dd",
"size_in_bytes": 2477
},
{
"_path": "site-packages/IPython/core/magics/history.py",
"path_type": "hardlink",
"sha256": "030f600732b80096defa0bd174c5bb9feff3c711ee3321ef1c9b510ee0b0c2e8",
"sha256_in_prefix": "030f600732b80096defa0bd174c5bb9feff3c711ee3321ef1c9b510ee0b0c2e8",
"size_in_bytes": 12629
},
{
"_path": "site-packages/IPython/core/magics/logging.py",
"path_type": "hardlink",
"sha256": "7945b3a3c691aa68666f1b2398962819d2a97f53ed4efc8dc5a7ebac36494a68",
"sha256_in_prefix": "7945b3a3c691aa68666f1b2398962819d2a97f53ed4efc8dc5a7ebac36494a68",
"size_in_bytes": 6859
},
{
"_path": "site-packages/IPython/core/magics/namespace.py",
"path_type": "hardlink",
"sha256": "da300ad8beff347e7c21b93f6271e8408d48608aeda3d4994cc7e6a6cd1ed66a",
"sha256_in_prefix": "da300ad8beff347e7c21b93f6271e8408d48608aeda3d4994cc7e6a6cd1ed66a",
"size_in_bytes": 24825
},
{
"_path": "site-packages/IPython/core/magics/osm.py",
"path_type": "hardlink",
"sha256": "a9fa946b5aabdc11274352841468b3018588d791cdc42e6c1128be911d70a14c",
"sha256_in_prefix": "a9fa946b5aabdc11274352841468b3018588d791cdc42e6c1128be911d70a14c",
"size_in_bytes": 30696
},
{
"_path": "site-packages/IPython/core/magics/packaging.py",
"path_type": "hardlink",
"sha256": "e66da9b756e4a2c31d890c41e3a843743e0a8ac7cf26936779b0aa327ca0a1d1",
"sha256_in_prefix": "e66da9b756e4a2c31d890c41e3a843743e0a8ac7cf26936779b0aa327ca0a1d1",
"size_in_bytes": 6030
},
{
"_path": "site-packages/IPython/core/magics/pylab.py",
"path_type": "hardlink",
"sha256": "04145ccd9d24868641e4d3e2a60bd5b4e598a5d90b6ad07d990158cf283ebe98",
"sha256_in_prefix": "04145ccd9d24868641e4d3e2a60bd5b4e598a5d90b6ad07d990158cf283ebe98",
"size_in_bytes": 6624
},
{
"_path": "site-packages/IPython/core/magics/script.py",
"path_type": "hardlink",
"sha256": "f4058bde12a136facf9d5c74c8c4cfeaaac1811e5f136e52e936d243dc90074e",