Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +107 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/INSTALLER +1 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/LICENSE +20 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/METADATA +46 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/RECORD +44 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/REQUESTED +0 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/WHEEL +6 -0
- lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/top_level.txt +2 -0
- lib/python3.12/site-packages/accelerate/__pycache__/accelerator.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/accelerate/utils/__pycache__/dataclasses.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/aiosignal/__init__.py +59 -0
- lib/python3.12/site-packages/aiosignal/__pycache__/__init__.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiosignal/py.typed +0 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER +1 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA +96 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD +92 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL +5 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt +2 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE +20 -0
- lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt +1 -0
- lib/python3.12/site-packages/fontTools/__pycache__/agl.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/cffLib/__pycache__/__init__.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/cu2qu/cu2qu.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/fontTools/designspaceLib/__pycache__/__init__.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/feaLib/__pycache__/ast.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/feaLib/__pycache__/parser.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/feaLib/lexer.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/fontTools/misc/bezierTools.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/fontTools/otlLib/__pycache__/builder.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/pens/momentsPen.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/fontTools/qu2cu/qu2cu.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/fontTools/subset/__pycache__/__init__.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otConverters.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otTables.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/fontTools/varLib/iup.cpython-312-x86_64-linux-gnu.so +3 -0
- lib/python3.12/site-packages/google/_upb/_message.abi3.so +3 -0
- lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc +3 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/INSTALLER +1 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/METADATA +115 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/RECORD +360 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/WHEEL +5 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/entry_points.txt +3 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/licenses/COPYING.rst +41 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/licenses/LICENSE +33 -0
- lib/python3.12/site-packages/ipython-9.10.0.dist-info/top_level.txt +1 -0
- lib/python3.12/site-packages/msgpack-1.1.2.dist-info/INSTALLER +1 -0
- lib/python3.12/site-packages/msgpack-1.1.2.dist-info/METADATA +265 -0
- lib/python3.12/site-packages/msgpack-1.1.2.dist-info/RECORD +15 -0
- lib/python3.12/site-packages/msgpack-1.1.2.dist-info/WHEEL +7 -0
- lib/python3.12/site-packages/msgpack-1.1.2.dist-info/licenses/COPYING +14 -0
.gitattributes
CHANGED
|
@@ -521,3 +521,110 @@ lib/python3.12/site-packages/torch/testing/_internal/distributed/__pycache__/dis
|
|
| 521 |
lib/python3.12/site-packages/torch/lib/libc10_cuda.so filter=lfs diff=lfs merge=lfs -text
|
| 522 |
lib/python3.12/site-packages/torch/lib/libtorch.so filter=lfs diff=lfs merge=lfs -text
|
| 523 |
lib/python3.12/site-packages/torch/lib/libtorch_python.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 521 |
lib/python3.12/site-packages/torch/lib/libc10_cuda.so filter=lfs diff=lfs merge=lfs -text
|
| 522 |
lib/python3.12/site-packages/torch/lib/libtorch.so filter=lfs diff=lfs merge=lfs -text
|
| 523 |
lib/python3.12/site-packages/torch/lib/libtorch_python.so filter=lfs diff=lfs merge=lfs -text
|
| 524 |
+
lib/python3.12/site-packages/torchgen/__pycache__/model.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 525 |
+
lib/python3.12/site-packages/torchgen/__pycache__/gen.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 526 |
+
lib/python3.12/site-packages/transformers/models/clap/__pycache__/modeling_clap.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 527 |
+
lib/python3.12/site-packages/transformers/models/rt_detr/__pycache__/modeling_rt_detr.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 528 |
+
lib/python3.12/site-packages/transformers/models/t5/__pycache__/modeling_t5.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 529 |
+
lib/python3.12/site-packages/transformers/models/unispeech_sat/__pycache__/modeling_unispeech_sat.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 530 |
+
lib/python3.12/site-packages/transformers/models/conditional_detr/__pycache__/modeling_conditional_detr.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 531 |
+
lib/python3.12/site-packages/transformers/models/wav2vec2/__pycache__/modeling_wav2vec2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 532 |
+
lib/python3.12/site-packages/transformers/models/mllama/__pycache__/modeling_mllama.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 533 |
+
lib/python3.12/site-packages/transformers/models/tapas/__pycache__/tokenization_tapas.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 534 |
+
lib/python3.12/site-packages/transformers/models/tapas/__pycache__/modeling_tf_tapas.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 535 |
+
lib/python3.12/site-packages/transformers/models/tapas/__pycache__/modeling_tapas.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 536 |
+
lib/python3.12/site-packages/transformers/models/mt5/__pycache__/modeling_mt5.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 537 |
+
lib/python3.12/site-packages/transformers/models/blip_2/__pycache__/modeling_blip_2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 538 |
+
lib/python3.12/site-packages/transformers/models/groupvit/__pycache__/modeling_tf_groupvit.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 539 |
+
lib/python3.12/site-packages/transformers/models/perceiver/__pycache__/modeling_perceiver.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 540 |
+
lib/python3.12/site-packages/transformers/models/emu3/__pycache__/modeling_emu3.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 541 |
+
lib/python3.12/site-packages/transformers/models/informer/__pycache__/modeling_informer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 542 |
+
lib/python3.12/site-packages/transformers/models/bridgetower/__pycache__/modeling_bridgetower.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 543 |
+
lib/python3.12/site-packages/transformers/models/zamba2/__pycache__/modeling_zamba2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 544 |
+
lib/python3.12/site-packages/transformers/models/flava/__pycache__/modeling_flava.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 545 |
+
lib/python3.12/site-packages/transformers/models/autoformer/__pycache__/modeling_autoformer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 546 |
+
lib/python3.12/site-packages/transformers/models/moshi/__pycache__/modeling_moshi.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 547 |
+
lib/python3.12/site-packages/transformers/models/luke/__pycache__/modeling_luke.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 548 |
+
lib/python3.12/site-packages/transformers/models/rt_detr_v2/__pycache__/modeling_rt_detr_v2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 549 |
+
lib/python3.12/site-packages/transformers/models/longt5/__pycache__/modeling_longt5.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 550 |
+
lib/python3.12/site-packages/transformers/models/longt5/__pycache__/modeling_flax_longt5.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 551 |
+
lib/python3.12/site-packages/transformers/models/reformer/__pycache__/modeling_reformer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 552 |
+
lib/python3.12/site-packages/transformers/models/bigbird_pegasus/__pycache__/modeling_bigbird_pegasus.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 553 |
+
lib/python3.12/site-packages/transformers/models/seamless_m4t/__pycache__/modeling_seamless_m4t.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 554 |
+
lib/python3.12/site-packages/transformers/models/whisper/__pycache__/modeling_whisper.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 555 |
+
lib/python3.12/site-packages/transformers/models/deformable_detr/__pycache__/modeling_deformable_detr.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 556 |
+
lib/python3.12/site-packages/transformers/models/oneformer/__pycache__/modeling_oneformer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 557 |
+
lib/python3.12/site-packages/transformers/models/led/__pycache__/modeling_led.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 558 |
+
lib/python3.12/site-packages/transformers/models/led/__pycache__/modeling_tf_led.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 559 |
+
lib/python3.12/site-packages/transformers/models/phi4_multimodal/__pycache__/modeling_phi4_multimodal.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 560 |
+
lib/python3.12/site-packages/transformers/models/kosmos2/__pycache__/modeling_kosmos2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 561 |
+
lib/python3.12/site-packages/transformers/models/grounding_dino/__pycache__/modeling_grounding_dino.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 562 |
+
lib/python3.12/site-packages/transformers/models/bart/__pycache__/modeling_bart.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 563 |
+
lib/python3.12/site-packages/transformers/models/prophetnet/__pycache__/modeling_prophetnet.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 564 |
+
lib/python3.12/site-packages/transformers/models/wav2vec2_conformer/__pycache__/modeling_wav2vec2_conformer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 565 |
+
lib/python3.12/site-packages/transformers/models/big_bird/__pycache__/modeling_big_bird.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 566 |
+
lib/python3.12/site-packages/transformers/models/big_bird/__pycache__/modeling_flax_big_bird.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 567 |
+
lib/python3.12/site-packages/transformers/models/seamless_m4t_v2/__pycache__/modeling_seamless_m4t_v2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 568 |
+
lib/python3.12/site-packages/transformers/models/mask2former/__pycache__/modeling_mask2former.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 569 |
+
lib/python3.12/site-packages/transformers/models/qwen2_vl/__pycache__/modeling_qwen2_vl.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 570 |
+
lib/python3.12/site-packages/transformers/__pycache__/modeling_utils.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 571 |
+
lib/python3.12/site-packages/transformers/__pycache__/trainer.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 572 |
+
lib/python3.12/site-packages/transformers/__pycache__/testing_utils.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 573 |
+
lib/python3.12/site-packages/transformers/__pycache__/tokenization_utils_base.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 574 |
+
lib/python3.12/site-packages/transformers/__pycache__/modeling_tf_utils.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 575 |
+
lib/python3.12/site-packages/transformers/__pycache__/modeling_outputs.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 576 |
+
lib/python3.12/site-packages/transformers/__pycache__/__init__.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 577 |
+
lib/python3.12/site-packages/transformers/__pycache__/training_args.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 578 |
+
lib/python3.12/site-packages/transformers/__pycache__/cache_utils.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 579 |
+
lib/python3.12/site-packages/torchvision/_C.so filter=lfs diff=lfs merge=lfs -text
|
| 580 |
+
lib/python3.12/site-packages/torchvision/image.so filter=lfs diff=lfs merge=lfs -text
|
| 581 |
+
lib/python3.12/site-packages/torchvision/transforms/__pycache__/transforms.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 582 |
+
lib/python3.12/site-packages/torchvision/transforms/v2/functional/__pycache__/_geometry.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 583 |
+
lib/python3.12/site-packages/tiktoken/_tiktoken.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 584 |
+
lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 585 |
+
lib/python3.12/site-packages/google/_upb/_message.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 586 |
+
lib/python3.12/site-packages/triton/_C/libproton.so filter=lfs diff=lfs merge=lfs -text
|
| 587 |
+
lib/python3.12/site-packages/triton/_C/libtriton.so filter=lfs diff=lfs merge=lfs -text
|
| 588 |
+
lib/python3.12/site-packages/triton/instrumentation/libGPUInstrumentationTestLib.so filter=lfs diff=lfs merge=lfs -text
|
| 589 |
+
lib/python3.12/site-packages/triton/language/__pycache__/semantic.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 590 |
+
lib/python3.12/site-packages/triton/language/__pycache__/core.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 591 |
+
lib/python3.12/site-packages/triton/backends/nvidia/bin/nvdisasm filter=lfs diff=lfs merge=lfs -text
|
| 592 |
+
lib/python3.12/site-packages/triton/backends/nvidia/bin/ptxas filter=lfs diff=lfs merge=lfs -text
|
| 593 |
+
lib/python3.12/site-packages/triton/backends/nvidia/bin/cuobjdump filter=lfs diff=lfs merge=lfs -text
|
| 594 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/libdevice.10.bc filter=lfs diff=lfs merge=lfs -text
|
| 595 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libnvperf_host.so filter=lfs diff=lfs merge=lfs -text
|
| 596 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libnvperf_target.so filter=lfs diff=lfs merge=lfs -text
|
| 597 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libcupti.so.12 filter=lfs diff=lfs merge=lfs -text
|
| 598 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libcheckpoint.so filter=lfs diff=lfs merge=lfs -text
|
| 599 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libcupti.so filter=lfs diff=lfs merge=lfs -text
|
| 600 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libpcsamplingutil.so filter=lfs diff=lfs merge=lfs -text
|
| 601 |
+
lib/python3.12/site-packages/triton/backends/nvidia/lib/cupti/libcupti.so.2024.1.0 filter=lfs diff=lfs merge=lfs -text
|
| 602 |
+
lib/python3.12/site-packages/triton/backends/amd/lib/ocml.bc filter=lfs diff=lfs merge=lfs -text
|
| 603 |
+
lib/python3.12/site-packages/triton/backends/amd/lib/ockl.bc filter=lfs diff=lfs merge=lfs -text
|
| 604 |
+
lib/python3.12/site-packages/prompt_toolkit/key_binding/bindings/__pycache__/vi.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 605 |
+
lib/python3.12/site-packages/prompt_toolkit/layout/__pycache__/containers.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 606 |
+
lib/python3.12/site-packages/rpds/rpds.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 607 |
+
lib/python3.12/site-packages/fontTools/pens/momentsPen.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 608 |
+
lib/python3.12/site-packages/fontTools/varLib/iup.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 609 |
+
lib/python3.12/site-packages/fontTools/otlLib/__pycache__/builder.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 610 |
+
lib/python3.12/site-packages/fontTools/subset/__pycache__/__init__.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 611 |
+
lib/python3.12/site-packages/fontTools/designspaceLib/__pycache__/__init__.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 612 |
+
lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otConverters.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 613 |
+
lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otTables.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 614 |
+
lib/python3.12/site-packages/fontTools/qu2cu/qu2cu.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 615 |
+
lib/python3.12/site-packages/fontTools/misc/bezierTools.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 616 |
+
lib/python3.12/site-packages/fontTools/cffLib/__pycache__/__init__.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 617 |
+
lib/python3.12/site-packages/fontTools/__pycache__/agl.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 618 |
+
lib/python3.12/site-packages/fontTools/feaLib/lexer.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 619 |
+
lib/python3.12/site-packages/fontTools/feaLib/__pycache__/parser.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 620 |
+
lib/python3.12/site-packages/fontTools/feaLib/__pycache__/ast.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 621 |
+
lib/python3.12/site-packages/fontTools/cu2qu/cu2qu.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 622 |
+
lib/python3.12/site-packages/pyparsing/__pycache__/core.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 623 |
+
lib/python3.12/site-packages/pylatexenc/latexwalker/__pycache__/__init__.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 624 |
+
lib/python3.12/site-packages/xgrammar/xgrammar_bindings.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
| 625 |
+
lib/python3.12/site-packages/tensorboard_data_server/bin/server filter=lfs diff=lfs merge=lfs -text
|
| 626 |
+
lib/python3.12/site-packages/accelerate/utils/__pycache__/dataclasses.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 627 |
+
lib/python3.12/site-packages/accelerate/__pycache__/accelerator.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 628 |
+
lib/python3.12/site-packages/psutil/_psutil_linux.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 629 |
+
lib/python3.12/site-packages/psutil/tests/__pycache__/test_linux.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
|
| 630 |
+
lib/python3.12/site-packages/sentencepiece/_sentencepiece.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (c) 2017-2021 Ingy döt Net
|
| 2 |
+
Copyright (c) 2006-2016 Kirill Simonov
|
| 3 |
+
|
| 4 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 5 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 6 |
+
the Software without restriction, including without limitation the rights to
|
| 7 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| 8 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
| 9 |
+
so, subject to the following conditions:
|
| 10 |
+
|
| 11 |
+
The above copyright notice and this permission notice shall be included in all
|
| 12 |
+
copies or substantial portions of the Software.
|
| 13 |
+
|
| 14 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 15 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 16 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 17 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 18 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 19 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 20 |
+
SOFTWARE.
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/METADATA
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.1
|
| 2 |
+
Name: PyYAML
|
| 3 |
+
Version: 6.0.2
|
| 4 |
+
Summary: YAML parser and emitter for Python
|
| 5 |
+
Home-page: https://pyyaml.org/
|
| 6 |
+
Download-URL: https://pypi.org/project/PyYAML/
|
| 7 |
+
Author: Kirill Simonov
|
| 8 |
+
Author-email: xi@resolvent.net
|
| 9 |
+
License: MIT
|
| 10 |
+
Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues
|
| 11 |
+
Project-URL: CI, https://github.com/yaml/pyyaml/actions
|
| 12 |
+
Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation
|
| 13 |
+
Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core
|
| 14 |
+
Project-URL: Source Code, https://github.com/yaml/pyyaml
|
| 15 |
+
Platform: Any
|
| 16 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 17 |
+
Classifier: Intended Audience :: Developers
|
| 18 |
+
Classifier: License :: OSI Approved :: MIT License
|
| 19 |
+
Classifier: Operating System :: OS Independent
|
| 20 |
+
Classifier: Programming Language :: Cython
|
| 21 |
+
Classifier: Programming Language :: Python
|
| 22 |
+
Classifier: Programming Language :: Python :: 3
|
| 23 |
+
Classifier: Programming Language :: Python :: 3.8
|
| 24 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 25 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 26 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 27 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 28 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 29 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 30 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 31 |
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
| 32 |
+
Classifier: Topic :: Text Processing :: Markup
|
| 33 |
+
Requires-Python: >=3.8
|
| 34 |
+
License-File: LICENSE
|
| 35 |
+
|
| 36 |
+
YAML is a data serialization format designed for human readability
|
| 37 |
+
and interaction with scripting languages. PyYAML is a YAML parser
|
| 38 |
+
and emitter for Python.
|
| 39 |
+
|
| 40 |
+
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
|
| 41 |
+
support, capable extension API, and sensible error messages. PyYAML
|
| 42 |
+
supports standard YAML tags and provides Python-specific tags that
|
| 43 |
+
allow to represent an arbitrary Python object.
|
| 44 |
+
|
| 45 |
+
PyYAML is applicable for a broad range of tasks from complex
|
| 46 |
+
configuration files to object serialization and persistence.
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PyYAML-6.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
PyYAML-6.0.2.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101
|
| 3 |
+
PyYAML-6.0.2.dist-info/METADATA,sha256=9-odFB5seu4pGPcEv7E8iyxNF51_uKnaNGjLAhz2lto,2060
|
| 4 |
+
PyYAML-6.0.2.dist-info/RECORD,,
|
| 5 |
+
PyYAML-6.0.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
PyYAML-6.0.2.dist-info/WHEEL,sha256=1pP4yhrbipRtdbm4Rbg3aoTjzc7pDhpHKO0CEY24CNM,152
|
| 7 |
+
PyYAML-6.0.2.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11
|
| 8 |
+
_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402
|
| 9 |
+
_yaml/__pycache__/__init__.cpython-312.pyc,,
|
| 10 |
+
yaml/__init__.py,sha256=N35S01HMesFTe0aRRMWkPj0Pa8IEbHpE9FK7cr5Bdtw,12311
|
| 11 |
+
yaml/__pycache__/__init__.cpython-312.pyc,,
|
| 12 |
+
yaml/__pycache__/composer.cpython-312.pyc,,
|
| 13 |
+
yaml/__pycache__/constructor.cpython-312.pyc,,
|
| 14 |
+
yaml/__pycache__/cyaml.cpython-312.pyc,,
|
| 15 |
+
yaml/__pycache__/dumper.cpython-312.pyc,,
|
| 16 |
+
yaml/__pycache__/emitter.cpython-312.pyc,,
|
| 17 |
+
yaml/__pycache__/error.cpython-312.pyc,,
|
| 18 |
+
yaml/__pycache__/events.cpython-312.pyc,,
|
| 19 |
+
yaml/__pycache__/loader.cpython-312.pyc,,
|
| 20 |
+
yaml/__pycache__/nodes.cpython-312.pyc,,
|
| 21 |
+
yaml/__pycache__/parser.cpython-312.pyc,,
|
| 22 |
+
yaml/__pycache__/reader.cpython-312.pyc,,
|
| 23 |
+
yaml/__pycache__/representer.cpython-312.pyc,,
|
| 24 |
+
yaml/__pycache__/resolver.cpython-312.pyc,,
|
| 25 |
+
yaml/__pycache__/scanner.cpython-312.pyc,,
|
| 26 |
+
yaml/__pycache__/serializer.cpython-312.pyc,,
|
| 27 |
+
yaml/__pycache__/tokens.cpython-312.pyc,,
|
| 28 |
+
yaml/_yaml.cpython-312-x86_64-linux-gnu.so,sha256=PJFgxnc0f5Dyde6WKmBm6fZWapawmWl7aBRruXjRA80,2481784
|
| 29 |
+
yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883
|
| 30 |
+
yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639
|
| 31 |
+
yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851
|
| 32 |
+
yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837
|
| 33 |
+
yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006
|
| 34 |
+
yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533
|
| 35 |
+
yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445
|
| 36 |
+
yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061
|
| 37 |
+
yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440
|
| 38 |
+
yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495
|
| 39 |
+
yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794
|
| 40 |
+
yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190
|
| 41 |
+
yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004
|
| 42 |
+
yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279
|
| 43 |
+
yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165
|
| 44 |
+
yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/REQUESTED
ADDED
|
File without changes
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: bdist_wheel (0.44.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp312-cp312-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp312-cp312-manylinux2014_x86_64
|
| 6 |
+
|
lib/python3.12/site-packages/PyYAML-6.0.2.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
_yaml
|
| 2 |
+
yaml
|
lib/python3.12/site-packages/accelerate/__pycache__/accelerator.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bedbbbd1ce70e093d7a9a9df7972b63607d62c9f87d48526f4e32b35a211677
|
| 3 |
+
size 173852
|
lib/python3.12/site-packages/accelerate/utils/__pycache__/dataclasses.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afea2ce0df964f8654f0e5c1017a9c07a55111c62113dfeca72446bfea9853fe
|
| 3 |
+
size 143376
|
lib/python3.12/site-packages/aiosignal/__init__.py
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import sys
|
| 2 |
+
from typing import Any, Awaitable, Callable, TypeVar
|
| 3 |
+
|
| 4 |
+
from frozenlist import FrozenList
|
| 5 |
+
|
| 6 |
+
if sys.version_info >= (3, 11):
|
| 7 |
+
from typing import Unpack
|
| 8 |
+
else:
|
| 9 |
+
from typing_extensions import Unpack
|
| 10 |
+
|
| 11 |
+
if sys.version_info >= (3, 13):
|
| 12 |
+
from typing import TypeVarTuple
|
| 13 |
+
else:
|
| 14 |
+
from typing_extensions import TypeVarTuple
|
| 15 |
+
|
| 16 |
+
_T = TypeVar("_T")
|
| 17 |
+
_Ts = TypeVarTuple("_Ts", default=Unpack[tuple[()]])
|
| 18 |
+
|
| 19 |
+
__version__ = "1.4.0"
|
| 20 |
+
|
| 21 |
+
__all__ = ("Signal",)
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
class Signal(FrozenList[Callable[[Unpack[_Ts]], Awaitable[object]]]):
|
| 25 |
+
"""Coroutine-based signal implementation.
|
| 26 |
+
|
| 27 |
+
To connect a callback to a signal, use any list method.
|
| 28 |
+
|
| 29 |
+
Signals are fired using the send() coroutine, which takes named
|
| 30 |
+
arguments.
|
| 31 |
+
"""
|
| 32 |
+
|
| 33 |
+
__slots__ = ("_owner",)
|
| 34 |
+
|
| 35 |
+
def __init__(self, owner: object):
|
| 36 |
+
super().__init__()
|
| 37 |
+
self._owner = owner
|
| 38 |
+
|
| 39 |
+
def __repr__(self) -> str:
|
| 40 |
+
return "<Signal owner={}, frozen={}, {!r}>".format(
|
| 41 |
+
self._owner, self.frozen, list(self)
|
| 42 |
+
)
|
| 43 |
+
|
| 44 |
+
async def send(self, *args: Unpack[_Ts], **kwargs: Any) -> None:
|
| 45 |
+
"""
|
| 46 |
+
Sends data to all registered receivers.
|
| 47 |
+
"""
|
| 48 |
+
if not self.frozen:
|
| 49 |
+
raise RuntimeError("Cannot send non-frozen signal.")
|
| 50 |
+
|
| 51 |
+
for receiver in self:
|
| 52 |
+
await receiver(*args, **kwargs)
|
| 53 |
+
|
| 54 |
+
def __call__(
|
| 55 |
+
self, func: Callable[[Unpack[_Ts]], Awaitable[_T]]
|
| 56 |
+
) -> Callable[[Unpack[_Ts]], Awaitable[_T]]:
|
| 57 |
+
"""Decorator to add a function to this Signal."""
|
| 58 |
+
self.append(func)
|
| 59 |
+
return func
|
lib/python3.12/site-packages/aiosignal/__pycache__/__init__.cpython-312.pyc
ADDED
|
Binary file (2.69 kB). View file
|
|
|
lib/python3.12/site-packages/aiosignal/py.typed
ADDED
|
File without changes
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/METADATA
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: anyio
|
| 3 |
+
Version: 4.12.1
|
| 4 |
+
Summary: High-level concurrency and networking framework on top of asyncio or Trio
|
| 5 |
+
Author-email: Alex Grönholm <alex.gronholm@nextday.fi>
|
| 6 |
+
License-Expression: MIT
|
| 7 |
+
Project-URL: Documentation, https://anyio.readthedocs.io/en/latest/
|
| 8 |
+
Project-URL: Changelog, https://anyio.readthedocs.io/en/stable/versionhistory.html
|
| 9 |
+
Project-URL: Source code, https://github.com/agronholm/anyio
|
| 10 |
+
Project-URL: Issue tracker, https://github.com/agronholm/anyio/issues
|
| 11 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 12 |
+
Classifier: Intended Audience :: Developers
|
| 13 |
+
Classifier: Framework :: AnyIO
|
| 14 |
+
Classifier: Typing :: Typed
|
| 15 |
+
Classifier: Programming Language :: Python
|
| 16 |
+
Classifier: Programming Language :: Python :: 3
|
| 17 |
+
Classifier: Programming Language :: Python :: 3.9
|
| 18 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 19 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 20 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 22 |
+
Classifier: Programming Language :: Python :: 3.14
|
| 23 |
+
Requires-Python: >=3.9
|
| 24 |
+
Description-Content-Type: text/x-rst
|
| 25 |
+
License-File: LICENSE
|
| 26 |
+
Requires-Dist: exceptiongroup>=1.0.2; python_version < "3.11"
|
| 27 |
+
Requires-Dist: idna>=2.8
|
| 28 |
+
Requires-Dist: typing_extensions>=4.5; python_version < "3.13"
|
| 29 |
+
Provides-Extra: trio
|
| 30 |
+
Requires-Dist: trio>=0.32.0; python_version >= "3.10" and extra == "trio"
|
| 31 |
+
Requires-Dist: trio>=0.31.0; python_version < "3.10" and extra == "trio"
|
| 32 |
+
Dynamic: license-file
|
| 33 |
+
|
| 34 |
+
.. image:: https://github.com/agronholm/anyio/actions/workflows/test.yml/badge.svg
|
| 35 |
+
:target: https://github.com/agronholm/anyio/actions/workflows/test.yml
|
| 36 |
+
:alt: Build Status
|
| 37 |
+
.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master
|
| 38 |
+
:target: https://coveralls.io/github/agronholm/anyio?branch=master
|
| 39 |
+
:alt: Code Coverage
|
| 40 |
+
.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest
|
| 41 |
+
:target: https://anyio.readthedocs.io/en/latest/?badge=latest
|
| 42 |
+
:alt: Documentation
|
| 43 |
+
.. image:: https://badges.gitter.im/gitterHQ/gitter.svg
|
| 44 |
+
:target: https://gitter.im/python-trio/AnyIO
|
| 45 |
+
:alt: Gitter chat
|
| 46 |
+
|
| 47 |
+
AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio_ or
|
| 48 |
+
Trio_. It implements Trio-like `structured concurrency`_ (SC) on top of asyncio and works in harmony
|
| 49 |
+
with the native SC of Trio itself.
|
| 50 |
+
|
| 51 |
+
Applications and libraries written against AnyIO's API will run unmodified on either asyncio_ or
|
| 52 |
+
Trio_. AnyIO can also be adopted into a library or application incrementally – bit by bit, no full
|
| 53 |
+
refactoring necessary. It will blend in with the native libraries of your chosen backend.
|
| 54 |
+
|
| 55 |
+
To find out why you might want to use AnyIO's APIs instead of asyncio's, you can read about it
|
| 56 |
+
`here <https://anyio.readthedocs.io/en/stable/why.html>`_.
|
| 57 |
+
|
| 58 |
+
Documentation
|
| 59 |
+
-------------
|
| 60 |
+
|
| 61 |
+
View full documentation at: https://anyio.readthedocs.io/
|
| 62 |
+
|
| 63 |
+
Features
|
| 64 |
+
--------
|
| 65 |
+
|
| 66 |
+
AnyIO offers the following functionality:
|
| 67 |
+
|
| 68 |
+
* Task groups (nurseries_ in trio terminology)
|
| 69 |
+
* High-level networking (TCP, UDP and UNIX sockets)
|
| 70 |
+
|
| 71 |
+
* `Happy eyeballs`_ algorithm for TCP connections (more robust than that of asyncio on Python
|
| 72 |
+
3.8)
|
| 73 |
+
* async/await style UDP sockets (unlike asyncio where you still have to use Transports and
|
| 74 |
+
Protocols)
|
| 75 |
+
|
| 76 |
+
* A versatile API for byte streams and object streams
|
| 77 |
+
* Inter-task synchronization and communication (locks, conditions, events, semaphores, object
|
| 78 |
+
streams)
|
| 79 |
+
* Worker threads
|
| 80 |
+
* Subprocesses
|
| 81 |
+
* Subinterpreter support for code parallelization (on Python 3.13 and later)
|
| 82 |
+
* Asynchronous file I/O (using worker threads)
|
| 83 |
+
* Signal handling
|
| 84 |
+
* Asynchronous version of the functools_ module
|
| 85 |
+
|
| 86 |
+
AnyIO also comes with its own pytest_ plugin which also supports asynchronous fixtures.
|
| 87 |
+
It even works with the popular Hypothesis_ library.
|
| 88 |
+
|
| 89 |
+
.. _asyncio: https://docs.python.org/3/library/asyncio.html
|
| 90 |
+
.. _Trio: https://github.com/python-trio/trio
|
| 91 |
+
.. _structured concurrency: https://en.wikipedia.org/wiki/Structured_concurrency
|
| 92 |
+
.. _nurseries: https://trio.readthedocs.io/en/stable/reference-core.html#nurseries-and-spawning
|
| 93 |
+
.. _Happy eyeballs: https://en.wikipedia.org/wiki/Happy_Eyeballs
|
| 94 |
+
.. _pytest: https://docs.pytest.org/en/latest/
|
| 95 |
+
.. _functools: https://docs.python.org/3/library/functools.html
|
| 96 |
+
.. _Hypothesis: https://hypothesis.works/
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/RECORD
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
anyio-4.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
anyio-4.12.1.dist-info/METADATA,sha256=DfiDab9Tmmcfy802lOLTMEHJQShkOSbopCwqCYbLuJk,4277
|
| 3 |
+
anyio-4.12.1.dist-info/RECORD,,
|
| 4 |
+
anyio-4.12.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
| 5 |
+
anyio-4.12.1.dist-info/entry_points.txt,sha256=_d6Yu6uiaZmNe0CydowirE9Cmg7zUL2g08tQpoS3Qvc,39
|
| 6 |
+
anyio-4.12.1.dist-info/licenses/LICENSE,sha256=U2GsncWPLvX9LpsJxoKXwX8ElQkJu8gCO9uC6s8iwrA,1081
|
| 7 |
+
anyio-4.12.1.dist-info/top_level.txt,sha256=QglSMiWX8_5dpoVAEIHdEYzvqFMdSYWmCj6tYw2ITkQ,6
|
| 8 |
+
anyio/__init__.py,sha256=7iDVqMUprUuKNY91FuoKqayAhR-OY136YDPI6P78HHk,6170
|
| 9 |
+
anyio/__pycache__/__init__.cpython-312.pyc,,
|
| 10 |
+
anyio/__pycache__/from_thread.cpython-312.pyc,,
|
| 11 |
+
anyio/__pycache__/functools.cpython-312.pyc,,
|
| 12 |
+
anyio/__pycache__/lowlevel.cpython-312.pyc,,
|
| 13 |
+
anyio/__pycache__/pytest_plugin.cpython-312.pyc,,
|
| 14 |
+
anyio/__pycache__/to_interpreter.cpython-312.pyc,,
|
| 15 |
+
anyio/__pycache__/to_process.cpython-312.pyc,,
|
| 16 |
+
anyio/__pycache__/to_thread.cpython-312.pyc,,
|
| 17 |
+
anyio/_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 18 |
+
anyio/_backends/__pycache__/__init__.cpython-312.pyc,,
|
| 19 |
+
anyio/_backends/__pycache__/_asyncio.cpython-312.pyc,,
|
| 20 |
+
anyio/_backends/__pycache__/_trio.cpython-312.pyc,,
|
| 21 |
+
anyio/_backends/_asyncio.py,sha256=xG6qv60mgGnL0mK82dxjH2b8hlkMlJ-x2BqIq3qv70Y,98863
|
| 22 |
+
anyio/_backends/_trio.py,sha256=30Rctb7lm8g63ZHljVPVnj5aH-uK6oQvphjwUBoAzuI,41456
|
| 23 |
+
anyio/_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 24 |
+
anyio/_core/__pycache__/__init__.cpython-312.pyc,,
|
| 25 |
+
anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc,,
|
| 26 |
+
anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc,,
|
| 27 |
+
anyio/_core/__pycache__/_eventloop.cpython-312.pyc,,
|
| 28 |
+
anyio/_core/__pycache__/_exceptions.cpython-312.pyc,,
|
| 29 |
+
anyio/_core/__pycache__/_fileio.cpython-312.pyc,,
|
| 30 |
+
anyio/_core/__pycache__/_resources.cpython-312.pyc,,
|
| 31 |
+
anyio/_core/__pycache__/_signals.cpython-312.pyc,,
|
| 32 |
+
anyio/_core/__pycache__/_sockets.cpython-312.pyc,,
|
| 33 |
+
anyio/_core/__pycache__/_streams.cpython-312.pyc,,
|
| 34 |
+
anyio/_core/__pycache__/_subprocesses.cpython-312.pyc,,
|
| 35 |
+
anyio/_core/__pycache__/_synchronization.cpython-312.pyc,,
|
| 36 |
+
anyio/_core/__pycache__/_tasks.cpython-312.pyc,,
|
| 37 |
+
anyio/_core/__pycache__/_tempfile.cpython-312.pyc,,
|
| 38 |
+
anyio/_core/__pycache__/_testing.cpython-312.pyc,,
|
| 39 |
+
anyio/_core/__pycache__/_typedattr.cpython-312.pyc,,
|
| 40 |
+
anyio/_core/_asyncio_selector_thread.py,sha256=2PdxFM3cs02Kp6BSppbvmRT7q7asreTW5FgBxEsflBo,5626
|
| 41 |
+
anyio/_core/_contextmanagers.py,sha256=YInBCabiEeS-UaP_Jdxa1CaFC71ETPW8HZTHIM8Rsc8,7215
|
| 42 |
+
anyio/_core/_eventloop.py,sha256=c2EdcBX-xnKwxPcC4Pjn3_qG9I-x4IWFO2R9RqCGjM4,6448
|
| 43 |
+
anyio/_core/_exceptions.py,sha256=Y3aq-Wxd7Q2HqwSg7nZPvRsHEuGazv_qeet6gqEBdPk,4407
|
| 44 |
+
anyio/_core/_fileio.py,sha256=uc7t10Vb-If7GbdWM_zFf-ajUe6uek63fSt7IBLlZW0,25731
|
| 45 |
+
anyio/_core/_resources.py,sha256=NbmU5O5UX3xEyACnkmYX28Fmwdl-f-ny0tHym26e0w0,435
|
| 46 |
+
anyio/_core/_signals.py,sha256=mjTBB2hTKNPRlU0IhnijeQedpWOGERDiMjSlJQsFrug,1016
|
| 47 |
+
anyio/_core/_sockets.py,sha256=RBXHcUqZt5gg_-OOfgHVv8uq2FSKk1uVUzTdpjBoI1o,34977
|
| 48 |
+
anyio/_core/_streams.py,sha256=FczFwIgDpnkK0bODWJXMpsUJYdvAD04kaUaGzJU8DK0,1806
|
| 49 |
+
anyio/_core/_subprocesses.py,sha256=EXm5igL7dj55iYkPlbYVAqtbqxJxjU-6OndSTIx9SRg,8047
|
| 50 |
+
anyio/_core/_synchronization.py,sha256=MgVVqFzvt580tHC31LiOcq1G6aryut--xRG4Ff8KwxQ,20869
|
| 51 |
+
anyio/_core/_tasks.py,sha256=pVB7K6AAulzUM8YgXAeqNZG44nSyZ1bYJjH8GznC00I,5435
|
| 52 |
+
anyio/_core/_tempfile.py,sha256=lHb7CW4FyIlpkf5ADAf4VmLHCKwEHF9nxqNyBCFFUiA,19697
|
| 53 |
+
anyio/_core/_testing.py,sha256=u7MPqGXwpTxqI7hclSdNA30z2GH1Nw258uwKvy_RfBg,2340
|
| 54 |
+
anyio/_core/_typedattr.py,sha256=P4ozZikn3-DbpoYcvyghS_FOYAgbmUxeoU8-L_07pZM,2508
|
| 55 |
+
anyio/abc/__init__.py,sha256=6mWhcl_pGXhrgZVHP_TCfMvIXIOp9mroEFM90fYCU_U,2869
|
| 56 |
+
anyio/abc/__pycache__/__init__.cpython-312.pyc,,
|
| 57 |
+
anyio/abc/__pycache__/_eventloop.cpython-312.pyc,,
|
| 58 |
+
anyio/abc/__pycache__/_resources.cpython-312.pyc,,
|
| 59 |
+
anyio/abc/__pycache__/_sockets.cpython-312.pyc,,
|
| 60 |
+
anyio/abc/__pycache__/_streams.cpython-312.pyc,,
|
| 61 |
+
anyio/abc/__pycache__/_subprocesses.cpython-312.pyc,,
|
| 62 |
+
anyio/abc/__pycache__/_tasks.cpython-312.pyc,,
|
| 63 |
+
anyio/abc/__pycache__/_testing.cpython-312.pyc,,
|
| 64 |
+
anyio/abc/_eventloop.py,sha256=GlzgB3UJGgG6Kr7olpjOZ-o00PghecXuofVDQ_5611Q,10749
|
| 65 |
+
anyio/abc/_resources.py,sha256=DrYvkNN1hH6Uvv5_5uKySvDsnknGVDe8FCKfko0VtN8,783
|
| 66 |
+
anyio/abc/_sockets.py,sha256=ECTY0jLEF18gryANHR3vFzXzGdZ-xPwELq1QdgOb0Jo,13258
|
| 67 |
+
anyio/abc/_streams.py,sha256=005GKSCXGprxnhucILboSqc2JFovECZk9m3p-qqxXVc,7640
|
| 68 |
+
anyio/abc/_subprocesses.py,sha256=cumAPJTktOQtw63IqG0lDpyZqu_l1EElvQHMiwJgL08,2067
|
| 69 |
+
anyio/abc/_tasks.py,sha256=KC7wrciE48AINOI-AhPutnFhe1ewfP7QnamFlDzqesQ,3721
|
| 70 |
+
anyio/abc/_testing.py,sha256=tBJUzkSfOXJw23fe8qSJ03kJlShOYjjaEyFB6k6MYT8,1821
|
| 71 |
+
anyio/from_thread.py,sha256=L-0w1HxJ6BSb-KuVi57k5Tkc3yzQrx3QK5tAxMPcY-0,19141
|
| 72 |
+
anyio/functools.py,sha256=HWj7GBEmc0Z-mZg3uok7Z7ZJn0rEC_0Pzbt0nYUDaTQ,10973
|
| 73 |
+
anyio/lowlevel.py,sha256=AyKLVK3LaWSoK39LkCKxE4_GDMLKZBNqTrLUgk63y80,5158
|
| 74 |
+
anyio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 75 |
+
anyio/pytest_plugin.py,sha256=3jAFQn0jv_pyoWE2GBBlHaj9sqXj4e8vob0_hgrsXE8,10244
|
| 76 |
+
anyio/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 77 |
+
anyio/streams/__pycache__/__init__.cpython-312.pyc,,
|
| 78 |
+
anyio/streams/__pycache__/buffered.cpython-312.pyc,,
|
| 79 |
+
anyio/streams/__pycache__/file.cpython-312.pyc,,
|
| 80 |
+
anyio/streams/__pycache__/memory.cpython-312.pyc,,
|
| 81 |
+
anyio/streams/__pycache__/stapled.cpython-312.pyc,,
|
| 82 |
+
anyio/streams/__pycache__/text.cpython-312.pyc,,
|
| 83 |
+
anyio/streams/__pycache__/tls.cpython-312.pyc,,
|
| 84 |
+
anyio/streams/buffered.py,sha256=2R3PeJhe4EXrdYqz44Y6-Eg9R6DrmlsYrP36Ir43-po,6263
|
| 85 |
+
anyio/streams/file.py,sha256=4WZ7XGz5WNu39FQHvqbe__TQ0HDP9OOhgO1mk9iVpVU,4470
|
| 86 |
+
anyio/streams/memory.py,sha256=F0zwzvFJKAhX_LRZGoKzzqDC2oMM-f-yyTBrEYEGOaU,10740
|
| 87 |
+
anyio/streams/stapled.py,sha256=T8Xqwf8K6EgURPxbt1N4i7A8BAk-gScv-GRhjLXIf_o,4390
|
| 88 |
+
anyio/streams/text.py,sha256=BcVAGJw1VRvtIqnv-o0Rb0pwH7p8vwlvl21xHq522ag,5765
|
| 89 |
+
anyio/streams/tls.py,sha256=Jpxy0Mfbcp1BxHCwE-YjSSFaLnIBbnnwur-excYThs4,15368
|
| 90 |
+
anyio/to_interpreter.py,sha256=_mLngrMy97TMR6VbW4Y6YzDUk9ZuPcQMPlkuyRh3C9k,7100
|
| 91 |
+
anyio/to_process.py,sha256=J7gAA_YOuoHqnpDAf5fm1Qu6kOmTzdFbiDNvnV755vk,9798
|
| 92 |
+
anyio/to_thread.py,sha256=menEgXYmUV7Fjg_9WqCV95P9MAtQS8BzPGGcWB_QnfQ,2687
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (80.9.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[pytest11]
|
| 2 |
+
anyio = anyio.pytest_plugin
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/licenses/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The MIT License (MIT)
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2018 Alex Grönholm
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 6 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 7 |
+
the Software without restriction, including without limitation the rights to
|
| 8 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
| 9 |
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
| 10 |
+
subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
| 17 |
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
| 18 |
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
| 19 |
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
| 20 |
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
lib/python3.12/site-packages/anyio-4.12.1.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
anyio
|
lib/python3.12/site-packages/fontTools/__pycache__/agl.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d324eecd17347a0457dd4f3ac8fabbc7e05a2a74fe5edfdf38909081213f234d
|
| 3 |
+
size 112748
|
lib/python3.12/site-packages/fontTools/cffLib/__pycache__/__init__.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36485d73c2dc617ff78df4796e0eef82b3de1f453e9e6d77e1d9d89b119cf353
|
| 3 |
+
size 123680
|
lib/python3.12/site-packages/fontTools/cu2qu/cu2qu.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22a94889dbc8b731008d9e4b928d4504952c323fa85a5a17c68a7cd28052851c
|
| 3 |
+
size 1082272
|
lib/python3.12/site-packages/fontTools/designspaceLib/__pycache__/__init__.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63865171ec6d30eb30d7f4a0c9787b65a01c3a50b9cb06090b87925f141c74a1
|
| 3 |
+
size 130617
|
lib/python3.12/site-packages/fontTools/feaLib/__pycache__/ast.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:018e917d84146a0331be8184078009b5032cc0f46d90e10d7efe3451a369269c
|
| 3 |
+
size 118691
|
lib/python3.12/site-packages/fontTools/feaLib/__pycache__/parser.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc74466a9d0610d50cb42a63ab9403853cfb3a507b676de20c95f6d517c35520
|
| 3 |
+
size 114229
|
lib/python3.12/site-packages/fontTools/feaLib/lexer.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b51b69801744c7f997cfb1de4f6318934137ae11c2694b2fb49b7e0bef95c41
|
| 3 |
+
size 1388240
|
lib/python3.12/site-packages/fontTools/misc/bezierTools.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e266aca33217319a12eb1b80f3324283731d2c47fe9dca8eeea976eae82f4d0
|
| 3 |
+
size 4786264
|
lib/python3.12/site-packages/fontTools/otlLib/__pycache__/builder.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59c57dfa5bc2539877c9480d19f7ea31ad57b49465be717c69675dde70b96a01
|
| 3 |
+
size 154380
|
lib/python3.12/site-packages/fontTools/pens/momentsPen.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc4f4354e37881fcb717c2035a7a5b6e9bc95e4eb6c4fc857c3eb19afc4b8d03
|
| 3 |
+
size 986720
|
lib/python3.12/site-packages/fontTools/qu2cu/qu2cu.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06540fa0886edae22acae51a4d37d2a8325bcb4a77ca5f7dde29bde9b27f62c1
|
| 3 |
+
size 1234352
|
lib/python3.12/site-packages/fontTools/subset/__pycache__/__init__.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2900164cdb4dfe7d8e9190a47099d0121d06b944652e1b8cc91b17d8ab6fe20d
|
| 3 |
+
size 203482
|
lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otConverters.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2a09f24937848c36b5ffd484e3e04a07086082fc977a42112e04c464c94253a
|
| 3 |
+
size 102175
|
lib/python3.12/site-packages/fontTools/ttLib/tables/__pycache__/otTables.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96b9c6aab661a6a3f14f188190d77a2a895709cca33fb81999fc22ff12223203
|
| 3 |
+
size 118831
|
lib/python3.12/site-packages/fontTools/varLib/iup.cpython-312-x86_64-linux-gnu.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6afb5863b4bb7c200cd9b3fc8e34c04f3299d9d19505173df09db693f7f13f15
|
| 3 |
+
size 1650280
|
lib/python3.12/site-packages/google/_upb/_message.abi3.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a60308c1b67d8f21cc2cf5058a01a4e36a35c09d03d31f95a90a7c73b56ffe2
|
| 3 |
+
size 401520
|
lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde9f3206f343627f94a355d272d4304c8c3e6363983b9f492fb4187681672d1
|
| 3 |
+
size 343673
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: ipython
|
| 3 |
+
Version: 9.10.0
|
| 4 |
+
Summary: IPython: Productive Interactive Computing
|
| 5 |
+
Author: The IPython Development Team
|
| 6 |
+
Author-email: ipython-dev@python.org
|
| 7 |
+
License-Expression: BSD-3-Clause
|
| 8 |
+
Project-URL: Homepage, https://ipython.org
|
| 9 |
+
Project-URL: Documentation, https://ipython.readthedocs.io/
|
| 10 |
+
Project-URL: Funding, https://jupyter.org/about#donate
|
| 11 |
+
Project-URL: Source, https://github.com/ipython/ipython
|
| 12 |
+
Project-URL: Tracker, https://github.com/ipython/ipython/issues
|
| 13 |
+
Keywords: Interactive,Interpreter,Shell,Embedding
|
| 14 |
+
Platform: Linux
|
| 15 |
+
Platform: Mac OSX
|
| 16 |
+
Platform: Windows
|
| 17 |
+
Classifier: Framework :: IPython
|
| 18 |
+
Classifier: Framework :: Jupyter
|
| 19 |
+
Classifier: Intended Audience :: Developers
|
| 20 |
+
Classifier: Intended Audience :: Science/Research
|
| 21 |
+
Classifier: Programming Language :: Python
|
| 22 |
+
Classifier: Programming Language :: Python :: 3
|
| 23 |
+
Classifier: Programming Language :: Python :: 3 :: Only
|
| 24 |
+
Classifier: Topic :: System :: Shells
|
| 25 |
+
Requires-Python: >=3.11
|
| 26 |
+
Description-Content-Type: text/x-rst
|
| 27 |
+
License-File: LICENSE
|
| 28 |
+
License-File: COPYING.rst
|
| 29 |
+
Requires-Dist: colorama>=0.4.4; sys_platform == "win32"
|
| 30 |
+
Requires-Dist: decorator>=4.3.2
|
| 31 |
+
Requires-Dist: ipython-pygments-lexers>=1.0.0
|
| 32 |
+
Requires-Dist: jedi>=0.18.1
|
| 33 |
+
Requires-Dist: matplotlib-inline>=0.1.5
|
| 34 |
+
Requires-Dist: pexpect>4.3; sys_platform != "win32" and sys_platform != "emscripten"
|
| 35 |
+
Requires-Dist: prompt_toolkit<3.1.0,>=3.0.41
|
| 36 |
+
Requires-Dist: pygments>=2.11.0
|
| 37 |
+
Requires-Dist: stack_data>=0.6.0
|
| 38 |
+
Requires-Dist: traitlets>=5.13.0
|
| 39 |
+
Requires-Dist: typing_extensions>=4.6; python_version < "3.12"
|
| 40 |
+
Provides-Extra: black
|
| 41 |
+
Requires-Dist: black; extra == "black"
|
| 42 |
+
Provides-Extra: doc
|
| 43 |
+
Requires-Dist: docrepr; extra == "doc"
|
| 44 |
+
Requires-Dist: exceptiongroup; extra == "doc"
|
| 45 |
+
Requires-Dist: intersphinx_registry; extra == "doc"
|
| 46 |
+
Requires-Dist: ipykernel; extra == "doc"
|
| 47 |
+
Requires-Dist: ipython[matplotlib,test]; extra == "doc"
|
| 48 |
+
Requires-Dist: setuptools>=70.0; extra == "doc"
|
| 49 |
+
Requires-Dist: sphinx_toml==0.0.4; extra == "doc"
|
| 50 |
+
Requires-Dist: sphinx-rtd-theme>=0.1.8; extra == "doc"
|
| 51 |
+
Requires-Dist: sphinx>=8.0; extra == "doc"
|
| 52 |
+
Requires-Dist: typing_extensions; extra == "doc"
|
| 53 |
+
Provides-Extra: test
|
| 54 |
+
Requires-Dist: pytest>=7.0.0; extra == "test"
|
| 55 |
+
Requires-Dist: pytest-asyncio>=1.0.0; extra == "test"
|
| 56 |
+
Requires-Dist: testpath>=0.2; extra == "test"
|
| 57 |
+
Requires-Dist: packaging>=20.1.0; extra == "test"
|
| 58 |
+
Requires-Dist: setuptools>=61.2; extra == "test"
|
| 59 |
+
Provides-Extra: test-extra
|
| 60 |
+
Requires-Dist: ipython[test]; extra == "test-extra"
|
| 61 |
+
Requires-Dist: curio; extra == "test-extra"
|
| 62 |
+
Requires-Dist: jupyter_ai; extra == "test-extra"
|
| 63 |
+
Requires-Dist: ipython[matplotlib]; extra == "test-extra"
|
| 64 |
+
Requires-Dist: nbformat; extra == "test-extra"
|
| 65 |
+
Requires-Dist: nbclient; extra == "test-extra"
|
| 66 |
+
Requires-Dist: ipykernel>6.30; extra == "test-extra"
|
| 67 |
+
Requires-Dist: numpy>=1.27; extra == "test-extra"
|
| 68 |
+
Requires-Dist: pandas>2.1; extra == "test-extra"
|
| 69 |
+
Requires-Dist: trio>=0.1.0; extra == "test-extra"
|
| 70 |
+
Provides-Extra: matplotlib
|
| 71 |
+
Requires-Dist: matplotlib>3.9; extra == "matplotlib"
|
| 72 |
+
Provides-Extra: all
|
| 73 |
+
Requires-Dist: ipython[doc,matplotlib,terminal,test,test_extra]; extra == "all"
|
| 74 |
+
Requires-Dist: argcomplete>=3.0; extra == "all"
|
| 75 |
+
Dynamic: author
|
| 76 |
+
Dynamic: author-email
|
| 77 |
+
Dynamic: license-file
|
| 78 |
+
|
| 79 |
+
IPython provides a rich toolkit to help you make the most out of using Python
|
| 80 |
+
interactively. Its main components are:
|
| 81 |
+
|
| 82 |
+
* A powerful interactive Python shell
|
| 83 |
+
* A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
|
| 84 |
+
notebooks and other interactive frontends.
|
| 85 |
+
|
| 86 |
+
The enhanced interactive Python shells have the following main features:
|
| 87 |
+
|
| 88 |
+
* Comprehensive object introspection.
|
| 89 |
+
|
| 90 |
+
* Input history, persistent across sessions.
|
| 91 |
+
|
| 92 |
+
* Caching of output results during a session with automatically generated
|
| 93 |
+
references.
|
| 94 |
+
|
| 95 |
+
* Extensible tab completion, with support by default for completion of python
|
| 96 |
+
variables and keywords, filenames and function keywords.
|
| 97 |
+
|
| 98 |
+
* Extensible system of 'magic' commands for controlling the environment and
|
| 99 |
+
performing many tasks related either to IPython or the operating system.
|
| 100 |
+
|
| 101 |
+
* A rich configuration system with easy switching between different setups
|
| 102 |
+
(simpler than changing $PYTHONSTARTUP environment variables every time).
|
| 103 |
+
|
| 104 |
+
* Session logging and reloading.
|
| 105 |
+
|
| 106 |
+
* Extensible syntax processing for special purpose situations.
|
| 107 |
+
|
| 108 |
+
* Access to the system shell with user-extensible alias system.
|
| 109 |
+
|
| 110 |
+
* Easily embeddable in other Python programs and GUIs.
|
| 111 |
+
|
| 112 |
+
* Integrated access to the pdb debugger and the Python profiler.
|
| 113 |
+
|
| 114 |
+
The latest development version is always available from IPython's `GitHub
|
| 115 |
+
site <http://github.com/ipython>`_.
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,360 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../../bin/ipython,sha256=HC966AlyLjYRN6bK8mrQtbh0CRrVIngSegVEOEfBkmE,260
|
| 2 |
+
../../../bin/ipython3,sha256=HC966AlyLjYRN6bK8mrQtbh0CRrVIngSegVEOEfBkmE,260
|
| 3 |
+
../../../share/man/man1/ipython.1,sha256=PVdQP2hHmHyUEwzLOPcgavnCe9jTDVrM1jKZt4cnF_Q,2058
|
| 4 |
+
IPython/__init__.py,sha256=7dlVw4pigpyavG4T9nWRdkYQJCRK-y3YFRsMEAFjUh4,5704
|
| 5 |
+
IPython/__main__.py,sha256=55A5B-sd2ntWU36X9AEipKWnDvFM9JFSb4FOlC8hATA,489
|
| 6 |
+
IPython/__pycache__/__init__.cpython-312.pyc,,
|
| 7 |
+
IPython/__pycache__/__main__.cpython-312.pyc,,
|
| 8 |
+
IPython/__pycache__/display.cpython-312.pyc,,
|
| 9 |
+
IPython/__pycache__/paths.cpython-312.pyc,,
|
| 10 |
+
IPython/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 11 |
+
IPython/core/__pycache__/__init__.cpython-312.pyc,,
|
| 12 |
+
IPython/core/__pycache__/alias.cpython-312.pyc,,
|
| 13 |
+
IPython/core/__pycache__/application.cpython-312.pyc,,
|
| 14 |
+
IPython/core/__pycache__/async_helpers.cpython-312.pyc,,
|
| 15 |
+
IPython/core/__pycache__/autocall.cpython-312.pyc,,
|
| 16 |
+
IPython/core/__pycache__/builtin_trap.cpython-312.pyc,,
|
| 17 |
+
IPython/core/__pycache__/compilerop.cpython-312.pyc,,
|
| 18 |
+
IPython/core/__pycache__/completer.cpython-312.pyc,,
|
| 19 |
+
IPython/core/__pycache__/completerlib.cpython-312.pyc,,
|
| 20 |
+
IPython/core/__pycache__/crashhandler.cpython-312.pyc,,
|
| 21 |
+
IPython/core/__pycache__/debugger.cpython-312.pyc,,
|
| 22 |
+
IPython/core/__pycache__/debugger_backport.cpython-312.pyc,,
|
| 23 |
+
IPython/core/__pycache__/display.cpython-312.pyc,,
|
| 24 |
+
IPython/core/__pycache__/display_functions.cpython-312.pyc,,
|
| 25 |
+
IPython/core/__pycache__/display_trap.cpython-312.pyc,,
|
| 26 |
+
IPython/core/__pycache__/displayhook.cpython-312.pyc,,
|
| 27 |
+
IPython/core/__pycache__/displaypub.cpython-312.pyc,,
|
| 28 |
+
IPython/core/__pycache__/doctb.cpython-312.pyc,,
|
| 29 |
+
IPython/core/__pycache__/error.cpython-312.pyc,,
|
| 30 |
+
IPython/core/__pycache__/events.cpython-312.pyc,,
|
| 31 |
+
IPython/core/__pycache__/extensions.cpython-312.pyc,,
|
| 32 |
+
IPython/core/__pycache__/formatters.cpython-312.pyc,,
|
| 33 |
+
IPython/core/__pycache__/getipython.cpython-312.pyc,,
|
| 34 |
+
IPython/core/__pycache__/guarded_eval.cpython-312.pyc,,
|
| 35 |
+
IPython/core/__pycache__/history.cpython-312.pyc,,
|
| 36 |
+
IPython/core/__pycache__/historyapp.cpython-312.pyc,,
|
| 37 |
+
IPython/core/__pycache__/hooks.cpython-312.pyc,,
|
| 38 |
+
IPython/core/__pycache__/inputtransformer2.cpython-312.pyc,,
|
| 39 |
+
IPython/core/__pycache__/interactiveshell.cpython-312.pyc,,
|
| 40 |
+
IPython/core/__pycache__/latex_symbols.cpython-312.pyc,,
|
| 41 |
+
IPython/core/__pycache__/logger.cpython-312.pyc,,
|
| 42 |
+
IPython/core/__pycache__/macro.cpython-312.pyc,,
|
| 43 |
+
IPython/core/__pycache__/magic.cpython-312.pyc,,
|
| 44 |
+
IPython/core/__pycache__/magic_arguments.cpython-312.pyc,,
|
| 45 |
+
IPython/core/__pycache__/oinspect.cpython-312.pyc,,
|
| 46 |
+
IPython/core/__pycache__/page.cpython-312.pyc,,
|
| 47 |
+
IPython/core/__pycache__/payload.cpython-312.pyc,,
|
| 48 |
+
IPython/core/__pycache__/payloadpage.cpython-312.pyc,,
|
| 49 |
+
IPython/core/__pycache__/prefilter.cpython-312.pyc,,
|
| 50 |
+
IPython/core/__pycache__/profileapp.cpython-312.pyc,,
|
| 51 |
+
IPython/core/__pycache__/profiledir.cpython-312.pyc,,
|
| 52 |
+
IPython/core/__pycache__/pylabtools.cpython-312.pyc,,
|
| 53 |
+
IPython/core/__pycache__/release.cpython-312.pyc,,
|
| 54 |
+
IPython/core/__pycache__/shellapp.cpython-312.pyc,,
|
| 55 |
+
IPython/core/__pycache__/splitinput.cpython-312.pyc,,
|
| 56 |
+
IPython/core/__pycache__/tbtools.cpython-312.pyc,,
|
| 57 |
+
IPython/core/__pycache__/tips.cpython-312.pyc,,
|
| 58 |
+
IPython/core/__pycache__/ultratb.cpython-312.pyc,,
|
| 59 |
+
IPython/core/__pycache__/usage.cpython-312.pyc,,
|
| 60 |
+
IPython/core/alias.py,sha256=TOLqWTs2sWkEhUFKofaaazFD5aGP5X7lLD5TjU9pwdI,10234
|
| 61 |
+
IPython/core/application.py,sha256=OhW5Ye-aptd68yS-bSiv2bH4Kntvyq7MTf2jTu0i2xw,18940
|
| 62 |
+
IPython/core/async_helpers.py,sha256=fY0iEsQr3kBfpJja7p0rxsfP96vr8ovo0wTEQrG2iKg,4097
|
| 63 |
+
IPython/core/autocall.py,sha256=zw7siKc1ocagCuXn4OuT0o7YbyZSuW3a7la204ANRk4,1983
|
| 64 |
+
IPython/core/builtin_trap.py,sha256=4Bls1x1Xaf3oGbj6GFXE--G6qZlNq7AYFjp_vyu55p8,3006
|
| 65 |
+
IPython/core/compilerop.py,sha256=tA8xHh10gp85brI2OYmvl7kW0TgDghdKbzmZE7nS4sw,6990
|
| 66 |
+
IPython/core/completer.py,sha256=7bXi_Jef0yUY0MfeiEfmaK5edM_O2gf8vtAYDQ8IKX4,136724
|
| 67 |
+
IPython/core/completerlib.py,sha256=C_1uFwR4eiqIsemMRbluMQV1WJ3qSfnGxO01PsGSpr8,12641
|
| 68 |
+
IPython/core/crashhandler.py,sha256=8-kyI6aNkqbaB_lBlbNKAOFv34HDBCpLggMfiu4oIDg,8747
|
| 69 |
+
IPython/core/debugger.py,sha256=yegzQ3qvlABPbTiX_Gir0ips6Kpy83wIKbU9soTYVls,46635
|
| 70 |
+
IPython/core/debugger_backport.py,sha256=qP96tVbfH7wpOFIjhuFyFVVM1zIgCGbP1AyQzOBfw28,8216
|
| 71 |
+
IPython/core/display.py,sha256=wQgVFY_U1O-a-jJSLb00nJ9m2w9-NsBhEBGnQUcWUd0,41129
|
| 72 |
+
IPython/core/display_functions.py,sha256=sZ7izRUxZ4zBUDupwQguxFXUOtgA-AxVa9c-pDIglXI,12411
|
| 73 |
+
IPython/core/display_trap.py,sha256=r9AeMqllLicJvY8JfrGTQMkyxz37QT7X_RwwXxNk7R0,2185
|
| 74 |
+
IPython/core/displayhook.py,sha256=9bEWAUGTS9jxsFvCG91WyI7iI0hPhaPw_ee45FGMWBI,13266
|
| 75 |
+
IPython/core/displaypub.py,sha256=XMFrJRDAj0fewFUzYYXE7q_hBbIm7nfWGUYf5NBthRM,6859
|
| 76 |
+
IPython/core/doctb.py,sha256=Xq9V8r0_FR6LkQAfUGuOvuEmQf96DsYXpaXXunn5DP4,15644
|
| 77 |
+
IPython/core/error.py,sha256=lL5WP3E0sGNWkBTQL0u795wLQJCSrDCf328ft8TfCjk,1734
|
| 78 |
+
IPython/core/events.py,sha256=vL0VWet1wiyerXT69Yiq9Eh8KIpOtpKSXKWVyYdkg4s,5798
|
| 79 |
+
IPython/core/extensions.py,sha256=KgohNiowl71W-V0WYXWKw7g-q85QN9c_FxtraJoEOvY,5020
|
| 80 |
+
IPython/core/formatters.py,sha256=qKXTsGmpht8IEIXMm58AImzLC16e-UCKx1gtBf6bKPc,36507
|
| 81 |
+
IPython/core/getipython.py,sha256=RjTylt9N3c8AFZ-Y440A8My4tfFCgO-lVkyOL0xoOzQ,894
|
| 82 |
+
IPython/core/guarded_eval.py,sha256=hNY1e7mKp18BXBnfgnfVTfAWBDba3299_e4hN1y11DY,57501
|
| 83 |
+
IPython/core/history.py,sha256=myvJQJo5moMWW8bNgUCrTyRqg73TFqCOdYfvUzguaAg,42520
|
| 84 |
+
IPython/core/historyapp.py,sha256=5H38INsWXRacscKz_5PQHYrEnHEayDtc1D1qcSyHRBU,5847
|
| 85 |
+
IPython/core/hooks.py,sha256=xBWTZqycxZi97yj01IFc-SoJBzV5B73IoDHbAAlKUpQ,5193
|
| 86 |
+
IPython/core/inputtransformer2.py,sha256=7T9wEOBHZUit2JJd7H8KtRm-FK5NkgobdEEjpb6WfiY,32472
|
| 87 |
+
IPython/core/interactiveshell.py,sha256=A-ixWSFT8vfx9aaFFL2XSgW5M_NK3DnGvS392gY3-jI,159683
|
| 88 |
+
IPython/core/latex_symbols.py,sha256=DzFecvqWVSsdN7vWAsp0mlYAHRDQKfZGAmvuDUh0M-s,30127
|
| 89 |
+
IPython/core/logger.py,sha256=Iwe4xKMmxEdvSwHYPMfsTWkmdaqVCgvZT3R3I3qTmrU,8436
|
| 90 |
+
IPython/core/macro.py,sha256=OhvXWNhLe393rI2wTpMgbUVHWSnmC_ycHiYqzqSHXZU,1726
|
| 91 |
+
IPython/core/magic.py,sha256=it59u0imRkbY57rty8MMw1QW__InPPnLPhcQkKUihXM,29162
|
| 92 |
+
IPython/core/magic_arguments.py,sha256=d27MepJqF1XME27x_OlyPD-Lf3Qfx6_nx3Yx4_jbwpc,9841
|
| 93 |
+
IPython/core/magics/__init__.py,sha256=pkd-UfzjDGp5UHuFKjw192vZnigpTP9ftXzG3oLdiS8,1619
|
| 94 |
+
IPython/core/magics/__pycache__/__init__.cpython-312.pyc,,
|
| 95 |
+
IPython/core/magics/__pycache__/ast_mod.cpython-312.pyc,,
|
| 96 |
+
IPython/core/magics/__pycache__/auto.cpython-312.pyc,,
|
| 97 |
+
IPython/core/magics/__pycache__/basic.cpython-312.pyc,,
|
| 98 |
+
IPython/core/magics/__pycache__/code.cpython-312.pyc,,
|
| 99 |
+
IPython/core/magics/__pycache__/config.cpython-312.pyc,,
|
| 100 |
+
IPython/core/magics/__pycache__/display.cpython-312.pyc,,
|
| 101 |
+
IPython/core/magics/__pycache__/execution.cpython-312.pyc,,
|
| 102 |
+
IPython/core/magics/__pycache__/extension.cpython-312.pyc,,
|
| 103 |
+
IPython/core/magics/__pycache__/history.cpython-312.pyc,,
|
| 104 |
+
IPython/core/magics/__pycache__/logging.cpython-312.pyc,,
|
| 105 |
+
IPython/core/magics/__pycache__/namespace.cpython-312.pyc,,
|
| 106 |
+
IPython/core/magics/__pycache__/osm.cpython-312.pyc,,
|
| 107 |
+
IPython/core/magics/__pycache__/packaging.cpython-312.pyc,,
|
| 108 |
+
IPython/core/magics/__pycache__/pylab.cpython-312.pyc,,
|
| 109 |
+
IPython/core/magics/__pycache__/script.cpython-312.pyc,,
|
| 110 |
+
IPython/core/magics/ast_mod.py,sha256=06OoRO7Z7Jzfc-cflf8Z3wyqF17fkYv6fJ_Nw4d7eQE,10295
|
| 111 |
+
IPython/core/magics/auto.py,sha256=yEouIjsQ6LmfSEfNvkZbNmNDFl19KLRnaJciYdR7a1A,4816
|
| 112 |
+
IPython/core/magics/basic.py,sha256=SiF362-eSrSchnPpbfzeM-lw3ejhr96IjCF_0n2W0K4,26528
|
| 113 |
+
IPython/core/magics/code.py,sha256=h_dho9niPvtf_IpoOZf5GAD6CYbT0EQGsfLfutyX-7I,28144
|
| 114 |
+
IPython/core/magics/config.py,sha256=QBL5uY7m-Q7C46mO3q1Yio9s73w1TnI9y__j5E-j44Y,4881
|
| 115 |
+
IPython/core/magics/display.py,sha256=STRq66GlZwcvFyBxbkqslclpP_s9LnqD0ew9Z3S4-Jo,3130
|
| 116 |
+
IPython/core/magics/execution.py,sha256=klGMvWYHCyZD_zzoD2WhHoviRteAZ-j7zTb2czVqSew,63587
|
| 117 |
+
IPython/core/magics/extension.py,sha256=Jj6OlkM71PS0j1HfEMDc-jU2Exwo9Ff_K0nD7e_W4N0,2477
|
| 118 |
+
IPython/core/magics/history.py,sha256=nf4WZxF2tD8--4AvALyEDKY4WMo_SFk1YqrTR-L54xQ,13293
|
| 119 |
+
IPython/core/magics/logging.py,sha256=VuDiF5QZrgzTT7Lr1NkkMCtUM1EHoGCw2pYlKsSQc4Q,6867
|
| 120 |
+
IPython/core/magics/namespace.py,sha256=Bo4sckKaXpcVFLIIGL3fZWiDRHDeMU1LGrHN4ZdvJNs,25293
|
| 121 |
+
IPython/core/magics/osm.py,sha256=mNlHBS8ZEMf687nDpLGYKj6aC-i_r7d9iUTFKw6WtY4,30695
|
| 122 |
+
IPython/core/magics/packaging.py,sha256=5m2pt1bkosMdiQxB46hDdD4KisfPJpNnebCqMnygodE,6030
|
| 123 |
+
IPython/core/magics/pylab.py,sha256=BBRczZ0khoZB5NPipgvVtOWYpdkLatB9mQFYzyg-vpg,6624
|
| 124 |
+
IPython/core/magics/script.py,sha256=WNvtYy4sHmO7hJet_rt9cu3iJmeVoXfQ18SMyttYrPE,13706
|
| 125 |
+
IPython/core/oinspect.py,sha256=_BPFTJ8RZ8LNwRx0rJkeIHOnLfBm4osW5rEtGvJFSow,40279
|
| 126 |
+
IPython/core/page.py,sha256=P8Dmo0MjUq71DEnIPM_kaSGZoKTaPkrk4sUuM4I6HDA,11788
|
| 127 |
+
IPython/core/payload.py,sha256=uHcwG5Ahm3fnz2dsIKbzYK_lHOilqfen0IhQffOUQbE,1763
|
| 128 |
+
IPython/core/payloadpage.py,sha256=xGz4Ov82-0lmhKSIlM-kyIa50COk-ojB7tXLkGIRnPw,1177
|
| 129 |
+
IPython/core/prefilter.py,sha256=Jy0SFtkbEe_-I9Xr4xJFpraP-Fq8FIBT9fmE0t6xhQI,25779
|
| 130 |
+
IPython/core/profile/README_STARTUP,sha256=Y47GtYQkWy6pdzkqylUNL6eBSZMUIRGwTxXPUF_BBBc,371
|
| 131 |
+
IPython/core/profileapp.py,sha256=bFMFIyehxeF9pDUtxw_6D3b0nxeqsupKTe7XhH7GMkc,10711
|
| 132 |
+
IPython/core/profiledir.py,sha256=-vjOa1I_UajMZJblJRYXh16Y0RaAUn5a2swQBsw2qEU,8459
|
| 133 |
+
IPython/core/pylabtools.py,sha256=r72NQIhZAW9RL1w9WWAWAMbYoYC8KfaGNKB9JBbMg74,17296
|
| 134 |
+
IPython/core/release.py,sha256=DjyQ_JvxtVFoxIrgEuzfmoylgvQ9ZKhriFDSn5EFczY,1506
|
| 135 |
+
IPython/core/shellapp.py,sha256=fm8bGf2r2uML2gXgOawAQTGYzdDeKl7ExklOZlWBM6Y,19501
|
| 136 |
+
IPython/core/splitinput.py,sha256=6XePqBpZjqRE6U6Prm4WSzlfcGhykas0QDJa-Wmho_A,4998
|
| 137 |
+
IPython/core/tbtools.py,sha256=2QwAkGcdij1Y0rheIumF-fqpI3UvqhaIR2CbTOAFYlA,16907
|
| 138 |
+
IPython/core/tips.py,sha256=J0ntm05gvQdn0Bd05DYSKGAZXFsCtEnKAXA5gRMHXiY,6453
|
| 139 |
+
IPython/core/ultratb.py,sha256=cstx3_zHRyYRtup37ar77YDcgsF0eDfyDSW72Uu8EHg,46677
|
| 140 |
+
IPython/core/usage.py,sha256=agrZE5eZIvJnXoqI8VV9e-oWZx5LbLxUq9MdQpEyts4,13542
|
| 141 |
+
IPython/display.py,sha256=PZ3-IJ1pPXGlTlpJh0Y_B0nhZFWWA4LMOEEe9sSqxx8,1392
|
| 142 |
+
IPython/extensions/__init__.py,sha256=V4vSllFd18CVUvDTbXLYqfwTFmPXUiQZGCs5LX2IliE,78
|
| 143 |
+
IPython/extensions/__pycache__/__init__.cpython-312.pyc,,
|
| 144 |
+
IPython/extensions/__pycache__/autoreload.cpython-312.pyc,,
|
| 145 |
+
IPython/extensions/__pycache__/storemagic.cpython-312.pyc,,
|
| 146 |
+
IPython/extensions/autoreload.py,sha256=KxmsHGayzY2NcR10DyMlkguEV_xiJHfX_l6Wv-cdu4w,31950
|
| 147 |
+
IPython/extensions/deduperreload/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 148 |
+
IPython/extensions/deduperreload/__pycache__/__init__.cpython-312.pyc,,
|
| 149 |
+
IPython/extensions/deduperreload/__pycache__/deduperreload.cpython-312.pyc,,
|
| 150 |
+
IPython/extensions/deduperreload/__pycache__/deduperreload_patching.cpython-312.pyc,,
|
| 151 |
+
IPython/extensions/deduperreload/deduperreload.py,sha256=zspWZ6Jjgv0lr7THnUgQqrgFpeBRouY86VGB29UbW9g,25985
|
| 152 |
+
IPython/extensions/deduperreload/deduperreload_patching.py,sha256=MReG-xk9X3Rvk1xJlmwaCnYja6JemlUBNwXd-abdTG8,4985
|
| 153 |
+
IPython/extensions/storemagic.py,sha256=ths8PLtGmYZAYaibRuS1QetLm1Xu1soyGwehBjayByg,8168
|
| 154 |
+
IPython/external/__init__.py,sha256=-EQHbuUnBe1RS1_CwaLGzNSZQsCJsrxHW_r15smvVW0,126
|
| 155 |
+
IPython/external/__pycache__/__init__.cpython-312.pyc,,
|
| 156 |
+
IPython/external/__pycache__/pickleshare.cpython-312.pyc,,
|
| 157 |
+
IPython/external/__pycache__/qt_for_kernel.cpython-312.pyc,,
|
| 158 |
+
IPython/external/__pycache__/qt_loaders.cpython-312.pyc,,
|
| 159 |
+
IPython/external/pickleshare.py,sha256=TxTMuKsRBTJg3rhyC-z4gTRcf4fF5EtTFbCtlA3BdG8,8827
|
| 160 |
+
IPython/external/qt_for_kernel.py,sha256=ROLfN-NcA_h-ZgZsm9pBW1y57I_gxnJmOdpRwvpw8DA,3442
|
| 161 |
+
IPython/external/qt_loaders.py,sha256=3ynYvEE-juM83XRq7-6tf-nuHswKmSn7vR7hEbpk-pY,11863
|
| 162 |
+
IPython/lib/__init__.py,sha256=Cj-42grGOsG6Gz976stackKz9-ISoFK1QSYAmConqFQ,411
|
| 163 |
+
IPython/lib/__pycache__/__init__.cpython-312.pyc,,
|
| 164 |
+
IPython/lib/__pycache__/backgroundjobs.cpython-312.pyc,,
|
| 165 |
+
IPython/lib/__pycache__/clipboard.cpython-312.pyc,,
|
| 166 |
+
IPython/lib/__pycache__/deepreload.cpython-312.pyc,,
|
| 167 |
+
IPython/lib/__pycache__/demo.cpython-312.pyc,,
|
| 168 |
+
IPython/lib/__pycache__/display.cpython-312.pyc,,
|
| 169 |
+
IPython/lib/__pycache__/editorhooks.cpython-312.pyc,,
|
| 170 |
+
IPython/lib/__pycache__/guisupport.cpython-312.pyc,,
|
| 171 |
+
IPython/lib/__pycache__/latextools.cpython-312.pyc,,
|
| 172 |
+
IPython/lib/__pycache__/lexers.cpython-312.pyc,,
|
| 173 |
+
IPython/lib/__pycache__/pretty.cpython-312.pyc,,
|
| 174 |
+
IPython/lib/backgroundjobs.py,sha256=zZ-4E2PPPi8jNl-JWl9ObkWpG8Dzb5xxFtD1Jttmab8,17680
|
| 175 |
+
IPython/lib/clipboard.py,sha256=Ulrpzp9Wy7XXOes7QNOps6O3ss2_8recXuYF49vIj4s,3051
|
| 176 |
+
IPython/lib/deepreload.py,sha256=iymTEcJpP_hpcO1H5GRgb2aODGUtiUFksodoIe9738E,9431
|
| 177 |
+
IPython/lib/demo.py,sha256=PZoAgVYvWOqOJ4lFzJl5a14xnyMszPdFRwIRIkuM_bo,24502
|
| 178 |
+
IPython/lib/display.py,sha256=XZiwHjguoDzMMHQtgrPcryr5-pXPZqHa8AT0LRi6FiA,24577
|
| 179 |
+
IPython/lib/editorhooks.py,sha256=KmQaAEZawUhHqy9CvRkbmc8BNXx4b1pqqLFhTEBf1CY,3982
|
| 180 |
+
IPython/lib/guisupport.py,sha256=e3gQE2-rYF2Mj9EFqSYOKOjMDmys8o-yae7SEjiOeEs,6300
|
| 181 |
+
IPython/lib/latextools.py,sha256=wzwckGrWf84U5pcmu2jn8ZzBl126aDBi5SySwe4Z8eI,8122
|
| 182 |
+
IPython/lib/lexers.py,sha256=mt5QnEBuZaDXdL3Qwh9ZGHomjKgxNKW1IT4lM_78Rag,865
|
| 183 |
+
IPython/lib/pretty.py,sha256=uPqW4LMyq96W75UXa_s-o3wJH_bwXsAz8wDfqcIRjv0,30962
|
| 184 |
+
IPython/paths.py,sha256=QOPstpt2CVCrDUTn5a-Q1kcGBAwDLbq9omqc-2aoLU4,4126
|
| 185 |
+
IPython/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 186 |
+
IPython/sphinxext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 187 |
+
IPython/sphinxext/__pycache__/__init__.cpython-312.pyc,,
|
| 188 |
+
IPython/sphinxext/__pycache__/custom_doctests.cpython-312.pyc,,
|
| 189 |
+
IPython/sphinxext/__pycache__/ipython_console_highlighting.cpython-312.pyc,,
|
| 190 |
+
IPython/sphinxext/__pycache__/ipython_directive.cpython-312.pyc,,
|
| 191 |
+
IPython/sphinxext/custom_doctests.py,sha256=e6nLB1dsLrmYEwsKuJab6epdOfZg-rXTqmYIrg8aSBI,4610
|
| 192 |
+
IPython/sphinxext/ipython_console_highlighting.py,sha256=VzlykN7guz3dQV9nFuZM_x2M98yDZP3eyLhDp5fJ3wI,895
|
| 193 |
+
IPython/sphinxext/ipython_directive.py,sha256=hOQCdWx2N7WzBJVHMw7qVvAwLJxBZJxFCElqR4uXvqY,45154
|
| 194 |
+
IPython/terminal/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 195 |
+
IPython/terminal/__pycache__/__init__.cpython-312.pyc,,
|
| 196 |
+
IPython/terminal/__pycache__/debugger.cpython-312.pyc,,
|
| 197 |
+
IPython/terminal/__pycache__/embed.cpython-312.pyc,,
|
| 198 |
+
IPython/terminal/__pycache__/interactiveshell.cpython-312.pyc,,
|
| 199 |
+
IPython/terminal/__pycache__/ipapp.cpython-312.pyc,,
|
| 200 |
+
IPython/terminal/__pycache__/magics.cpython-312.pyc,,
|
| 201 |
+
IPython/terminal/__pycache__/prompts.cpython-312.pyc,,
|
| 202 |
+
IPython/terminal/__pycache__/ptutils.cpython-312.pyc,,
|
| 203 |
+
IPython/terminal/debugger.py,sha256=0LdBmCKVHKNGpmBKdb4bBgKlyuTVyfz2Dg2Y8wE4FTM,6937
|
| 204 |
+
IPython/terminal/embed.py,sha256=uR1Z7wp5z5SpYto7sa9A63sPDtX5h0XD048Y3gDE_V0,16164
|
| 205 |
+
IPython/terminal/interactiveshell.py,sha256=5pZqfjqeResaN7NIy0pzg_CYhaGROiQIMCygJYdERf0,40099
|
| 206 |
+
IPython/terminal/ipapp.py,sha256=d2Rog4DRkVv0_fReqZOuorKMXAtEqsCskwPejtjj0Lg,12512
|
| 207 |
+
IPython/terminal/magics.py,sha256=49ZVJzbAUkG_EFpebxIBEqm3tEClvqefoeM6QnxGrrk,7705
|
| 208 |
+
IPython/terminal/prompts.py,sha256=AeOYKX8o9KrPLuZb0Bpu6BjwQhq1VjOsjx3m7hlB9sQ,4559
|
| 209 |
+
IPython/terminal/pt_inputhooks/__init__.py,sha256=xhhHg1NRIjOtMdmKRW819sbs58QJvOXqsfd6INMhmyk,3633
|
| 210 |
+
IPython/terminal/pt_inputhooks/__pycache__/__init__.cpython-312.pyc,,
|
| 211 |
+
IPython/terminal/pt_inputhooks/__pycache__/asyncio.cpython-312.pyc,,
|
| 212 |
+
IPython/terminal/pt_inputhooks/__pycache__/glut.cpython-312.pyc,,
|
| 213 |
+
IPython/terminal/pt_inputhooks/__pycache__/gtk.cpython-312.pyc,,
|
| 214 |
+
IPython/terminal/pt_inputhooks/__pycache__/gtk3.cpython-312.pyc,,
|
| 215 |
+
IPython/terminal/pt_inputhooks/__pycache__/gtk4.cpython-312.pyc,,
|
| 216 |
+
IPython/terminal/pt_inputhooks/__pycache__/osx.cpython-312.pyc,,
|
| 217 |
+
IPython/terminal/pt_inputhooks/__pycache__/pyglet.cpython-312.pyc,,
|
| 218 |
+
IPython/terminal/pt_inputhooks/__pycache__/qt.cpython-312.pyc,,
|
| 219 |
+
IPython/terminal/pt_inputhooks/__pycache__/tk.cpython-312.pyc,,
|
| 220 |
+
IPython/terminal/pt_inputhooks/__pycache__/wx.cpython-312.pyc,,
|
| 221 |
+
IPython/terminal/pt_inputhooks/asyncio.py,sha256=ffxVjt0RIsh0yYzcPDpSTrhWv5JDNRBTof0OlJgksFU,1271
|
| 222 |
+
IPython/terminal/pt_inputhooks/glut.py,sha256=CchyzpkfAqVytLzuKv_XWsU4rmAJXCgxBksACM2bk2s,4999
|
| 223 |
+
IPython/terminal/pt_inputhooks/gtk.py,sha256=qx0OTtDdinx39bD9Fbf6m0JZWBXmuoypr56yUITFtfE,2427
|
| 224 |
+
IPython/terminal/pt_inputhooks/gtk3.py,sha256=_MuZIjZuLsW2i4vvUjNQh9u4xIU8kcITyJpXNiH2Zu0,279
|
| 225 |
+
IPython/terminal/pt_inputhooks/gtk4.py,sha256=r_MxCT7a0nTHZtqyuZpPgCW2Cl7iuomC0PjgFteSL9c,557
|
| 226 |
+
IPython/terminal/pt_inputhooks/osx.py,sha256=TnndyR_SPbmWC_A--0ORB06rhH7IS2_7kjphfPcRqXo,4448
|
| 227 |
+
IPython/terminal/pt_inputhooks/pyglet.py,sha256=wDDQDgilvK9uzwGB3XyAqcf8LfKr-Lc_NMAzunZMu_Y,2371
|
| 228 |
+
IPython/terminal/pt_inputhooks/qt.py,sha256=ivVQu3UzzfGGeuowh6lNeVtuOJOL7g_VTKcgMG8JHpM,3479
|
| 229 |
+
IPython/terminal/pt_inputhooks/tk.py,sha256=FjejvtwbvpeBZLoBCci1RDo_jWD5qElMy7PP-atd8j4,3651
|
| 230 |
+
IPython/terminal/pt_inputhooks/wx.py,sha256=9yI52lDSZ3O_5Gww_3IeenEk_3PepLIME3Onh4X3kW0,7126
|
| 231 |
+
IPython/terminal/ptutils.py,sha256=6PWDVPuBzpMxLdl_jqK7QtdnYVoVIjUP4Vl1JpFZFoM,8067
|
| 232 |
+
IPython/terminal/shortcuts/__init__.py,sha256=ecxnkz3DiaYWpog-4QlDgBCc39ymKnVqRgtMnqKoleI,18636
|
| 233 |
+
IPython/terminal/shortcuts/__pycache__/__init__.cpython-312.pyc,,
|
| 234 |
+
IPython/terminal/shortcuts/__pycache__/auto_match.cpython-312.pyc,,
|
| 235 |
+
IPython/terminal/shortcuts/__pycache__/auto_suggest.cpython-312.pyc,,
|
| 236 |
+
IPython/terminal/shortcuts/__pycache__/filters.cpython-312.pyc,,
|
| 237 |
+
IPython/terminal/shortcuts/auto_match.py,sha256=9uT1fDb-c4Ew7TSIs_zET1jSxDlbfWGluxfW_pj39tk,3066
|
| 238 |
+
IPython/terminal/shortcuts/auto_suggest.py,sha256=3Rh_d_ODDbn7PYx-ps7cbewblsPhS7yQ5K5oYxINLOI,23830
|
| 239 |
+
IPython/terminal/shortcuts/filters.py,sha256=cFEYlh5snmuShUL6EILUUgFzxgAxmqcUjm3QkXpGuqo,11025
|
| 240 |
+
IPython/testing/__init__.py,sha256=9t97XO03Ez9GdZA5FWZYmfyHZt2c3AqQe2dj_0AiPJY,784
|
| 241 |
+
IPython/testing/__pycache__/__init__.cpython-312.pyc,,
|
| 242 |
+
IPython/testing/__pycache__/decorators.cpython-312.pyc,,
|
| 243 |
+
IPython/testing/__pycache__/globalipapp.cpython-312.pyc,,
|
| 244 |
+
IPython/testing/__pycache__/ipunittest.cpython-312.pyc,,
|
| 245 |
+
IPython/testing/__pycache__/skipdoctest.cpython-312.pyc,,
|
| 246 |
+
IPython/testing/__pycache__/tools.cpython-312.pyc,,
|
| 247 |
+
IPython/testing/decorators.py,sha256=AgfFt06solAN0fByXvHaRJvZu0aLvgdMLuL91wbm_bI,4429
|
| 248 |
+
IPython/testing/globalipapp.py,sha256=F-RD6xLFJ2R1jNPycA9zk116GfH8qTsgsYFECWCeDRY,3948
|
| 249 |
+
IPython/testing/ipunittest.py,sha256=KlZ_FnzDo15Lqq-yx8iLOGiFPcO4TSIs8sHdjZcjVxo,6756
|
| 250 |
+
IPython/testing/plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 251 |
+
IPython/testing/plugin/__pycache__/__init__.cpython-312.pyc,,
|
| 252 |
+
IPython/testing/plugin/__pycache__/dtexample.cpython-312.pyc,,
|
| 253 |
+
IPython/testing/plugin/__pycache__/ipdoctest.cpython-312.pyc,,
|
| 254 |
+
IPython/testing/plugin/__pycache__/pytest_ipdoctest.cpython-312.pyc,,
|
| 255 |
+
IPython/testing/plugin/__pycache__/setup.cpython-312.pyc,,
|
| 256 |
+
IPython/testing/plugin/__pycache__/simple.cpython-312.pyc,,
|
| 257 |
+
IPython/testing/plugin/__pycache__/simplevars.cpython-312.pyc,,
|
| 258 |
+
IPython/testing/plugin/__pycache__/test_ipdoctest.cpython-312.pyc,,
|
| 259 |
+
IPython/testing/plugin/__pycache__/test_refs.cpython-312.pyc,,
|
| 260 |
+
IPython/testing/plugin/dtexample.py,sha256=yedUX2aIUpFLkeDyshT5fqaODJg0iQzU_zvGOSr4JLc,2921
|
| 261 |
+
IPython/testing/plugin/ipdoctest.py,sha256=vYQpSy0jhk9G7r3ocBjWr7CT2JEWIxKrH2KgH_Bmgao,11881
|
| 262 |
+
IPython/testing/plugin/pytest_ipdoctest.py,sha256=zgzYReZfv23jXyZwQEWVdoWljmWL6zanAHR8Fj3Ha8M,30074
|
| 263 |
+
IPython/testing/plugin/setup.py,sha256=945a09Zm2HWWvukd5IVZ4v5p1czQPJfVlr5_Idey2AA,539
|
| 264 |
+
IPython/testing/plugin/simple.py,sha256=F7e3Zj_Cc59xdkhCkW2xaocYGGG5T_GHDlRwdUk7-qo,727
|
| 265 |
+
IPython/testing/plugin/simplevars.py,sha256=YZnDvFqQuFcrgzkgmm-koVRJKDnHCf0278Y5S_tyI3g,24
|
| 266 |
+
IPython/testing/plugin/test_combo.txt,sha256=rrXjdOlRh9DltFu3GpuWuD0Hojtj4QQcEBOm52Z3-dE,923
|
| 267 |
+
IPython/testing/plugin/test_example.txt,sha256=CGM8aZIYHlePDdAnR1yX3MfDGu0OceZpUiI_Y4tZGaU,730
|
| 268 |
+
IPython/testing/plugin/test_exampleip.txt,sha256=5gLcj8iCk-WCOGz0ObpQpuZMhGwS1jUMyH3mouGxQJI,814
|
| 269 |
+
IPython/testing/plugin/test_ipdoctest.py,sha256=Lc3qQdZ3amXf9EKA7JlXf30b3BzP8RwdNS9-SMRe2P0,1907
|
| 270 |
+
IPython/testing/plugin/test_refs.py,sha256=y-Y2Q8niRIbaanbwpIzvEwwaHkJfAq10HYfb4bAXHBc,715
|
| 271 |
+
IPython/testing/skipdoctest.py,sha256=haSEhd8EJr2Y0EbXXxv3pGvK6AQ8Lb7SyqkX5O8EU6s,717
|
| 272 |
+
IPython/testing/tools.py,sha256=TlUbGAQoz_-hQVbZ8wTn_a-Pq7eDDv0umbXcEnHlr78,12936
|
| 273 |
+
IPython/utils/PyColorize.py,sha256=dU7RrYZSAvc3ukNLpj-U_DK45s0fZKOrWe5Ibg6_pvI,17417
|
| 274 |
+
IPython/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 275 |
+
IPython/utils/__pycache__/PyColorize.cpython-312.pyc,,
|
| 276 |
+
IPython/utils/__pycache__/__init__.cpython-312.pyc,,
|
| 277 |
+
IPython/utils/__pycache__/_process_cli.cpython-312.pyc,,
|
| 278 |
+
IPython/utils/__pycache__/_process_common.cpython-312.pyc,,
|
| 279 |
+
IPython/utils/__pycache__/_process_emscripten.cpython-312.pyc,,
|
| 280 |
+
IPython/utils/__pycache__/_process_posix.cpython-312.pyc,,
|
| 281 |
+
IPython/utils/__pycache__/_process_win32.cpython-312.pyc,,
|
| 282 |
+
IPython/utils/__pycache__/_process_win32_controller.cpython-312.pyc,,
|
| 283 |
+
IPython/utils/__pycache__/_sysinfo.cpython-312.pyc,,
|
| 284 |
+
IPython/utils/__pycache__/capture.cpython-312.pyc,,
|
| 285 |
+
IPython/utils/__pycache__/coloransi.cpython-312.pyc,,
|
| 286 |
+
IPython/utils/__pycache__/contexts.cpython-312.pyc,,
|
| 287 |
+
IPython/utils/__pycache__/data.cpython-312.pyc,,
|
| 288 |
+
IPython/utils/__pycache__/decorators.cpython-312.pyc,,
|
| 289 |
+
IPython/utils/__pycache__/dir2.cpython-312.pyc,,
|
| 290 |
+
IPython/utils/__pycache__/docs.cpython-312.pyc,,
|
| 291 |
+
IPython/utils/__pycache__/encoding.cpython-312.pyc,,
|
| 292 |
+
IPython/utils/__pycache__/eventful.cpython-312.pyc,,
|
| 293 |
+
IPython/utils/__pycache__/frame.cpython-312.pyc,,
|
| 294 |
+
IPython/utils/__pycache__/generics.cpython-312.pyc,,
|
| 295 |
+
IPython/utils/__pycache__/importstring.cpython-312.pyc,,
|
| 296 |
+
IPython/utils/__pycache__/io.cpython-312.pyc,,
|
| 297 |
+
IPython/utils/__pycache__/ipstruct.cpython-312.pyc,,
|
| 298 |
+
IPython/utils/__pycache__/jsonutil.cpython-312.pyc,,
|
| 299 |
+
IPython/utils/__pycache__/log.cpython-312.pyc,,
|
| 300 |
+
IPython/utils/__pycache__/module_paths.cpython-312.pyc,,
|
| 301 |
+
IPython/utils/__pycache__/openpy.cpython-312.pyc,,
|
| 302 |
+
IPython/utils/__pycache__/path.cpython-312.pyc,,
|
| 303 |
+
IPython/utils/__pycache__/process.cpython-312.pyc,,
|
| 304 |
+
IPython/utils/__pycache__/py3compat.cpython-312.pyc,,
|
| 305 |
+
IPython/utils/__pycache__/sentinel.cpython-312.pyc,,
|
| 306 |
+
IPython/utils/__pycache__/strdispatch.cpython-312.pyc,,
|
| 307 |
+
IPython/utils/__pycache__/sysinfo.cpython-312.pyc,,
|
| 308 |
+
IPython/utils/__pycache__/syspathcontext.cpython-312.pyc,,
|
| 309 |
+
IPython/utils/__pycache__/tempdir.cpython-312.pyc,,
|
| 310 |
+
IPython/utils/__pycache__/terminal.cpython-312.pyc,,
|
| 311 |
+
IPython/utils/__pycache__/text.cpython-312.pyc,,
|
| 312 |
+
IPython/utils/__pycache__/timing.cpython-312.pyc,,
|
| 313 |
+
IPython/utils/__pycache__/tokenutil.cpython-312.pyc,,
|
| 314 |
+
IPython/utils/__pycache__/wildcard.cpython-312.pyc,,
|
| 315 |
+
IPython/utils/_process_cli.py,sha256=tJWYMEgNYgeMx9v-n3YLbKW0tPbFtpczfDH28RC3n4A,2020
|
| 316 |
+
IPython/utils/_process_common.py,sha256=bz3P6MuadSG9OqCFd75gikSWPeqB7OIKiiVuyBLQXQM,7333
|
| 317 |
+
IPython/utils/_process_emscripten.py,sha256=lGLQb2IgmanNtb502KflfuKIhgOF119Ji3cwo4fnJYg,503
|
| 318 |
+
IPython/utils/_process_posix.py,sha256=aOEtguhS3vdWngBpws1XQURO8Ozqd5gRiCk9VLky6tA,7502
|
| 319 |
+
IPython/utils/_process_win32.py,sha256=Pcf6ZiqMbqDT79edzegE_AX3D367UtE8bbhT41no54A,6775
|
| 320 |
+
IPython/utils/_process_win32_controller.py,sha256=hi2eR7mLbl3TTMCVbgps85GppxdtYbhOYK_l13WvYaM,21343
|
| 321 |
+
IPython/utils/_sysinfo.py,sha256=sJVJ9XpZ6gg_Ebh6SOovmtVD-wnf0wYQBQtbJgnlG0Q,43
|
| 322 |
+
IPython/utils/capture.py,sha256=h5yL5Lxq8bgO1SFpoNDYjEi6mh1IW_2X9CE7vOsUxE4,5137
|
| 323 |
+
IPython/utils/coloransi.py,sha256=CML-SkzLa7oaIK1qypb3uwcfPXDeKHxZQiMJ0IWvUY0,293
|
| 324 |
+
IPython/utils/contexts.py,sha256=w5_uXc0WTU3KKV1kcCW9A0_Mz5mGRoeGWMq_P_eo-Dg,1610
|
| 325 |
+
IPython/utils/data.py,sha256=oyIkeaottVFYKkqaRYWvp6Di-iGOg1pWgCmgpq5WO0k,1672
|
| 326 |
+
IPython/utils/decorators.py,sha256=-m6ie8uS1HYcUOE1TbkM29YmLuywbsgv0pt54fySJws,2689
|
| 327 |
+
IPython/utils/dir2.py,sha256=wh_yb2_D9EvJ3PkrFGiDXuElAznUzv3gaSuV1Zrllv8,2231
|
| 328 |
+
IPython/utils/docs.py,sha256=QY8n0cFrTS6gePmT3Tppv9Tzgc3Pzlf33XuzAwiE_wE,86
|
| 329 |
+
IPython/utils/encoding.py,sha256=L_3GjDG83eM247PgAjYT0KNjsTEm-WRTXKFkcbg4pP8,3477
|
| 330 |
+
IPython/utils/eventful.py,sha256=idbcT7GyZ43hrX9e6cI2bz7kKr389yMBE9hos6amMzE,138
|
| 331 |
+
IPython/utils/frame.py,sha256=XPVbwf05vtvUA9Ast7oaOJibgtvyYEOc8rJQ5f1cQdo,3122
|
| 332 |
+
IPython/utils/generics.py,sha256=XEH8UKjqW002XaFZpWprelEOpDYz5R56jeVH-Ay1O28,807
|
| 333 |
+
IPython/utils/importstring.py,sha256=IAZLK8lGYYjkSsjmPm5t_bCAbI55xG4UKyJPzQHGOcM,1082
|
| 334 |
+
IPython/utils/io.py,sha256=rKaq1gtIEbvApkvV2IGJo9NAhijstTdQKjIGJvQJQ6Y,3928
|
| 335 |
+
IPython/utils/ipstruct.py,sha256=XPfl1b0rRjISwyG3P1e2kJLSFHawzcPY71UBoa5v7qo,11856
|
| 336 |
+
IPython/utils/jsonutil.py,sha256=2QsAXueCIbbmjyz37Im9yXU41XK_XGJ9aGA7NGilDIs,148
|
| 337 |
+
IPython/utils/log.py,sha256=3tYJLqZEa40zTX0tgKnpb-bvj4NhI64PijiRV6mnc78,123
|
| 338 |
+
IPython/utils/module_paths.py,sha256=1mUNj1y5ZSL_X4LXEU2EA9vcvzjboIQy72Ang0X4TOE,2517
|
| 339 |
+
IPython/utils/openpy.py,sha256=bLucY-ZKDkI-chE3CKfJ7O7eJYrfJhZwh0RNQZBTYPM,3396
|
| 340 |
+
IPython/utils/path.py,sha256=7xtVfsVCjvk-p-jpbqSLjOcacsOrXNSQxwlveHjfO_U,10902
|
| 341 |
+
IPython/utils/process.py,sha256=EZkyui1PQgpuDBPvGPxC5a-qWP90KbJYza5SOqr8ltw,1990
|
| 342 |
+
IPython/utils/py3compat.py,sha256=wD7nlJ3mC-wFZWQatFduHnFnE77zNTJUDjcN9i1GNJ0,1365
|
| 343 |
+
IPython/utils/sentinel.py,sha256=zoqkKAxVUvrlQ7xMAw02gaSTFdSUS0DBo6OGKZfZ1e0,454
|
| 344 |
+
IPython/utils/strdispatch.py,sha256=tNKeUZL1Di7WxxbJiHRc0EEoxhqHWOtakZQbD-NWuvg,1832
|
| 345 |
+
IPython/utils/sysinfo.py,sha256=rbNOtqDKYYYd4v8KK0oCcJikiMmrcoPsFAa--fTTaHE,3720
|
| 346 |
+
IPython/utils/syspathcontext.py,sha256=91ixPHBKlw0LkuWtkuJQhSGu8djkYP8mQNYEzaxQ43E,963
|
| 347 |
+
IPython/utils/tempdir.py,sha256=L3niStyEXLh07TS0mQEY-Nm4sEekBGmk_tlY1_cuSek,1852
|
| 348 |
+
IPython/utils/terminal.py,sha256=YBhc-mYFa6MVujEjjA0KKUaN5uRn9toT1iOYOOGOzfs,3259
|
| 349 |
+
IPython/utils/text.py,sha256=LWOVg-ZzW_oRlVT9GRBCyIDHN-lSgaZm79Eu4kcOQrk,19002
|
| 350 |
+
IPython/utils/timing.py,sha256=nND-ZUBkHWfYevvbRG-YfOSIFczz_epzMqWK5PH6nqA,4275
|
| 351 |
+
IPython/utils/tokenutil.py,sha256=wpIbZV95I7ykomUkXqXvohfJ8zstVNsaiOJjkiCXnXA,6579
|
| 352 |
+
IPython/utils/wildcard.py,sha256=6EEc3OEYp-IuSoidL6nwpaHg--GxnzbAJTmFiz77CNE,4612
|
| 353 |
+
ipython-9.10.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 354 |
+
ipython-9.10.0.dist-info/METADATA,sha256=Umka-hO7WyrGeO9B4-ueJTCaYssy_xfLjhPhqEq1RF8,4565
|
| 355 |
+
ipython-9.10.0.dist-info/RECORD,,
|
| 356 |
+
ipython-9.10.0.dist-info/WHEEL,sha256=e4ZgaE3gcPB5J9oItkKZMIKPCuBSalJmC3we5bi2OTE,91
|
| 357 |
+
ipython-9.10.0.dist-info/entry_points.txt,sha256=z5BEEohWgg0SHdgdeNABf4T3fu-lr9W6F_bWOQHLdVs,83
|
| 358 |
+
ipython-9.10.0.dist-info/licenses/COPYING.rst,sha256=NBr8vXKYh7cEb-e5j8T07f867Y048G7v2bMGcPBD3xc,1639
|
| 359 |
+
ipython-9.10.0.dist-info/licenses/LICENSE,sha256=4OOQdI7UQKuJPKHxNaiKkgqvVAnbuQpbQnx1xeUSaPs,1720
|
| 360 |
+
ipython-9.10.0.dist-info/top_level.txt,sha256=PKjvHtNCBZ9EHTmd2mwJ1J_k3j0F6D1lTFzIcJFFPEU,8
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (9.10.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
ipython = IPython:start_ipython
|
| 3 |
+
ipython3 = IPython:start_ipython
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/licenses/COPYING.rst
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
=============================
|
| 2 |
+
The IPython licensing terms
|
| 3 |
+
=============================
|
| 4 |
+
|
| 5 |
+
IPython is licensed under the terms of the Modified BSD License (also known as
|
| 6 |
+
New or Revised or 3-Clause BSD). See the LICENSE file.
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
About the IPython Development Team
|
| 10 |
+
----------------------------------
|
| 11 |
+
|
| 12 |
+
Fernando Perez began IPython in 2001 based on code from Janko Hauser
|
| 13 |
+
<jhauser@zscout.de> and Nathaniel Gray <n8gray@caltech.edu>. Fernando is still
|
| 14 |
+
the project lead.
|
| 15 |
+
|
| 16 |
+
The IPython Development Team is the set of all contributors to the IPython
|
| 17 |
+
project. This includes all of the IPython subprojects.
|
| 18 |
+
|
| 19 |
+
The core team that coordinates development on GitHub can be found here:
|
| 20 |
+
https://github.com/ipython/.
|
| 21 |
+
|
| 22 |
+
Our Copyright Policy
|
| 23 |
+
--------------------
|
| 24 |
+
|
| 25 |
+
IPython uses a shared copyright model. Each contributor maintains copyright
|
| 26 |
+
over their contributions to IPython. But, it is important to note that these
|
| 27 |
+
contributions are typically only changes to the repositories. Thus, the IPython
|
| 28 |
+
source code, in its entirety is not the copyright of any single person or
|
| 29 |
+
institution. Instead, it is the collective copyright of the entire IPython
|
| 30 |
+
Development Team. If individual contributors want to maintain a record of what
|
| 31 |
+
changes/contributions they have specific copyright on, they should indicate
|
| 32 |
+
their copyright in the commit message of the change, when they commit the
|
| 33 |
+
change to one of the IPython repositories.
|
| 34 |
+
|
| 35 |
+
With this in mind, the following banner should be used in any source code file
|
| 36 |
+
to indicate the copyright and license terms:
|
| 37 |
+
|
| 38 |
+
::
|
| 39 |
+
|
| 40 |
+
# Copyright (c) IPython Development Team.
|
| 41 |
+
# Distributed under the terms of the Modified BSD License.
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/licenses/LICENSE
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
BSD 3-Clause License
|
| 2 |
+
|
| 3 |
+
- Copyright (c) 2008-Present, IPython Development Team
|
| 4 |
+
- Copyright (c) 2001-2007, Fernando Perez <fernando.perez@colorado.edu>
|
| 5 |
+
- Copyright (c) 2001, Janko Hauser <jhauser@zscout.de>
|
| 6 |
+
- Copyright (c) 2001, Nathaniel Gray <n8gray@caltech.edu>
|
| 7 |
+
|
| 8 |
+
All rights reserved.
|
| 9 |
+
|
| 10 |
+
Redistribution and use in source and binary forms, with or without
|
| 11 |
+
modification, are permitted provided that the following conditions are met:
|
| 12 |
+
|
| 13 |
+
* Redistributions of source code must retain the above copyright notice, this
|
| 14 |
+
list of conditions and the following disclaimer.
|
| 15 |
+
|
| 16 |
+
* Redistributions in binary form must reproduce the above copyright notice,
|
| 17 |
+
this list of conditions and the following disclaimer in the documentation
|
| 18 |
+
and/or other materials provided with the distribution.
|
| 19 |
+
|
| 20 |
+
* Neither the name of the copyright holder nor the names of its
|
| 21 |
+
contributors may be used to endorse or promote products derived from
|
| 22 |
+
this software without specific prior written permission.
|
| 23 |
+
|
| 24 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 25 |
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 26 |
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| 27 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
| 28 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| 29 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| 30 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| 31 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| 32 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| 33 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
lib/python3.12/site-packages/ipython-9.10.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
IPython
|
lib/python3.12/site-packages/msgpack-1.1.2.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
pip
|
lib/python3.12/site-packages/msgpack-1.1.2.dist-info/METADATA
ADDED
|
@@ -0,0 +1,265 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: msgpack
|
| 3 |
+
Version: 1.1.2
|
| 4 |
+
Summary: MessagePack serializer
|
| 5 |
+
Author-email: Inada Naoki <songofacandy@gmail.com>
|
| 6 |
+
License-Expression: Apache-2.0
|
| 7 |
+
Project-URL: Homepage, https://msgpack.org/
|
| 8 |
+
Project-URL: Documentation, https://msgpack-python.readthedocs.io/
|
| 9 |
+
Project-URL: Repository, https://github.com/msgpack/msgpack-python/
|
| 10 |
+
Project-URL: Tracker, https://github.com/msgpack/msgpack-python/issues
|
| 11 |
+
Project-URL: Changelog, https://github.com/msgpack/msgpack-python/blob/main/ChangeLog.rst
|
| 12 |
+
Keywords: msgpack,messagepack,serializer,serialization,binary
|
| 13 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 14 |
+
Classifier: Operating System :: OS Independent
|
| 15 |
+
Classifier: Topic :: File Formats
|
| 16 |
+
Classifier: Intended Audience :: Developers
|
| 17 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 18 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 19 |
+
Requires-Python: >=3.9
|
| 20 |
+
Description-Content-Type: text/markdown
|
| 21 |
+
License-File: COPYING
|
| 22 |
+
Dynamic: license-file
|
| 23 |
+
|
| 24 |
+
# MessagePack for Python
|
| 25 |
+
|
| 26 |
+
[](https://github.com/msgpack/msgpack-python/actions/workflows/wheel.yml)
|
| 27 |
+
[](https://msgpack-python.readthedocs.io/en/latest/?badge=latest)
|
| 28 |
+
|
| 29 |
+
## What is this?
|
| 30 |
+
|
| 31 |
+
[MessagePack](https://msgpack.org/) is an efficient binary serialization format.
|
| 32 |
+
It lets you exchange data among multiple languages like JSON.
|
| 33 |
+
But it's faster and smaller.
|
| 34 |
+
This package provides CPython bindings for reading and writing MessagePack data.
|
| 35 |
+
|
| 36 |
+
## Install
|
| 37 |
+
|
| 38 |
+
```
|
| 39 |
+
$ pip install msgpack
|
| 40 |
+
```
|
| 41 |
+
|
| 42 |
+
### Pure Python implementation
|
| 43 |
+
|
| 44 |
+
The extension module in msgpack (`msgpack._cmsgpack`) does not support PyPy.
|
| 45 |
+
|
| 46 |
+
But msgpack provides a pure Python implementation (`msgpack.fallback`) for PyPy.
|
| 47 |
+
|
| 48 |
+
|
| 49 |
+
### Windows
|
| 50 |
+
|
| 51 |
+
If you can't use a binary distribution, you need to install Visual Studio
|
| 52 |
+
or the Windows SDK on Windows.
|
| 53 |
+
Without the extension, the pure Python implementation on CPython runs slowly.
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
## How to use
|
| 57 |
+
|
| 58 |
+
### One-shot pack & unpack
|
| 59 |
+
|
| 60 |
+
Use `packb` for packing and `unpackb` for unpacking.
|
| 61 |
+
msgpack provides `dumps` and `loads` as aliases for compatibility with
|
| 62 |
+
`json` and `pickle`.
|
| 63 |
+
|
| 64 |
+
`pack` and `dump` pack to a file-like object.
|
| 65 |
+
`unpack` and `load` unpack from a file-like object.
|
| 66 |
+
|
| 67 |
+
```pycon
|
| 68 |
+
>>> import msgpack
|
| 69 |
+
>>> msgpack.packb([1, 2, 3])
|
| 70 |
+
'\x93\x01\x02\x03'
|
| 71 |
+
>>> msgpack.unpackb(_)
|
| 72 |
+
[1, 2, 3]
|
| 73 |
+
```
|
| 74 |
+
|
| 75 |
+
Read the docstring for options.
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
### Streaming unpacking
|
| 79 |
+
|
| 80 |
+
`Unpacker` is a "streaming unpacker". It unpacks multiple objects from one
|
| 81 |
+
stream (or from bytes provided through its `feed` method).
|
| 82 |
+
|
| 83 |
+
```py
|
| 84 |
+
import msgpack
|
| 85 |
+
from io import BytesIO
|
| 86 |
+
|
| 87 |
+
buf = BytesIO()
|
| 88 |
+
for i in range(100):
|
| 89 |
+
buf.write(msgpack.packb(i))
|
| 90 |
+
|
| 91 |
+
buf.seek(0)
|
| 92 |
+
|
| 93 |
+
unpacker = msgpack.Unpacker(buf)
|
| 94 |
+
for unpacked in unpacker:
|
| 95 |
+
print(unpacked)
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
### Packing/unpacking of custom data types
|
| 100 |
+
|
| 101 |
+
It is also possible to pack/unpack custom data types. Here is an example for
|
| 102 |
+
`datetime.datetime`.
|
| 103 |
+
|
| 104 |
+
```py
|
| 105 |
+
import datetime
|
| 106 |
+
import msgpack
|
| 107 |
+
|
| 108 |
+
useful_dict = {
|
| 109 |
+
"id": 1,
|
| 110 |
+
"created": datetime.datetime.now(),
|
| 111 |
+
}
|
| 112 |
+
|
| 113 |
+
def decode_datetime(obj):
|
| 114 |
+
if '__datetime__' in obj:
|
| 115 |
+
obj = datetime.datetime.strptime(obj["as_str"], "%Y%m%dT%H:%M:%S.%f")
|
| 116 |
+
return obj
|
| 117 |
+
|
| 118 |
+
def encode_datetime(obj):
|
| 119 |
+
if isinstance(obj, datetime.datetime):
|
| 120 |
+
return {'__datetime__': True, 'as_str': obj.strftime("%Y%m%dT%H:%M:%S.%f")}
|
| 121 |
+
return obj
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
packed_dict = msgpack.packb(useful_dict, default=encode_datetime)
|
| 125 |
+
this_dict_again = msgpack.unpackb(packed_dict, object_hook=decode_datetime)
|
| 126 |
+
```
|
| 127 |
+
|
| 128 |
+
`Unpacker`'s `object_hook` callback receives a dict; the
|
| 129 |
+
`object_pairs_hook` callback may instead be used to receive a list of
|
| 130 |
+
key-value pairs.
|
| 131 |
+
|
| 132 |
+
NOTE: msgpack can encode datetime with tzinfo into standard ext type for now.
|
| 133 |
+
See `datetime` option in `Packer` docstring.
|
| 134 |
+
|
| 135 |
+
|
| 136 |
+
### Extended types
|
| 137 |
+
|
| 138 |
+
It is also possible to pack/unpack custom data types using the **ext** type.
|
| 139 |
+
|
| 140 |
+
```pycon
|
| 141 |
+
>>> import msgpack
|
| 142 |
+
>>> import array
|
| 143 |
+
>>> def default(obj):
|
| 144 |
+
... if isinstance(obj, array.array) and obj.typecode == 'd':
|
| 145 |
+
... return msgpack.ExtType(42, obj.tostring())
|
| 146 |
+
... raise TypeError("Unknown type: %r" % (obj,))
|
| 147 |
+
...
|
| 148 |
+
>>> def ext_hook(code, data):
|
| 149 |
+
... if code == 42:
|
| 150 |
+
... a = array.array('d')
|
| 151 |
+
... a.fromstring(data)
|
| 152 |
+
... return a
|
| 153 |
+
... return ExtType(code, data)
|
| 154 |
+
...
|
| 155 |
+
>>> data = array.array('d', [1.2, 3.4])
|
| 156 |
+
>>> packed = msgpack.packb(data, default=default)
|
| 157 |
+
>>> unpacked = msgpack.unpackb(packed, ext_hook=ext_hook)
|
| 158 |
+
>>> data == unpacked
|
| 159 |
+
True
|
| 160 |
+
```
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
### Advanced unpacking control
|
| 164 |
+
|
| 165 |
+
As an alternative to iteration, `Unpacker` objects provide `unpack`,
|
| 166 |
+
`skip`, `read_array_header`, and `read_map_header` methods. The former two
|
| 167 |
+
read an entire message from the stream, respectively deserializing and returning
|
| 168 |
+
the result, or ignoring it. The latter two methods return the number of elements
|
| 169 |
+
in the upcoming container, so that each element in an array, or key-value pair
|
| 170 |
+
in a map, can be unpacked or skipped individually.
|
| 171 |
+
|
| 172 |
+
|
| 173 |
+
## Notes
|
| 174 |
+
|
| 175 |
+
### String and binary types in the old MessagePack spec
|
| 176 |
+
|
| 177 |
+
Early versions of msgpack didn't distinguish string and binary types.
|
| 178 |
+
The type for representing both string and binary types was named **raw**.
|
| 179 |
+
|
| 180 |
+
You can pack into and unpack from this old spec using `use_bin_type=False`
|
| 181 |
+
and `raw=True` options.
|
| 182 |
+
|
| 183 |
+
```pycon
|
| 184 |
+
>>> import msgpack
|
| 185 |
+
>>> msgpack.unpackb(msgpack.packb([b'spam', 'eggs'], use_bin_type=False), raw=True)
|
| 186 |
+
[b'spam', b'eggs']
|
| 187 |
+
>>> msgpack.unpackb(msgpack.packb([b'spam', 'eggs'], use_bin_type=True), raw=False)
|
| 188 |
+
[b'spam', 'eggs']
|
| 189 |
+
```
|
| 190 |
+
|
| 191 |
+
### ext type
|
| 192 |
+
|
| 193 |
+
To use the **ext** type, pass a `msgpack.ExtType` object to the packer.
|
| 194 |
+
|
| 195 |
+
```pycon
|
| 196 |
+
>>> import msgpack
|
| 197 |
+
>>> packed = msgpack.packb(msgpack.ExtType(42, b'xyzzy'))
|
| 198 |
+
>>> msgpack.unpackb(packed)
|
| 199 |
+
ExtType(code=42, data='xyzzy')
|
| 200 |
+
```
|
| 201 |
+
|
| 202 |
+
You can use it with `default` and `ext_hook`. See below.
|
| 203 |
+
|
| 204 |
+
|
| 205 |
+
### Security
|
| 206 |
+
|
| 207 |
+
When unpacking data received from an unreliable source, msgpack provides
|
| 208 |
+
two security options.
|
| 209 |
+
|
| 210 |
+
`max_buffer_size` (default: `100*1024*1024`) limits the internal buffer size.
|
| 211 |
+
It is also used to limit preallocated list sizes.
|
| 212 |
+
|
| 213 |
+
`strict_map_key` (default: `True`) limits the type of map keys to bytes and str.
|
| 214 |
+
While the MessagePack spec doesn't limit map key types,
|
| 215 |
+
there is a risk of a hash DoS.
|
| 216 |
+
If you need to support other types for map keys, use `strict_map_key=False`.
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
### Performance tips
|
| 220 |
+
|
| 221 |
+
CPython's GC starts when the number of allocated objects grows.
|
| 222 |
+
This means unpacking may trigger unnecessary GC.
|
| 223 |
+
You can use `gc.disable()` when unpacking a large message.
|
| 224 |
+
|
| 225 |
+
A list is the default sequence type in Python.
|
| 226 |
+
However, a tuple is lighter than a list.
|
| 227 |
+
You can use `use_list=False` while unpacking when performance is important.
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
## Major breaking changes in the history
|
| 231 |
+
|
| 232 |
+
### msgpack 0.5
|
| 233 |
+
|
| 234 |
+
The package name on PyPI was changed from `msgpack-python` to `msgpack` in 0.5.
|
| 235 |
+
|
| 236 |
+
When upgrading from msgpack-0.4 or earlier, do `pip uninstall msgpack-python` before
|
| 237 |
+
`pip install -U msgpack`.
|
| 238 |
+
|
| 239 |
+
|
| 240 |
+
### msgpack 1.0
|
| 241 |
+
|
| 242 |
+
* Python 2 support
|
| 243 |
+
|
| 244 |
+
* The extension module no longer supports Python 2.
|
| 245 |
+
The pure Python implementation (`msgpack.fallback`) is used for Python 2.
|
| 246 |
+
|
| 247 |
+
* msgpack 1.0.6 drops official support of Python 2.7, as pip and
|
| 248 |
+
GitHub Action "setup-python" no longer supports Python 2.7.
|
| 249 |
+
|
| 250 |
+
* Packer
|
| 251 |
+
|
| 252 |
+
* Packer uses `use_bin_type=True` by default.
|
| 253 |
+
Bytes are encoded in the bin type in MessagePack.
|
| 254 |
+
* The `encoding` option is removed. UTF-8 is always used.
|
| 255 |
+
|
| 256 |
+
* Unpacker
|
| 257 |
+
|
| 258 |
+
* Unpacker uses `raw=False` by default. It assumes str values are valid UTF-8 strings
|
| 259 |
+
and decodes them to Python str (Unicode) objects.
|
| 260 |
+
* `encoding` option is removed. You can use `raw=True` to support old format (e.g. unpack into bytes, not str).
|
| 261 |
+
* The default value of `max_buffer_size` is changed from 0 to 100 MiB to avoid DoS attacks.
|
| 262 |
+
You need to pass `max_buffer_size=0` if you have large but safe data.
|
| 263 |
+
* The default value of `strict_map_key` is changed to True to avoid hash DoS.
|
| 264 |
+
You need to pass `strict_map_key=False` if you have data that contain map keys
|
| 265 |
+
whose type is neither bytes nor str.
|
lib/python3.12/site-packages/msgpack-1.1.2.dist-info/RECORD
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
msgpack-1.1.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
| 2 |
+
msgpack-1.1.2.dist-info/METADATA,sha256=hWxCylxh7YtECg6LELP_zJVXOXpQDuIjwQ2f-ZRb-As,8091
|
| 3 |
+
msgpack-1.1.2.dist-info/RECORD,,
|
| 4 |
+
msgpack-1.1.2.dist-info/WHEEL,sha256=DxRnWQz-Kp9-4a4hdDHsSv0KUC3H7sN9Nbef3-8RjXU,190
|
| 5 |
+
msgpack-1.1.2.dist-info/licenses/COPYING,sha256=SS3tuoXaWHL3jmCRvNH-pHTWYNNay03ulkuKqz8AdCc,614
|
| 6 |
+
msgpack-1.1.2.dist-info/top_level.txt,sha256=2tykSY1pXdiA2xYTDR6jPw0qI5ZGxRihyhf4S5hZyXk,8
|
| 7 |
+
msgpack/__init__.py,sha256=RA8gcqK17YpkxBnNwXJVa1oa2LygWDgfF1nA1NPw3mo,1109
|
| 8 |
+
msgpack/__pycache__/__init__.cpython-312.pyc,,
|
| 9 |
+
msgpack/__pycache__/exceptions.cpython-312.pyc,,
|
| 10 |
+
msgpack/__pycache__/ext.cpython-312.pyc,,
|
| 11 |
+
msgpack/__pycache__/fallback.cpython-312.pyc,,
|
| 12 |
+
msgpack/_cmsgpack.cpython-312-x86_64-linux-gnu.so,sha256=kaEK6L_Km-wazHZ8MywcXA_AIJ2iBqTCsBpja7FOKm8,1405568
|
| 13 |
+
msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081
|
| 14 |
+
msgpack/ext.py,sha256=kteJv03n9tYzd5oo3xYopVTo4vRaAxonBQQJhXohZZo,5726
|
| 15 |
+
msgpack/fallback.py,sha256=0g1Pzp0vtmBEmJ5w9F3s_-JMVURP8RS4G1cc5TRaAsI,32390
|
lib/python3.12/site-packages/msgpack-1.1.2.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (80.9.0)
|
| 3 |
+
Root-Is-Purelib: false
|
| 4 |
+
Tag: cp312-cp312-manylinux_2_17_x86_64
|
| 5 |
+
Tag: cp312-cp312-manylinux2014_x86_64
|
| 6 |
+
Tag: cp312-cp312-manylinux_2_28_x86_64
|
| 7 |
+
|
lib/python3.12/site-packages/msgpack-1.1.2.dist-info/licenses/COPYING
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright (C) 2008-2011 INADA Naoki <songofacandy@gmail.com>
|
| 2 |
+
|
| 3 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 4 |
+
you may not use this file except in compliance with the License.
|
| 5 |
+
You may obtain a copy of the License at
|
| 6 |
+
|
| 7 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 8 |
+
|
| 9 |
+
Unless required by applicable law or agreed to in writing, software
|
| 10 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 11 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 12 |
+
See the License for the specific language governing permissions and
|
| 13 |
+
limitations under the License.
|
| 14 |
+
|