@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,1524 @@
|
|
|
1
|
+
# Protocol Buffers - Google's data interchange format
|
|
2
|
+
# Copyright 2008 Google Inc. All rights reserved.
|
|
3
|
+
#
|
|
4
|
+
# Use of this source code is governed by a BSD-style
|
|
5
|
+
# license that can be found in the LICENSE file or at
|
|
6
|
+
# https://developers.google.com/open-source/licenses/bsd
|
|
7
|
+
|
|
8
|
+
"""Descriptors essentially contain exactly the information found in a .proto
|
|
9
|
+
file, in types that make this information accessible in Python.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
__author__ = 'robinson@google.com (Will Robinson)'
|
|
13
|
+
|
|
14
|
+
import abc
|
|
15
|
+
import binascii
|
|
16
|
+
import os
|
|
17
|
+
import threading
|
|
18
|
+
import warnings
|
|
19
|
+
|
|
20
|
+
from google.protobuf.internal import api_implementation
|
|
21
|
+
|
|
22
|
+
_USE_C_DESCRIPTORS = False
|
|
23
|
+
if api_implementation.Type() != 'python':
|
|
24
|
+
# pylint: disable=protected-access
|
|
25
|
+
_message = api_implementation._c_module
|
|
26
|
+
# TODO: Remove this import after fix api_implementation
|
|
27
|
+
if _message is None:
|
|
28
|
+
from google.protobuf.pyext import _message
|
|
29
|
+
_USE_C_DESCRIPTORS = True
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
class Error(Exception):
|
|
33
|
+
"""Base error for this module."""
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
class TypeTransformationError(Error):
|
|
37
|
+
"""Error transforming between python proto type and corresponding C++ type."""
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
if _USE_C_DESCRIPTORS:
|
|
41
|
+
# This metaclass allows to override the behavior of code like
|
|
42
|
+
# isinstance(my_descriptor, FieldDescriptor)
|
|
43
|
+
# and make it return True when the descriptor is an instance of the extension
|
|
44
|
+
# type written in C++.
|
|
45
|
+
class DescriptorMetaclass(type):
|
|
46
|
+
|
|
47
|
+
def __instancecheck__(cls, obj):
|
|
48
|
+
if super(DescriptorMetaclass, cls).__instancecheck__(obj):
|
|
49
|
+
return True
|
|
50
|
+
if isinstance(obj, cls._C_DESCRIPTOR_CLASS):
|
|
51
|
+
return True
|
|
52
|
+
return False
|
|
53
|
+
else:
|
|
54
|
+
# The standard metaclass; nothing changes.
|
|
55
|
+
DescriptorMetaclass = abc.ABCMeta
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
class _Lock(object):
|
|
59
|
+
"""Wrapper class of threading.Lock(), which is allowed by 'with'."""
|
|
60
|
+
|
|
61
|
+
def __new__(cls):
|
|
62
|
+
self = object.__new__(cls)
|
|
63
|
+
self._lock = threading.Lock() # pylint: disable=protected-access
|
|
64
|
+
return self
|
|
65
|
+
|
|
66
|
+
def __enter__(self):
|
|
67
|
+
self._lock.acquire()
|
|
68
|
+
|
|
69
|
+
def __exit__(self, exc_type, exc_value, exc_tb):
|
|
70
|
+
self._lock.release()
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
_lock = threading.Lock()
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def _Deprecated(name):
|
|
77
|
+
if _Deprecated.count > 0:
|
|
78
|
+
_Deprecated.count -= 1
|
|
79
|
+
warnings.warn(
|
|
80
|
+
'Call to deprecated create function %s(). Note: Create unlinked '
|
|
81
|
+
'descriptors is going to go away. Please use get/find descriptors from '
|
|
82
|
+
'generated code or query the descriptor_pool.'
|
|
83
|
+
% name,
|
|
84
|
+
category=DeprecationWarning, stacklevel=3)
|
|
85
|
+
|
|
86
|
+
# These must match the values in descriptor.proto, but we can't use them
|
|
87
|
+
# directly because we sometimes need to reference them in feature helpers
|
|
88
|
+
# below *during* the build of descriptor.proto.
|
|
89
|
+
_FEATURESET_MESSAGE_ENCODING_DELIMITED = 2
|
|
90
|
+
_FEATURESET_FIELD_PRESENCE_IMPLICIT = 2
|
|
91
|
+
_FEATURESET_FIELD_PRESENCE_LEGACY_REQUIRED = 3
|
|
92
|
+
_FEATURESET_REPEATED_FIELD_ENCODING_PACKED = 1
|
|
93
|
+
_FEATURESET_ENUM_TYPE_CLOSED = 2
|
|
94
|
+
|
|
95
|
+
# Deprecated warnings will print 100 times at most which should be enough for
|
|
96
|
+
# users to notice and do not cause timeout.
|
|
97
|
+
_Deprecated.count = 100
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
_internal_create_key = object()
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
class DescriptorBase(metaclass=DescriptorMetaclass):
|
|
104
|
+
|
|
105
|
+
"""Descriptors base class.
|
|
106
|
+
|
|
107
|
+
This class is the base of all descriptor classes. It provides common options
|
|
108
|
+
related functionality.
|
|
109
|
+
|
|
110
|
+
Attributes:
|
|
111
|
+
has_options: True if the descriptor has non-default options. Usually it is
|
|
112
|
+
not necessary to read this -- just call GetOptions() which will happily
|
|
113
|
+
return the default instance. However, it's sometimes useful for
|
|
114
|
+
efficiency, and also useful inside the protobuf implementation to avoid
|
|
115
|
+
some bootstrapping issues.
|
|
116
|
+
file (FileDescriptor): Reference to file info.
|
|
117
|
+
"""
|
|
118
|
+
|
|
119
|
+
if _USE_C_DESCRIPTORS:
|
|
120
|
+
# The class, or tuple of classes, that are considered as "virtual
|
|
121
|
+
# subclasses" of this descriptor class.
|
|
122
|
+
_C_DESCRIPTOR_CLASS = ()
|
|
123
|
+
|
|
124
|
+
def __init__(self, file, options, serialized_options, options_class_name):
|
|
125
|
+
"""Initialize the descriptor given its options message and the name of the
|
|
126
|
+
class of the options message. The name of the class is required in case
|
|
127
|
+
the options message is None and has to be created.
|
|
128
|
+
"""
|
|
129
|
+
self._features = None
|
|
130
|
+
self.file = file
|
|
131
|
+
self._options = options
|
|
132
|
+
self._loaded_options = None
|
|
133
|
+
self._options_class_name = options_class_name
|
|
134
|
+
self._serialized_options = serialized_options
|
|
135
|
+
|
|
136
|
+
# Does this descriptor have non-default options?
|
|
137
|
+
self.has_options = (self._options is not None) or (
|
|
138
|
+
self._serialized_options is not None
|
|
139
|
+
)
|
|
140
|
+
|
|
141
|
+
@property
|
|
142
|
+
@abc.abstractmethod
|
|
143
|
+
def _parent(self):
|
|
144
|
+
pass
|
|
145
|
+
|
|
146
|
+
def _InferLegacyFeatures(self, edition, options, features):
|
|
147
|
+
"""Infers features from proto2/proto3 syntax so that editions logic can be used everywhere.
|
|
148
|
+
|
|
149
|
+
Args:
|
|
150
|
+
edition: The edition to infer features for.
|
|
151
|
+
options: The options for this descriptor that are being processed.
|
|
152
|
+
features: The feature set object to modify with inferred features.
|
|
153
|
+
"""
|
|
154
|
+
pass
|
|
155
|
+
|
|
156
|
+
def _GetFeatures(self):
|
|
157
|
+
if not self._features:
|
|
158
|
+
self._LazyLoadOptions()
|
|
159
|
+
return self._features
|
|
160
|
+
|
|
161
|
+
def _ResolveFeatures(self, edition, raw_options):
|
|
162
|
+
"""Resolves features from the raw options of this descriptor.
|
|
163
|
+
|
|
164
|
+
Args:
|
|
165
|
+
edition: The edition to use for feature defaults.
|
|
166
|
+
raw_options: The options for this descriptor that are being processed.
|
|
167
|
+
|
|
168
|
+
Returns:
|
|
169
|
+
A fully resolved feature set for making runtime decisions.
|
|
170
|
+
"""
|
|
171
|
+
# pylint: disable=g-import-not-at-top
|
|
172
|
+
from google.protobuf import descriptor_pb2
|
|
173
|
+
|
|
174
|
+
if self._parent:
|
|
175
|
+
features = descriptor_pb2.FeatureSet()
|
|
176
|
+
features.CopyFrom(self._parent._GetFeatures())
|
|
177
|
+
else:
|
|
178
|
+
features = self.file.pool._CreateDefaultFeatures(edition)
|
|
179
|
+
unresolved = descriptor_pb2.FeatureSet()
|
|
180
|
+
unresolved.CopyFrom(raw_options.features)
|
|
181
|
+
self._InferLegacyFeatures(edition, raw_options, unresolved)
|
|
182
|
+
features.MergeFrom(unresolved)
|
|
183
|
+
|
|
184
|
+
# Use the feature cache to reduce memory bloat.
|
|
185
|
+
return self.file.pool._InternFeatures(features)
|
|
186
|
+
|
|
187
|
+
def _LazyLoadOptions(self):
|
|
188
|
+
"""Lazily initializes descriptor options towards the end of the build."""
|
|
189
|
+
if self._loaded_options:
|
|
190
|
+
return
|
|
191
|
+
|
|
192
|
+
# pylint: disable=g-import-not-at-top
|
|
193
|
+
from google.protobuf import descriptor_pb2
|
|
194
|
+
|
|
195
|
+
if not hasattr(descriptor_pb2, self._options_class_name):
|
|
196
|
+
raise RuntimeError(
|
|
197
|
+
'Unknown options class name %s!' % self._options_class_name
|
|
198
|
+
)
|
|
199
|
+
options_class = getattr(descriptor_pb2, self._options_class_name)
|
|
200
|
+
features = None
|
|
201
|
+
edition = self.file._edition
|
|
202
|
+
|
|
203
|
+
if not self.has_options:
|
|
204
|
+
if not self._features:
|
|
205
|
+
features = self._ResolveFeatures(
|
|
206
|
+
descriptor_pb2.Edition.Value(edition), options_class()
|
|
207
|
+
)
|
|
208
|
+
with _lock:
|
|
209
|
+
self._loaded_options = options_class()
|
|
210
|
+
if not self._features:
|
|
211
|
+
self._features = features
|
|
212
|
+
else:
|
|
213
|
+
if not self._serialized_options:
|
|
214
|
+
options = self._options
|
|
215
|
+
else:
|
|
216
|
+
options = _ParseOptions(options_class(), self._serialized_options)
|
|
217
|
+
|
|
218
|
+
if not self._features:
|
|
219
|
+
features = self._ResolveFeatures(
|
|
220
|
+
descriptor_pb2.Edition.Value(edition), options
|
|
221
|
+
)
|
|
222
|
+
with _lock:
|
|
223
|
+
self._loaded_options = options
|
|
224
|
+
if not self._features:
|
|
225
|
+
self._features = features
|
|
226
|
+
if options.HasField('features'):
|
|
227
|
+
options.ClearField('features')
|
|
228
|
+
if not options.SerializeToString():
|
|
229
|
+
self._loaded_options = options_class()
|
|
230
|
+
self.has_options = False
|
|
231
|
+
|
|
232
|
+
def GetOptions(self):
|
|
233
|
+
"""Retrieves descriptor options.
|
|
234
|
+
|
|
235
|
+
Returns:
|
|
236
|
+
The options set on this descriptor.
|
|
237
|
+
"""
|
|
238
|
+
if not self._loaded_options:
|
|
239
|
+
self._LazyLoadOptions()
|
|
240
|
+
return self._loaded_options
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
class _NestedDescriptorBase(DescriptorBase):
|
|
244
|
+
"""Common class for descriptors that can be nested."""
|
|
245
|
+
|
|
246
|
+
def __init__(self, options, options_class_name, name, full_name,
|
|
247
|
+
file, containing_type, serialized_start=None,
|
|
248
|
+
serialized_end=None, serialized_options=None):
|
|
249
|
+
"""Constructor.
|
|
250
|
+
|
|
251
|
+
Args:
|
|
252
|
+
options: Protocol message options or None to use default message options.
|
|
253
|
+
options_class_name (str): The class name of the above options.
|
|
254
|
+
name (str): Name of this protocol message type.
|
|
255
|
+
full_name (str): Fully-qualified name of this protocol message type, which
|
|
256
|
+
will include protocol "package" name and the name of any enclosing
|
|
257
|
+
types.
|
|
258
|
+
containing_type: if provided, this is a nested descriptor, with this
|
|
259
|
+
descriptor as parent, otherwise None.
|
|
260
|
+
serialized_start: The start index (inclusive) in block in the
|
|
261
|
+
file.serialized_pb that describes this descriptor.
|
|
262
|
+
serialized_end: The end index (exclusive) in block in the
|
|
263
|
+
file.serialized_pb that describes this descriptor.
|
|
264
|
+
serialized_options: Protocol message serialized options or None.
|
|
265
|
+
"""
|
|
266
|
+
super(_NestedDescriptorBase, self).__init__(
|
|
267
|
+
file, options, serialized_options, options_class_name
|
|
268
|
+
)
|
|
269
|
+
|
|
270
|
+
self.name = name
|
|
271
|
+
# TODO: Add function to calculate full_name instead of having it in
|
|
272
|
+
# memory?
|
|
273
|
+
self.full_name = full_name
|
|
274
|
+
self.containing_type = containing_type
|
|
275
|
+
|
|
276
|
+
self._serialized_start = serialized_start
|
|
277
|
+
self._serialized_end = serialized_end
|
|
278
|
+
|
|
279
|
+
def CopyToProto(self, proto):
|
|
280
|
+
"""Copies this to the matching proto in descriptor_pb2.
|
|
281
|
+
|
|
282
|
+
Args:
|
|
283
|
+
proto: An empty proto instance from descriptor_pb2.
|
|
284
|
+
|
|
285
|
+
Raises:
|
|
286
|
+
Error: If self couldn't be serialized, due to to few constructor
|
|
287
|
+
arguments.
|
|
288
|
+
"""
|
|
289
|
+
if (self.file is not None and
|
|
290
|
+
self._serialized_start is not None and
|
|
291
|
+
self._serialized_end is not None):
|
|
292
|
+
proto.ParseFromString(self.file.serialized_pb[
|
|
293
|
+
self._serialized_start:self._serialized_end])
|
|
294
|
+
else:
|
|
295
|
+
raise Error('Descriptor does not contain serialization.')
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
class Descriptor(_NestedDescriptorBase):
|
|
299
|
+
|
|
300
|
+
"""Descriptor for a protocol message type.
|
|
301
|
+
|
|
302
|
+
Attributes:
|
|
303
|
+
name (str): Name of this protocol message type.
|
|
304
|
+
full_name (str): Fully-qualified name of this protocol message type,
|
|
305
|
+
which will include protocol "package" name and the name of any
|
|
306
|
+
enclosing types.
|
|
307
|
+
containing_type (Descriptor): Reference to the descriptor of the type
|
|
308
|
+
containing us, or None if this is top-level.
|
|
309
|
+
fields (list[FieldDescriptor]): Field descriptors for all fields in
|
|
310
|
+
this type.
|
|
311
|
+
fields_by_number (dict(int, FieldDescriptor)): Same
|
|
312
|
+
:class:`FieldDescriptor` objects as in :attr:`fields`, but indexed
|
|
313
|
+
by "number" attribute in each FieldDescriptor.
|
|
314
|
+
fields_by_name (dict(str, FieldDescriptor)): Same
|
|
315
|
+
:class:`FieldDescriptor` objects as in :attr:`fields`, but indexed by
|
|
316
|
+
"name" attribute in each :class:`FieldDescriptor`.
|
|
317
|
+
nested_types (list[Descriptor]): Descriptor references
|
|
318
|
+
for all protocol message types nested within this one.
|
|
319
|
+
nested_types_by_name (dict(str, Descriptor)): Same Descriptor
|
|
320
|
+
objects as in :attr:`nested_types`, but indexed by "name" attribute
|
|
321
|
+
in each Descriptor.
|
|
322
|
+
enum_types (list[EnumDescriptor]): :class:`EnumDescriptor` references
|
|
323
|
+
for all enums contained within this type.
|
|
324
|
+
enum_types_by_name (dict(str, EnumDescriptor)): Same
|
|
325
|
+
:class:`EnumDescriptor` objects as in :attr:`enum_types`, but
|
|
326
|
+
indexed by "name" attribute in each EnumDescriptor.
|
|
327
|
+
enum_values_by_name (dict(str, EnumValueDescriptor)): Dict mapping
|
|
328
|
+
from enum value name to :class:`EnumValueDescriptor` for that value.
|
|
329
|
+
extensions (list[FieldDescriptor]): All extensions defined directly
|
|
330
|
+
within this message type (NOT within a nested type).
|
|
331
|
+
extensions_by_name (dict(str, FieldDescriptor)): Same FieldDescriptor
|
|
332
|
+
objects as :attr:`extensions`, but indexed by "name" attribute of each
|
|
333
|
+
FieldDescriptor.
|
|
334
|
+
is_extendable (bool): Does this type define any extension ranges?
|
|
335
|
+
oneofs (list[OneofDescriptor]): The list of descriptors for oneof fields
|
|
336
|
+
in this message.
|
|
337
|
+
oneofs_by_name (dict(str, OneofDescriptor)): Same objects as in
|
|
338
|
+
:attr:`oneofs`, but indexed by "name" attribute.
|
|
339
|
+
file (FileDescriptor): Reference to file descriptor.
|
|
340
|
+
is_map_entry: If the message type is a map entry.
|
|
341
|
+
|
|
342
|
+
"""
|
|
343
|
+
|
|
344
|
+
if _USE_C_DESCRIPTORS:
|
|
345
|
+
_C_DESCRIPTOR_CLASS = _message.Descriptor
|
|
346
|
+
|
|
347
|
+
def __new__(
|
|
348
|
+
cls,
|
|
349
|
+
name=None,
|
|
350
|
+
full_name=None,
|
|
351
|
+
filename=None,
|
|
352
|
+
containing_type=None,
|
|
353
|
+
fields=None,
|
|
354
|
+
nested_types=None,
|
|
355
|
+
enum_types=None,
|
|
356
|
+
extensions=None,
|
|
357
|
+
options=None,
|
|
358
|
+
serialized_options=None,
|
|
359
|
+
is_extendable=True,
|
|
360
|
+
extension_ranges=None,
|
|
361
|
+
oneofs=None,
|
|
362
|
+
file=None, # pylint: disable=redefined-builtin
|
|
363
|
+
serialized_start=None,
|
|
364
|
+
serialized_end=None,
|
|
365
|
+
syntax=None,
|
|
366
|
+
is_map_entry=False,
|
|
367
|
+
create_key=None):
|
|
368
|
+
_message.Message._CheckCalledFromGeneratedFile()
|
|
369
|
+
return _message.default_pool.FindMessageTypeByName(full_name)
|
|
370
|
+
|
|
371
|
+
# NOTE: The file argument redefining a builtin is nothing we can
|
|
372
|
+
# fix right now since we don't know how many clients already rely on the
|
|
373
|
+
# name of the argument.
|
|
374
|
+
def __init__(self, name, full_name, filename, containing_type, fields,
|
|
375
|
+
nested_types, enum_types, extensions, options=None,
|
|
376
|
+
serialized_options=None,
|
|
377
|
+
is_extendable=True, extension_ranges=None, oneofs=None,
|
|
378
|
+
file=None, serialized_start=None, serialized_end=None, # pylint: disable=redefined-builtin
|
|
379
|
+
syntax=None, is_map_entry=False, create_key=None):
|
|
380
|
+
"""Arguments to __init__() are as described in the description
|
|
381
|
+
of Descriptor fields above.
|
|
382
|
+
|
|
383
|
+
Note that filename is an obsolete argument, that is not used anymore.
|
|
384
|
+
Please use file.name to access this as an attribute.
|
|
385
|
+
"""
|
|
386
|
+
if create_key is not _internal_create_key:
|
|
387
|
+
_Deprecated('Descriptor')
|
|
388
|
+
|
|
389
|
+
super(Descriptor, self).__init__(
|
|
390
|
+
options, 'MessageOptions', name, full_name, file,
|
|
391
|
+
containing_type, serialized_start=serialized_start,
|
|
392
|
+
serialized_end=serialized_end, serialized_options=serialized_options)
|
|
393
|
+
|
|
394
|
+
# We have fields in addition to fields_by_name and fields_by_number,
|
|
395
|
+
# so that:
|
|
396
|
+
# 1. Clients can index fields by "order in which they're listed."
|
|
397
|
+
# 2. Clients can easily iterate over all fields with the terse
|
|
398
|
+
# syntax: for f in descriptor.fields: ...
|
|
399
|
+
self.fields = fields
|
|
400
|
+
for field in self.fields:
|
|
401
|
+
field.containing_type = self
|
|
402
|
+
field.file = file
|
|
403
|
+
self.fields_by_number = dict((f.number, f) for f in fields)
|
|
404
|
+
self.fields_by_name = dict((f.name, f) for f in fields)
|
|
405
|
+
self._fields_by_camelcase_name = None
|
|
406
|
+
|
|
407
|
+
self.nested_types = nested_types
|
|
408
|
+
for nested_type in nested_types:
|
|
409
|
+
nested_type.containing_type = self
|
|
410
|
+
self.nested_types_by_name = dict((t.name, t) for t in nested_types)
|
|
411
|
+
|
|
412
|
+
self.enum_types = enum_types
|
|
413
|
+
for enum_type in self.enum_types:
|
|
414
|
+
enum_type.containing_type = self
|
|
415
|
+
self.enum_types_by_name = dict((t.name, t) for t in enum_types)
|
|
416
|
+
self.enum_values_by_name = dict(
|
|
417
|
+
(v.name, v) for t in enum_types for v in t.values)
|
|
418
|
+
|
|
419
|
+
self.extensions = extensions
|
|
420
|
+
for extension in self.extensions:
|
|
421
|
+
extension.extension_scope = self
|
|
422
|
+
self.extensions_by_name = dict((f.name, f) for f in extensions)
|
|
423
|
+
self.is_extendable = is_extendable
|
|
424
|
+
self.extension_ranges = extension_ranges
|
|
425
|
+
self.oneofs = oneofs if oneofs is not None else []
|
|
426
|
+
self.oneofs_by_name = dict((o.name, o) for o in self.oneofs)
|
|
427
|
+
for oneof in self.oneofs:
|
|
428
|
+
oneof.containing_type = self
|
|
429
|
+
oneof.file = file
|
|
430
|
+
self._is_map_entry = is_map_entry
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
def _parent(self):
|
|
434
|
+
return self.containing_type or self.file
|
|
435
|
+
|
|
436
|
+
@property
|
|
437
|
+
def fields_by_camelcase_name(self):
|
|
438
|
+
"""Same FieldDescriptor objects as in :attr:`fields`, but indexed by
|
|
439
|
+
:attr:`FieldDescriptor.camelcase_name`.
|
|
440
|
+
"""
|
|
441
|
+
if self._fields_by_camelcase_name is None:
|
|
442
|
+
self._fields_by_camelcase_name = dict(
|
|
443
|
+
(f.camelcase_name, f) for f in self.fields)
|
|
444
|
+
return self._fields_by_camelcase_name
|
|
445
|
+
|
|
446
|
+
def EnumValueName(self, enum, value):
|
|
447
|
+
"""Returns the string name of an enum value.
|
|
448
|
+
|
|
449
|
+
This is just a small helper method to simplify a common operation.
|
|
450
|
+
|
|
451
|
+
Args:
|
|
452
|
+
enum: string name of the Enum.
|
|
453
|
+
value: int, value of the enum.
|
|
454
|
+
|
|
455
|
+
Returns:
|
|
456
|
+
string name of the enum value.
|
|
457
|
+
|
|
458
|
+
Raises:
|
|
459
|
+
KeyError if either the Enum doesn't exist or the value is not a valid
|
|
460
|
+
value for the enum.
|
|
461
|
+
"""
|
|
462
|
+
return self.enum_types_by_name[enum].values_by_number[value].name
|
|
463
|
+
|
|
464
|
+
def CopyToProto(self, proto):
|
|
465
|
+
"""Copies this to a descriptor_pb2.DescriptorProto.
|
|
466
|
+
|
|
467
|
+
Args:
|
|
468
|
+
proto: An empty descriptor_pb2.DescriptorProto.
|
|
469
|
+
"""
|
|
470
|
+
# This function is overridden to give a better doc comment.
|
|
471
|
+
super(Descriptor, self).CopyToProto(proto)
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
# TODO: We should have aggressive checking here,
|
|
475
|
+
# for example:
|
|
476
|
+
# * If you specify a repeated field, you should not be allowed
|
|
477
|
+
# to specify a default value.
|
|
478
|
+
# * [Other examples here as needed].
|
|
479
|
+
#
|
|
480
|
+
# TODO: for this and other *Descriptor classes, we
|
|
481
|
+
# might also want to lock things down aggressively (e.g.,
|
|
482
|
+
# prevent clients from setting the attributes). Having
|
|
483
|
+
# stronger invariants here in general will reduce the number
|
|
484
|
+
# of runtime checks we must do in reflection.py...
|
|
485
|
+
class FieldDescriptor(DescriptorBase):
|
|
486
|
+
|
|
487
|
+
"""Descriptor for a single field in a .proto file.
|
|
488
|
+
|
|
489
|
+
Attributes:
|
|
490
|
+
name (str): Name of this field, exactly as it appears in .proto.
|
|
491
|
+
full_name (str): Name of this field, including containing scope. This is
|
|
492
|
+
particularly relevant for extensions.
|
|
493
|
+
index (int): Dense, 0-indexed index giving the order that this
|
|
494
|
+
field textually appears within its message in the .proto file.
|
|
495
|
+
number (int): Tag number declared for this field in the .proto file.
|
|
496
|
+
|
|
497
|
+
type (int): (One of the TYPE_* constants below) Declared type.
|
|
498
|
+
cpp_type (int): (One of the CPPTYPE_* constants below) C++ type used to
|
|
499
|
+
represent this field.
|
|
500
|
+
|
|
501
|
+
label (int): (One of the LABEL_* constants below) Tells whether this
|
|
502
|
+
field is optional, required, or repeated.
|
|
503
|
+
has_default_value (bool): True if this field has a default value defined,
|
|
504
|
+
otherwise false.
|
|
505
|
+
default_value (Varies): Default value of this field. Only
|
|
506
|
+
meaningful for non-repeated scalar fields. Repeated fields
|
|
507
|
+
should always set this to [], and non-repeated composite
|
|
508
|
+
fields should always set this to None.
|
|
509
|
+
|
|
510
|
+
containing_type (Descriptor): Descriptor of the protocol message
|
|
511
|
+
type that contains this field. Set by the Descriptor constructor
|
|
512
|
+
if we're passed into one.
|
|
513
|
+
Somewhat confusingly, for extension fields, this is the
|
|
514
|
+
descriptor of the EXTENDED message, not the descriptor
|
|
515
|
+
of the message containing this field. (See is_extension and
|
|
516
|
+
extension_scope below).
|
|
517
|
+
message_type (Descriptor): If a composite field, a descriptor
|
|
518
|
+
of the message type contained in this field. Otherwise, this is None.
|
|
519
|
+
enum_type (EnumDescriptor): If this field contains an enum, a
|
|
520
|
+
descriptor of that enum. Otherwise, this is None.
|
|
521
|
+
|
|
522
|
+
is_extension: True iff this describes an extension field.
|
|
523
|
+
extension_scope (Descriptor): Only meaningful if is_extension is True.
|
|
524
|
+
Gives the message that immediately contains this extension field.
|
|
525
|
+
Will be None iff we're a top-level (file-level) extension field.
|
|
526
|
+
|
|
527
|
+
options (descriptor_pb2.FieldOptions): Protocol message field options or
|
|
528
|
+
None to use default field options.
|
|
529
|
+
|
|
530
|
+
containing_oneof (OneofDescriptor): If the field is a member of a oneof
|
|
531
|
+
union, contains its descriptor. Otherwise, None.
|
|
532
|
+
|
|
533
|
+
file (FileDescriptor): Reference to file descriptor.
|
|
534
|
+
"""
|
|
535
|
+
|
|
536
|
+
# Must be consistent with C++ FieldDescriptor::Type enum in
|
|
537
|
+
# descriptor.h.
|
|
538
|
+
#
|
|
539
|
+
# TODO: Find a way to eliminate this repetition.
|
|
540
|
+
TYPE_DOUBLE = 1
|
|
541
|
+
TYPE_FLOAT = 2
|
|
542
|
+
TYPE_INT64 = 3
|
|
543
|
+
TYPE_UINT64 = 4
|
|
544
|
+
TYPE_INT32 = 5
|
|
545
|
+
TYPE_FIXED64 = 6
|
|
546
|
+
TYPE_FIXED32 = 7
|
|
547
|
+
TYPE_BOOL = 8
|
|
548
|
+
TYPE_STRING = 9
|
|
549
|
+
TYPE_GROUP = 10
|
|
550
|
+
TYPE_MESSAGE = 11
|
|
551
|
+
TYPE_BYTES = 12
|
|
552
|
+
TYPE_UINT32 = 13
|
|
553
|
+
TYPE_ENUM = 14
|
|
554
|
+
TYPE_SFIXED32 = 15
|
|
555
|
+
TYPE_SFIXED64 = 16
|
|
556
|
+
TYPE_SINT32 = 17
|
|
557
|
+
TYPE_SINT64 = 18
|
|
558
|
+
MAX_TYPE = 18
|
|
559
|
+
|
|
560
|
+
# Must be consistent with C++ FieldDescriptor::CppType enum in
|
|
561
|
+
# descriptor.h.
|
|
562
|
+
#
|
|
563
|
+
# TODO: Find a way to eliminate this repetition.
|
|
564
|
+
CPPTYPE_INT32 = 1
|
|
565
|
+
CPPTYPE_INT64 = 2
|
|
566
|
+
CPPTYPE_UINT32 = 3
|
|
567
|
+
CPPTYPE_UINT64 = 4
|
|
568
|
+
CPPTYPE_DOUBLE = 5
|
|
569
|
+
CPPTYPE_FLOAT = 6
|
|
570
|
+
CPPTYPE_BOOL = 7
|
|
571
|
+
CPPTYPE_ENUM = 8
|
|
572
|
+
CPPTYPE_STRING = 9
|
|
573
|
+
CPPTYPE_MESSAGE = 10
|
|
574
|
+
MAX_CPPTYPE = 10
|
|
575
|
+
|
|
576
|
+
_PYTHON_TO_CPP_PROTO_TYPE_MAP = {
|
|
577
|
+
TYPE_DOUBLE: CPPTYPE_DOUBLE,
|
|
578
|
+
TYPE_FLOAT: CPPTYPE_FLOAT,
|
|
579
|
+
TYPE_ENUM: CPPTYPE_ENUM,
|
|
580
|
+
TYPE_INT64: CPPTYPE_INT64,
|
|
581
|
+
TYPE_SINT64: CPPTYPE_INT64,
|
|
582
|
+
TYPE_SFIXED64: CPPTYPE_INT64,
|
|
583
|
+
TYPE_UINT64: CPPTYPE_UINT64,
|
|
584
|
+
TYPE_FIXED64: CPPTYPE_UINT64,
|
|
585
|
+
TYPE_INT32: CPPTYPE_INT32,
|
|
586
|
+
TYPE_SFIXED32: CPPTYPE_INT32,
|
|
587
|
+
TYPE_SINT32: CPPTYPE_INT32,
|
|
588
|
+
TYPE_UINT32: CPPTYPE_UINT32,
|
|
589
|
+
TYPE_FIXED32: CPPTYPE_UINT32,
|
|
590
|
+
TYPE_BYTES: CPPTYPE_STRING,
|
|
591
|
+
TYPE_STRING: CPPTYPE_STRING,
|
|
592
|
+
TYPE_BOOL: CPPTYPE_BOOL,
|
|
593
|
+
TYPE_MESSAGE: CPPTYPE_MESSAGE,
|
|
594
|
+
TYPE_GROUP: CPPTYPE_MESSAGE
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
# Must be consistent with C++ FieldDescriptor::Label enum in
|
|
598
|
+
# descriptor.h.
|
|
599
|
+
#
|
|
600
|
+
# TODO: Find a way to eliminate this repetition.
|
|
601
|
+
LABEL_OPTIONAL = 1
|
|
602
|
+
LABEL_REQUIRED = 2
|
|
603
|
+
LABEL_REPEATED = 3
|
|
604
|
+
MAX_LABEL = 3
|
|
605
|
+
|
|
606
|
+
# Must be consistent with C++ constants kMaxNumber, kFirstReservedNumber,
|
|
607
|
+
# and kLastReservedNumber in descriptor.h
|
|
608
|
+
MAX_FIELD_NUMBER = (1 << 29) - 1
|
|
609
|
+
FIRST_RESERVED_FIELD_NUMBER = 19000
|
|
610
|
+
LAST_RESERVED_FIELD_NUMBER = 19999
|
|
611
|
+
|
|
612
|
+
if _USE_C_DESCRIPTORS:
|
|
613
|
+
_C_DESCRIPTOR_CLASS = _message.FieldDescriptor
|
|
614
|
+
|
|
615
|
+
def __new__(cls, name, full_name, index, number, type, cpp_type, label,
|
|
616
|
+
default_value, message_type, enum_type, containing_type,
|
|
617
|
+
is_extension, extension_scope, options=None,
|
|
618
|
+
serialized_options=None,
|
|
619
|
+
has_default_value=True, containing_oneof=None, json_name=None,
|
|
620
|
+
file=None, create_key=None): # pylint: disable=redefined-builtin
|
|
621
|
+
_message.Message._CheckCalledFromGeneratedFile()
|
|
622
|
+
if is_extension:
|
|
623
|
+
return _message.default_pool.FindExtensionByName(full_name)
|
|
624
|
+
else:
|
|
625
|
+
return _message.default_pool.FindFieldByName(full_name)
|
|
626
|
+
|
|
627
|
+
def __init__(self, name, full_name, index, number, type, cpp_type, label,
|
|
628
|
+
default_value, message_type, enum_type, containing_type,
|
|
629
|
+
is_extension, extension_scope, options=None,
|
|
630
|
+
serialized_options=None,
|
|
631
|
+
has_default_value=True, containing_oneof=None, json_name=None,
|
|
632
|
+
file=None, create_key=None): # pylint: disable=redefined-builtin
|
|
633
|
+
"""The arguments are as described in the description of FieldDescriptor
|
|
634
|
+
attributes above.
|
|
635
|
+
|
|
636
|
+
Note that containing_type may be None, and may be set later if necessary
|
|
637
|
+
(to deal with circular references between message types, for example).
|
|
638
|
+
Likewise for extension_scope.
|
|
639
|
+
"""
|
|
640
|
+
if create_key is not _internal_create_key:
|
|
641
|
+
_Deprecated('FieldDescriptor')
|
|
642
|
+
|
|
643
|
+
super(FieldDescriptor, self).__init__(
|
|
644
|
+
file, options, serialized_options, 'FieldOptions'
|
|
645
|
+
)
|
|
646
|
+
self.name = name
|
|
647
|
+
self.full_name = full_name
|
|
648
|
+
self._camelcase_name = None
|
|
649
|
+
if json_name is None:
|
|
650
|
+
self.json_name = _ToJsonName(name)
|
|
651
|
+
else:
|
|
652
|
+
self.json_name = json_name
|
|
653
|
+
self.index = index
|
|
654
|
+
self.number = number
|
|
655
|
+
self._type = type
|
|
656
|
+
self.cpp_type = cpp_type
|
|
657
|
+
self._label = label
|
|
658
|
+
self.has_default_value = has_default_value
|
|
659
|
+
self.default_value = default_value
|
|
660
|
+
self.containing_type = containing_type
|
|
661
|
+
self.message_type = message_type
|
|
662
|
+
self.enum_type = enum_type
|
|
663
|
+
self.is_extension = is_extension
|
|
664
|
+
self.extension_scope = extension_scope
|
|
665
|
+
self.containing_oneof = containing_oneof
|
|
666
|
+
if api_implementation.Type() == 'python':
|
|
667
|
+
self._cdescriptor = None
|
|
668
|
+
else:
|
|
669
|
+
if is_extension:
|
|
670
|
+
self._cdescriptor = _message.default_pool.FindExtensionByName(full_name)
|
|
671
|
+
else:
|
|
672
|
+
self._cdescriptor = _message.default_pool.FindFieldByName(full_name)
|
|
673
|
+
|
|
674
|
+
@property
|
|
675
|
+
def _parent(self):
|
|
676
|
+
if self.containing_oneof:
|
|
677
|
+
return self.containing_oneof
|
|
678
|
+
if self.is_extension:
|
|
679
|
+
return self.extension_scope or self.file
|
|
680
|
+
return self.containing_type
|
|
681
|
+
|
|
682
|
+
def _InferLegacyFeatures(self, edition, options, features):
|
|
683
|
+
# pylint: disable=g-import-not-at-top
|
|
684
|
+
from google.protobuf import descriptor_pb2
|
|
685
|
+
|
|
686
|
+
if edition >= descriptor_pb2.Edition.EDITION_2023:
|
|
687
|
+
return
|
|
688
|
+
|
|
689
|
+
if self._label == FieldDescriptor.LABEL_REQUIRED:
|
|
690
|
+
features.field_presence = (
|
|
691
|
+
descriptor_pb2.FeatureSet.FieldPresence.LEGACY_REQUIRED
|
|
692
|
+
)
|
|
693
|
+
|
|
694
|
+
if self._type == FieldDescriptor.TYPE_GROUP:
|
|
695
|
+
features.message_encoding = (
|
|
696
|
+
descriptor_pb2.FeatureSet.MessageEncoding.DELIMITED
|
|
697
|
+
)
|
|
698
|
+
|
|
699
|
+
if options.HasField('packed'):
|
|
700
|
+
features.repeated_field_encoding = (
|
|
701
|
+
descriptor_pb2.FeatureSet.RepeatedFieldEncoding.PACKED
|
|
702
|
+
if options.packed
|
|
703
|
+
else descriptor_pb2.FeatureSet.RepeatedFieldEncoding.EXPANDED
|
|
704
|
+
)
|
|
705
|
+
|
|
706
|
+
@property
|
|
707
|
+
def type(self):
|
|
708
|
+
if (
|
|
709
|
+
self._GetFeatures().message_encoding
|
|
710
|
+
== _FEATURESET_MESSAGE_ENCODING_DELIMITED
|
|
711
|
+
and self.message_type
|
|
712
|
+
and not self.message_type.GetOptions().map_entry
|
|
713
|
+
and not self.containing_type.GetOptions().map_entry
|
|
714
|
+
):
|
|
715
|
+
return FieldDescriptor.TYPE_GROUP
|
|
716
|
+
return self._type
|
|
717
|
+
|
|
718
|
+
@type.setter
|
|
719
|
+
def type(self, val):
|
|
720
|
+
self._type = val
|
|
721
|
+
|
|
722
|
+
@property
|
|
723
|
+
def label(self):
|
|
724
|
+
if (
|
|
725
|
+
self._GetFeatures().field_presence
|
|
726
|
+
== _FEATURESET_FIELD_PRESENCE_LEGACY_REQUIRED
|
|
727
|
+
):
|
|
728
|
+
return FieldDescriptor.LABEL_REQUIRED
|
|
729
|
+
return self._label
|
|
730
|
+
|
|
731
|
+
@property
|
|
732
|
+
def is_required(self):
|
|
733
|
+
"""Returns if the field is required."""
|
|
734
|
+
return (
|
|
735
|
+
self._GetFeatures().field_presence
|
|
736
|
+
== _FEATURESET_FIELD_PRESENCE_LEGACY_REQUIRED
|
|
737
|
+
)
|
|
738
|
+
|
|
739
|
+
@property
|
|
740
|
+
def is_repeated(self):
|
|
741
|
+
"""Returns if the field is repeated."""
|
|
742
|
+
return self._label == FieldDescriptor.LABEL_REPEATED
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
def camelcase_name(self):
|
|
746
|
+
"""Camelcase name of this field.
|
|
747
|
+
|
|
748
|
+
Returns:
|
|
749
|
+
str: the name in CamelCase.
|
|
750
|
+
"""
|
|
751
|
+
if self._camelcase_name is None:
|
|
752
|
+
self._camelcase_name = _ToCamelCase(self.name)
|
|
753
|
+
return self._camelcase_name
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
def has_presence(self):
|
|
757
|
+
"""Whether the field distinguishes between unpopulated and default values.
|
|
758
|
+
|
|
759
|
+
Raises:
|
|
760
|
+
RuntimeError: singular field that is not linked with message nor file.
|
|
761
|
+
"""
|
|
762
|
+
if self.is_repeated:
|
|
763
|
+
return False
|
|
764
|
+
if (
|
|
765
|
+
self.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE
|
|
766
|
+
or self.is_extension
|
|
767
|
+
or self.containing_oneof
|
|
768
|
+
):
|
|
769
|
+
return True
|
|
770
|
+
|
|
771
|
+
return (
|
|
772
|
+
self._GetFeatures().field_presence
|
|
773
|
+
!= _FEATURESET_FIELD_PRESENCE_IMPLICIT
|
|
774
|
+
)
|
|
775
|
+
|
|
776
|
+
@property
|
|
777
|
+
def is_packed(self):
|
|
778
|
+
"""Returns if the field is packed."""
|
|
779
|
+
if not self.is_repeated:
|
|
780
|
+
return False
|
|
781
|
+
field_type = self.type
|
|
782
|
+
if (field_type == FieldDescriptor.TYPE_STRING or
|
|
783
|
+
field_type == FieldDescriptor.TYPE_GROUP or
|
|
784
|
+
field_type == FieldDescriptor.TYPE_MESSAGE or
|
|
785
|
+
field_type == FieldDescriptor.TYPE_BYTES):
|
|
786
|
+
return False
|
|
787
|
+
|
|
788
|
+
return (
|
|
789
|
+
self._GetFeatures().repeated_field_encoding
|
|
790
|
+
== _FEATURESET_REPEATED_FIELD_ENCODING_PACKED
|
|
791
|
+
)
|
|
792
|
+
|
|
793
|
+
@staticmethod
|
|
794
|
+
def ProtoTypeToCppProtoType(proto_type):
|
|
795
|
+
"""Converts from a Python proto type to a C++ Proto Type.
|
|
796
|
+
|
|
797
|
+
The Python ProtocolBuffer classes specify both the 'Python' datatype and the
|
|
798
|
+
'C++' datatype - and they're not the same. This helper method should
|
|
799
|
+
translate from one to another.
|
|
800
|
+
|
|
801
|
+
Args:
|
|
802
|
+
proto_type: the Python proto type (descriptor.FieldDescriptor.TYPE_*)
|
|
803
|
+
Returns:
|
|
804
|
+
int: descriptor.FieldDescriptor.CPPTYPE_*, the C++ type.
|
|
805
|
+
Raises:
|
|
806
|
+
TypeTransformationError: when the Python proto type isn't known.
|
|
807
|
+
"""
|
|
808
|
+
try:
|
|
809
|
+
return FieldDescriptor._PYTHON_TO_CPP_PROTO_TYPE_MAP[proto_type]
|
|
810
|
+
except KeyError:
|
|
811
|
+
raise TypeTransformationError('Unknown proto_type: %s' % proto_type)
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
class EnumDescriptor(_NestedDescriptorBase):
|
|
815
|
+
|
|
816
|
+
"""Descriptor for an enum defined in a .proto file.
|
|
817
|
+
|
|
818
|
+
Attributes:
|
|
819
|
+
name (str): Name of the enum type.
|
|
820
|
+
full_name (str): Full name of the type, including package name
|
|
821
|
+
and any enclosing type(s).
|
|
822
|
+
|
|
823
|
+
values (list[EnumValueDescriptor]): List of the values
|
|
824
|
+
in this enum.
|
|
825
|
+
values_by_name (dict(str, EnumValueDescriptor)): Same as :attr:`values`,
|
|
826
|
+
but indexed by the "name" field of each EnumValueDescriptor.
|
|
827
|
+
values_by_number (dict(int, EnumValueDescriptor)): Same as :attr:`values`,
|
|
828
|
+
but indexed by the "number" field of each EnumValueDescriptor.
|
|
829
|
+
containing_type (Descriptor): Descriptor of the immediate containing
|
|
830
|
+
type of this enum, or None if this is an enum defined at the
|
|
831
|
+
top level in a .proto file. Set by Descriptor's constructor
|
|
832
|
+
if we're passed into one.
|
|
833
|
+
file (FileDescriptor): Reference to file descriptor.
|
|
834
|
+
options (descriptor_pb2.EnumOptions): Enum options message or
|
|
835
|
+
None to use default enum options.
|
|
836
|
+
"""
|
|
837
|
+
|
|
838
|
+
if _USE_C_DESCRIPTORS:
|
|
839
|
+
_C_DESCRIPTOR_CLASS = _message.EnumDescriptor
|
|
840
|
+
|
|
841
|
+
def __new__(cls, name, full_name, filename, values,
|
|
842
|
+
containing_type=None, options=None,
|
|
843
|
+
serialized_options=None, file=None, # pylint: disable=redefined-builtin
|
|
844
|
+
serialized_start=None, serialized_end=None, create_key=None):
|
|
845
|
+
_message.Message._CheckCalledFromGeneratedFile()
|
|
846
|
+
return _message.default_pool.FindEnumTypeByName(full_name)
|
|
847
|
+
|
|
848
|
+
def __init__(self, name, full_name, filename, values,
|
|
849
|
+
containing_type=None, options=None,
|
|
850
|
+
serialized_options=None, file=None, # pylint: disable=redefined-builtin
|
|
851
|
+
serialized_start=None, serialized_end=None, create_key=None):
|
|
852
|
+
"""Arguments are as described in the attribute description above.
|
|
853
|
+
|
|
854
|
+
Note that filename is an obsolete argument, that is not used anymore.
|
|
855
|
+
Please use file.name to access this as an attribute.
|
|
856
|
+
"""
|
|
857
|
+
if create_key is not _internal_create_key:
|
|
858
|
+
_Deprecated('EnumDescriptor')
|
|
859
|
+
|
|
860
|
+
super(EnumDescriptor, self).__init__(
|
|
861
|
+
options, 'EnumOptions', name, full_name, file,
|
|
862
|
+
containing_type, serialized_start=serialized_start,
|
|
863
|
+
serialized_end=serialized_end, serialized_options=serialized_options)
|
|
864
|
+
|
|
865
|
+
self.values = values
|
|
866
|
+
for value in self.values:
|
|
867
|
+
value.file = file
|
|
868
|
+
value.type = self
|
|
869
|
+
self.values_by_name = dict((v.name, v) for v in values)
|
|
870
|
+
# Values are reversed to ensure that the first alias is retained.
|
|
871
|
+
self.values_by_number = dict((v.number, v) for v in reversed(values))
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
def _parent(self):
|
|
875
|
+
return self.containing_type or self.file
|
|
876
|
+
|
|
877
|
+
@property
|
|
878
|
+
def is_closed(self):
|
|
879
|
+
"""Returns true whether this is a "closed" enum.
|
|
880
|
+
|
|
881
|
+
This means that it:
|
|
882
|
+
- Has a fixed set of values, rather than being equivalent to an int32.
|
|
883
|
+
- Encountering values not in this set causes them to be treated as unknown
|
|
884
|
+
fields.
|
|
885
|
+
- The first value (i.e., the default) may be nonzero.
|
|
886
|
+
|
|
887
|
+
WARNING: Some runtimes currently have a quirk where non-closed enums are
|
|
888
|
+
treated as closed when used as the type of fields defined in a
|
|
889
|
+
`syntax = proto2;` file. This quirk is not present in all runtimes; as of
|
|
890
|
+
writing, we know that:
|
|
891
|
+
|
|
892
|
+
- C++, Java, and C++-based Python share this quirk.
|
|
893
|
+
- UPB and UPB-based Python do not.
|
|
894
|
+
- PHP and Ruby treat all enums as open regardless of declaration.
|
|
895
|
+
|
|
896
|
+
Care should be taken when using this function to respect the target
|
|
897
|
+
runtime's enum handling quirks.
|
|
898
|
+
"""
|
|
899
|
+
return self._GetFeatures().enum_type == _FEATURESET_ENUM_TYPE_CLOSED
|
|
900
|
+
|
|
901
|
+
def CopyToProto(self, proto):
|
|
902
|
+
"""Copies this to a descriptor_pb2.EnumDescriptorProto.
|
|
903
|
+
|
|
904
|
+
Args:
|
|
905
|
+
proto (descriptor_pb2.EnumDescriptorProto): An empty descriptor proto.
|
|
906
|
+
"""
|
|
907
|
+
# This function is overridden to give a better doc comment.
|
|
908
|
+
super(EnumDescriptor, self).CopyToProto(proto)
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
class EnumValueDescriptor(DescriptorBase):
|
|
912
|
+
|
|
913
|
+
"""Descriptor for a single value within an enum.
|
|
914
|
+
|
|
915
|
+
Attributes:
|
|
916
|
+
name (str): Name of this value.
|
|
917
|
+
index (int): Dense, 0-indexed index giving the order that this
|
|
918
|
+
value appears textually within its enum in the .proto file.
|
|
919
|
+
number (int): Actual number assigned to this enum value.
|
|
920
|
+
type (EnumDescriptor): :class:`EnumDescriptor` to which this value
|
|
921
|
+
belongs. Set by :class:`EnumDescriptor`'s constructor if we're
|
|
922
|
+
passed into one.
|
|
923
|
+
options (descriptor_pb2.EnumValueOptions): Enum value options message or
|
|
924
|
+
None to use default enum value options options.
|
|
925
|
+
"""
|
|
926
|
+
|
|
927
|
+
if _USE_C_DESCRIPTORS:
|
|
928
|
+
_C_DESCRIPTOR_CLASS = _message.EnumValueDescriptor
|
|
929
|
+
|
|
930
|
+
def __new__(cls, name, index, number,
|
|
931
|
+
type=None, # pylint: disable=redefined-builtin
|
|
932
|
+
options=None, serialized_options=None, create_key=None):
|
|
933
|
+
_message.Message._CheckCalledFromGeneratedFile()
|
|
934
|
+
# There is no way we can build a complete EnumValueDescriptor with the
|
|
935
|
+
# given parameters (the name of the Enum is not known, for example).
|
|
936
|
+
# Fortunately generated files just pass it to the EnumDescriptor()
|
|
937
|
+
# constructor, which will ignore it, so returning None is good enough.
|
|
938
|
+
return None
|
|
939
|
+
|
|
940
|
+
def __init__(self, name, index, number,
|
|
941
|
+
type=None, # pylint: disable=redefined-builtin
|
|
942
|
+
options=None, serialized_options=None, create_key=None):
|
|
943
|
+
"""Arguments are as described in the attribute description above."""
|
|
944
|
+
if create_key is not _internal_create_key:
|
|
945
|
+
_Deprecated('EnumValueDescriptor')
|
|
946
|
+
|
|
947
|
+
super(EnumValueDescriptor, self).__init__(
|
|
948
|
+
type.file if type else None,
|
|
949
|
+
options,
|
|
950
|
+
serialized_options,
|
|
951
|
+
'EnumValueOptions',
|
|
952
|
+
)
|
|
953
|
+
self.name = name
|
|
954
|
+
self.index = index
|
|
955
|
+
self.number = number
|
|
956
|
+
self.type = type
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
def _parent(self):
|
|
960
|
+
return self.type
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
class OneofDescriptor(DescriptorBase):
|
|
964
|
+
"""Descriptor for a oneof field.
|
|
965
|
+
|
|
966
|
+
Attributes:
|
|
967
|
+
name (str): Name of the oneof field.
|
|
968
|
+
full_name (str): Full name of the oneof field, including package name.
|
|
969
|
+
index (int): 0-based index giving the order of the oneof field inside
|
|
970
|
+
its containing type.
|
|
971
|
+
containing_type (Descriptor): :class:`Descriptor` of the protocol message
|
|
972
|
+
type that contains this field. Set by the :class:`Descriptor` constructor
|
|
973
|
+
if we're passed into one.
|
|
974
|
+
fields (list[FieldDescriptor]): The list of field descriptors this
|
|
975
|
+
oneof can contain.
|
|
976
|
+
"""
|
|
977
|
+
|
|
978
|
+
if _USE_C_DESCRIPTORS:
|
|
979
|
+
_C_DESCRIPTOR_CLASS = _message.OneofDescriptor
|
|
980
|
+
|
|
981
|
+
def __new__(
|
|
982
|
+
cls, name, full_name, index, containing_type, fields, options=None,
|
|
983
|
+
serialized_options=None, create_key=None):
|
|
984
|
+
_message.Message._CheckCalledFromGeneratedFile()
|
|
985
|
+
return _message.default_pool.FindOneofByName(full_name)
|
|
986
|
+
|
|
987
|
+
def __init__(
|
|
988
|
+
self, name, full_name, index, containing_type, fields, options=None,
|
|
989
|
+
serialized_options=None, create_key=None):
|
|
990
|
+
"""Arguments are as described in the attribute description above."""
|
|
991
|
+
if create_key is not _internal_create_key:
|
|
992
|
+
_Deprecated('OneofDescriptor')
|
|
993
|
+
|
|
994
|
+
super(OneofDescriptor, self).__init__(
|
|
995
|
+
containing_type.file if containing_type else None,
|
|
996
|
+
options,
|
|
997
|
+
serialized_options,
|
|
998
|
+
'OneofOptions',
|
|
999
|
+
)
|
|
1000
|
+
self.name = name
|
|
1001
|
+
self.full_name = full_name
|
|
1002
|
+
self.index = index
|
|
1003
|
+
self.containing_type = containing_type
|
|
1004
|
+
self.fields = fields
|
|
1005
|
+
|
|
1006
|
+
@property
|
|
1007
|
+
def _parent(self):
|
|
1008
|
+
return self.containing_type
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
class ServiceDescriptor(_NestedDescriptorBase):
|
|
1012
|
+
|
|
1013
|
+
"""Descriptor for a service.
|
|
1014
|
+
|
|
1015
|
+
Attributes:
|
|
1016
|
+
name (str): Name of the service.
|
|
1017
|
+
full_name (str): Full name of the service, including package name.
|
|
1018
|
+
index (int): 0-indexed index giving the order that this services
|
|
1019
|
+
definition appears within the .proto file.
|
|
1020
|
+
methods (list[MethodDescriptor]): List of methods provided by this
|
|
1021
|
+
service.
|
|
1022
|
+
methods_by_name (dict(str, MethodDescriptor)): Same
|
|
1023
|
+
:class:`MethodDescriptor` objects as in :attr:`methods_by_name`, but
|
|
1024
|
+
indexed by "name" attribute in each :class:`MethodDescriptor`.
|
|
1025
|
+
options (descriptor_pb2.ServiceOptions): Service options message or
|
|
1026
|
+
None to use default service options.
|
|
1027
|
+
file (FileDescriptor): Reference to file info.
|
|
1028
|
+
"""
|
|
1029
|
+
|
|
1030
|
+
if _USE_C_DESCRIPTORS:
|
|
1031
|
+
_C_DESCRIPTOR_CLASS = _message.ServiceDescriptor
|
|
1032
|
+
|
|
1033
|
+
def __new__(
|
|
1034
|
+
cls,
|
|
1035
|
+
name=None,
|
|
1036
|
+
full_name=None,
|
|
1037
|
+
index=None,
|
|
1038
|
+
methods=None,
|
|
1039
|
+
options=None,
|
|
1040
|
+
serialized_options=None,
|
|
1041
|
+
file=None, # pylint: disable=redefined-builtin
|
|
1042
|
+
serialized_start=None,
|
|
1043
|
+
serialized_end=None,
|
|
1044
|
+
create_key=None):
|
|
1045
|
+
_message.Message._CheckCalledFromGeneratedFile() # pylint: disable=protected-access
|
|
1046
|
+
return _message.default_pool.FindServiceByName(full_name)
|
|
1047
|
+
|
|
1048
|
+
def __init__(self, name, full_name, index, methods, options=None,
|
|
1049
|
+
serialized_options=None, file=None, # pylint: disable=redefined-builtin
|
|
1050
|
+
serialized_start=None, serialized_end=None, create_key=None):
|
|
1051
|
+
if create_key is not _internal_create_key:
|
|
1052
|
+
_Deprecated('ServiceDescriptor')
|
|
1053
|
+
|
|
1054
|
+
super(ServiceDescriptor, self).__init__(
|
|
1055
|
+
options, 'ServiceOptions', name, full_name, file,
|
|
1056
|
+
None, serialized_start=serialized_start,
|
|
1057
|
+
serialized_end=serialized_end, serialized_options=serialized_options)
|
|
1058
|
+
self.index = index
|
|
1059
|
+
self.methods = methods
|
|
1060
|
+
self.methods_by_name = dict((m.name, m) for m in methods)
|
|
1061
|
+
# Set the containing service for each method in this service.
|
|
1062
|
+
for method in self.methods:
|
|
1063
|
+
method.file = self.file
|
|
1064
|
+
method.containing_service = self
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
def _parent(self):
|
|
1068
|
+
return self.file
|
|
1069
|
+
|
|
1070
|
+
def FindMethodByName(self, name):
|
|
1071
|
+
"""Searches for the specified method, and returns its descriptor.
|
|
1072
|
+
|
|
1073
|
+
Args:
|
|
1074
|
+
name (str): Name of the method.
|
|
1075
|
+
|
|
1076
|
+
Returns:
|
|
1077
|
+
MethodDescriptor: The descriptor for the requested method.
|
|
1078
|
+
|
|
1079
|
+
Raises:
|
|
1080
|
+
KeyError: if the method cannot be found in the service.
|
|
1081
|
+
"""
|
|
1082
|
+
return self.methods_by_name[name]
|
|
1083
|
+
|
|
1084
|
+
def CopyToProto(self, proto):
|
|
1085
|
+
"""Copies this to a descriptor_pb2.ServiceDescriptorProto.
|
|
1086
|
+
|
|
1087
|
+
Args:
|
|
1088
|
+
proto (descriptor_pb2.ServiceDescriptorProto): An empty descriptor proto.
|
|
1089
|
+
"""
|
|
1090
|
+
# This function is overridden to give a better doc comment.
|
|
1091
|
+
super(ServiceDescriptor, self).CopyToProto(proto)
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
class MethodDescriptor(DescriptorBase):
|
|
1095
|
+
|
|
1096
|
+
"""Descriptor for a method in a service.
|
|
1097
|
+
|
|
1098
|
+
Attributes:
|
|
1099
|
+
name (str): Name of the method within the service.
|
|
1100
|
+
full_name (str): Full name of method.
|
|
1101
|
+
index (int): 0-indexed index of the method inside the service.
|
|
1102
|
+
containing_service (ServiceDescriptor): The service that contains this
|
|
1103
|
+
method.
|
|
1104
|
+
input_type (Descriptor): The descriptor of the message that this method
|
|
1105
|
+
accepts.
|
|
1106
|
+
output_type (Descriptor): The descriptor of the message that this method
|
|
1107
|
+
returns.
|
|
1108
|
+
client_streaming (bool): Whether this method uses client streaming.
|
|
1109
|
+
server_streaming (bool): Whether this method uses server streaming.
|
|
1110
|
+
options (descriptor_pb2.MethodOptions or None): Method options message, or
|
|
1111
|
+
None to use default method options.
|
|
1112
|
+
"""
|
|
1113
|
+
|
|
1114
|
+
if _USE_C_DESCRIPTORS:
|
|
1115
|
+
_C_DESCRIPTOR_CLASS = _message.MethodDescriptor
|
|
1116
|
+
|
|
1117
|
+
def __new__(cls,
|
|
1118
|
+
name,
|
|
1119
|
+
full_name,
|
|
1120
|
+
index,
|
|
1121
|
+
containing_service,
|
|
1122
|
+
input_type,
|
|
1123
|
+
output_type,
|
|
1124
|
+
client_streaming=False,
|
|
1125
|
+
server_streaming=False,
|
|
1126
|
+
options=None,
|
|
1127
|
+
serialized_options=None,
|
|
1128
|
+
create_key=None):
|
|
1129
|
+
_message.Message._CheckCalledFromGeneratedFile() # pylint: disable=protected-access
|
|
1130
|
+
return _message.default_pool.FindMethodByName(full_name)
|
|
1131
|
+
|
|
1132
|
+
def __init__(self,
|
|
1133
|
+
name,
|
|
1134
|
+
full_name,
|
|
1135
|
+
index,
|
|
1136
|
+
containing_service,
|
|
1137
|
+
input_type,
|
|
1138
|
+
output_type,
|
|
1139
|
+
client_streaming=False,
|
|
1140
|
+
server_streaming=False,
|
|
1141
|
+
options=None,
|
|
1142
|
+
serialized_options=None,
|
|
1143
|
+
create_key=None):
|
|
1144
|
+
"""The arguments are as described in the description of MethodDescriptor
|
|
1145
|
+
attributes above.
|
|
1146
|
+
|
|
1147
|
+
Note that containing_service may be None, and may be set later if necessary.
|
|
1148
|
+
"""
|
|
1149
|
+
if create_key is not _internal_create_key:
|
|
1150
|
+
_Deprecated('MethodDescriptor')
|
|
1151
|
+
|
|
1152
|
+
super(MethodDescriptor, self).__init__(
|
|
1153
|
+
containing_service.file if containing_service else None,
|
|
1154
|
+
options,
|
|
1155
|
+
serialized_options,
|
|
1156
|
+
'MethodOptions',
|
|
1157
|
+
)
|
|
1158
|
+
self.name = name
|
|
1159
|
+
self.full_name = full_name
|
|
1160
|
+
self.index = index
|
|
1161
|
+
self.containing_service = containing_service
|
|
1162
|
+
self.input_type = input_type
|
|
1163
|
+
self.output_type = output_type
|
|
1164
|
+
self.client_streaming = client_streaming
|
|
1165
|
+
self.server_streaming = server_streaming
|
|
1166
|
+
|
|
1167
|
+
@property
|
|
1168
|
+
def _parent(self):
|
|
1169
|
+
return self.containing_service
|
|
1170
|
+
|
|
1171
|
+
def CopyToProto(self, proto):
|
|
1172
|
+
"""Copies this to a descriptor_pb2.MethodDescriptorProto.
|
|
1173
|
+
|
|
1174
|
+
Args:
|
|
1175
|
+
proto (descriptor_pb2.MethodDescriptorProto): An empty descriptor proto.
|
|
1176
|
+
|
|
1177
|
+
Raises:
|
|
1178
|
+
Error: If self couldn't be serialized, due to too few constructor
|
|
1179
|
+
arguments.
|
|
1180
|
+
"""
|
|
1181
|
+
if self.containing_service is not None:
|
|
1182
|
+
from google.protobuf import descriptor_pb2
|
|
1183
|
+
service_proto = descriptor_pb2.ServiceDescriptorProto()
|
|
1184
|
+
self.containing_service.CopyToProto(service_proto)
|
|
1185
|
+
proto.CopyFrom(service_proto.method[self.index])
|
|
1186
|
+
else:
|
|
1187
|
+
raise Error('Descriptor does not contain a service.')
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
class FileDescriptor(DescriptorBase):
|
|
1191
|
+
"""Descriptor for a file. Mimics the descriptor_pb2.FileDescriptorProto.
|
|
1192
|
+
|
|
1193
|
+
Note that :attr:`enum_types_by_name`, :attr:`extensions_by_name`, and
|
|
1194
|
+
:attr:`dependencies` fields are only set by the
|
|
1195
|
+
:py:mod:`google.protobuf.message_factory` module, and not by the generated
|
|
1196
|
+
proto code.
|
|
1197
|
+
|
|
1198
|
+
Attributes:
|
|
1199
|
+
name (str): Name of file, relative to root of source tree.
|
|
1200
|
+
package (str): Name of the package
|
|
1201
|
+
edition (Edition): Enum value indicating edition of the file
|
|
1202
|
+
serialized_pb (bytes): Byte string of serialized
|
|
1203
|
+
:class:`descriptor_pb2.FileDescriptorProto`.
|
|
1204
|
+
dependencies (list[FileDescriptor]): List of other :class:`FileDescriptor`
|
|
1205
|
+
objects this :class:`FileDescriptor` depends on.
|
|
1206
|
+
public_dependencies (list[FileDescriptor]): A subset of
|
|
1207
|
+
:attr:`dependencies`, which were declared as "public".
|
|
1208
|
+
message_types_by_name (dict(str, Descriptor)): Mapping from message names to
|
|
1209
|
+
their :class:`Descriptor`.
|
|
1210
|
+
enum_types_by_name (dict(str, EnumDescriptor)): Mapping from enum names to
|
|
1211
|
+
their :class:`EnumDescriptor`.
|
|
1212
|
+
extensions_by_name (dict(str, FieldDescriptor)): Mapping from extension
|
|
1213
|
+
names declared at file scope to their :class:`FieldDescriptor`.
|
|
1214
|
+
services_by_name (dict(str, ServiceDescriptor)): Mapping from services'
|
|
1215
|
+
names to their :class:`ServiceDescriptor`.
|
|
1216
|
+
pool (DescriptorPool): The pool this descriptor belongs to. When not passed
|
|
1217
|
+
to the constructor, the global default pool is used.
|
|
1218
|
+
"""
|
|
1219
|
+
|
|
1220
|
+
if _USE_C_DESCRIPTORS:
|
|
1221
|
+
_C_DESCRIPTOR_CLASS = _message.FileDescriptor
|
|
1222
|
+
|
|
1223
|
+
def __new__(
|
|
1224
|
+
cls,
|
|
1225
|
+
name,
|
|
1226
|
+
package,
|
|
1227
|
+
options=None,
|
|
1228
|
+
serialized_options=None,
|
|
1229
|
+
serialized_pb=None,
|
|
1230
|
+
dependencies=None,
|
|
1231
|
+
public_dependencies=None,
|
|
1232
|
+
syntax=None,
|
|
1233
|
+
edition=None,
|
|
1234
|
+
pool=None,
|
|
1235
|
+
create_key=None,
|
|
1236
|
+
):
|
|
1237
|
+
# FileDescriptor() is called from various places, not only from generated
|
|
1238
|
+
# files, to register dynamic proto files and messages.
|
|
1239
|
+
# pylint: disable=g-explicit-bool-comparison
|
|
1240
|
+
if serialized_pb:
|
|
1241
|
+
return _message.default_pool.AddSerializedFile(serialized_pb)
|
|
1242
|
+
else:
|
|
1243
|
+
return super(FileDescriptor, cls).__new__(cls)
|
|
1244
|
+
|
|
1245
|
+
def __init__(
|
|
1246
|
+
self,
|
|
1247
|
+
name,
|
|
1248
|
+
package,
|
|
1249
|
+
options=None,
|
|
1250
|
+
serialized_options=None,
|
|
1251
|
+
serialized_pb=None,
|
|
1252
|
+
dependencies=None,
|
|
1253
|
+
public_dependencies=None,
|
|
1254
|
+
syntax=None,
|
|
1255
|
+
edition=None,
|
|
1256
|
+
pool=None,
|
|
1257
|
+
create_key=None,
|
|
1258
|
+
):
|
|
1259
|
+
"""Constructor."""
|
|
1260
|
+
if create_key is not _internal_create_key:
|
|
1261
|
+
_Deprecated('FileDescriptor')
|
|
1262
|
+
|
|
1263
|
+
super(FileDescriptor, self).__init__(
|
|
1264
|
+
self, options, serialized_options, 'FileOptions'
|
|
1265
|
+
)
|
|
1266
|
+
|
|
1267
|
+
if edition and edition != 'EDITION_UNKNOWN':
|
|
1268
|
+
self._edition = edition
|
|
1269
|
+
elif syntax == 'proto3':
|
|
1270
|
+
self._edition = 'EDITION_PROTO3'
|
|
1271
|
+
else:
|
|
1272
|
+
self._edition = 'EDITION_PROTO2'
|
|
1273
|
+
|
|
1274
|
+
if pool is None:
|
|
1275
|
+
from google.protobuf import descriptor_pool
|
|
1276
|
+
pool = descriptor_pool.Default()
|
|
1277
|
+
self.pool = pool
|
|
1278
|
+
self.message_types_by_name = {}
|
|
1279
|
+
self.name = name
|
|
1280
|
+
self.package = package
|
|
1281
|
+
self.serialized_pb = serialized_pb
|
|
1282
|
+
|
|
1283
|
+
self.enum_types_by_name = {}
|
|
1284
|
+
self.extensions_by_name = {}
|
|
1285
|
+
self.services_by_name = {}
|
|
1286
|
+
self.dependencies = (dependencies or [])
|
|
1287
|
+
self.public_dependencies = (public_dependencies or [])
|
|
1288
|
+
|
|
1289
|
+
def CopyToProto(self, proto):
|
|
1290
|
+
"""Copies this to a descriptor_pb2.FileDescriptorProto.
|
|
1291
|
+
|
|
1292
|
+
Args:
|
|
1293
|
+
proto: An empty descriptor_pb2.FileDescriptorProto.
|
|
1294
|
+
"""
|
|
1295
|
+
proto.ParseFromString(self.serialized_pb)
|
|
1296
|
+
|
|
1297
|
+
@property
|
|
1298
|
+
def _parent(self):
|
|
1299
|
+
return None
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
def _ParseOptions(message, string):
|
|
1303
|
+
"""Parses serialized options.
|
|
1304
|
+
|
|
1305
|
+
This helper function is used to parse serialized options in generated
|
|
1306
|
+
proto2 files. It must not be used outside proto2.
|
|
1307
|
+
"""
|
|
1308
|
+
message.ParseFromString(string)
|
|
1309
|
+
return message
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
def _ToCamelCase(name):
|
|
1313
|
+
"""Converts name to camel-case and returns it."""
|
|
1314
|
+
capitalize_next = False
|
|
1315
|
+
result = []
|
|
1316
|
+
|
|
1317
|
+
for c in name:
|
|
1318
|
+
if c == '_':
|
|
1319
|
+
if result:
|
|
1320
|
+
capitalize_next = True
|
|
1321
|
+
elif capitalize_next:
|
|
1322
|
+
result.append(c.upper())
|
|
1323
|
+
capitalize_next = False
|
|
1324
|
+
else:
|
|
1325
|
+
result += c
|
|
1326
|
+
|
|
1327
|
+
# Lower-case the first letter.
|
|
1328
|
+
if result and result[0].isupper():
|
|
1329
|
+
result[0] = result[0].lower()
|
|
1330
|
+
return ''.join(result)
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
def _OptionsOrNone(descriptor_proto):
|
|
1334
|
+
"""Returns the value of the field `options`, or None if it is not set."""
|
|
1335
|
+
if descriptor_proto.HasField('options'):
|
|
1336
|
+
return descriptor_proto.options
|
|
1337
|
+
else:
|
|
1338
|
+
return None
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
def _ToJsonName(name):
|
|
1342
|
+
"""Converts name to Json name and returns it."""
|
|
1343
|
+
capitalize_next = False
|
|
1344
|
+
result = []
|
|
1345
|
+
|
|
1346
|
+
for c in name:
|
|
1347
|
+
if c == '_':
|
|
1348
|
+
capitalize_next = True
|
|
1349
|
+
elif capitalize_next:
|
|
1350
|
+
result.append(c.upper())
|
|
1351
|
+
capitalize_next = False
|
|
1352
|
+
else:
|
|
1353
|
+
result += c
|
|
1354
|
+
|
|
1355
|
+
return ''.join(result)
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
def MakeDescriptor(
|
|
1359
|
+
desc_proto,
|
|
1360
|
+
package='',
|
|
1361
|
+
build_file_if_cpp=True,
|
|
1362
|
+
syntax=None,
|
|
1363
|
+
edition=None,
|
|
1364
|
+
file_desc=None,
|
|
1365
|
+
):
|
|
1366
|
+
"""Make a protobuf Descriptor given a DescriptorProto protobuf.
|
|
1367
|
+
|
|
1368
|
+
Handles nested descriptors. Note that this is limited to the scope of defining
|
|
1369
|
+
a message inside of another message. Composite fields can currently only be
|
|
1370
|
+
resolved if the message is defined in the same scope as the field.
|
|
1371
|
+
|
|
1372
|
+
Args:
|
|
1373
|
+
desc_proto: The descriptor_pb2.DescriptorProto protobuf message.
|
|
1374
|
+
package: Optional package name for the new message Descriptor (string).
|
|
1375
|
+
build_file_if_cpp: Update the C++ descriptor pool if api matches. Set to
|
|
1376
|
+
False on recursion, so no duplicates are created.
|
|
1377
|
+
syntax: The syntax/semantics that should be used. Set to "proto3" to get
|
|
1378
|
+
proto3 field presence semantics.
|
|
1379
|
+
edition: The edition that should be used if syntax is "edition".
|
|
1380
|
+
file_desc: A FileDescriptor to place this descriptor into.
|
|
1381
|
+
|
|
1382
|
+
Returns:
|
|
1383
|
+
A Descriptor for protobuf messages.
|
|
1384
|
+
"""
|
|
1385
|
+
# pylint: disable=g-import-not-at-top
|
|
1386
|
+
from google.protobuf import descriptor_pb2
|
|
1387
|
+
|
|
1388
|
+
# Generate a random name for this proto file to prevent conflicts with any
|
|
1389
|
+
# imported ones. We need to specify a file name so the descriptor pool
|
|
1390
|
+
# accepts our FileDescriptorProto, but it is not important what that file
|
|
1391
|
+
# name is actually set to.
|
|
1392
|
+
proto_name = binascii.hexlify(os.urandom(16)).decode('ascii')
|
|
1393
|
+
|
|
1394
|
+
if package:
|
|
1395
|
+
file_name = os.path.join(package.replace('.', '/'), proto_name + '.proto')
|
|
1396
|
+
else:
|
|
1397
|
+
file_name = proto_name + '.proto'
|
|
1398
|
+
|
|
1399
|
+
if api_implementation.Type() != 'python' and build_file_if_cpp:
|
|
1400
|
+
# The C++ implementation requires all descriptors to be backed by the same
|
|
1401
|
+
# definition in the C++ descriptor pool. To do this, we build a
|
|
1402
|
+
# FileDescriptorProto with the same definition as this descriptor and build
|
|
1403
|
+
# it into the pool.
|
|
1404
|
+
file_descriptor_proto = descriptor_pb2.FileDescriptorProto()
|
|
1405
|
+
file_descriptor_proto.message_type.add().MergeFrom(desc_proto)
|
|
1406
|
+
|
|
1407
|
+
if package:
|
|
1408
|
+
file_descriptor_proto.package = package
|
|
1409
|
+
file_descriptor_proto.name = file_name
|
|
1410
|
+
|
|
1411
|
+
_message.default_pool.Add(file_descriptor_proto)
|
|
1412
|
+
result = _message.default_pool.FindFileByName(file_descriptor_proto.name)
|
|
1413
|
+
|
|
1414
|
+
if _USE_C_DESCRIPTORS:
|
|
1415
|
+
return result.message_types_by_name[desc_proto.name]
|
|
1416
|
+
|
|
1417
|
+
if file_desc is None:
|
|
1418
|
+
file_desc = FileDescriptor(
|
|
1419
|
+
pool=None,
|
|
1420
|
+
name=file_name,
|
|
1421
|
+
package=package,
|
|
1422
|
+
syntax=syntax,
|
|
1423
|
+
edition=edition,
|
|
1424
|
+
options=None,
|
|
1425
|
+
serialized_pb='',
|
|
1426
|
+
dependencies=[],
|
|
1427
|
+
public_dependencies=[],
|
|
1428
|
+
create_key=_internal_create_key,
|
|
1429
|
+
)
|
|
1430
|
+
full_message_name = [desc_proto.name]
|
|
1431
|
+
if package: full_message_name.insert(0, package)
|
|
1432
|
+
|
|
1433
|
+
# Create Descriptors for enum types
|
|
1434
|
+
enum_types = {}
|
|
1435
|
+
for enum_proto in desc_proto.enum_type:
|
|
1436
|
+
full_name = '.'.join(full_message_name + [enum_proto.name])
|
|
1437
|
+
enum_desc = EnumDescriptor(
|
|
1438
|
+
enum_proto.name,
|
|
1439
|
+
full_name,
|
|
1440
|
+
None,
|
|
1441
|
+
[
|
|
1442
|
+
EnumValueDescriptor(
|
|
1443
|
+
enum_val.name,
|
|
1444
|
+
ii,
|
|
1445
|
+
enum_val.number,
|
|
1446
|
+
create_key=_internal_create_key,
|
|
1447
|
+
)
|
|
1448
|
+
for ii, enum_val in enumerate(enum_proto.value)
|
|
1449
|
+
],
|
|
1450
|
+
file=file_desc,
|
|
1451
|
+
create_key=_internal_create_key,
|
|
1452
|
+
)
|
|
1453
|
+
enum_types[full_name] = enum_desc
|
|
1454
|
+
|
|
1455
|
+
# Create Descriptors for nested types
|
|
1456
|
+
nested_types = {}
|
|
1457
|
+
for nested_proto in desc_proto.nested_type:
|
|
1458
|
+
full_name = '.'.join(full_message_name + [nested_proto.name])
|
|
1459
|
+
# Nested types are just those defined inside of the message, not all types
|
|
1460
|
+
# used by fields in the message, so no loops are possible here.
|
|
1461
|
+
nested_desc = MakeDescriptor(
|
|
1462
|
+
nested_proto,
|
|
1463
|
+
package='.'.join(full_message_name),
|
|
1464
|
+
build_file_if_cpp=False,
|
|
1465
|
+
syntax=syntax,
|
|
1466
|
+
edition=edition,
|
|
1467
|
+
file_desc=file_desc,
|
|
1468
|
+
)
|
|
1469
|
+
nested_types[full_name] = nested_desc
|
|
1470
|
+
|
|
1471
|
+
fields = []
|
|
1472
|
+
for field_proto in desc_proto.field:
|
|
1473
|
+
full_name = '.'.join(full_message_name + [field_proto.name])
|
|
1474
|
+
enum_desc = None
|
|
1475
|
+
nested_desc = None
|
|
1476
|
+
if field_proto.json_name:
|
|
1477
|
+
json_name = field_proto.json_name
|
|
1478
|
+
else:
|
|
1479
|
+
json_name = None
|
|
1480
|
+
if field_proto.HasField('type_name'):
|
|
1481
|
+
type_name = field_proto.type_name
|
|
1482
|
+
full_type_name = '.'.join(full_message_name +
|
|
1483
|
+
[type_name[type_name.rfind('.')+1:]])
|
|
1484
|
+
if full_type_name in nested_types:
|
|
1485
|
+
nested_desc = nested_types[full_type_name]
|
|
1486
|
+
elif full_type_name in enum_types:
|
|
1487
|
+
enum_desc = enum_types[full_type_name]
|
|
1488
|
+
# Else type_name references a non-local type, which isn't implemented
|
|
1489
|
+
field = FieldDescriptor(
|
|
1490
|
+
field_proto.name,
|
|
1491
|
+
full_name,
|
|
1492
|
+
field_proto.number - 1,
|
|
1493
|
+
field_proto.number,
|
|
1494
|
+
field_proto.type,
|
|
1495
|
+
FieldDescriptor.ProtoTypeToCppProtoType(field_proto.type),
|
|
1496
|
+
field_proto.label,
|
|
1497
|
+
None,
|
|
1498
|
+
nested_desc,
|
|
1499
|
+
enum_desc,
|
|
1500
|
+
None,
|
|
1501
|
+
False,
|
|
1502
|
+
None,
|
|
1503
|
+
options=_OptionsOrNone(field_proto),
|
|
1504
|
+
has_default_value=False,
|
|
1505
|
+
json_name=json_name,
|
|
1506
|
+
file=file_desc,
|
|
1507
|
+
create_key=_internal_create_key,
|
|
1508
|
+
)
|
|
1509
|
+
fields.append(field)
|
|
1510
|
+
|
|
1511
|
+
desc_name = '.'.join(full_message_name)
|
|
1512
|
+
return Descriptor(
|
|
1513
|
+
desc_proto.name,
|
|
1514
|
+
desc_name,
|
|
1515
|
+
None,
|
|
1516
|
+
None,
|
|
1517
|
+
fields,
|
|
1518
|
+
list(nested_types.values()),
|
|
1519
|
+
list(enum_types.values()),
|
|
1520
|
+
[],
|
|
1521
|
+
options=_OptionsOrNone(desc_proto),
|
|
1522
|
+
file=file_desc,
|
|
1523
|
+
create_key=_internal_create_key,
|
|
1524
|
+
)
|