@uns-kit/cli 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/templates/python/__pycache__/grpc_wrapper.cpython-312.pyc +0 -0
- package/templates/python/__pycache__/grpc_wrapper_async.cpython-312.pyc +0 -0
- package/templates/python/examples/__pycache__/data_publish_once.cpython-312.pyc +0 -0
- package/templates/python/gen/.gitkeep +0 -0
- package/templates/python/gen/__init__.py +0 -0
- package/templates/python/gen/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/gen/__pycache__/uns_gateway_pb2.cpython-312.pyc +0 -0
- package/templates/python/gen/__pycache__/uns_gateway_pb2_grpc.cpython-312.pyc +0 -0
- package/templates/python/gen/__pycache__/uns_service_pb2.cpython-312.pyc +0 -0
- package/templates/python/gen/__pycache__/uns_service_pb2_grpc.cpython-312.pyc +0 -0
- package/templates/python/gen/uns_gateway_pb2.py +70 -0
- package/templates/python/gen/uns_gateway_pb2_grpc.py +312 -0
- package/templates/python/gen/uns_service_pb2.py +40 -0
- package/templates/python/gen/uns_service_pb2_grpc.py +97 -0
- package/templates/python/venv/bin/Activate.ps1 +247 -0
- package/templates/python/venv/bin/activate +70 -0
- package/templates/python/venv/bin/activate.csh +27 -0
- package/templates/python/venv/bin/activate.fish +69 -0
- package/templates/python/venv/bin/pip +8 -0
- package/templates/python/venv/bin/pip3 +8 -0
- package/templates/python/venv/bin/pip3.12 +8 -0
- package/templates/python/venv/bin/python-grpc-tools-protoc +8 -0
- package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__init__.py +239 -0
- package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/override.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/distutils-precedence.pth +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/_upb/_message.abi3.so +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__init__.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/api_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_database.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pool.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/empty_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/field_mask_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/json_format.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message_factory.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_builder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_json.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_text.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/reflection.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/runtime_version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/service_reflection.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/source_context_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/struct_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/symbol_database.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_encoding.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_format.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/type_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/unknown_fields.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/wrappers_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any.py +53 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/api_pb2.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/plugin_pb2.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/plugin_pb2.py +46 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor.py +1524 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_database.py +172 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pb2.py +3361 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pool.py +1369 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration.py +100 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/empty_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/field_mask_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__init__.py +7 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/api_implementation.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/builder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/containers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/decoder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/encoder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/enum_type_wrapper.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/extension_dict.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/field_mask.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/message_listener.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_edition_defaults.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_message.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/testing_refleaks.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/type_checkers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/well_known_types.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/wire_format.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/api_implementation.py +142 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/builder.py +118 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/containers.py +690 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/decoder.py +1066 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/encoder.py +806 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/enum_type_wrapper.py +112 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/extension_dict.py +194 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/field_mask.py +312 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/message_listener.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_edition_defaults.py +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_message.py +1583 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/testing_refleaks.py +128 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py +413 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py +695 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/wire_format.py +245 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/json_format.py +1084 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message.py +448 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message_factory.py +190 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto.py +153 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_builder.py +111 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_json.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_text.py +129 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/cpp_message.py +49 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/reflection.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/runtime_version.py +124 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/service_reflection.py +272 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/source_context_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/struct_pb2.py +47 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/symbol_database.py +179 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_encoding.py +106 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_format.py +1873 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp.py +112 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp_pb2.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/type_pb2.py +53 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/unknown_fields.py +96 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/wrappers_pb2.py +53 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__init__.py +2348 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_auth.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_channel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_common.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_compression.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_grpcio_metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_interceptor.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_observability.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_plugin_wrapping.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_runtime_protos.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_server.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_simple_stubs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_typing.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_utilities.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_auth.py +80 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_channel.py +2267 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_common.py +183 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_compression.py +71 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_credentials/roots.pem +4337 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/cygrpc.cpython-312-darwin.so +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_grpcio_metadata.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_interceptor.py +813 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_observability.py +299 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_plugin_wrapping.py +136 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_runtime_protos.py +165 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_server.py +1528 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_simple_stubs.py +588 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_typing.py +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_utilities.py +222 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__init__.py +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_call.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_channel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_server.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_call.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_channel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_interceptor.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_server.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_typing.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_call.py +257 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_channel.py +364 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_server.py +385 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_call.py +764 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_channel.py +627 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_interceptor.py +1178 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_metadata.py +137 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_server.py +239 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_typing.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_utils.py +22 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_client_adaptations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_server_adaptations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/implementations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/interfaces.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/utilities.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_client_adaptations.py +1015 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_metadata.py +56 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_server_adaptations.py +465 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/implementations.py +345 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/interfaces.py +163 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/utilities.py +153 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__init__.py +134 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/gevent.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/session_cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__init__.py +16 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/gevent.py +27 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/session_cache.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/cardinality.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/style.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/cardinality.py +26 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/style.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/abandonment.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/callable_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/future.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/logging_pool.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/abandonment.py +22 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/callable_util.py +98 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/future.py +219 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/logging_pool.py +72 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream_util.py +148 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/utilities.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/base.py +328 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/utilities.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/face.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/utilities.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/face.py +1084 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/utilities.py +245 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/command.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/grpc_version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/protoc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/python_version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/any.proto +162 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/api.proto +207 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto +180 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto +1417 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/duration.proto +115 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/empty.proto +51 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto +245 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/struct.proto +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto +144 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/type.proto +193 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto +157 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_protoc_compiler.cpython-312-darwin.so +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/command.py +96 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/grpc_version.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/protoc.py +215 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/python_version.py +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/LICENSE +610 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/METADATA +129 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/RECORD +121 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/METADATA +174 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/RECORD +31 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/entry_points.txt +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__main__.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +349 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py +291 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +184 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +244 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1138 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +28 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +175 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +80 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +298 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +151 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +351 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +235 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +139 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +231 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +66 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +135 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +288 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +203 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +145 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +107 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +58 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +40 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +159 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +798 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +400 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py +170 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +178 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +231 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +113 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +181 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +397 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +165 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +44 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +881 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +489 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1059 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +287 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +441 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +173 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +215 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +82 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +164 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +87 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +685 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +87 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +223 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +143 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +298 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/pylock.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +227 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +613 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/pylock.py +188 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +126 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +53 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +122 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +564 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +133 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +342 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +213 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +528 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +98 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +61 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +140 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +38 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +73 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +38 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +47 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +119 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +175 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +259 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +746 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +742 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +182 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +105 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +562 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py +75 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +620 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +937 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +81 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +639 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +142 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +582 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +814 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +166 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +276 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +247 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +336 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +254 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +201 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +126 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +81 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +88 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +152 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +102 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +150 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +364 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +765 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +44 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +149 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +248 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +294 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +337 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +105 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +132 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +130 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +571 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +186 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +335 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +693 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +334 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +117 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +29 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +168 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +75 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +145 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +511 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +157 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +146 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4778 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__main__.py +65 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py +209 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +59 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +62 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +9 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1137 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +447 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +1984 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1403 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +122 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +437 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4243 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8681 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +170 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +929 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +109 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +353 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +195 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py +145 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py +759 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +362 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +862 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +91 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +1019 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +656 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +163 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +582 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +631 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +249 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +299 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +144 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +272 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +272 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +70 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +129 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +963 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +602 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1201 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +72 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +203 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +54 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +214 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +324 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +31 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +410 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +389 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +179 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +719 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +314 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +90 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +151 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +127 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1039 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +831 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1086 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +27 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +196 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +27 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +47 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +622 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +209 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +245 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +454 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +268 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +153 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +661 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +71 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +93 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +306 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +241 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +93 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +474 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +174 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +621 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2680 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +219 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +193 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +39 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +91 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +88 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +139 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +442 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +400 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +106 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +297 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +251 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +317 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +1016 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1715 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +400 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +752 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +132 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +131 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +985 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1006 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1361 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +899 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +257 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +8 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +770 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +112 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__init__.py +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/_writer.py +229 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/py.typed +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +333 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +571 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +567 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1140 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +504 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +19 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip/py.typed +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/METADATA +112 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/RECORD +860 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/entry_points.txt +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/AUTHORS.txt +833 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/LICENSE.txt +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +284 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE +202 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +31 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +14 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE +175 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE +19 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE-HEADER +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__init__.py +3713 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/api_tests.txt +424 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +7 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt +7 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_find_distributions.py +56 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_integration_zope_interface.py +54 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_markers.py +8 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_pkg_resources.py +485 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_resources.py +869 -0
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_working_set.py +505 -0
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/LICENSE +32 -0
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/METADATA +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/RECORD +114 -0
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__init__.py +248 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_discovery.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_core_metadata.py +337 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_discovery.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +14 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_log.py +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +16 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +294 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +26 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +554 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +54 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +167 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +598 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +156 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +201 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +812 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +407 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +160 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +152 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +77 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +358 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +805 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +94 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +91 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +46 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +238 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +62 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +521 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +18 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/numpy.py +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +66 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py +1394 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py +340 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py +614 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py +76 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py +136 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +413 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py +422 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py +230 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py +289 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +31 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/debug.py +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +14 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +244 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py +1386 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/errors.py +108 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/extension.py +258 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +471 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +236 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +431 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/log.py +56 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +134 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +598 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py +40 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py +134 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py +353 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py +47 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py +78 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py +127 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py +49 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py +134 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py +628 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py +196 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py +96 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py +194 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py +107 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py +87 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py +130 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py +139 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py +552 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py +117 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py +336 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py +245 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py +74 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py +110 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py +52 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py +12 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py +126 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py +470 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py +319 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py +127 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py +243 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py +80 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +286 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +9 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/util.py +518 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/version.py +348 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_entry_points.py +94 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_imp.py +87 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_importlib.py +9 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_itertools.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_normalization.py +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_path.py +93 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_reqs.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_scripts.py +361 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_shutil.py +59 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_static.py +188 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +27 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +142 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +70 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +59 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +333 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +166 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +420 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +18 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +2937 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +24 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +46 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1083 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +57 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +67 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +22 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +202 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +129 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +32 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +3986 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +7 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +591 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__init__.py +1091 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +361 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +633 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +624 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +75 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +8 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +64 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +4806 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +1046 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +19 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +266 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +16 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +110 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +263 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +354 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +194 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py +145 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py +759 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +331 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +863 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +91 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +1020 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +617 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +163 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +582 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA +102 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD +25 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +627 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +249 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +292 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +130 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +275 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +16 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +272 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +319 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +691 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +206 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +993 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +108 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +235 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +308 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +213 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +48 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +127 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +86 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +1229 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +173 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +19 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +81 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +34 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +2 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +67 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +7 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +3641 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py +613 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +26 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +26 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +155 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +332 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +85 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +139 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +30 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +482 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +183 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +108 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +260 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +83 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +356 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +61 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +192 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +253 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +90 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +1011 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +571 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +172 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +561 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +227 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA +66 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD +68 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +501 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +11 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +106 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +102 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/archive_util.py +219 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/build_meta.py +548 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__init__.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +131 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/alias.py +77 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +477 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +42 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +604 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build.py +135 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_clib.py +103 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_ext.py +470 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_py.py +400 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/develop.py +55 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/dist_info.py +103 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/easy_install.py +30 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +908 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/egg_info.py +718 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install.py +131 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +58 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_lib.py +137 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_scripts.py +67 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/rotate.py +65 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/saveopts.py +21 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/sdist.py +217 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/setopt.py +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/test.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py312.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py310.py +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py311.py +27 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py312.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py39.py +9 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/NOTICE +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__init__.py +43 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +526 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +438 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +336 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +82 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1412 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +402 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +26 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/expand.py +452 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +468 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setupcfg.py +780 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +433 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/depends.py +185 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/discovery.py +614 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/dist.py +1119 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/errors.py +67 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/extension.py +177 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/glob.py +185 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/installer.py +155 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/launch.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/logging.py +40 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/modified.py +18 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/monkey.py +126 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/msvc.py +1536 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/namespaces.py +106 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/script (dev).tmpl +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/script.tmpl +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__init__.py +13 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/contexts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/fixtures.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/namespaces.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_develop.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_extern.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_glob.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/text.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/py39.py +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__init__.py +59 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/preload.py +18 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/setupcfg_examples.txt +22 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py +772 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py +247 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py +396 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py +109 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py +980 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/contexts.py +131 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/environment.py +95 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py +392 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html +3 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc +0 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py +77 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pbr.py +20 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py +223 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/namespaces.py +90 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py +36 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py +28 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py +73 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py +708 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py +33 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py +84 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py +293 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py +959 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_py.py +480 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py +647 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py +622 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_depends.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_develop.py +112 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist.py +278 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py +147 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py +198 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py +1263 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py +1306 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_extern.py +15 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py +218 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py +73 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_glob.py +45 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py +89 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_logging.py +76 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_manifest.py +622 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py +138 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_scripts.py +12 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_sdist.py +984 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py +40 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py +290 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py +23 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py +10 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py +113 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_warnings.py +106 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_wheel.py +690 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py +258 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/text.py +4 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/textwrap.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/unicode_utils.py +102 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/version.py +6 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/warnings.py +110 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/wheel.py +261 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/windows_support.py +30 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/INSTALLER +1 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/METADATA +141 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/RECORD +868 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/WHEEL +5 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/entry_points.txt +51 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE +17 -0
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/top_level.txt +3 -0
- package/templates/python/venv/pyvenv.cfg +5 -0
- package/templates/vscode/.vscode/launch.json +10 -11
- package/templates/vscode/.vscode/tasks.json +27 -0
|
@@ -0,0 +1,1091 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import collections.abc
|
|
4
|
+
import copy
|
|
5
|
+
import functools
|
|
6
|
+
import itertools
|
|
7
|
+
import operator
|
|
8
|
+
import random
|
|
9
|
+
import re
|
|
10
|
+
from collections.abc import Container, Iterable, Mapping
|
|
11
|
+
from typing import TYPE_CHECKING, Any, Callable, Dict, TypeVar, Union, overload
|
|
12
|
+
|
|
13
|
+
import jaraco.text
|
|
14
|
+
|
|
15
|
+
if TYPE_CHECKING:
|
|
16
|
+
from _operator import _SupportsComparison
|
|
17
|
+
|
|
18
|
+
from _typeshed import SupportsKeysAndGetItem
|
|
19
|
+
from typing_extensions import Self
|
|
20
|
+
|
|
21
|
+
_RangeMapKT = TypeVar('_RangeMapKT', bound=_SupportsComparison)
|
|
22
|
+
else:
|
|
23
|
+
# _SupportsComparison doesn't exist at runtime,
|
|
24
|
+
# but _RangeMapKT is used in RangeMap's superclass' type parameters
|
|
25
|
+
_RangeMapKT = TypeVar('_RangeMapKT')
|
|
26
|
+
|
|
27
|
+
_T = TypeVar('_T')
|
|
28
|
+
_VT = TypeVar('_VT')
|
|
29
|
+
|
|
30
|
+
_Matchable = Union[Callable, Container, Iterable, re.Pattern]
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
def _dispatch(obj: _Matchable) -> Callable:
|
|
34
|
+
# can't rely on singledispatch for Union[Container, Iterable]
|
|
35
|
+
# due to ambiguity
|
|
36
|
+
# (https://peps.python.org/pep-0443/#abstract-base-classes).
|
|
37
|
+
if isinstance(obj, re.Pattern):
|
|
38
|
+
return obj.fullmatch
|
|
39
|
+
# mypy issue: https://github.com/python/mypy/issues/11071
|
|
40
|
+
if not isinstance(obj, Callable): # type: ignore[arg-type]
|
|
41
|
+
if not isinstance(obj, Container):
|
|
42
|
+
obj = set(obj) # type: ignore[arg-type]
|
|
43
|
+
obj = obj.__contains__
|
|
44
|
+
return obj # type: ignore[return-value]
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
class Projection(collections.abc.Mapping):
|
|
48
|
+
"""
|
|
49
|
+
Project a set of keys over a mapping
|
|
50
|
+
|
|
51
|
+
>>> sample = {'a': 1, 'b': 2, 'c': 3}
|
|
52
|
+
>>> prj = Projection(['a', 'c', 'd'], sample)
|
|
53
|
+
>>> dict(prj)
|
|
54
|
+
{'a': 1, 'c': 3}
|
|
55
|
+
|
|
56
|
+
Projection also accepts an iterable or callable or pattern.
|
|
57
|
+
|
|
58
|
+
>>> iter_prj = Projection(iter('acd'), sample)
|
|
59
|
+
>>> call_prj = Projection(lambda k: ord(k) in (97, 99, 100), sample)
|
|
60
|
+
>>> pat_prj = Projection(re.compile(r'[acd]'), sample)
|
|
61
|
+
>>> prj == iter_prj == call_prj == pat_prj
|
|
62
|
+
True
|
|
63
|
+
|
|
64
|
+
Keys should only appear if they were specified and exist in the space.
|
|
65
|
+
Order is retained.
|
|
66
|
+
|
|
67
|
+
>>> list(prj)
|
|
68
|
+
['a', 'c']
|
|
69
|
+
|
|
70
|
+
Attempting to access a key not in the projection
|
|
71
|
+
results in a KeyError.
|
|
72
|
+
|
|
73
|
+
>>> prj['b']
|
|
74
|
+
Traceback (most recent call last):
|
|
75
|
+
...
|
|
76
|
+
KeyError: 'b'
|
|
77
|
+
|
|
78
|
+
Use the projection to update another dict.
|
|
79
|
+
|
|
80
|
+
>>> target = {'a': 2, 'b': 2}
|
|
81
|
+
>>> target.update(prj)
|
|
82
|
+
>>> target
|
|
83
|
+
{'a': 1, 'b': 2, 'c': 3}
|
|
84
|
+
|
|
85
|
+
Projection keeps a reference to the original dict, so
|
|
86
|
+
modifying the original dict may modify the Projection.
|
|
87
|
+
|
|
88
|
+
>>> del sample['a']
|
|
89
|
+
>>> dict(prj)
|
|
90
|
+
{'c': 3}
|
|
91
|
+
"""
|
|
92
|
+
|
|
93
|
+
def __init__(self, keys: _Matchable, space: Mapping):
|
|
94
|
+
self._match = _dispatch(keys)
|
|
95
|
+
self._space = space
|
|
96
|
+
|
|
97
|
+
def __getitem__(self, key):
|
|
98
|
+
if not self._match(key):
|
|
99
|
+
raise KeyError(key)
|
|
100
|
+
return self._space[key]
|
|
101
|
+
|
|
102
|
+
def _keys_resolved(self):
|
|
103
|
+
return filter(self._match, self._space)
|
|
104
|
+
|
|
105
|
+
def __iter__(self):
|
|
106
|
+
return self._keys_resolved()
|
|
107
|
+
|
|
108
|
+
def __len__(self):
|
|
109
|
+
return len(tuple(self._keys_resolved()))
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
class Mask(Projection):
|
|
113
|
+
"""
|
|
114
|
+
The inverse of a :class:`Projection`, masking out keys.
|
|
115
|
+
|
|
116
|
+
>>> sample = {'a': 1, 'b': 2, 'c': 3}
|
|
117
|
+
>>> msk = Mask(['a', 'c', 'd'], sample)
|
|
118
|
+
>>> dict(msk)
|
|
119
|
+
{'b': 2}
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
def __init__(self, *args, **kwargs):
|
|
123
|
+
super().__init__(*args, **kwargs)
|
|
124
|
+
# self._match = compose(operator.not_, self._match)
|
|
125
|
+
self._match = lambda key, orig=self._match: not orig(key)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
def dict_map(function, dictionary):
|
|
129
|
+
"""
|
|
130
|
+
Return a new dict with function applied to values of dictionary.
|
|
131
|
+
|
|
132
|
+
>>> dict_map(lambda x: x+1, dict(a=1, b=2))
|
|
133
|
+
{'a': 2, 'b': 3}
|
|
134
|
+
"""
|
|
135
|
+
return dict((key, function(value)) for key, value in dictionary.items())
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
class RangeMap(Dict[_RangeMapKT, _VT]):
|
|
139
|
+
"""
|
|
140
|
+
A dictionary-like object that uses the keys as bounds for a range.
|
|
141
|
+
Inclusion of the value for that range is determined by the
|
|
142
|
+
key_match_comparator, which defaults to less-than-or-equal.
|
|
143
|
+
A value is returned for a key if it is the first key that matches in
|
|
144
|
+
the sorted list of keys.
|
|
145
|
+
|
|
146
|
+
One may supply keyword parameters to be passed to the sort function used
|
|
147
|
+
to sort keys (i.e. key, reverse) as sort_params.
|
|
148
|
+
|
|
149
|
+
Create a map that maps 1-3 -> 'a', 4-6 -> 'b'
|
|
150
|
+
|
|
151
|
+
>>> r = RangeMap({3: 'a', 6: 'b'}) # boy, that was easy
|
|
152
|
+
>>> r[1], r[2], r[3], r[4], r[5], r[6]
|
|
153
|
+
('a', 'a', 'a', 'b', 'b', 'b')
|
|
154
|
+
|
|
155
|
+
Even float values should work so long as the comparison operator
|
|
156
|
+
supports it.
|
|
157
|
+
|
|
158
|
+
>>> r[4.5]
|
|
159
|
+
'b'
|
|
160
|
+
|
|
161
|
+
Notice that the way rangemap is defined, it must be open-ended
|
|
162
|
+
on one side.
|
|
163
|
+
|
|
164
|
+
>>> r[0]
|
|
165
|
+
'a'
|
|
166
|
+
>>> r[-1]
|
|
167
|
+
'a'
|
|
168
|
+
|
|
169
|
+
One can close the open-end of the RangeMap by using undefined_value
|
|
170
|
+
|
|
171
|
+
>>> r = RangeMap({0: RangeMap.undefined_value, 3: 'a', 6: 'b'})
|
|
172
|
+
>>> r[0]
|
|
173
|
+
Traceback (most recent call last):
|
|
174
|
+
...
|
|
175
|
+
KeyError: 0
|
|
176
|
+
|
|
177
|
+
One can get the first or last elements in the range by using RangeMap.Item
|
|
178
|
+
|
|
179
|
+
>>> last_item = RangeMap.Item(-1)
|
|
180
|
+
>>> r[last_item]
|
|
181
|
+
'b'
|
|
182
|
+
|
|
183
|
+
.last_item is a shortcut for Item(-1)
|
|
184
|
+
|
|
185
|
+
>>> r[RangeMap.last_item]
|
|
186
|
+
'b'
|
|
187
|
+
|
|
188
|
+
Sometimes it's useful to find the bounds for a RangeMap
|
|
189
|
+
|
|
190
|
+
>>> r.bounds()
|
|
191
|
+
(0, 6)
|
|
192
|
+
|
|
193
|
+
RangeMap supports .get(key, default)
|
|
194
|
+
|
|
195
|
+
>>> r.get(0, 'not found')
|
|
196
|
+
'not found'
|
|
197
|
+
|
|
198
|
+
>>> r.get(7, 'not found')
|
|
199
|
+
'not found'
|
|
200
|
+
|
|
201
|
+
One often wishes to define the ranges by their left-most values,
|
|
202
|
+
which requires use of sort params and a key_match_comparator.
|
|
203
|
+
|
|
204
|
+
>>> r = RangeMap({1: 'a', 4: 'b'},
|
|
205
|
+
... sort_params=dict(reverse=True),
|
|
206
|
+
... key_match_comparator=operator.ge)
|
|
207
|
+
>>> r[1], r[2], r[3], r[4], r[5], r[6]
|
|
208
|
+
('a', 'a', 'a', 'b', 'b', 'b')
|
|
209
|
+
|
|
210
|
+
That wasn't nearly as easy as before, so an alternate constructor
|
|
211
|
+
is provided:
|
|
212
|
+
|
|
213
|
+
>>> r = RangeMap.left({1: 'a', 4: 'b', 7: RangeMap.undefined_value})
|
|
214
|
+
>>> r[1], r[2], r[3], r[4], r[5], r[6]
|
|
215
|
+
('a', 'a', 'a', 'b', 'b', 'b')
|
|
216
|
+
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
def __init__(
|
|
220
|
+
self,
|
|
221
|
+
source: (
|
|
222
|
+
SupportsKeysAndGetItem[_RangeMapKT, _VT] | Iterable[tuple[_RangeMapKT, _VT]]
|
|
223
|
+
),
|
|
224
|
+
sort_params: Mapping[str, Any] = {},
|
|
225
|
+
key_match_comparator: Callable[[_RangeMapKT, _RangeMapKT], bool] = operator.le,
|
|
226
|
+
):
|
|
227
|
+
dict.__init__(self, source)
|
|
228
|
+
self.sort_params = sort_params
|
|
229
|
+
self.match = key_match_comparator
|
|
230
|
+
|
|
231
|
+
@classmethod
|
|
232
|
+
def left(
|
|
233
|
+
cls,
|
|
234
|
+
source: (
|
|
235
|
+
SupportsKeysAndGetItem[_RangeMapKT, _VT] | Iterable[tuple[_RangeMapKT, _VT]]
|
|
236
|
+
),
|
|
237
|
+
) -> Self:
|
|
238
|
+
return cls(
|
|
239
|
+
source, sort_params=dict(reverse=True), key_match_comparator=operator.ge
|
|
240
|
+
)
|
|
241
|
+
|
|
242
|
+
def __getitem__(self, item: _RangeMapKT) -> _VT:
|
|
243
|
+
sorted_keys = sorted(self.keys(), **self.sort_params)
|
|
244
|
+
if isinstance(item, RangeMap.Item):
|
|
245
|
+
result = self.__getitem__(sorted_keys[item])
|
|
246
|
+
else:
|
|
247
|
+
key = self._find_first_match_(sorted_keys, item)
|
|
248
|
+
result = dict.__getitem__(self, key)
|
|
249
|
+
if result is RangeMap.undefined_value:
|
|
250
|
+
raise KeyError(key)
|
|
251
|
+
return result
|
|
252
|
+
|
|
253
|
+
@overload # type: ignore[override] # Signature simplified over dict and Mapping
|
|
254
|
+
def get(self, key: _RangeMapKT, default: _T) -> _VT | _T: ...
|
|
255
|
+
@overload
|
|
256
|
+
def get(self, key: _RangeMapKT, default: None = None) -> _VT | None: ...
|
|
257
|
+
def get(self, key: _RangeMapKT, default: _T | None = None) -> _VT | _T | None:
|
|
258
|
+
"""
|
|
259
|
+
Return the value for key if key is in the dictionary, else default.
|
|
260
|
+
If default is not given, it defaults to None, so that this method
|
|
261
|
+
never raises a KeyError.
|
|
262
|
+
"""
|
|
263
|
+
try:
|
|
264
|
+
return self[key]
|
|
265
|
+
except KeyError:
|
|
266
|
+
return default
|
|
267
|
+
|
|
268
|
+
def _find_first_match_(
|
|
269
|
+
self, keys: Iterable[_RangeMapKT], item: _RangeMapKT
|
|
270
|
+
) -> _RangeMapKT:
|
|
271
|
+
is_match = functools.partial(self.match, item)
|
|
272
|
+
matches = filter(is_match, keys)
|
|
273
|
+
try:
|
|
274
|
+
return next(matches)
|
|
275
|
+
except StopIteration:
|
|
276
|
+
raise KeyError(item) from None
|
|
277
|
+
|
|
278
|
+
def bounds(self) -> tuple[_RangeMapKT, _RangeMapKT]:
|
|
279
|
+
sorted_keys = sorted(self.keys(), **self.sort_params)
|
|
280
|
+
return (sorted_keys[RangeMap.first_item], sorted_keys[RangeMap.last_item])
|
|
281
|
+
|
|
282
|
+
# some special values for the RangeMap
|
|
283
|
+
undefined_value = type('RangeValueUndefined', (), {})()
|
|
284
|
+
|
|
285
|
+
class Item(int):
|
|
286
|
+
"""RangeMap Item"""
|
|
287
|
+
|
|
288
|
+
first_item = Item(0)
|
|
289
|
+
last_item = Item(-1)
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
def __identity(x):
|
|
293
|
+
return x
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
def sorted_items(d, key=__identity, reverse=False):
|
|
297
|
+
"""
|
|
298
|
+
Return the items of the dictionary sorted by the keys.
|
|
299
|
+
|
|
300
|
+
>>> sample = dict(foo=20, bar=42, baz=10)
|
|
301
|
+
>>> tuple(sorted_items(sample))
|
|
302
|
+
(('bar', 42), ('baz', 10), ('foo', 20))
|
|
303
|
+
|
|
304
|
+
>>> reverse_string = lambda s: ''.join(reversed(s))
|
|
305
|
+
>>> tuple(sorted_items(sample, key=reverse_string))
|
|
306
|
+
(('foo', 20), ('bar', 42), ('baz', 10))
|
|
307
|
+
|
|
308
|
+
>>> tuple(sorted_items(sample, reverse=True))
|
|
309
|
+
(('foo', 20), ('baz', 10), ('bar', 42))
|
|
310
|
+
"""
|
|
311
|
+
|
|
312
|
+
# wrap the key func so it operates on the first element of each item
|
|
313
|
+
def pairkey_key(item):
|
|
314
|
+
return key(item[0])
|
|
315
|
+
|
|
316
|
+
return sorted(d.items(), key=pairkey_key, reverse=reverse)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
class KeyTransformingDict(dict):
|
|
320
|
+
"""
|
|
321
|
+
A dict subclass that transforms the keys before they're used.
|
|
322
|
+
Subclasses may override the default transform_key to customize behavior.
|
|
323
|
+
"""
|
|
324
|
+
|
|
325
|
+
@staticmethod
|
|
326
|
+
def transform_key(key): # pragma: nocover
|
|
327
|
+
return key
|
|
328
|
+
|
|
329
|
+
def __init__(self, *args, **kargs):
|
|
330
|
+
super().__init__()
|
|
331
|
+
# build a dictionary using the default constructs
|
|
332
|
+
d = dict(*args, **kargs)
|
|
333
|
+
# build this dictionary using transformed keys.
|
|
334
|
+
for item in d.items():
|
|
335
|
+
self.__setitem__(*item)
|
|
336
|
+
|
|
337
|
+
def __setitem__(self, key, val):
|
|
338
|
+
key = self.transform_key(key)
|
|
339
|
+
super().__setitem__(key, val)
|
|
340
|
+
|
|
341
|
+
def __getitem__(self, key):
|
|
342
|
+
key = self.transform_key(key)
|
|
343
|
+
return super().__getitem__(key)
|
|
344
|
+
|
|
345
|
+
def __contains__(self, key):
|
|
346
|
+
key = self.transform_key(key)
|
|
347
|
+
return super().__contains__(key)
|
|
348
|
+
|
|
349
|
+
def __delitem__(self, key):
|
|
350
|
+
key = self.transform_key(key)
|
|
351
|
+
return super().__delitem__(key)
|
|
352
|
+
|
|
353
|
+
def get(self, key, *args, **kwargs):
|
|
354
|
+
key = self.transform_key(key)
|
|
355
|
+
return super().get(key, *args, **kwargs)
|
|
356
|
+
|
|
357
|
+
def setdefault(self, key, *args, **kwargs):
|
|
358
|
+
key = self.transform_key(key)
|
|
359
|
+
return super().setdefault(key, *args, **kwargs)
|
|
360
|
+
|
|
361
|
+
def pop(self, key, *args, **kwargs):
|
|
362
|
+
key = self.transform_key(key)
|
|
363
|
+
return super().pop(key, *args, **kwargs)
|
|
364
|
+
|
|
365
|
+
def matching_key_for(self, key):
|
|
366
|
+
"""
|
|
367
|
+
Given a key, return the actual key stored in self that matches.
|
|
368
|
+
Raise KeyError if the key isn't found.
|
|
369
|
+
"""
|
|
370
|
+
try:
|
|
371
|
+
return next(e_key for e_key in self.keys() if e_key == key)
|
|
372
|
+
except StopIteration as err:
|
|
373
|
+
raise KeyError(key) from err
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
class FoldedCaseKeyedDict(KeyTransformingDict):
|
|
377
|
+
"""
|
|
378
|
+
A case-insensitive dictionary (keys are compared as insensitive
|
|
379
|
+
if they are strings).
|
|
380
|
+
|
|
381
|
+
>>> d = FoldedCaseKeyedDict()
|
|
382
|
+
>>> d['heLlo'] = 'world'
|
|
383
|
+
>>> list(d.keys()) == ['heLlo']
|
|
384
|
+
True
|
|
385
|
+
>>> list(d.values()) == ['world']
|
|
386
|
+
True
|
|
387
|
+
>>> d['hello'] == 'world'
|
|
388
|
+
True
|
|
389
|
+
>>> 'hello' in d
|
|
390
|
+
True
|
|
391
|
+
>>> 'HELLO' in d
|
|
392
|
+
True
|
|
393
|
+
>>> print(repr(FoldedCaseKeyedDict({'heLlo': 'world'})))
|
|
394
|
+
{'heLlo': 'world'}
|
|
395
|
+
>>> d = FoldedCaseKeyedDict({'heLlo': 'world'})
|
|
396
|
+
>>> print(d['hello'])
|
|
397
|
+
world
|
|
398
|
+
>>> print(d['Hello'])
|
|
399
|
+
world
|
|
400
|
+
>>> list(d.keys())
|
|
401
|
+
['heLlo']
|
|
402
|
+
>>> d = FoldedCaseKeyedDict({'heLlo': 'world', 'Hello': 'world'})
|
|
403
|
+
>>> list(d.values())
|
|
404
|
+
['world']
|
|
405
|
+
>>> key, = d.keys()
|
|
406
|
+
>>> key in ['heLlo', 'Hello']
|
|
407
|
+
True
|
|
408
|
+
>>> del d['HELLO']
|
|
409
|
+
>>> d
|
|
410
|
+
{}
|
|
411
|
+
|
|
412
|
+
get should work
|
|
413
|
+
|
|
414
|
+
>>> d['Sumthin'] = 'else'
|
|
415
|
+
>>> d.get('SUMTHIN')
|
|
416
|
+
'else'
|
|
417
|
+
>>> d.get('OTHER', 'thing')
|
|
418
|
+
'thing'
|
|
419
|
+
>>> del d['sumthin']
|
|
420
|
+
|
|
421
|
+
setdefault should also work
|
|
422
|
+
|
|
423
|
+
>>> d['This'] = 'that'
|
|
424
|
+
>>> print(d.setdefault('this', 'other'))
|
|
425
|
+
that
|
|
426
|
+
>>> len(d)
|
|
427
|
+
1
|
|
428
|
+
>>> print(d['this'])
|
|
429
|
+
that
|
|
430
|
+
>>> print(d.setdefault('That', 'other'))
|
|
431
|
+
other
|
|
432
|
+
>>> print(d['THAT'])
|
|
433
|
+
other
|
|
434
|
+
|
|
435
|
+
Make it pop!
|
|
436
|
+
|
|
437
|
+
>>> print(d.pop('THAT'))
|
|
438
|
+
other
|
|
439
|
+
|
|
440
|
+
To retrieve the key in its originally-supplied form, use matching_key_for
|
|
441
|
+
|
|
442
|
+
>>> print(d.matching_key_for('this'))
|
|
443
|
+
This
|
|
444
|
+
|
|
445
|
+
>>> d.matching_key_for('missing')
|
|
446
|
+
Traceback (most recent call last):
|
|
447
|
+
...
|
|
448
|
+
KeyError: 'missing'
|
|
449
|
+
"""
|
|
450
|
+
|
|
451
|
+
@staticmethod
|
|
452
|
+
def transform_key(key):
|
|
453
|
+
return jaraco.text.FoldedCase(key)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
class DictAdapter:
|
|
457
|
+
"""
|
|
458
|
+
Provide a getitem interface for attributes of an object.
|
|
459
|
+
|
|
460
|
+
Let's say you want to get at the string.lowercase property in a formatted
|
|
461
|
+
string. It's easy with DictAdapter.
|
|
462
|
+
|
|
463
|
+
>>> import string
|
|
464
|
+
>>> print("lowercase is %(ascii_lowercase)s" % DictAdapter(string))
|
|
465
|
+
lowercase is abcdefghijklmnopqrstuvwxyz
|
|
466
|
+
"""
|
|
467
|
+
|
|
468
|
+
def __init__(self, wrapped_ob):
|
|
469
|
+
self.object = wrapped_ob
|
|
470
|
+
|
|
471
|
+
def __getitem__(self, name):
|
|
472
|
+
return getattr(self.object, name)
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
class ItemsAsAttributes:
|
|
476
|
+
"""
|
|
477
|
+
Mix-in class to enable a mapping object to provide items as
|
|
478
|
+
attributes.
|
|
479
|
+
|
|
480
|
+
>>> C = type('C', (dict, ItemsAsAttributes), dict())
|
|
481
|
+
>>> i = C()
|
|
482
|
+
>>> i['foo'] = 'bar'
|
|
483
|
+
>>> i.foo
|
|
484
|
+
'bar'
|
|
485
|
+
|
|
486
|
+
Natural attribute access takes precedence
|
|
487
|
+
|
|
488
|
+
>>> i.foo = 'henry'
|
|
489
|
+
>>> i.foo
|
|
490
|
+
'henry'
|
|
491
|
+
|
|
492
|
+
But as you might expect, the mapping functionality is preserved.
|
|
493
|
+
|
|
494
|
+
>>> i['foo']
|
|
495
|
+
'bar'
|
|
496
|
+
|
|
497
|
+
A normal attribute error should be raised if an attribute is
|
|
498
|
+
requested that doesn't exist.
|
|
499
|
+
|
|
500
|
+
>>> i.missing
|
|
501
|
+
Traceback (most recent call last):
|
|
502
|
+
...
|
|
503
|
+
AttributeError: 'C' object has no attribute 'missing'
|
|
504
|
+
|
|
505
|
+
It also works on dicts that customize __getitem__
|
|
506
|
+
|
|
507
|
+
>>> missing_func = lambda self, key: 'missing item'
|
|
508
|
+
>>> C = type(
|
|
509
|
+
... 'C',
|
|
510
|
+
... (dict, ItemsAsAttributes),
|
|
511
|
+
... dict(__missing__ = missing_func),
|
|
512
|
+
... )
|
|
513
|
+
>>> i = C()
|
|
514
|
+
>>> i.missing
|
|
515
|
+
'missing item'
|
|
516
|
+
>>> i.foo
|
|
517
|
+
'missing item'
|
|
518
|
+
"""
|
|
519
|
+
|
|
520
|
+
def __getattr__(self, key):
|
|
521
|
+
try:
|
|
522
|
+
return getattr(super(), key)
|
|
523
|
+
except AttributeError as e:
|
|
524
|
+
# attempt to get the value from the mapping (return self[key])
|
|
525
|
+
# but be careful not to lose the original exception context.
|
|
526
|
+
noval = object()
|
|
527
|
+
|
|
528
|
+
def _safe_getitem(cont, key, missing_result):
|
|
529
|
+
try:
|
|
530
|
+
return cont[key]
|
|
531
|
+
except KeyError:
|
|
532
|
+
return missing_result
|
|
533
|
+
|
|
534
|
+
result = _safe_getitem(self, key, noval)
|
|
535
|
+
if result is not noval:
|
|
536
|
+
return result
|
|
537
|
+
# raise the original exception, but use the original class
|
|
538
|
+
# name, not 'super'.
|
|
539
|
+
(message,) = e.args
|
|
540
|
+
message = message.replace('super', self.__class__.__name__, 1)
|
|
541
|
+
e.args = (message,)
|
|
542
|
+
raise
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
def invert_map(map):
|
|
546
|
+
"""
|
|
547
|
+
Given a dictionary, return another dictionary with keys and values
|
|
548
|
+
switched. If any of the values resolve to the same key, raises
|
|
549
|
+
a ValueError.
|
|
550
|
+
|
|
551
|
+
>>> numbers = dict(a=1, b=2, c=3)
|
|
552
|
+
>>> letters = invert_map(numbers)
|
|
553
|
+
>>> letters[1]
|
|
554
|
+
'a'
|
|
555
|
+
>>> numbers['d'] = 3
|
|
556
|
+
>>> invert_map(numbers)
|
|
557
|
+
Traceback (most recent call last):
|
|
558
|
+
...
|
|
559
|
+
ValueError: Key conflict in inverted mapping
|
|
560
|
+
"""
|
|
561
|
+
res = dict((v, k) for k, v in map.items())
|
|
562
|
+
if not len(res) == len(map):
|
|
563
|
+
raise ValueError('Key conflict in inverted mapping')
|
|
564
|
+
return res
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
class IdentityOverrideMap(dict):
|
|
568
|
+
"""
|
|
569
|
+
A dictionary that by default maps each key to itself, but otherwise
|
|
570
|
+
acts like a normal dictionary.
|
|
571
|
+
|
|
572
|
+
>>> d = IdentityOverrideMap()
|
|
573
|
+
>>> d[42]
|
|
574
|
+
42
|
|
575
|
+
>>> d['speed'] = 'speedo'
|
|
576
|
+
>>> print(d['speed'])
|
|
577
|
+
speedo
|
|
578
|
+
"""
|
|
579
|
+
|
|
580
|
+
def __missing__(self, key):
|
|
581
|
+
return key
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
class DictStack(list, collections.abc.MutableMapping):
|
|
585
|
+
"""
|
|
586
|
+
A stack of dictionaries that behaves as a view on those dictionaries,
|
|
587
|
+
giving preference to the last.
|
|
588
|
+
|
|
589
|
+
>>> stack = DictStack([dict(a=1, c=2), dict(b=2, a=2)])
|
|
590
|
+
>>> stack['a']
|
|
591
|
+
2
|
|
592
|
+
>>> stack['b']
|
|
593
|
+
2
|
|
594
|
+
>>> stack['c']
|
|
595
|
+
2
|
|
596
|
+
>>> len(stack)
|
|
597
|
+
3
|
|
598
|
+
>>> stack.push(dict(a=3))
|
|
599
|
+
>>> stack['a']
|
|
600
|
+
3
|
|
601
|
+
>>> stack['a'] = 4
|
|
602
|
+
>>> set(stack.keys()) == set(['a', 'b', 'c'])
|
|
603
|
+
True
|
|
604
|
+
>>> set(stack.items()) == set([('a', 4), ('b', 2), ('c', 2)])
|
|
605
|
+
True
|
|
606
|
+
>>> dict(**stack) == dict(stack) == dict(a=4, c=2, b=2)
|
|
607
|
+
True
|
|
608
|
+
>>> d = stack.pop()
|
|
609
|
+
>>> stack['a']
|
|
610
|
+
2
|
|
611
|
+
>>> d = stack.pop()
|
|
612
|
+
>>> stack['a']
|
|
613
|
+
1
|
|
614
|
+
>>> stack.get('b', None)
|
|
615
|
+
>>> 'c' in stack
|
|
616
|
+
True
|
|
617
|
+
>>> del stack['c']
|
|
618
|
+
>>> dict(stack)
|
|
619
|
+
{'a': 1}
|
|
620
|
+
"""
|
|
621
|
+
|
|
622
|
+
def __iter__(self):
|
|
623
|
+
dicts = list.__iter__(self)
|
|
624
|
+
return iter(set(itertools.chain.from_iterable(c.keys() for c in dicts)))
|
|
625
|
+
|
|
626
|
+
def __getitem__(self, key):
|
|
627
|
+
for scope in reversed(tuple(list.__iter__(self))):
|
|
628
|
+
if key in scope:
|
|
629
|
+
return scope[key]
|
|
630
|
+
raise KeyError(key)
|
|
631
|
+
|
|
632
|
+
push = list.append
|
|
633
|
+
|
|
634
|
+
def __contains__(self, other):
|
|
635
|
+
return collections.abc.Mapping.__contains__(self, other)
|
|
636
|
+
|
|
637
|
+
def __len__(self):
|
|
638
|
+
return len(list(iter(self)))
|
|
639
|
+
|
|
640
|
+
def __setitem__(self, key, item):
|
|
641
|
+
last = list.__getitem__(self, -1)
|
|
642
|
+
return last.__setitem__(key, item)
|
|
643
|
+
|
|
644
|
+
def __delitem__(self, key):
|
|
645
|
+
last = list.__getitem__(self, -1)
|
|
646
|
+
return last.__delitem__(key)
|
|
647
|
+
|
|
648
|
+
# workaround for mypy confusion
|
|
649
|
+
def pop(self, *args, **kwargs):
|
|
650
|
+
return list.pop(self, *args, **kwargs)
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
class BijectiveMap(dict):
|
|
654
|
+
"""
|
|
655
|
+
A Bijective Map (two-way mapping).
|
|
656
|
+
|
|
657
|
+
Implemented as a simple dictionary of 2x the size, mapping values back
|
|
658
|
+
to keys.
|
|
659
|
+
|
|
660
|
+
Note, this implementation may be incomplete. If there's not a test for
|
|
661
|
+
your use case below, it's likely to fail, so please test and send pull
|
|
662
|
+
requests or patches for additional functionality needed.
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
>>> m = BijectiveMap()
|
|
666
|
+
>>> m['a'] = 'b'
|
|
667
|
+
>>> m == {'a': 'b', 'b': 'a'}
|
|
668
|
+
True
|
|
669
|
+
>>> print(m['b'])
|
|
670
|
+
a
|
|
671
|
+
|
|
672
|
+
>>> m['c'] = 'd'
|
|
673
|
+
>>> len(m)
|
|
674
|
+
2
|
|
675
|
+
|
|
676
|
+
Some weird things happen if you map an item to itself or overwrite a
|
|
677
|
+
single key of a pair, so it's disallowed.
|
|
678
|
+
|
|
679
|
+
>>> m['e'] = 'e'
|
|
680
|
+
Traceback (most recent call last):
|
|
681
|
+
ValueError: Key cannot map to itself
|
|
682
|
+
|
|
683
|
+
>>> m['d'] = 'e'
|
|
684
|
+
Traceback (most recent call last):
|
|
685
|
+
ValueError: Key/Value pairs may not overlap
|
|
686
|
+
|
|
687
|
+
>>> m['e'] = 'd'
|
|
688
|
+
Traceback (most recent call last):
|
|
689
|
+
ValueError: Key/Value pairs may not overlap
|
|
690
|
+
|
|
691
|
+
>>> print(m.pop('d'))
|
|
692
|
+
c
|
|
693
|
+
|
|
694
|
+
>>> 'c' in m
|
|
695
|
+
False
|
|
696
|
+
|
|
697
|
+
>>> m = BijectiveMap(dict(a='b'))
|
|
698
|
+
>>> len(m)
|
|
699
|
+
1
|
|
700
|
+
>>> print(m['b'])
|
|
701
|
+
a
|
|
702
|
+
|
|
703
|
+
>>> m = BijectiveMap()
|
|
704
|
+
>>> m.update(a='b')
|
|
705
|
+
>>> m['b']
|
|
706
|
+
'a'
|
|
707
|
+
|
|
708
|
+
>>> del m['b']
|
|
709
|
+
>>> len(m)
|
|
710
|
+
0
|
|
711
|
+
>>> 'a' in m
|
|
712
|
+
False
|
|
713
|
+
"""
|
|
714
|
+
|
|
715
|
+
def __init__(self, *args, **kwargs):
|
|
716
|
+
super().__init__()
|
|
717
|
+
self.update(*args, **kwargs)
|
|
718
|
+
|
|
719
|
+
def __setitem__(self, item, value):
|
|
720
|
+
if item == value:
|
|
721
|
+
raise ValueError("Key cannot map to itself")
|
|
722
|
+
overlap = (
|
|
723
|
+
item in self
|
|
724
|
+
and self[item] != value
|
|
725
|
+
or value in self
|
|
726
|
+
and self[value] != item
|
|
727
|
+
)
|
|
728
|
+
if overlap:
|
|
729
|
+
raise ValueError("Key/Value pairs may not overlap")
|
|
730
|
+
super().__setitem__(item, value)
|
|
731
|
+
super().__setitem__(value, item)
|
|
732
|
+
|
|
733
|
+
def __delitem__(self, item):
|
|
734
|
+
self.pop(item)
|
|
735
|
+
|
|
736
|
+
def __len__(self):
|
|
737
|
+
return super().__len__() // 2
|
|
738
|
+
|
|
739
|
+
def pop(self, key, *args, **kwargs):
|
|
740
|
+
mirror = self[key]
|
|
741
|
+
super().__delitem__(mirror)
|
|
742
|
+
return super().pop(key, *args, **kwargs)
|
|
743
|
+
|
|
744
|
+
def update(self, *args, **kwargs):
|
|
745
|
+
# build a dictionary using the default constructs
|
|
746
|
+
d = dict(*args, **kwargs)
|
|
747
|
+
# build this dictionary using transformed keys.
|
|
748
|
+
for item in d.items():
|
|
749
|
+
self.__setitem__(*item)
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
class FrozenDict(collections.abc.Mapping, collections.abc.Hashable):
|
|
753
|
+
"""
|
|
754
|
+
An immutable mapping.
|
|
755
|
+
|
|
756
|
+
>>> a = FrozenDict(a=1, b=2)
|
|
757
|
+
>>> b = FrozenDict(a=1, b=2)
|
|
758
|
+
>>> a == b
|
|
759
|
+
True
|
|
760
|
+
|
|
761
|
+
>>> a == dict(a=1, b=2)
|
|
762
|
+
True
|
|
763
|
+
>>> dict(a=1, b=2) == a
|
|
764
|
+
True
|
|
765
|
+
>>> 'a' in a
|
|
766
|
+
True
|
|
767
|
+
>>> type(hash(a)) is type(0)
|
|
768
|
+
True
|
|
769
|
+
>>> set(iter(a)) == {'a', 'b'}
|
|
770
|
+
True
|
|
771
|
+
>>> len(a)
|
|
772
|
+
2
|
|
773
|
+
>>> a['a'] == a.get('a') == 1
|
|
774
|
+
True
|
|
775
|
+
|
|
776
|
+
>>> a['c'] = 3
|
|
777
|
+
Traceback (most recent call last):
|
|
778
|
+
...
|
|
779
|
+
TypeError: 'FrozenDict' object does not support item assignment
|
|
780
|
+
|
|
781
|
+
>>> a.update(y=3)
|
|
782
|
+
Traceback (most recent call last):
|
|
783
|
+
...
|
|
784
|
+
AttributeError: 'FrozenDict' object has no attribute 'update'
|
|
785
|
+
|
|
786
|
+
Copies should compare equal
|
|
787
|
+
|
|
788
|
+
>>> copy.copy(a) == a
|
|
789
|
+
True
|
|
790
|
+
|
|
791
|
+
Copies should be the same type
|
|
792
|
+
|
|
793
|
+
>>> isinstance(copy.copy(a), FrozenDict)
|
|
794
|
+
True
|
|
795
|
+
|
|
796
|
+
FrozenDict supplies .copy(), even though
|
|
797
|
+
collections.abc.Mapping doesn't demand it.
|
|
798
|
+
|
|
799
|
+
>>> a.copy() == a
|
|
800
|
+
True
|
|
801
|
+
>>> a.copy() is not a
|
|
802
|
+
True
|
|
803
|
+
"""
|
|
804
|
+
|
|
805
|
+
__slots__ = ['__data']
|
|
806
|
+
|
|
807
|
+
def __new__(cls, *args, **kwargs):
|
|
808
|
+
self = super().__new__(cls)
|
|
809
|
+
self.__data = dict(*args, **kwargs)
|
|
810
|
+
return self
|
|
811
|
+
|
|
812
|
+
# Container
|
|
813
|
+
def __contains__(self, key):
|
|
814
|
+
return key in self.__data
|
|
815
|
+
|
|
816
|
+
# Hashable
|
|
817
|
+
def __hash__(self):
|
|
818
|
+
return hash(tuple(sorted(self.__data.items())))
|
|
819
|
+
|
|
820
|
+
# Mapping
|
|
821
|
+
def __iter__(self):
|
|
822
|
+
return iter(self.__data)
|
|
823
|
+
|
|
824
|
+
def __len__(self):
|
|
825
|
+
return len(self.__data)
|
|
826
|
+
|
|
827
|
+
def __getitem__(self, key):
|
|
828
|
+
return self.__data[key]
|
|
829
|
+
|
|
830
|
+
# override get for efficiency provided by dict
|
|
831
|
+
def get(self, *args, **kwargs):
|
|
832
|
+
return self.__data.get(*args, **kwargs)
|
|
833
|
+
|
|
834
|
+
# override eq to recognize underlying implementation
|
|
835
|
+
def __eq__(self, other):
|
|
836
|
+
if isinstance(other, FrozenDict):
|
|
837
|
+
other = other.__data
|
|
838
|
+
return self.__data.__eq__(other)
|
|
839
|
+
|
|
840
|
+
def copy(self):
|
|
841
|
+
"Return a shallow copy of self"
|
|
842
|
+
return copy.copy(self)
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
class Enumeration(ItemsAsAttributes, BijectiveMap):
|
|
846
|
+
"""
|
|
847
|
+
A convenient way to provide enumerated values
|
|
848
|
+
|
|
849
|
+
>>> e = Enumeration('a b c')
|
|
850
|
+
>>> e['a']
|
|
851
|
+
0
|
|
852
|
+
|
|
853
|
+
>>> e.a
|
|
854
|
+
0
|
|
855
|
+
|
|
856
|
+
>>> e[1]
|
|
857
|
+
'b'
|
|
858
|
+
|
|
859
|
+
>>> set(e.names) == set('abc')
|
|
860
|
+
True
|
|
861
|
+
|
|
862
|
+
>>> set(e.codes) == set(range(3))
|
|
863
|
+
True
|
|
864
|
+
|
|
865
|
+
>>> e.get('d') is None
|
|
866
|
+
True
|
|
867
|
+
|
|
868
|
+
Codes need not start with 0
|
|
869
|
+
|
|
870
|
+
>>> e = Enumeration('a b c', range(1, 4))
|
|
871
|
+
>>> e['a']
|
|
872
|
+
1
|
|
873
|
+
|
|
874
|
+
>>> e[3]
|
|
875
|
+
'c'
|
|
876
|
+
"""
|
|
877
|
+
|
|
878
|
+
def __init__(self, names, codes=None):
|
|
879
|
+
if isinstance(names, str):
|
|
880
|
+
names = names.split()
|
|
881
|
+
if codes is None:
|
|
882
|
+
codes = itertools.count()
|
|
883
|
+
super().__init__(zip(names, codes))
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
def names(self):
|
|
887
|
+
return (key for key in self if isinstance(key, str))
|
|
888
|
+
|
|
889
|
+
@property
|
|
890
|
+
def codes(self):
|
|
891
|
+
return (self[name] for name in self.names)
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
class Everything:
|
|
895
|
+
"""
|
|
896
|
+
A collection "containing" every possible thing.
|
|
897
|
+
|
|
898
|
+
>>> 'foo' in Everything()
|
|
899
|
+
True
|
|
900
|
+
|
|
901
|
+
>>> import random
|
|
902
|
+
>>> random.randint(1, 999) in Everything()
|
|
903
|
+
True
|
|
904
|
+
|
|
905
|
+
>>> random.choice([None, 'foo', 42, ('a', 'b', 'c')]) in Everything()
|
|
906
|
+
True
|
|
907
|
+
"""
|
|
908
|
+
|
|
909
|
+
def __contains__(self, other):
|
|
910
|
+
return True
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
class InstrumentedDict(collections.UserDict):
|
|
914
|
+
"""
|
|
915
|
+
Instrument an existing dictionary with additional
|
|
916
|
+
functionality, but always reference and mutate
|
|
917
|
+
the original dictionary.
|
|
918
|
+
|
|
919
|
+
>>> orig = {'a': 1, 'b': 2}
|
|
920
|
+
>>> inst = InstrumentedDict(orig)
|
|
921
|
+
>>> inst['a']
|
|
922
|
+
1
|
|
923
|
+
>>> inst['c'] = 3
|
|
924
|
+
>>> orig['c']
|
|
925
|
+
3
|
|
926
|
+
>>> inst.keys() == orig.keys()
|
|
927
|
+
True
|
|
928
|
+
"""
|
|
929
|
+
|
|
930
|
+
def __init__(self, data):
|
|
931
|
+
super().__init__()
|
|
932
|
+
self.data = data
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
class Least:
|
|
936
|
+
"""
|
|
937
|
+
A value that is always lesser than any other
|
|
938
|
+
|
|
939
|
+
>>> least = Least()
|
|
940
|
+
>>> 3 < least
|
|
941
|
+
False
|
|
942
|
+
>>> 3 > least
|
|
943
|
+
True
|
|
944
|
+
>>> least < 3
|
|
945
|
+
True
|
|
946
|
+
>>> least <= 3
|
|
947
|
+
True
|
|
948
|
+
>>> least > 3
|
|
949
|
+
False
|
|
950
|
+
>>> 'x' > least
|
|
951
|
+
True
|
|
952
|
+
>>> None > least
|
|
953
|
+
True
|
|
954
|
+
"""
|
|
955
|
+
|
|
956
|
+
def __le__(self, other):
|
|
957
|
+
return True
|
|
958
|
+
|
|
959
|
+
__lt__ = __le__
|
|
960
|
+
|
|
961
|
+
def __ge__(self, other):
|
|
962
|
+
return False
|
|
963
|
+
|
|
964
|
+
__gt__ = __ge__
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
class Greatest:
|
|
968
|
+
"""
|
|
969
|
+
A value that is always greater than any other
|
|
970
|
+
|
|
971
|
+
>>> greatest = Greatest()
|
|
972
|
+
>>> 3 < greatest
|
|
973
|
+
True
|
|
974
|
+
>>> 3 > greatest
|
|
975
|
+
False
|
|
976
|
+
>>> greatest < 3
|
|
977
|
+
False
|
|
978
|
+
>>> greatest > 3
|
|
979
|
+
True
|
|
980
|
+
>>> greatest >= 3
|
|
981
|
+
True
|
|
982
|
+
>>> 'x' > greatest
|
|
983
|
+
False
|
|
984
|
+
>>> None > greatest
|
|
985
|
+
False
|
|
986
|
+
"""
|
|
987
|
+
|
|
988
|
+
def __ge__(self, other):
|
|
989
|
+
return True
|
|
990
|
+
|
|
991
|
+
__gt__ = __ge__
|
|
992
|
+
|
|
993
|
+
def __le__(self, other):
|
|
994
|
+
return False
|
|
995
|
+
|
|
996
|
+
__lt__ = __le__
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
def pop_all(items):
|
|
1000
|
+
"""
|
|
1001
|
+
Clear items in place and return a copy of items.
|
|
1002
|
+
|
|
1003
|
+
>>> items = [1, 2, 3]
|
|
1004
|
+
>>> popped = pop_all(items)
|
|
1005
|
+
>>> popped is items
|
|
1006
|
+
False
|
|
1007
|
+
>>> popped
|
|
1008
|
+
[1, 2, 3]
|
|
1009
|
+
>>> items
|
|
1010
|
+
[]
|
|
1011
|
+
"""
|
|
1012
|
+
result, items[:] = items[:], []
|
|
1013
|
+
return result
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
class FreezableDefaultDict(collections.defaultdict):
|
|
1017
|
+
"""
|
|
1018
|
+
Often it is desirable to prevent the mutation of
|
|
1019
|
+
a default dict after its initial construction, such
|
|
1020
|
+
as to prevent mutation during iteration.
|
|
1021
|
+
|
|
1022
|
+
>>> dd = FreezableDefaultDict(list)
|
|
1023
|
+
>>> dd[0].append('1')
|
|
1024
|
+
>>> dd.freeze()
|
|
1025
|
+
>>> dd[1]
|
|
1026
|
+
[]
|
|
1027
|
+
>>> len(dd)
|
|
1028
|
+
1
|
|
1029
|
+
"""
|
|
1030
|
+
|
|
1031
|
+
def __missing__(self, key):
|
|
1032
|
+
return getattr(self, '_frozen', super().__missing__)(key)
|
|
1033
|
+
|
|
1034
|
+
def freeze(self):
|
|
1035
|
+
self._frozen = lambda key: self.default_factory()
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
class Accumulator:
|
|
1039
|
+
def __init__(self, initial=0):
|
|
1040
|
+
self.val = initial
|
|
1041
|
+
|
|
1042
|
+
def __call__(self, val):
|
|
1043
|
+
self.val += val
|
|
1044
|
+
return self.val
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
class WeightedLookup(RangeMap):
|
|
1048
|
+
"""
|
|
1049
|
+
Given parameters suitable for a dict representing keys
|
|
1050
|
+
and a weighted proportion, return a RangeMap representing
|
|
1051
|
+
spans of values proportial to the weights:
|
|
1052
|
+
|
|
1053
|
+
>>> even = WeightedLookup(a=1, b=1)
|
|
1054
|
+
|
|
1055
|
+
[0, 1) -> a
|
|
1056
|
+
[1, 2) -> b
|
|
1057
|
+
|
|
1058
|
+
>>> lk = WeightedLookup(a=1, b=2)
|
|
1059
|
+
|
|
1060
|
+
[0, 1) -> a
|
|
1061
|
+
[1, 3) -> b
|
|
1062
|
+
|
|
1063
|
+
>>> lk[.5]
|
|
1064
|
+
'a'
|
|
1065
|
+
>>> lk[1.5]
|
|
1066
|
+
'b'
|
|
1067
|
+
|
|
1068
|
+
Adds ``.random()`` to select a random weighted value:
|
|
1069
|
+
|
|
1070
|
+
>>> lk.random() in ['a', 'b']
|
|
1071
|
+
True
|
|
1072
|
+
|
|
1073
|
+
>>> choices = [lk.random() for x in range(1000)]
|
|
1074
|
+
|
|
1075
|
+
Statistically speaking, choices should be .5 a:b
|
|
1076
|
+
>>> ratio = choices.count('a') / choices.count('b')
|
|
1077
|
+
>>> .4 < ratio < .6
|
|
1078
|
+
True
|
|
1079
|
+
"""
|
|
1080
|
+
|
|
1081
|
+
def __init__(self, *args, **kwargs):
|
|
1082
|
+
raw = dict(*args, **kwargs)
|
|
1083
|
+
|
|
1084
|
+
# allocate keys by weight
|
|
1085
|
+
indexes = map(Accumulator(), raw.values())
|
|
1086
|
+
super().__init__(zip(indexes, raw.keys()), key_match_comparator=operator.lt)
|
|
1087
|
+
|
|
1088
|
+
def random(self):
|
|
1089
|
+
lower, upper = self.bounds()
|
|
1090
|
+
selector = random.random() * upper
|
|
1091
|
+
return self[selector]
|