@uns-kit/cli 0.0.51 → 0.0.53
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/default/src/examples/table-example.ts +14 -17
- 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 +0 -70
- package/templates/python/gen/uns_gateway_pb2_grpc.py +0 -312
- package/templates/python/gen/uns_service_pb2.py +0 -40
- package/templates/python/gen/uns_service_pb2_grpc.py +0 -97
- package/templates/python/venv/bin/Activate.ps1 +0 -247
- package/templates/python/venv/bin/activate +0 -70
- package/templates/python/venv/bin/activate.csh +0 -27
- package/templates/python/venv/bin/activate.fish +0 -69
- package/templates/python/venv/bin/pip +0 -8
- package/templates/python/venv/bin/pip3 +0 -8
- package/templates/python/venv/bin/pip3.12 +0 -8
- package/templates/python/venv/bin/python-grpc-tools-protoc +0 -8
- package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__init__.py +0 -239
- 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 +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/distutils-precedence.pth +0 -1
- 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 +0 -10
- 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 +0 -53
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/api_pb2.py +0 -43
- 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 +0 -46
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor.py +0 -1524
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_database.py +0 -172
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pb2.py +0 -3361
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pool.py +0 -1369
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration.py +0 -100
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/empty_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/field_mask_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__init__.py +0 -7
- 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 +0 -142
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/builder.py +0 -118
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/containers.py +0 -690
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/decoder.py +0 -1066
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/encoder.py +0 -806
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/enum_type_wrapper.py +0 -112
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/extension_dict.py +0 -194
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/field_mask.py +0 -312
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/message_listener.py +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_edition_defaults.py +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_message.py +0 -1583
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/testing_refleaks.py +0 -128
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py +0 -413
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py +0 -695
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/wire_format.py +0 -245
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/json_format.py +0 -1084
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message.py +0 -448
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message_factory.py +0 -190
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto.py +0 -153
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_builder.py +0 -111
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_json.py +0 -83
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_text.py +0 -129
- 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 +0 -49
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/reflection.py +0 -36
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/runtime_version.py +0 -124
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/service_reflection.py +0 -272
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/source_context_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/struct_pb2.py +0 -47
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/symbol_database.py +0 -179
- 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 +0 -106
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_format.py +0 -1873
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp.py +0 -112
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp_pb2.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/type_pb2.py +0 -53
- package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/unknown_fields.py +0 -96
- 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 +0 -53
- package/templates/python/venv/lib/python3.12/site-packages/grpc/__init__.py +0 -2348
- 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 +0 -80
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_channel.py +0 -2267
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_common.py +0 -183
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_compression.py +0 -71
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__init__.py +0 -13
- 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 +0 -4337
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__init__.py +0 -13
- 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 +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_interceptor.py +0 -813
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_observability.py +0 -299
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_plugin_wrapping.py +0 -136
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_runtime_protos.py +0 -165
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_server.py +0 -1528
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_simple_stubs.py +0 -588
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_typing.py +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/grpc/_utilities.py +0 -222
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__init__.py +0 -95
- 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 +0 -257
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_channel.py +0 -364
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_server.py +0 -385
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_call.py +0 -764
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_channel.py +0 -627
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_interceptor.py +0 -1178
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_metadata.py +0 -137
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_server.py +0 -239
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_typing.py +0 -43
- package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_utils.py +0 -22
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__init__.py +0 -13
- 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 +0 -1015
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_metadata.py +0 -56
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_server_adaptations.py +0 -465
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/implementations.py +0 -345
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/interfaces.py +0 -163
- package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/utilities.py +0 -153
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__init__.py +0 -134
- 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 +0 -16
- 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 +0 -27
- package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/session_cache.py +0 -45
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__init__.py +0 -13
- 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 +0 -13
- 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 +0 -26
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/style.py +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__init__.py +0 -13
- 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 +0 -22
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/callable_util.py +0 -98
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/future.py +0 -219
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/logging_pool.py +0 -72
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream.py +0 -43
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream_util.py +0 -148
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__init__.py +0 -13
- 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 +0 -13
- 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 +0 -328
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/utilities.py +0 -83
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__init__.py +0 -13
- 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 +0 -1084
- package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/utilities.py +0 -245
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__init__.py +0 -13
- 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 +0 -162
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/api.proto +0 -207
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto +0 -180
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto +0 -1417
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/duration.proto +0 -115
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/empty.proto +0 -51
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto +0 -245
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/struct.proto +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto +0 -144
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/type.proto +0 -193
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto +0 -157
- 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 +0 -96
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/grpc_version.py +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/protoc.py +0 -215
- package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/python_version.py +0 -20
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/LICENSE +0 -610
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/METADATA +0 -129
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/RECORD +0 -121
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/METADATA +0 -174
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/RECORD +0 -31
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/entry_points.txt +0 -2
- package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/pip/__init__.py +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/pip/__main__.py +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +0 -50
- 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 +0 -18
- 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 +0 -349
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py +0 -291
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +0 -3
- 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 +0 -184
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +0 -244
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +0 -1138
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +0 -28
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +0 -175
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +0 -80
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +0 -134
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +0 -298
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +0 -151
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +0 -351
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +0 -235
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +0 -139
- 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 +0 -231
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +0 -66
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +0 -135
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +0 -288
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +0 -203
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +0 -145
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +0 -107
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +0 -58
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +0 -40
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +0 -159
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +0 -92
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +0 -798
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +0 -400
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py +0 -170
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +0 -178
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +0 -231
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +0 -113
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +0 -181
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +0 -397
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +0 -21
- 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 +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +0 -165
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +0 -44
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +0 -881
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +0 -1
- 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 +0 -489
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +0 -1059
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +0 -287
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +0 -441
- 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 +0 -173
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +0 -215
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +0 -82
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/main.py +0 -12
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +0 -164
- 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 +0 -87
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +0 -685
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
- 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 +0 -87
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -223
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -143
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +0 -298
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +0 -1
- 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 +0 -25
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +0 -227
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +0 -78
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +0 -28
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +0 -613
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/pylock.py +0 -188
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +0 -25
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +0 -126
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +0 -53
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +0 -122
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +0 -1
- 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 +0 -564
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +0 -133
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +0 -342
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +0 -213
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +0 -528
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +0 -98
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +0 -61
- 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 +0 -140
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +0 -38
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -73
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +0 -38
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -47
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -119
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +0 -175
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +0 -259
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +0 -1
- 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 +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +0 -746
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +0 -742
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +0 -182
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +0 -105
- 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 +0 -562
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py +0 -75
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +0 -620
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +0 -937
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +0 -81
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +0 -639
- 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 +0 -20
- 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 +0 -598
- 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 +0 -142
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -582
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -814
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -166
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -276
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -247
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -336
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +0 -254
- 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 +0 -109
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +0 -38
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +0 -52
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +0 -201
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +0 -126
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +0 -81
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +0 -88
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +0 -152
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +0 -102
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +0 -150
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +0 -364
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +0 -765
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +0 -44
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py +0 -45
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +0 -149
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +0 -248
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +0 -294
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +0 -337
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +0 -105
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +0 -132
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +0 -15
- 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 +0 -130
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +0 -571
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +0 -186
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +0 -335
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +0 -693
- package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +0 -334
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +0 -117
- 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 +0 -29
- 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 +0 -70
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -168
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
- 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 +0 -145
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +0 -511
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
- 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 +0 -146
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +0 -12
- 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 +0 -4778
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +0 -83
- 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 +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__main__.py +0 -65
- 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 +0 -209
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +0 -59
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +0 -62
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +0 -9
- 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 +0 -33
- 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 +0 -1137
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +0 -358
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +0 -447
- 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 +0 -1984
- 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 +0 -54
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +0 -4
- 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 +0 -1403
- 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 +0 -45
- 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 +0 -122
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +0 -15
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +0 -437
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +0 -1
- 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 +0 -8681
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
- 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 +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +0 -170
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +0 -15
- 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 +0 -109
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +0 -353
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +0 -61
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -195
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
- 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 +0 -759
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +0 -362
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +0 -862
- 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 +0 -91
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +0 -1019
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +0 -656
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +0 -163
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +0 -582
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
- 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 +0 -631
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
- 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 +0 -249
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +0 -299
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
- 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 +0 -272
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +0 -82
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +0 -17
- 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 +0 -70
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +0 -70
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
- 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 +0 -129
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
- 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 +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +0 -963
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
- 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 +0 -602
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1201
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +0 -43
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +0 -72
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +0 -104
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +0 -203
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
- 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 +0 -54
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +0 -214
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +0 -153
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +0 -324
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
- 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 +0 -410
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
- 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 +0 -389
- 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 +0 -179
- 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 +0 -14
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +0 -719
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +0 -157
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +0 -314
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +0 -90
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +0 -561
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +0 -151
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +0 -127
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +0 -1039
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +0 -25
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +0 -831
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +0 -128
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +0 -99
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +0 -1086
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +0 -27
- 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 +0 -196
- 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 +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +0 -27
- 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 +0 -47
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +0 -622
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +0 -209
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +0 -245
- 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 +0 -454
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +0 -76
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +0 -268
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +0 -94
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +0 -43
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +0 -69
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +0 -309
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +0 -153
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +0 -482
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +0 -16
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +0 -19
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +0 -71
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +0 -93
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +0 -306
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +0 -241
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +0 -93
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +0 -474
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +0 -174
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +0 -621
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +0 -187
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +0 -2680
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +0 -37
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +0 -167
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +0 -219
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +0 -193
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +0 -39
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +0 -91
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +0 -34
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +0 -88
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +0 -232
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +0 -139
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +0 -101
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +0 -442
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +0 -400
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +0 -106
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +0 -297
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +0 -251
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +0 -151
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +0 -34
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +0 -100
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +0 -317
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +0 -1016
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +0 -1715
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +0 -400
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +0 -42
- 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 +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +0 -149
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +0 -130
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +0 -86
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +0 -54
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +0 -752
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +0 -132
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +0 -131
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +0 -796
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +0 -42
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +0 -985
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +0 -1006
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +0 -1361
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +0 -115
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +0 -899
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +0 -257
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +0 -8
- 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 +0 -770
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +0 -112
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__init__.py +0 -4
- 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 +0 -229
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/py.typed +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +0 -36
- 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 +0 -333
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +0 -571
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +0 -567
- 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 +0 -102
- 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 +0 -355
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +0 -2
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +0 -572
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
- 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 +0 -36
- 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 +0 -519
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +0 -274
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
- 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 +0 -51
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +0 -191
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +0 -879
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
- 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 +0 -149
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
- package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +0 -19
- package/templates/python/venv/lib/python3.12/site-packages/pip/py.typed +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/METADATA +0 -112
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/RECORD +0 -860
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/entry_points.txt +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/AUTHORS.txt +0 -833
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/LICENSE.txt +0 -20
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +0 -20
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +0 -9
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +0 -284
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE +0 -202
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +0 -31
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +0 -14
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +0 -25
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE +0 -175
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE +0 -19
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE-HEADER +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__init__.py +0 -3713
- 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 +0 -424
- 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 +0 -7
- 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 +0 -10
- 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 +0 -7
- 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 +0 -1
- 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 +0 -1
- 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 +0 -1
- 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 +0 -56
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_integration_zope_interface.py +0 -54
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_markers.py +0 -8
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_pkg_resources.py +0 -485
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_resources.py +0 -869
- package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_working_set.py +0 -505
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/LICENSE +0 -32
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/METADATA +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/RECORD +0 -114
- package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/WHEEL +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/__init__.py +0 -248
- 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 +0 -337
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_discovery.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +0 -14
- 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 +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +0 -12
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +0 -16
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +0 -294
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +0 -26
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +0 -554
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +0 -23
- 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 +0 -54
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +0 -167
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +0 -598
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +0 -156
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +0 -201
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +0 -812
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +0 -407
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +0 -160
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +0 -152
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +0 -77
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +0 -358
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +0 -805
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +0 -94
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +0 -91
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +0 -46
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +0 -238
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +0 -62
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +0 -521
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +0 -18
- 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 +0 -2
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +0 -66
- 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 +0 -1394
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py +0 -340
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py +0 -614
- 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 +0 -83
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py +0 -76
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py +0 -136
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +0 -413
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py +0 -422
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py +0 -230
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py +0 -289
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +0 -31
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/debug.py +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +0 -14
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +0 -244
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py +0 -1386
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/errors.py +0 -108
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/extension.py +0 -258
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +0 -471
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +0 -236
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +0 -431
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/log.py +0 -56
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +0 -134
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +0 -598
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py +0 -42
- 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 +0 -40
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py +0 -134
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py +0 -353
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py +0 -47
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py +0 -78
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py +0 -127
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py +0 -49
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py +0 -134
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py +0 -628
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py +0 -196
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py +0 -96
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py +0 -194
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py +0 -45
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py +0 -107
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py +0 -87
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py +0 -130
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py +0 -139
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py +0 -552
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py +0 -117
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py +0 -336
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py +0 -245
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py +0 -74
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py +0 -110
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py +0 -52
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py +0 -12
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py +0 -126
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py +0 -470
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py +0 -319
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py +0 -127
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py +0 -243
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py +0 -80
- 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 +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +0 -286
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +0 -9
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/util.py +0 -518
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/version.py +0 -348
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +0 -175
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_entry_points.py +0 -94
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_imp.py +0 -87
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_importlib.py +0 -9
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_itertools.py +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_normalization.py +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_path.py +0 -93
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_reqs.py +0 -42
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_scripts.py +0 -361
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_shutil.py +0 -59
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_static.py +0 -188
- 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 +0 -27
- 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 +0 -142
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +0 -70
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +0 -59
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +0 -333
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +0 -166
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +0 -420
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +0 -18
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +0 -1
- 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 +0 -2937
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +0 -5
- 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 +0 -24
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +0 -46
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +0 -17
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +0 -1083
- 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 +0 -83
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +0 -30
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +0 -57
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +0 -104
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +0 -73
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +0 -67
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +0 -99
- 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 +0 -22
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +0 -36
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +0 -21
- 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 +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +0 -202
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +0 -129
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +0 -32
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +0 -3986
- 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 +0 -7
- 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 +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +0 -591
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +0 -1
- 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 +0 -1091
- 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 +0 -361
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +0 -633
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +0 -125
- 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 +0 -2
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +0 -624
- 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 +0 -25
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD +0 -10
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +0 -75
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +0 -8
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +0 -64
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +0 -20
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +0 -2
- 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 +0 -4806
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +0 -709
- 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 +0 -1046
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +0 -136
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +0 -19
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +0 -266
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +0 -16
- 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 +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +0 -15
- 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 +0 -110
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +0 -263
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +0 -354
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +0 -61
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +0 -194
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py +0 -145
- 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 +0 -759
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +0 -331
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +0 -863
- 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 +0 -91
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +0 -1020
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +0 -617
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +0 -163
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +0 -582
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA +0 -102
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD +0 -25
- 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 +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +0 -627
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +0 -55
- 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 +0 -249
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +0 -292
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +0 -130
- 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 +0 -275
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +0 -16
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +0 -272
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +0 -319
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +0 -23
- 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 +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +0 -11
- 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 +0 -691
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +0 -107
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +0 -206
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +0 -15
- 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 +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +0 -48
- 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 +0 -993
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +0 -108
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +0 -235
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +0 -42
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +0 -308
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +0 -213
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +0 -48
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +0 -127
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +0 -86
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +0 -1229
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +0 -173
- 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 +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +0 -19
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +0 -81
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +0 -34
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +0 -2
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +0 -279
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +0 -67
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +0 -7
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +0 -3641
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +0 -23
- 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 +0 -613
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +0 -26
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +0 -26
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +0 -155
- 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 +0 -332
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +0 -85
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +0 -139
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +0 -30
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +0 -482
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +0 -183
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +0 -17
- 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 +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD +0 -23
- 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 +0 -108
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +0 -260
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +0 -83
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +0 -356
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +0 -61
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +0 -192
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +0 -253
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +0 -90
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +0 -1011
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +0 -571
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +0 -172
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +0 -561
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +0 -227
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA +0 -66
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD +0 -68
- 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 +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +0 -501
- 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 +0 -11
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +0 -106
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +0 -102
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +0 -15
- 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 +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/archive_util.py +0 -219
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/build_meta.py +0 -548
- 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 +0 -21
- 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 +0 -131
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/alias.py +0 -77
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +0 -477
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +0 -42
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +0 -604
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build.py +0 -135
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_clib.py +0 -103
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_ext.py +0 -470
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_py.py +0 -400
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/develop.py +0 -55
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/dist_info.py +0 -103
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/easy_install.py +0 -30
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +0 -908
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/egg_info.py +0 -718
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install.py +0 -131
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +0 -58
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_lib.py +0 -137
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_scripts.py +0 -67
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +0 -15
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/rotate.py +0 -65
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/saveopts.py +0 -21
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/sdist.py +0 -217
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/setopt.py +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/test.py +0 -45
- 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 +0 -20
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py311.py +0 -27
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py312.py +0 -13
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py39.py +0 -9
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/NOTICE +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__init__.py +0 -43
- 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 +0 -526
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +0 -438
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +0 -34
- 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 +0 -336
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +0 -82
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +0 -51
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +0 -1412
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +0 -402
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +0 -26
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/expand.py +0 -452
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +0 -468
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setupcfg.py +0 -780
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +0 -433
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/depends.py +0 -185
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/discovery.py +0 -614
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/dist.py +0 -1119
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/errors.py +0 -67
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/extension.py +0 -177
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/glob.py +0 -185
- 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 +0 -155
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/launch.py +0 -36
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/logging.py +0 -40
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/modified.py +0 -18
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/monkey.py +0 -126
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/msvc.py +0 -1536
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/namespaces.py +0 -106
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/script (dev).tmpl +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/script.tmpl +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__init__.py +0 -13
- 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 +0 -3
- 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 +0 -59
- 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 +0 -18
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/setupcfg_examples.txt +0 -22
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py +0 -772
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py +0 -247
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py +0 -396
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py +0 -109
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py +0 -980
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/contexts.py +0 -131
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/environment.py +0 -95
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py +0 -392
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html +0 -3
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html +0 -4
- 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 +0 -77
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pbr.py +0 -20
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py +0 -223
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/namespaces.py +0 -90
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py +0 -36
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py +0 -28
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py +0 -73
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py +0 -708
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py +0 -33
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py +0 -84
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py +0 -293
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py +0 -959
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_py.py +0 -480
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py +0 -647
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py +0 -622
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_depends.py +0 -15
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_develop.py +0 -112
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist.py +0 -278
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py +0 -147
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py +0 -198
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py +0 -1263
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py +0 -1306
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_extern.py +0 -15
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py +0 -218
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py +0 -73
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_glob.py +0 -45
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py +0 -89
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_logging.py +0 -76
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_manifest.py +0 -622
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py +0 -138
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_scripts.py +0 -12
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_sdist.py +0 -984
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py +0 -40
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py +0 -290
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py +0 -23
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py +0 -10
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py +0 -113
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_warnings.py +0 -106
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_wheel.py +0 -690
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py +0 -258
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/text.py +0 -4
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/textwrap.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/unicode_utils.py +0 -102
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/version.py +0 -6
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/warnings.py +0 -110
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/wheel.py +0 -261
- package/templates/python/venv/lib/python3.12/site-packages/setuptools/windows_support.py +0 -30
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/INSTALLER +0 -1
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/METADATA +0 -141
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/RECORD +0 -868
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/WHEEL +0 -5
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/entry_points.txt +0 -51
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE +0 -17
- package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/top_level.txt +0 -3
- package/templates/python/venv/pyvenv.cfg +0 -5
|
@@ -1,920 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
SecureTranport support for urllib3 via ctypes.
|
|
3
|
-
|
|
4
|
-
This makes platform-native TLS available to urllib3 users on macOS without the
|
|
5
|
-
use of a compiler. This is an important feature because the Python Package
|
|
6
|
-
Index is moving to become a TLSv1.2-or-higher server, and the default OpenSSL
|
|
7
|
-
that ships with macOS is not capable of doing TLSv1.2. The only way to resolve
|
|
8
|
-
this is to give macOS users an alternative solution to the problem, and that
|
|
9
|
-
solution is to use SecureTransport.
|
|
10
|
-
|
|
11
|
-
We use ctypes here because this solution must not require a compiler. That's
|
|
12
|
-
because pip is not allowed to require a compiler either.
|
|
13
|
-
|
|
14
|
-
This is not intended to be a seriously long-term solution to this problem.
|
|
15
|
-
The hope is that PEP 543 will eventually solve this issue for us, at which
|
|
16
|
-
point we can retire this contrib module. But in the short term, we need to
|
|
17
|
-
solve the impending tire fire that is Python on Mac without this kind of
|
|
18
|
-
contrib module. So...here we are.
|
|
19
|
-
|
|
20
|
-
To use this module, simply import and inject it::
|
|
21
|
-
|
|
22
|
-
import pip._vendor.urllib3.contrib.securetransport as securetransport
|
|
23
|
-
securetransport.inject_into_urllib3()
|
|
24
|
-
|
|
25
|
-
Happy TLSing!
|
|
26
|
-
|
|
27
|
-
This code is a bastardised version of the code found in Will Bond's oscrypto
|
|
28
|
-
library. An enormous debt is owed to him for blazing this trail for us. For
|
|
29
|
-
that reason, this code should be considered to be covered both by urllib3's
|
|
30
|
-
license and by oscrypto's:
|
|
31
|
-
|
|
32
|
-
.. code-block::
|
|
33
|
-
|
|
34
|
-
Copyright (c) 2015-2016 Will Bond <will@wbond.net>
|
|
35
|
-
|
|
36
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
|
37
|
-
copy of this software and associated documentation files (the "Software"),
|
|
38
|
-
to deal in the Software without restriction, including without limitation
|
|
39
|
-
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
40
|
-
and/or sell copies of the Software, and to permit persons to whom the
|
|
41
|
-
Software is furnished to do so, subject to the following conditions:
|
|
42
|
-
|
|
43
|
-
The above copyright notice and this permission notice shall be included in
|
|
44
|
-
all copies or substantial portions of the Software.
|
|
45
|
-
|
|
46
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
47
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
48
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
49
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
50
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
51
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
52
|
-
DEALINGS IN THE SOFTWARE.
|
|
53
|
-
"""
|
|
54
|
-
from __future__ import absolute_import
|
|
55
|
-
|
|
56
|
-
import contextlib
|
|
57
|
-
import ctypes
|
|
58
|
-
import errno
|
|
59
|
-
import os.path
|
|
60
|
-
import shutil
|
|
61
|
-
import socket
|
|
62
|
-
import ssl
|
|
63
|
-
import struct
|
|
64
|
-
import threading
|
|
65
|
-
import weakref
|
|
66
|
-
|
|
67
|
-
from .. import util
|
|
68
|
-
from ..packages import six
|
|
69
|
-
from ..util.ssl_ import PROTOCOL_TLS_CLIENT
|
|
70
|
-
from ._securetransport.bindings import CoreFoundation, Security, SecurityConst
|
|
71
|
-
from ._securetransport.low_level import (
|
|
72
|
-
_assert_no_error,
|
|
73
|
-
_build_tls_unknown_ca_alert,
|
|
74
|
-
_cert_array_from_pem,
|
|
75
|
-
_create_cfstring_array,
|
|
76
|
-
_load_client_cert_chain,
|
|
77
|
-
_temporary_keychain,
|
|
78
|
-
)
|
|
79
|
-
|
|
80
|
-
try: # Platform-specific: Python 2
|
|
81
|
-
from socket import _fileobject
|
|
82
|
-
except ImportError: # Platform-specific: Python 3
|
|
83
|
-
_fileobject = None
|
|
84
|
-
from ..packages.backports.makefile import backport_makefile
|
|
85
|
-
|
|
86
|
-
__all__ = ["inject_into_urllib3", "extract_from_urllib3"]
|
|
87
|
-
|
|
88
|
-
# SNI always works
|
|
89
|
-
HAS_SNI = True
|
|
90
|
-
|
|
91
|
-
orig_util_HAS_SNI = util.HAS_SNI
|
|
92
|
-
orig_util_SSLContext = util.ssl_.SSLContext
|
|
93
|
-
|
|
94
|
-
# This dictionary is used by the read callback to obtain a handle to the
|
|
95
|
-
# calling wrapped socket. This is a pretty silly approach, but for now it'll
|
|
96
|
-
# do. I feel like I should be able to smuggle a handle to the wrapped socket
|
|
97
|
-
# directly in the SSLConnectionRef, but for now this approach will work I
|
|
98
|
-
# guess.
|
|
99
|
-
#
|
|
100
|
-
# We need to lock around this structure for inserts, but we don't do it for
|
|
101
|
-
# reads/writes in the callbacks. The reasoning here goes as follows:
|
|
102
|
-
#
|
|
103
|
-
# 1. It is not possible to call into the callbacks before the dictionary is
|
|
104
|
-
# populated, so once in the callback the id must be in the dictionary.
|
|
105
|
-
# 2. The callbacks don't mutate the dictionary, they only read from it, and
|
|
106
|
-
# so cannot conflict with any of the insertions.
|
|
107
|
-
#
|
|
108
|
-
# This is good: if we had to lock in the callbacks we'd drastically slow down
|
|
109
|
-
# the performance of this code.
|
|
110
|
-
_connection_refs = weakref.WeakValueDictionary()
|
|
111
|
-
_connection_ref_lock = threading.Lock()
|
|
112
|
-
|
|
113
|
-
# Limit writes to 16kB. This is OpenSSL's limit, but we'll cargo-cult it over
|
|
114
|
-
# for no better reason than we need *a* limit, and this one is right there.
|
|
115
|
-
SSL_WRITE_BLOCKSIZE = 16384
|
|
116
|
-
|
|
117
|
-
# This is our equivalent of util.ssl_.DEFAULT_CIPHERS, but expanded out to
|
|
118
|
-
# individual cipher suites. We need to do this because this is how
|
|
119
|
-
# SecureTransport wants them.
|
|
120
|
-
CIPHER_SUITES = [
|
|
121
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
|
|
122
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
|
|
123
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
|
|
124
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
|
125
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256,
|
|
126
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,
|
|
127
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_256_GCM_SHA384,
|
|
128
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,
|
|
129
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,
|
|
130
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,
|
|
131
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,
|
|
132
|
-
SecurityConst.TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,
|
|
133
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,
|
|
134
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
|
|
135
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,
|
|
136
|
-
SecurityConst.TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,
|
|
137
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA256,
|
|
138
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_256_CBC_SHA,
|
|
139
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA256,
|
|
140
|
-
SecurityConst.TLS_DHE_RSA_WITH_AES_128_CBC_SHA,
|
|
141
|
-
SecurityConst.TLS_AES_256_GCM_SHA384,
|
|
142
|
-
SecurityConst.TLS_AES_128_GCM_SHA256,
|
|
143
|
-
SecurityConst.TLS_RSA_WITH_AES_256_GCM_SHA384,
|
|
144
|
-
SecurityConst.TLS_RSA_WITH_AES_128_GCM_SHA256,
|
|
145
|
-
SecurityConst.TLS_AES_128_CCM_8_SHA256,
|
|
146
|
-
SecurityConst.TLS_AES_128_CCM_SHA256,
|
|
147
|
-
SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA256,
|
|
148
|
-
SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA256,
|
|
149
|
-
SecurityConst.TLS_RSA_WITH_AES_256_CBC_SHA,
|
|
150
|
-
SecurityConst.TLS_RSA_WITH_AES_128_CBC_SHA,
|
|
151
|
-
]
|
|
152
|
-
|
|
153
|
-
# Basically this is simple: for PROTOCOL_SSLv23 we turn it into a low of
|
|
154
|
-
# TLSv1 and a high of TLSv1.2. For everything else, we pin to that version.
|
|
155
|
-
# TLSv1 to 1.2 are supported on macOS 10.8+
|
|
156
|
-
_protocol_to_min_max = {
|
|
157
|
-
util.PROTOCOL_TLS: (SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocol12),
|
|
158
|
-
PROTOCOL_TLS_CLIENT: (SecurityConst.kTLSProtocol1, SecurityConst.kTLSProtocol12),
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
if hasattr(ssl, "PROTOCOL_SSLv2"):
|
|
162
|
-
_protocol_to_min_max[ssl.PROTOCOL_SSLv2] = (
|
|
163
|
-
SecurityConst.kSSLProtocol2,
|
|
164
|
-
SecurityConst.kSSLProtocol2,
|
|
165
|
-
)
|
|
166
|
-
if hasattr(ssl, "PROTOCOL_SSLv3"):
|
|
167
|
-
_protocol_to_min_max[ssl.PROTOCOL_SSLv3] = (
|
|
168
|
-
SecurityConst.kSSLProtocol3,
|
|
169
|
-
SecurityConst.kSSLProtocol3,
|
|
170
|
-
)
|
|
171
|
-
if hasattr(ssl, "PROTOCOL_TLSv1"):
|
|
172
|
-
_protocol_to_min_max[ssl.PROTOCOL_TLSv1] = (
|
|
173
|
-
SecurityConst.kTLSProtocol1,
|
|
174
|
-
SecurityConst.kTLSProtocol1,
|
|
175
|
-
)
|
|
176
|
-
if hasattr(ssl, "PROTOCOL_TLSv1_1"):
|
|
177
|
-
_protocol_to_min_max[ssl.PROTOCOL_TLSv1_1] = (
|
|
178
|
-
SecurityConst.kTLSProtocol11,
|
|
179
|
-
SecurityConst.kTLSProtocol11,
|
|
180
|
-
)
|
|
181
|
-
if hasattr(ssl, "PROTOCOL_TLSv1_2"):
|
|
182
|
-
_protocol_to_min_max[ssl.PROTOCOL_TLSv1_2] = (
|
|
183
|
-
SecurityConst.kTLSProtocol12,
|
|
184
|
-
SecurityConst.kTLSProtocol12,
|
|
185
|
-
)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
def inject_into_urllib3():
|
|
189
|
-
"""
|
|
190
|
-
Monkey-patch urllib3 with SecureTransport-backed SSL-support.
|
|
191
|
-
"""
|
|
192
|
-
util.SSLContext = SecureTransportContext
|
|
193
|
-
util.ssl_.SSLContext = SecureTransportContext
|
|
194
|
-
util.HAS_SNI = HAS_SNI
|
|
195
|
-
util.ssl_.HAS_SNI = HAS_SNI
|
|
196
|
-
util.IS_SECURETRANSPORT = True
|
|
197
|
-
util.ssl_.IS_SECURETRANSPORT = True
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
def extract_from_urllib3():
|
|
201
|
-
"""
|
|
202
|
-
Undo monkey-patching by :func:`inject_into_urllib3`.
|
|
203
|
-
"""
|
|
204
|
-
util.SSLContext = orig_util_SSLContext
|
|
205
|
-
util.ssl_.SSLContext = orig_util_SSLContext
|
|
206
|
-
util.HAS_SNI = orig_util_HAS_SNI
|
|
207
|
-
util.ssl_.HAS_SNI = orig_util_HAS_SNI
|
|
208
|
-
util.IS_SECURETRANSPORT = False
|
|
209
|
-
util.ssl_.IS_SECURETRANSPORT = False
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
def _read_callback(connection_id, data_buffer, data_length_pointer):
|
|
213
|
-
"""
|
|
214
|
-
SecureTransport read callback. This is called by ST to request that data
|
|
215
|
-
be returned from the socket.
|
|
216
|
-
"""
|
|
217
|
-
wrapped_socket = None
|
|
218
|
-
try:
|
|
219
|
-
wrapped_socket = _connection_refs.get(connection_id)
|
|
220
|
-
if wrapped_socket is None:
|
|
221
|
-
return SecurityConst.errSSLInternal
|
|
222
|
-
base_socket = wrapped_socket.socket
|
|
223
|
-
|
|
224
|
-
requested_length = data_length_pointer[0]
|
|
225
|
-
|
|
226
|
-
timeout = wrapped_socket.gettimeout()
|
|
227
|
-
error = None
|
|
228
|
-
read_count = 0
|
|
229
|
-
|
|
230
|
-
try:
|
|
231
|
-
while read_count < requested_length:
|
|
232
|
-
if timeout is None or timeout >= 0:
|
|
233
|
-
if not util.wait_for_read(base_socket, timeout):
|
|
234
|
-
raise socket.error(errno.EAGAIN, "timed out")
|
|
235
|
-
|
|
236
|
-
remaining = requested_length - read_count
|
|
237
|
-
buffer = (ctypes.c_char * remaining).from_address(
|
|
238
|
-
data_buffer + read_count
|
|
239
|
-
)
|
|
240
|
-
chunk_size = base_socket.recv_into(buffer, remaining)
|
|
241
|
-
read_count += chunk_size
|
|
242
|
-
if not chunk_size:
|
|
243
|
-
if not read_count:
|
|
244
|
-
return SecurityConst.errSSLClosedGraceful
|
|
245
|
-
break
|
|
246
|
-
except (socket.error) as e:
|
|
247
|
-
error = e.errno
|
|
248
|
-
|
|
249
|
-
if error is not None and error != errno.EAGAIN:
|
|
250
|
-
data_length_pointer[0] = read_count
|
|
251
|
-
if error == errno.ECONNRESET or error == errno.EPIPE:
|
|
252
|
-
return SecurityConst.errSSLClosedAbort
|
|
253
|
-
raise
|
|
254
|
-
|
|
255
|
-
data_length_pointer[0] = read_count
|
|
256
|
-
|
|
257
|
-
if read_count != requested_length:
|
|
258
|
-
return SecurityConst.errSSLWouldBlock
|
|
259
|
-
|
|
260
|
-
return 0
|
|
261
|
-
except Exception as e:
|
|
262
|
-
if wrapped_socket is not None:
|
|
263
|
-
wrapped_socket._exception = e
|
|
264
|
-
return SecurityConst.errSSLInternal
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
def _write_callback(connection_id, data_buffer, data_length_pointer):
|
|
268
|
-
"""
|
|
269
|
-
SecureTransport write callback. This is called by ST to request that data
|
|
270
|
-
actually be sent on the network.
|
|
271
|
-
"""
|
|
272
|
-
wrapped_socket = None
|
|
273
|
-
try:
|
|
274
|
-
wrapped_socket = _connection_refs.get(connection_id)
|
|
275
|
-
if wrapped_socket is None:
|
|
276
|
-
return SecurityConst.errSSLInternal
|
|
277
|
-
base_socket = wrapped_socket.socket
|
|
278
|
-
|
|
279
|
-
bytes_to_write = data_length_pointer[0]
|
|
280
|
-
data = ctypes.string_at(data_buffer, bytes_to_write)
|
|
281
|
-
|
|
282
|
-
timeout = wrapped_socket.gettimeout()
|
|
283
|
-
error = None
|
|
284
|
-
sent = 0
|
|
285
|
-
|
|
286
|
-
try:
|
|
287
|
-
while sent < bytes_to_write:
|
|
288
|
-
if timeout is None or timeout >= 0:
|
|
289
|
-
if not util.wait_for_write(base_socket, timeout):
|
|
290
|
-
raise socket.error(errno.EAGAIN, "timed out")
|
|
291
|
-
chunk_sent = base_socket.send(data)
|
|
292
|
-
sent += chunk_sent
|
|
293
|
-
|
|
294
|
-
# This has some needless copying here, but I'm not sure there's
|
|
295
|
-
# much value in optimising this data path.
|
|
296
|
-
data = data[chunk_sent:]
|
|
297
|
-
except (socket.error) as e:
|
|
298
|
-
error = e.errno
|
|
299
|
-
|
|
300
|
-
if error is not None and error != errno.EAGAIN:
|
|
301
|
-
data_length_pointer[0] = sent
|
|
302
|
-
if error == errno.ECONNRESET or error == errno.EPIPE:
|
|
303
|
-
return SecurityConst.errSSLClosedAbort
|
|
304
|
-
raise
|
|
305
|
-
|
|
306
|
-
data_length_pointer[0] = sent
|
|
307
|
-
|
|
308
|
-
if sent != bytes_to_write:
|
|
309
|
-
return SecurityConst.errSSLWouldBlock
|
|
310
|
-
|
|
311
|
-
return 0
|
|
312
|
-
except Exception as e:
|
|
313
|
-
if wrapped_socket is not None:
|
|
314
|
-
wrapped_socket._exception = e
|
|
315
|
-
return SecurityConst.errSSLInternal
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
# We need to keep these two objects references alive: if they get GC'd while
|
|
319
|
-
# in use then SecureTransport could attempt to call a function that is in freed
|
|
320
|
-
# memory. That would be...uh...bad. Yeah, that's the word. Bad.
|
|
321
|
-
_read_callback_pointer = Security.SSLReadFunc(_read_callback)
|
|
322
|
-
_write_callback_pointer = Security.SSLWriteFunc(_write_callback)
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
class WrappedSocket(object):
|
|
326
|
-
"""
|
|
327
|
-
API-compatibility wrapper for Python's OpenSSL wrapped socket object.
|
|
328
|
-
|
|
329
|
-
Note: _makefile_refs, _drop(), and _reuse() are needed for the garbage
|
|
330
|
-
collector of PyPy.
|
|
331
|
-
"""
|
|
332
|
-
|
|
333
|
-
def __init__(self, socket):
|
|
334
|
-
self.socket = socket
|
|
335
|
-
self.context = None
|
|
336
|
-
self._makefile_refs = 0
|
|
337
|
-
self._closed = False
|
|
338
|
-
self._exception = None
|
|
339
|
-
self._keychain = None
|
|
340
|
-
self._keychain_dir = None
|
|
341
|
-
self._client_cert_chain = None
|
|
342
|
-
|
|
343
|
-
# We save off the previously-configured timeout and then set it to
|
|
344
|
-
# zero. This is done because we use select and friends to handle the
|
|
345
|
-
# timeouts, but if we leave the timeout set on the lower socket then
|
|
346
|
-
# Python will "kindly" call select on that socket again for us. Avoid
|
|
347
|
-
# that by forcing the timeout to zero.
|
|
348
|
-
self._timeout = self.socket.gettimeout()
|
|
349
|
-
self.socket.settimeout(0)
|
|
350
|
-
|
|
351
|
-
@contextlib.contextmanager
|
|
352
|
-
def _raise_on_error(self):
|
|
353
|
-
"""
|
|
354
|
-
A context manager that can be used to wrap calls that do I/O from
|
|
355
|
-
SecureTransport. If any of the I/O callbacks hit an exception, this
|
|
356
|
-
context manager will correctly propagate the exception after the fact.
|
|
357
|
-
This avoids silently swallowing those exceptions.
|
|
358
|
-
|
|
359
|
-
It also correctly forces the socket closed.
|
|
360
|
-
"""
|
|
361
|
-
self._exception = None
|
|
362
|
-
|
|
363
|
-
# We explicitly don't catch around this yield because in the unlikely
|
|
364
|
-
# event that an exception was hit in the block we don't want to swallow
|
|
365
|
-
# it.
|
|
366
|
-
yield
|
|
367
|
-
if self._exception is not None:
|
|
368
|
-
exception, self._exception = self._exception, None
|
|
369
|
-
self.close()
|
|
370
|
-
raise exception
|
|
371
|
-
|
|
372
|
-
def _set_ciphers(self):
|
|
373
|
-
"""
|
|
374
|
-
Sets up the allowed ciphers. By default this matches the set in
|
|
375
|
-
util.ssl_.DEFAULT_CIPHERS, at least as supported by macOS. This is done
|
|
376
|
-
custom and doesn't allow changing at this time, mostly because parsing
|
|
377
|
-
OpenSSL cipher strings is going to be a freaking nightmare.
|
|
378
|
-
"""
|
|
379
|
-
ciphers = (Security.SSLCipherSuite * len(CIPHER_SUITES))(*CIPHER_SUITES)
|
|
380
|
-
result = Security.SSLSetEnabledCiphers(
|
|
381
|
-
self.context, ciphers, len(CIPHER_SUITES)
|
|
382
|
-
)
|
|
383
|
-
_assert_no_error(result)
|
|
384
|
-
|
|
385
|
-
def _set_alpn_protocols(self, protocols):
|
|
386
|
-
"""
|
|
387
|
-
Sets up the ALPN protocols on the context.
|
|
388
|
-
"""
|
|
389
|
-
if not protocols:
|
|
390
|
-
return
|
|
391
|
-
protocols_arr = _create_cfstring_array(protocols)
|
|
392
|
-
try:
|
|
393
|
-
result = Security.SSLSetALPNProtocols(self.context, protocols_arr)
|
|
394
|
-
_assert_no_error(result)
|
|
395
|
-
finally:
|
|
396
|
-
CoreFoundation.CFRelease(protocols_arr)
|
|
397
|
-
|
|
398
|
-
def _custom_validate(self, verify, trust_bundle):
|
|
399
|
-
"""
|
|
400
|
-
Called when we have set custom validation. We do this in two cases:
|
|
401
|
-
first, when cert validation is entirely disabled; and second, when
|
|
402
|
-
using a custom trust DB.
|
|
403
|
-
Raises an SSLError if the connection is not trusted.
|
|
404
|
-
"""
|
|
405
|
-
# If we disabled cert validation, just say: cool.
|
|
406
|
-
if not verify:
|
|
407
|
-
return
|
|
408
|
-
|
|
409
|
-
successes = (
|
|
410
|
-
SecurityConst.kSecTrustResultUnspecified,
|
|
411
|
-
SecurityConst.kSecTrustResultProceed,
|
|
412
|
-
)
|
|
413
|
-
try:
|
|
414
|
-
trust_result = self._evaluate_trust(trust_bundle)
|
|
415
|
-
if trust_result in successes:
|
|
416
|
-
return
|
|
417
|
-
reason = "error code: %d" % (trust_result,)
|
|
418
|
-
except Exception as e:
|
|
419
|
-
# Do not trust on error
|
|
420
|
-
reason = "exception: %r" % (e,)
|
|
421
|
-
|
|
422
|
-
# SecureTransport does not send an alert nor shuts down the connection.
|
|
423
|
-
rec = _build_tls_unknown_ca_alert(self.version())
|
|
424
|
-
self.socket.sendall(rec)
|
|
425
|
-
# close the connection immediately
|
|
426
|
-
# l_onoff = 1, activate linger
|
|
427
|
-
# l_linger = 0, linger for 0 seoncds
|
|
428
|
-
opts = struct.pack("ii", 1, 0)
|
|
429
|
-
self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_LINGER, opts)
|
|
430
|
-
self.close()
|
|
431
|
-
raise ssl.SSLError("certificate verify failed, %s" % reason)
|
|
432
|
-
|
|
433
|
-
def _evaluate_trust(self, trust_bundle):
|
|
434
|
-
# We want data in memory, so load it up.
|
|
435
|
-
if os.path.isfile(trust_bundle):
|
|
436
|
-
with open(trust_bundle, "rb") as f:
|
|
437
|
-
trust_bundle = f.read()
|
|
438
|
-
|
|
439
|
-
cert_array = None
|
|
440
|
-
trust = Security.SecTrustRef()
|
|
441
|
-
|
|
442
|
-
try:
|
|
443
|
-
# Get a CFArray that contains the certs we want.
|
|
444
|
-
cert_array = _cert_array_from_pem(trust_bundle)
|
|
445
|
-
|
|
446
|
-
# Ok, now the hard part. We want to get the SecTrustRef that ST has
|
|
447
|
-
# created for this connection, shove our CAs into it, tell ST to
|
|
448
|
-
# ignore everything else it knows, and then ask if it can build a
|
|
449
|
-
# chain. This is a buuuunch of code.
|
|
450
|
-
result = Security.SSLCopyPeerTrust(self.context, ctypes.byref(trust))
|
|
451
|
-
_assert_no_error(result)
|
|
452
|
-
if not trust:
|
|
453
|
-
raise ssl.SSLError("Failed to copy trust reference")
|
|
454
|
-
|
|
455
|
-
result = Security.SecTrustSetAnchorCertificates(trust, cert_array)
|
|
456
|
-
_assert_no_error(result)
|
|
457
|
-
|
|
458
|
-
result = Security.SecTrustSetAnchorCertificatesOnly(trust, True)
|
|
459
|
-
_assert_no_error(result)
|
|
460
|
-
|
|
461
|
-
trust_result = Security.SecTrustResultType()
|
|
462
|
-
result = Security.SecTrustEvaluate(trust, ctypes.byref(trust_result))
|
|
463
|
-
_assert_no_error(result)
|
|
464
|
-
finally:
|
|
465
|
-
if trust:
|
|
466
|
-
CoreFoundation.CFRelease(trust)
|
|
467
|
-
|
|
468
|
-
if cert_array is not None:
|
|
469
|
-
CoreFoundation.CFRelease(cert_array)
|
|
470
|
-
|
|
471
|
-
return trust_result.value
|
|
472
|
-
|
|
473
|
-
def handshake(
|
|
474
|
-
self,
|
|
475
|
-
server_hostname,
|
|
476
|
-
verify,
|
|
477
|
-
trust_bundle,
|
|
478
|
-
min_version,
|
|
479
|
-
max_version,
|
|
480
|
-
client_cert,
|
|
481
|
-
client_key,
|
|
482
|
-
client_key_passphrase,
|
|
483
|
-
alpn_protocols,
|
|
484
|
-
):
|
|
485
|
-
"""
|
|
486
|
-
Actually performs the TLS handshake. This is run automatically by
|
|
487
|
-
wrapped socket, and shouldn't be needed in user code.
|
|
488
|
-
"""
|
|
489
|
-
# First, we do the initial bits of connection setup. We need to create
|
|
490
|
-
# a context, set its I/O funcs, and set the connection reference.
|
|
491
|
-
self.context = Security.SSLCreateContext(
|
|
492
|
-
None, SecurityConst.kSSLClientSide, SecurityConst.kSSLStreamType
|
|
493
|
-
)
|
|
494
|
-
result = Security.SSLSetIOFuncs(
|
|
495
|
-
self.context, _read_callback_pointer, _write_callback_pointer
|
|
496
|
-
)
|
|
497
|
-
_assert_no_error(result)
|
|
498
|
-
|
|
499
|
-
# Here we need to compute the handle to use. We do this by taking the
|
|
500
|
-
# id of self modulo 2**31 - 1. If this is already in the dictionary, we
|
|
501
|
-
# just keep incrementing by one until we find a free space.
|
|
502
|
-
with _connection_ref_lock:
|
|
503
|
-
handle = id(self) % 2147483647
|
|
504
|
-
while handle in _connection_refs:
|
|
505
|
-
handle = (handle + 1) % 2147483647
|
|
506
|
-
_connection_refs[handle] = self
|
|
507
|
-
|
|
508
|
-
result = Security.SSLSetConnection(self.context, handle)
|
|
509
|
-
_assert_no_error(result)
|
|
510
|
-
|
|
511
|
-
# If we have a server hostname, we should set that too.
|
|
512
|
-
if server_hostname:
|
|
513
|
-
if not isinstance(server_hostname, bytes):
|
|
514
|
-
server_hostname = server_hostname.encode("utf-8")
|
|
515
|
-
|
|
516
|
-
result = Security.SSLSetPeerDomainName(
|
|
517
|
-
self.context, server_hostname, len(server_hostname)
|
|
518
|
-
)
|
|
519
|
-
_assert_no_error(result)
|
|
520
|
-
|
|
521
|
-
# Setup the ciphers.
|
|
522
|
-
self._set_ciphers()
|
|
523
|
-
|
|
524
|
-
# Setup the ALPN protocols.
|
|
525
|
-
self._set_alpn_protocols(alpn_protocols)
|
|
526
|
-
|
|
527
|
-
# Set the minimum and maximum TLS versions.
|
|
528
|
-
result = Security.SSLSetProtocolVersionMin(self.context, min_version)
|
|
529
|
-
_assert_no_error(result)
|
|
530
|
-
|
|
531
|
-
result = Security.SSLSetProtocolVersionMax(self.context, max_version)
|
|
532
|
-
_assert_no_error(result)
|
|
533
|
-
|
|
534
|
-
# If there's a trust DB, we need to use it. We do that by telling
|
|
535
|
-
# SecureTransport to break on server auth. We also do that if we don't
|
|
536
|
-
# want to validate the certs at all: we just won't actually do any
|
|
537
|
-
# authing in that case.
|
|
538
|
-
if not verify or trust_bundle is not None:
|
|
539
|
-
result = Security.SSLSetSessionOption(
|
|
540
|
-
self.context, SecurityConst.kSSLSessionOptionBreakOnServerAuth, True
|
|
541
|
-
)
|
|
542
|
-
_assert_no_error(result)
|
|
543
|
-
|
|
544
|
-
# If there's a client cert, we need to use it.
|
|
545
|
-
if client_cert:
|
|
546
|
-
self._keychain, self._keychain_dir = _temporary_keychain()
|
|
547
|
-
self._client_cert_chain = _load_client_cert_chain(
|
|
548
|
-
self._keychain, client_cert, client_key
|
|
549
|
-
)
|
|
550
|
-
result = Security.SSLSetCertificate(self.context, self._client_cert_chain)
|
|
551
|
-
_assert_no_error(result)
|
|
552
|
-
|
|
553
|
-
while True:
|
|
554
|
-
with self._raise_on_error():
|
|
555
|
-
result = Security.SSLHandshake(self.context)
|
|
556
|
-
|
|
557
|
-
if result == SecurityConst.errSSLWouldBlock:
|
|
558
|
-
raise socket.timeout("handshake timed out")
|
|
559
|
-
elif result == SecurityConst.errSSLServerAuthCompleted:
|
|
560
|
-
self._custom_validate(verify, trust_bundle)
|
|
561
|
-
continue
|
|
562
|
-
else:
|
|
563
|
-
_assert_no_error(result)
|
|
564
|
-
break
|
|
565
|
-
|
|
566
|
-
def fileno(self):
|
|
567
|
-
return self.socket.fileno()
|
|
568
|
-
|
|
569
|
-
# Copy-pasted from Python 3.5 source code
|
|
570
|
-
def _decref_socketios(self):
|
|
571
|
-
if self._makefile_refs > 0:
|
|
572
|
-
self._makefile_refs -= 1
|
|
573
|
-
if self._closed:
|
|
574
|
-
self.close()
|
|
575
|
-
|
|
576
|
-
def recv(self, bufsiz):
|
|
577
|
-
buffer = ctypes.create_string_buffer(bufsiz)
|
|
578
|
-
bytes_read = self.recv_into(buffer, bufsiz)
|
|
579
|
-
data = buffer[:bytes_read]
|
|
580
|
-
return data
|
|
581
|
-
|
|
582
|
-
def recv_into(self, buffer, nbytes=None):
|
|
583
|
-
# Read short on EOF.
|
|
584
|
-
if self._closed:
|
|
585
|
-
return 0
|
|
586
|
-
|
|
587
|
-
if nbytes is None:
|
|
588
|
-
nbytes = len(buffer)
|
|
589
|
-
|
|
590
|
-
buffer = (ctypes.c_char * nbytes).from_buffer(buffer)
|
|
591
|
-
processed_bytes = ctypes.c_size_t(0)
|
|
592
|
-
|
|
593
|
-
with self._raise_on_error():
|
|
594
|
-
result = Security.SSLRead(
|
|
595
|
-
self.context, buffer, nbytes, ctypes.byref(processed_bytes)
|
|
596
|
-
)
|
|
597
|
-
|
|
598
|
-
# There are some result codes that we want to treat as "not always
|
|
599
|
-
# errors". Specifically, those are errSSLWouldBlock,
|
|
600
|
-
# errSSLClosedGraceful, and errSSLClosedNoNotify.
|
|
601
|
-
if result == SecurityConst.errSSLWouldBlock:
|
|
602
|
-
# If we didn't process any bytes, then this was just a time out.
|
|
603
|
-
# However, we can get errSSLWouldBlock in situations when we *did*
|
|
604
|
-
# read some data, and in those cases we should just read "short"
|
|
605
|
-
# and return.
|
|
606
|
-
if processed_bytes.value == 0:
|
|
607
|
-
# Timed out, no data read.
|
|
608
|
-
raise socket.timeout("recv timed out")
|
|
609
|
-
elif result in (
|
|
610
|
-
SecurityConst.errSSLClosedGraceful,
|
|
611
|
-
SecurityConst.errSSLClosedNoNotify,
|
|
612
|
-
):
|
|
613
|
-
# The remote peer has closed this connection. We should do so as
|
|
614
|
-
# well. Note that we don't actually return here because in
|
|
615
|
-
# principle this could actually be fired along with return data.
|
|
616
|
-
# It's unlikely though.
|
|
617
|
-
self.close()
|
|
618
|
-
else:
|
|
619
|
-
_assert_no_error(result)
|
|
620
|
-
|
|
621
|
-
# Ok, we read and probably succeeded. We should return whatever data
|
|
622
|
-
# was actually read.
|
|
623
|
-
return processed_bytes.value
|
|
624
|
-
|
|
625
|
-
def settimeout(self, timeout):
|
|
626
|
-
self._timeout = timeout
|
|
627
|
-
|
|
628
|
-
def gettimeout(self):
|
|
629
|
-
return self._timeout
|
|
630
|
-
|
|
631
|
-
def send(self, data):
|
|
632
|
-
processed_bytes = ctypes.c_size_t(0)
|
|
633
|
-
|
|
634
|
-
with self._raise_on_error():
|
|
635
|
-
result = Security.SSLWrite(
|
|
636
|
-
self.context, data, len(data), ctypes.byref(processed_bytes)
|
|
637
|
-
)
|
|
638
|
-
|
|
639
|
-
if result == SecurityConst.errSSLWouldBlock and processed_bytes.value == 0:
|
|
640
|
-
# Timed out
|
|
641
|
-
raise socket.timeout("send timed out")
|
|
642
|
-
else:
|
|
643
|
-
_assert_no_error(result)
|
|
644
|
-
|
|
645
|
-
# We sent, and probably succeeded. Tell them how much we sent.
|
|
646
|
-
return processed_bytes.value
|
|
647
|
-
|
|
648
|
-
def sendall(self, data):
|
|
649
|
-
total_sent = 0
|
|
650
|
-
while total_sent < len(data):
|
|
651
|
-
sent = self.send(data[total_sent : total_sent + SSL_WRITE_BLOCKSIZE])
|
|
652
|
-
total_sent += sent
|
|
653
|
-
|
|
654
|
-
def shutdown(self):
|
|
655
|
-
with self._raise_on_error():
|
|
656
|
-
Security.SSLClose(self.context)
|
|
657
|
-
|
|
658
|
-
def close(self):
|
|
659
|
-
# TODO: should I do clean shutdown here? Do I have to?
|
|
660
|
-
if self._makefile_refs < 1:
|
|
661
|
-
self._closed = True
|
|
662
|
-
if self.context:
|
|
663
|
-
CoreFoundation.CFRelease(self.context)
|
|
664
|
-
self.context = None
|
|
665
|
-
if self._client_cert_chain:
|
|
666
|
-
CoreFoundation.CFRelease(self._client_cert_chain)
|
|
667
|
-
self._client_cert_chain = None
|
|
668
|
-
if self._keychain:
|
|
669
|
-
Security.SecKeychainDelete(self._keychain)
|
|
670
|
-
CoreFoundation.CFRelease(self._keychain)
|
|
671
|
-
shutil.rmtree(self._keychain_dir)
|
|
672
|
-
self._keychain = self._keychain_dir = None
|
|
673
|
-
return self.socket.close()
|
|
674
|
-
else:
|
|
675
|
-
self._makefile_refs -= 1
|
|
676
|
-
|
|
677
|
-
def getpeercert(self, binary_form=False):
|
|
678
|
-
# Urgh, annoying.
|
|
679
|
-
#
|
|
680
|
-
# Here's how we do this:
|
|
681
|
-
#
|
|
682
|
-
# 1. Call SSLCopyPeerTrust to get hold of the trust object for this
|
|
683
|
-
# connection.
|
|
684
|
-
# 2. Call SecTrustGetCertificateAtIndex for index 0 to get the leaf.
|
|
685
|
-
# 3. To get the CN, call SecCertificateCopyCommonName and process that
|
|
686
|
-
# string so that it's of the appropriate type.
|
|
687
|
-
# 4. To get the SAN, we need to do something a bit more complex:
|
|
688
|
-
# a. Call SecCertificateCopyValues to get the data, requesting
|
|
689
|
-
# kSecOIDSubjectAltName.
|
|
690
|
-
# b. Mess about with this dictionary to try to get the SANs out.
|
|
691
|
-
#
|
|
692
|
-
# This is gross. Really gross. It's going to be a few hundred LoC extra
|
|
693
|
-
# just to repeat something that SecureTransport can *already do*. So my
|
|
694
|
-
# operating assumption at this time is that what we want to do is
|
|
695
|
-
# instead to just flag to urllib3 that it shouldn't do its own hostname
|
|
696
|
-
# validation when using SecureTransport.
|
|
697
|
-
if not binary_form:
|
|
698
|
-
raise ValueError("SecureTransport only supports dumping binary certs")
|
|
699
|
-
trust = Security.SecTrustRef()
|
|
700
|
-
certdata = None
|
|
701
|
-
der_bytes = None
|
|
702
|
-
|
|
703
|
-
try:
|
|
704
|
-
# Grab the trust store.
|
|
705
|
-
result = Security.SSLCopyPeerTrust(self.context, ctypes.byref(trust))
|
|
706
|
-
_assert_no_error(result)
|
|
707
|
-
if not trust:
|
|
708
|
-
# Probably we haven't done the handshake yet. No biggie.
|
|
709
|
-
return None
|
|
710
|
-
|
|
711
|
-
cert_count = Security.SecTrustGetCertificateCount(trust)
|
|
712
|
-
if not cert_count:
|
|
713
|
-
# Also a case that might happen if we haven't handshaked.
|
|
714
|
-
# Handshook? Handshaken?
|
|
715
|
-
return None
|
|
716
|
-
|
|
717
|
-
leaf = Security.SecTrustGetCertificateAtIndex(trust, 0)
|
|
718
|
-
assert leaf
|
|
719
|
-
|
|
720
|
-
# Ok, now we want the DER bytes.
|
|
721
|
-
certdata = Security.SecCertificateCopyData(leaf)
|
|
722
|
-
assert certdata
|
|
723
|
-
|
|
724
|
-
data_length = CoreFoundation.CFDataGetLength(certdata)
|
|
725
|
-
data_buffer = CoreFoundation.CFDataGetBytePtr(certdata)
|
|
726
|
-
der_bytes = ctypes.string_at(data_buffer, data_length)
|
|
727
|
-
finally:
|
|
728
|
-
if certdata:
|
|
729
|
-
CoreFoundation.CFRelease(certdata)
|
|
730
|
-
if trust:
|
|
731
|
-
CoreFoundation.CFRelease(trust)
|
|
732
|
-
|
|
733
|
-
return der_bytes
|
|
734
|
-
|
|
735
|
-
def version(self):
|
|
736
|
-
protocol = Security.SSLProtocol()
|
|
737
|
-
result = Security.SSLGetNegotiatedProtocolVersion(
|
|
738
|
-
self.context, ctypes.byref(protocol)
|
|
739
|
-
)
|
|
740
|
-
_assert_no_error(result)
|
|
741
|
-
if protocol.value == SecurityConst.kTLSProtocol13:
|
|
742
|
-
raise ssl.SSLError("SecureTransport does not support TLS 1.3")
|
|
743
|
-
elif protocol.value == SecurityConst.kTLSProtocol12:
|
|
744
|
-
return "TLSv1.2"
|
|
745
|
-
elif protocol.value == SecurityConst.kTLSProtocol11:
|
|
746
|
-
return "TLSv1.1"
|
|
747
|
-
elif protocol.value == SecurityConst.kTLSProtocol1:
|
|
748
|
-
return "TLSv1"
|
|
749
|
-
elif protocol.value == SecurityConst.kSSLProtocol3:
|
|
750
|
-
return "SSLv3"
|
|
751
|
-
elif protocol.value == SecurityConst.kSSLProtocol2:
|
|
752
|
-
return "SSLv2"
|
|
753
|
-
else:
|
|
754
|
-
raise ssl.SSLError("Unknown TLS version: %r" % protocol)
|
|
755
|
-
|
|
756
|
-
def _reuse(self):
|
|
757
|
-
self._makefile_refs += 1
|
|
758
|
-
|
|
759
|
-
def _drop(self):
|
|
760
|
-
if self._makefile_refs < 1:
|
|
761
|
-
self.close()
|
|
762
|
-
else:
|
|
763
|
-
self._makefile_refs -= 1
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
if _fileobject: # Platform-specific: Python 2
|
|
767
|
-
|
|
768
|
-
def makefile(self, mode, bufsize=-1):
|
|
769
|
-
self._makefile_refs += 1
|
|
770
|
-
return _fileobject(self, mode, bufsize, close=True)
|
|
771
|
-
|
|
772
|
-
else: # Platform-specific: Python 3
|
|
773
|
-
|
|
774
|
-
def makefile(self, mode="r", buffering=None, *args, **kwargs):
|
|
775
|
-
# We disable buffering with SecureTransport because it conflicts with
|
|
776
|
-
# the buffering that ST does internally (see issue #1153 for more).
|
|
777
|
-
buffering = 0
|
|
778
|
-
return backport_makefile(self, mode, buffering, *args, **kwargs)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
WrappedSocket.makefile = makefile
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
class SecureTransportContext(object):
|
|
785
|
-
"""
|
|
786
|
-
I am a wrapper class for the SecureTransport library, to translate the
|
|
787
|
-
interface of the standard library ``SSLContext`` object to calls into
|
|
788
|
-
SecureTransport.
|
|
789
|
-
"""
|
|
790
|
-
|
|
791
|
-
def __init__(self, protocol):
|
|
792
|
-
self._min_version, self._max_version = _protocol_to_min_max[protocol]
|
|
793
|
-
self._options = 0
|
|
794
|
-
self._verify = False
|
|
795
|
-
self._trust_bundle = None
|
|
796
|
-
self._client_cert = None
|
|
797
|
-
self._client_key = None
|
|
798
|
-
self._client_key_passphrase = None
|
|
799
|
-
self._alpn_protocols = None
|
|
800
|
-
|
|
801
|
-
@property
|
|
802
|
-
def check_hostname(self):
|
|
803
|
-
"""
|
|
804
|
-
SecureTransport cannot have its hostname checking disabled. For more,
|
|
805
|
-
see the comment on getpeercert() in this file.
|
|
806
|
-
"""
|
|
807
|
-
return True
|
|
808
|
-
|
|
809
|
-
@check_hostname.setter
|
|
810
|
-
def check_hostname(self, value):
|
|
811
|
-
"""
|
|
812
|
-
SecureTransport cannot have its hostname checking disabled. For more,
|
|
813
|
-
see the comment on getpeercert() in this file.
|
|
814
|
-
"""
|
|
815
|
-
pass
|
|
816
|
-
|
|
817
|
-
@property
|
|
818
|
-
def options(self):
|
|
819
|
-
# TODO: Well, crap.
|
|
820
|
-
#
|
|
821
|
-
# So this is the bit of the code that is the most likely to cause us
|
|
822
|
-
# trouble. Essentially we need to enumerate all of the SSL options that
|
|
823
|
-
# users might want to use and try to see if we can sensibly translate
|
|
824
|
-
# them, or whether we should just ignore them.
|
|
825
|
-
return self._options
|
|
826
|
-
|
|
827
|
-
@options.setter
|
|
828
|
-
def options(self, value):
|
|
829
|
-
# TODO: Update in line with above.
|
|
830
|
-
self._options = value
|
|
831
|
-
|
|
832
|
-
@property
|
|
833
|
-
def verify_mode(self):
|
|
834
|
-
return ssl.CERT_REQUIRED if self._verify else ssl.CERT_NONE
|
|
835
|
-
|
|
836
|
-
@verify_mode.setter
|
|
837
|
-
def verify_mode(self, value):
|
|
838
|
-
self._verify = True if value == ssl.CERT_REQUIRED else False
|
|
839
|
-
|
|
840
|
-
def set_default_verify_paths(self):
|
|
841
|
-
# So, this has to do something a bit weird. Specifically, what it does
|
|
842
|
-
# is nothing.
|
|
843
|
-
#
|
|
844
|
-
# This means that, if we had previously had load_verify_locations
|
|
845
|
-
# called, this does not undo that. We need to do that because it turns
|
|
846
|
-
# out that the rest of the urllib3 code will attempt to load the
|
|
847
|
-
# default verify paths if it hasn't been told about any paths, even if
|
|
848
|
-
# the context itself was sometime earlier. We resolve that by just
|
|
849
|
-
# ignoring it.
|
|
850
|
-
pass
|
|
851
|
-
|
|
852
|
-
def load_default_certs(self):
|
|
853
|
-
return self.set_default_verify_paths()
|
|
854
|
-
|
|
855
|
-
def set_ciphers(self, ciphers):
|
|
856
|
-
# For now, we just require the default cipher string.
|
|
857
|
-
if ciphers != util.ssl_.DEFAULT_CIPHERS:
|
|
858
|
-
raise ValueError("SecureTransport doesn't support custom cipher strings")
|
|
859
|
-
|
|
860
|
-
def load_verify_locations(self, cafile=None, capath=None, cadata=None):
|
|
861
|
-
# OK, we only really support cadata and cafile.
|
|
862
|
-
if capath is not None:
|
|
863
|
-
raise ValueError("SecureTransport does not support cert directories")
|
|
864
|
-
|
|
865
|
-
# Raise if cafile does not exist.
|
|
866
|
-
if cafile is not None:
|
|
867
|
-
with open(cafile):
|
|
868
|
-
pass
|
|
869
|
-
|
|
870
|
-
self._trust_bundle = cafile or cadata
|
|
871
|
-
|
|
872
|
-
def load_cert_chain(self, certfile, keyfile=None, password=None):
|
|
873
|
-
self._client_cert = certfile
|
|
874
|
-
self._client_key = keyfile
|
|
875
|
-
self._client_cert_passphrase = password
|
|
876
|
-
|
|
877
|
-
def set_alpn_protocols(self, protocols):
|
|
878
|
-
"""
|
|
879
|
-
Sets the ALPN protocols that will later be set on the context.
|
|
880
|
-
|
|
881
|
-
Raises a NotImplementedError if ALPN is not supported.
|
|
882
|
-
"""
|
|
883
|
-
if not hasattr(Security, "SSLSetALPNProtocols"):
|
|
884
|
-
raise NotImplementedError(
|
|
885
|
-
"SecureTransport supports ALPN only in macOS 10.12+"
|
|
886
|
-
)
|
|
887
|
-
self._alpn_protocols = [six.ensure_binary(p) for p in protocols]
|
|
888
|
-
|
|
889
|
-
def wrap_socket(
|
|
890
|
-
self,
|
|
891
|
-
sock,
|
|
892
|
-
server_side=False,
|
|
893
|
-
do_handshake_on_connect=True,
|
|
894
|
-
suppress_ragged_eofs=True,
|
|
895
|
-
server_hostname=None,
|
|
896
|
-
):
|
|
897
|
-
# So, what do we do here? Firstly, we assert some properties. This is a
|
|
898
|
-
# stripped down shim, so there is some functionality we don't support.
|
|
899
|
-
# See PEP 543 for the real deal.
|
|
900
|
-
assert not server_side
|
|
901
|
-
assert do_handshake_on_connect
|
|
902
|
-
assert suppress_ragged_eofs
|
|
903
|
-
|
|
904
|
-
# Ok, we're good to go. Now we want to create the wrapped socket object
|
|
905
|
-
# and store it in the appropriate place.
|
|
906
|
-
wrapped_socket = WrappedSocket(sock)
|
|
907
|
-
|
|
908
|
-
# Now we can handshake
|
|
909
|
-
wrapped_socket.handshake(
|
|
910
|
-
server_hostname,
|
|
911
|
-
self._verify,
|
|
912
|
-
self._trust_bundle,
|
|
913
|
-
self._min_version,
|
|
914
|
-
self._max_version,
|
|
915
|
-
self._client_cert,
|
|
916
|
-
self._client_key,
|
|
917
|
-
self._client_key_passphrase,
|
|
918
|
-
self._alpn_protocols,
|
|
919
|
-
)
|
|
920
|
-
return wrapped_socket
|