@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,1119 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
import functools
|
|
4
|
-
import io
|
|
5
|
-
import itertools
|
|
6
|
-
import numbers
|
|
7
|
-
import os
|
|
8
|
-
import re
|
|
9
|
-
import sys
|
|
10
|
-
from collections.abc import Iterable, Iterator, MutableMapping, Sequence
|
|
11
|
-
from glob import glob
|
|
12
|
-
from pathlib import Path
|
|
13
|
-
from typing import TYPE_CHECKING, Any, Union
|
|
14
|
-
|
|
15
|
-
from more_itertools import partition, unique_everseen
|
|
16
|
-
from packaging.markers import InvalidMarker, Marker
|
|
17
|
-
from packaging.specifiers import InvalidSpecifier, SpecifierSet
|
|
18
|
-
from packaging.version import Version
|
|
19
|
-
|
|
20
|
-
from . import (
|
|
21
|
-
_entry_points,
|
|
22
|
-
_reqs,
|
|
23
|
-
_static,
|
|
24
|
-
command as _, # noqa: F401 # imported for side-effects
|
|
25
|
-
)
|
|
26
|
-
from ._importlib import metadata
|
|
27
|
-
from ._normalization import _canonicalize_license_expression
|
|
28
|
-
from ._path import StrPath
|
|
29
|
-
from ._reqs import _StrOrIter
|
|
30
|
-
from .config import pyprojecttoml, setupcfg
|
|
31
|
-
from .discovery import ConfigDiscovery
|
|
32
|
-
from .errors import InvalidConfigError
|
|
33
|
-
from .monkey import get_unpatched
|
|
34
|
-
from .warnings import InformationOnly, SetuptoolsDeprecationWarning
|
|
35
|
-
|
|
36
|
-
import distutils.cmd
|
|
37
|
-
import distutils.command
|
|
38
|
-
import distutils.core
|
|
39
|
-
import distutils.dist
|
|
40
|
-
import distutils.log
|
|
41
|
-
from distutils.debug import DEBUG
|
|
42
|
-
from distutils.errors import DistutilsOptionError, DistutilsSetupError
|
|
43
|
-
from distutils.fancy_getopt import translate_longopt
|
|
44
|
-
from distutils.util import strtobool
|
|
45
|
-
|
|
46
|
-
if TYPE_CHECKING:
|
|
47
|
-
from typing_extensions import TypeAlias
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
__all__ = ['Distribution']
|
|
51
|
-
|
|
52
|
-
_sequence = tuple, list
|
|
53
|
-
"""
|
|
54
|
-
:meta private:
|
|
55
|
-
|
|
56
|
-
Supported iterable types that are known to be:
|
|
57
|
-
- ordered (which `set` isn't)
|
|
58
|
-
- not match a str (which `Sequence[str]` does)
|
|
59
|
-
- not imply a nested type (like `dict`)
|
|
60
|
-
for use with `isinstance`.
|
|
61
|
-
"""
|
|
62
|
-
_Sequence: TypeAlias = Union[tuple[str, ...], list[str]]
|
|
63
|
-
# This is how stringifying _Sequence would look in Python 3.10
|
|
64
|
-
_sequence_type_repr = "tuple[str, ...] | list[str]"
|
|
65
|
-
_OrderedStrSequence: TypeAlias = Union[str, dict[str, Any], Sequence[str]]
|
|
66
|
-
"""
|
|
67
|
-
:meta private:
|
|
68
|
-
Avoid single-use iterable. Disallow sets.
|
|
69
|
-
A poor approximation of an OrderedSequence (dict doesn't match a Sequence).
|
|
70
|
-
"""
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
def __getattr__(name: str) -> Any: # pragma: no cover
|
|
74
|
-
if name == "sequence":
|
|
75
|
-
SetuptoolsDeprecationWarning.emit(
|
|
76
|
-
"`setuptools.dist.sequence` is an internal implementation detail.",
|
|
77
|
-
"Please define your own `sequence = tuple, list` instead.",
|
|
78
|
-
due_date=(2025, 8, 28), # Originally added on 2024-08-27
|
|
79
|
-
)
|
|
80
|
-
return _sequence
|
|
81
|
-
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
def check_importable(dist, attr, value):
|
|
85
|
-
try:
|
|
86
|
-
ep = metadata.EntryPoint(value=value, name=None, group=None)
|
|
87
|
-
assert not ep.extras
|
|
88
|
-
except (TypeError, ValueError, AttributeError, AssertionError) as e:
|
|
89
|
-
raise DistutilsSetupError(
|
|
90
|
-
f"{attr!r} must be importable 'module:attrs' string (got {value!r})"
|
|
91
|
-
) from e
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
def assert_string_list(dist, attr: str, value: _Sequence) -> None:
|
|
95
|
-
"""Verify that value is a string list"""
|
|
96
|
-
try:
|
|
97
|
-
# verify that value is a list or tuple to exclude unordered
|
|
98
|
-
# or single-use iterables
|
|
99
|
-
assert isinstance(value, _sequence)
|
|
100
|
-
# verify that elements of value are strings
|
|
101
|
-
assert ''.join(value) != value
|
|
102
|
-
except (TypeError, ValueError, AttributeError, AssertionError) as e:
|
|
103
|
-
raise DistutilsSetupError(
|
|
104
|
-
f"{attr!r} must be of type <{_sequence_type_repr}> (got {value!r})"
|
|
105
|
-
) from e
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
def check_nsp(dist, attr, value):
|
|
109
|
-
"""Verify that namespace packages are valid"""
|
|
110
|
-
ns_packages = value
|
|
111
|
-
assert_string_list(dist, attr, ns_packages)
|
|
112
|
-
for nsp in ns_packages:
|
|
113
|
-
if not dist.has_contents_for(nsp):
|
|
114
|
-
raise DistutilsSetupError(
|
|
115
|
-
f"Distribution contains no modules or packages for namespace package {nsp!r}"
|
|
116
|
-
)
|
|
117
|
-
parent, _sep, _child = nsp.rpartition('.')
|
|
118
|
-
if parent and parent not in ns_packages:
|
|
119
|
-
distutils.log.warn(
|
|
120
|
-
"WARNING: %r is declared as a package namespace, but %r"
|
|
121
|
-
" is not: please correct this in setup.py",
|
|
122
|
-
nsp,
|
|
123
|
-
parent,
|
|
124
|
-
)
|
|
125
|
-
SetuptoolsDeprecationWarning.emit(
|
|
126
|
-
"The namespace_packages parameter is deprecated.",
|
|
127
|
-
"Please replace its usage with implicit namespaces (PEP 420).",
|
|
128
|
-
see_docs="references/keywords.html#keyword-namespace-packages",
|
|
129
|
-
# TODO: define due_date, it may break old packages that are no longer
|
|
130
|
-
# maintained (e.g. sphinxcontrib extensions) when installed from source.
|
|
131
|
-
# Warning officially introduced in May 2022, however the deprecation
|
|
132
|
-
# was mentioned much earlier in the docs (May 2020, see #2149).
|
|
133
|
-
)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
def check_extras(dist, attr, value):
|
|
137
|
-
"""Verify that extras_require mapping is valid"""
|
|
138
|
-
try:
|
|
139
|
-
list(itertools.starmap(_check_extra, value.items()))
|
|
140
|
-
except (TypeError, ValueError, AttributeError) as e:
|
|
141
|
-
raise DistutilsSetupError(
|
|
142
|
-
"'extras_require' must be a dictionary whose values are "
|
|
143
|
-
"strings or lists of strings containing valid project/version "
|
|
144
|
-
"requirement specifiers."
|
|
145
|
-
) from e
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
def _check_extra(extra, reqs):
|
|
149
|
-
_name, _sep, marker = extra.partition(':')
|
|
150
|
-
try:
|
|
151
|
-
_check_marker(marker)
|
|
152
|
-
except InvalidMarker:
|
|
153
|
-
msg = f"Invalid environment marker: {marker} ({extra!r})"
|
|
154
|
-
raise DistutilsSetupError(msg) from None
|
|
155
|
-
list(_reqs.parse(reqs))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
def _check_marker(marker):
|
|
159
|
-
if not marker:
|
|
160
|
-
return
|
|
161
|
-
m = Marker(marker)
|
|
162
|
-
m.evaluate()
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
def assert_bool(dist, attr, value):
|
|
166
|
-
"""Verify that value is True, False, 0, or 1"""
|
|
167
|
-
if bool(value) != value:
|
|
168
|
-
raise DistutilsSetupError(f"{attr!r} must be a boolean value (got {value!r})")
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
def invalid_unless_false(dist, attr, value):
|
|
172
|
-
if not value:
|
|
173
|
-
DistDeprecationWarning.emit(f"{attr} is ignored.")
|
|
174
|
-
# TODO: should there be a `due_date` here?
|
|
175
|
-
return
|
|
176
|
-
raise DistutilsSetupError(f"{attr} is invalid.")
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
def check_requirements(dist, attr: str, value: _OrderedStrSequence) -> None:
|
|
180
|
-
"""Verify that install_requires is a valid requirements list"""
|
|
181
|
-
try:
|
|
182
|
-
list(_reqs.parse(value))
|
|
183
|
-
if isinstance(value, set):
|
|
184
|
-
raise TypeError("Unordered types are not allowed")
|
|
185
|
-
except (TypeError, ValueError) as error:
|
|
186
|
-
msg = (
|
|
187
|
-
f"{attr!r} must be a string or iterable of strings "
|
|
188
|
-
f"containing valid project/version requirement specifiers; {error}"
|
|
189
|
-
)
|
|
190
|
-
raise DistutilsSetupError(msg) from error
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
def check_specifier(dist, attr, value):
|
|
194
|
-
"""Verify that value is a valid version specifier"""
|
|
195
|
-
try:
|
|
196
|
-
SpecifierSet(value)
|
|
197
|
-
except (InvalidSpecifier, AttributeError) as error:
|
|
198
|
-
msg = f"{attr!r} must be a string containing valid version specifiers; {error}"
|
|
199
|
-
raise DistutilsSetupError(msg) from error
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
def check_entry_points(dist, attr, value):
|
|
203
|
-
"""Verify that entry_points map is parseable"""
|
|
204
|
-
try:
|
|
205
|
-
_entry_points.load(value)
|
|
206
|
-
except Exception as e:
|
|
207
|
-
raise DistutilsSetupError(e) from e
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
def check_package_data(dist, attr, value):
|
|
211
|
-
"""Verify that value is a dictionary of package names to glob lists"""
|
|
212
|
-
if not isinstance(value, dict):
|
|
213
|
-
raise DistutilsSetupError(
|
|
214
|
-
f"{attr!r} must be a dictionary mapping package names to lists of "
|
|
215
|
-
"string wildcard patterns"
|
|
216
|
-
)
|
|
217
|
-
for k, v in value.items():
|
|
218
|
-
if not isinstance(k, str):
|
|
219
|
-
raise DistutilsSetupError(
|
|
220
|
-
f"keys of {attr!r} dict must be strings (got {k!r})"
|
|
221
|
-
)
|
|
222
|
-
assert_string_list(dist, f'values of {attr!r} dict', v)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
def check_packages(dist, attr, value):
|
|
226
|
-
for pkgname in value:
|
|
227
|
-
if not re.match(r'\w+(\.\w+)*', pkgname):
|
|
228
|
-
distutils.log.warn(
|
|
229
|
-
"WARNING: %r not a valid package name; please use only "
|
|
230
|
-
".-separated package names in setup.py",
|
|
231
|
-
pkgname,
|
|
232
|
-
)
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
if TYPE_CHECKING:
|
|
236
|
-
# Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
|
|
237
|
-
from distutils.core import Distribution as _Distribution
|
|
238
|
-
else:
|
|
239
|
-
_Distribution = get_unpatched(distutils.core.Distribution)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
class Distribution(_Distribution):
|
|
243
|
-
"""Distribution with support for tests and package data
|
|
244
|
-
|
|
245
|
-
This is an enhanced version of 'distutils.dist.Distribution' that
|
|
246
|
-
effectively adds the following new optional keyword arguments to 'setup()':
|
|
247
|
-
|
|
248
|
-
'install_requires' -- a string or sequence of strings specifying project
|
|
249
|
-
versions that the distribution requires when installed, in the format
|
|
250
|
-
used by 'pkg_resources.require()'. They will be installed
|
|
251
|
-
automatically when the package is installed. If you wish to use
|
|
252
|
-
packages that are not available in PyPI, or want to give your users an
|
|
253
|
-
alternate download location, you can add a 'find_links' option to the
|
|
254
|
-
'[easy_install]' section of your project's 'setup.cfg' file, and then
|
|
255
|
-
setuptools will scan the listed web pages for links that satisfy the
|
|
256
|
-
requirements.
|
|
257
|
-
|
|
258
|
-
'extras_require' -- a dictionary mapping names of optional "extras" to the
|
|
259
|
-
additional requirement(s) that using those extras incurs. For example,
|
|
260
|
-
this::
|
|
261
|
-
|
|
262
|
-
extras_require = dict(reST = ["docutils>=0.3", "reSTedit"])
|
|
263
|
-
|
|
264
|
-
indicates that the distribution can optionally provide an extra
|
|
265
|
-
capability called "reST", but it can only be used if docutils and
|
|
266
|
-
reSTedit are installed. If the user installs your package using
|
|
267
|
-
EasyInstall and requests one of your extras, the corresponding
|
|
268
|
-
additional requirements will be installed if needed.
|
|
269
|
-
|
|
270
|
-
'package_data' -- a dictionary mapping package names to lists of filenames
|
|
271
|
-
or globs to use to find data files contained in the named packages.
|
|
272
|
-
If the dictionary has filenames or globs listed under '""' (the empty
|
|
273
|
-
string), those names will be searched for in every package, in addition
|
|
274
|
-
to any names for the specific package. Data files found using these
|
|
275
|
-
names/globs will be installed along with the package, in the same
|
|
276
|
-
location as the package. Note that globs are allowed to reference
|
|
277
|
-
the contents of non-package subdirectories, as long as you use '/' as
|
|
278
|
-
a path separator. (Globs are automatically converted to
|
|
279
|
-
platform-specific paths at runtime.)
|
|
280
|
-
|
|
281
|
-
In addition to these new keywords, this class also has several new methods
|
|
282
|
-
for manipulating the distribution's contents. For example, the 'include()'
|
|
283
|
-
and 'exclude()' methods can be thought of as in-place add and subtract
|
|
284
|
-
commands that add or remove packages, modules, extensions, and so on from
|
|
285
|
-
the distribution.
|
|
286
|
-
"""
|
|
287
|
-
|
|
288
|
-
_DISTUTILS_UNSUPPORTED_METADATA = {
|
|
289
|
-
'long_description_content_type': lambda: None,
|
|
290
|
-
'project_urls': dict,
|
|
291
|
-
'provides_extras': dict, # behaves like an ordered set
|
|
292
|
-
'license_expression': lambda: None,
|
|
293
|
-
'license_file': lambda: None,
|
|
294
|
-
'license_files': lambda: None,
|
|
295
|
-
'install_requires': list,
|
|
296
|
-
'extras_require': dict,
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
# Used by build_py, editable_wheel and install_lib commands for legacy namespaces
|
|
300
|
-
namespace_packages: list[str] #: :meta private: DEPRECATED
|
|
301
|
-
|
|
302
|
-
# Any: Dynamic assignment results in Incompatible types in assignment
|
|
303
|
-
def __init__(self, attrs: MutableMapping[str, Any] | None = None) -> None:
|
|
304
|
-
have_package_data = hasattr(self, "package_data")
|
|
305
|
-
if not have_package_data:
|
|
306
|
-
self.package_data: dict[str, list[str]] = {}
|
|
307
|
-
attrs = attrs or {}
|
|
308
|
-
self.dist_files: list[tuple[str, str, str]] = []
|
|
309
|
-
self.include_package_data: bool | None = None
|
|
310
|
-
self.exclude_package_data: dict[str, list[str]] | None = None
|
|
311
|
-
# Filter-out setuptools' specific options.
|
|
312
|
-
self.src_root: str | None = attrs.pop("src_root", None)
|
|
313
|
-
self.dependency_links: list[str] = attrs.pop('dependency_links', [])
|
|
314
|
-
self.setup_requires: list[str] = attrs.pop('setup_requires', [])
|
|
315
|
-
for ep in metadata.entry_points(group='distutils.setup_keywords'):
|
|
316
|
-
vars(self).setdefault(ep.name, None)
|
|
317
|
-
|
|
318
|
-
metadata_only = set(self._DISTUTILS_UNSUPPORTED_METADATA)
|
|
319
|
-
metadata_only -= {"install_requires", "extras_require"}
|
|
320
|
-
dist_attrs = {k: v for k, v in attrs.items() if k not in metadata_only}
|
|
321
|
-
_Distribution.__init__(self, dist_attrs)
|
|
322
|
-
|
|
323
|
-
# Private API (setuptools-use only, not restricted to Distribution)
|
|
324
|
-
# Stores files that are referenced by the configuration and need to be in the
|
|
325
|
-
# sdist (e.g. `version = file: VERSION.txt`)
|
|
326
|
-
self._referenced_files = set[str]()
|
|
327
|
-
|
|
328
|
-
self.set_defaults = ConfigDiscovery(self)
|
|
329
|
-
|
|
330
|
-
self._set_metadata_defaults(attrs)
|
|
331
|
-
|
|
332
|
-
self.metadata.version = self._normalize_version(self.metadata.version)
|
|
333
|
-
self._finalize_requires()
|
|
334
|
-
|
|
335
|
-
def _validate_metadata(self):
|
|
336
|
-
required = {"name"}
|
|
337
|
-
provided = {
|
|
338
|
-
key
|
|
339
|
-
for key in vars(self.metadata)
|
|
340
|
-
if getattr(self.metadata, key, None) is not None
|
|
341
|
-
}
|
|
342
|
-
missing = required - provided
|
|
343
|
-
|
|
344
|
-
if missing:
|
|
345
|
-
msg = f"Required package metadata is missing: {missing}"
|
|
346
|
-
raise DistutilsSetupError(msg)
|
|
347
|
-
|
|
348
|
-
def _set_metadata_defaults(self, attrs):
|
|
349
|
-
"""
|
|
350
|
-
Fill-in missing metadata fields not supported by distutils.
|
|
351
|
-
Some fields may have been set by other tools (e.g. pbr).
|
|
352
|
-
Those fields (vars(self.metadata)) take precedence to
|
|
353
|
-
supplied attrs.
|
|
354
|
-
"""
|
|
355
|
-
for option, default in self._DISTUTILS_UNSUPPORTED_METADATA.items():
|
|
356
|
-
vars(self.metadata).setdefault(option, attrs.get(option, default()))
|
|
357
|
-
|
|
358
|
-
@staticmethod
|
|
359
|
-
def _normalize_version(version):
|
|
360
|
-
from . import sic
|
|
361
|
-
|
|
362
|
-
if isinstance(version, numbers.Number):
|
|
363
|
-
# Some people apparently take "version number" too literally :)
|
|
364
|
-
version = str(version)
|
|
365
|
-
elif isinstance(version, sic) or version is None:
|
|
366
|
-
return version
|
|
367
|
-
|
|
368
|
-
normalized = str(Version(version))
|
|
369
|
-
if version != normalized:
|
|
370
|
-
InformationOnly.emit(f"Normalizing '{version}' to '{normalized}'")
|
|
371
|
-
return normalized
|
|
372
|
-
return version
|
|
373
|
-
|
|
374
|
-
def _finalize_requires(self):
|
|
375
|
-
"""
|
|
376
|
-
Set `metadata.python_requires` and fix environment markers
|
|
377
|
-
in `install_requires` and `extras_require`.
|
|
378
|
-
"""
|
|
379
|
-
if getattr(self, 'python_requires', None):
|
|
380
|
-
self.metadata.python_requires = self.python_requires
|
|
381
|
-
|
|
382
|
-
self._normalize_requires()
|
|
383
|
-
self.metadata.install_requires = self.install_requires
|
|
384
|
-
self.metadata.extras_require = self.extras_require
|
|
385
|
-
|
|
386
|
-
if self.extras_require:
|
|
387
|
-
for extra in self.extras_require.keys():
|
|
388
|
-
# Setuptools allows a weird "<name>:<env markers> syntax for extras
|
|
389
|
-
extra = extra.split(':')[0]
|
|
390
|
-
if extra:
|
|
391
|
-
self.metadata.provides_extras.setdefault(extra)
|
|
392
|
-
|
|
393
|
-
def _normalize_requires(self):
|
|
394
|
-
"""Make sure requirement-related attributes exist and are normalized"""
|
|
395
|
-
install_requires = getattr(self, "install_requires", None) or []
|
|
396
|
-
extras_require = getattr(self, "extras_require", None) or {}
|
|
397
|
-
|
|
398
|
-
# Preserve the "static"-ness of values parsed from config files
|
|
399
|
-
list_ = _static.List if _static.is_static(install_requires) else list
|
|
400
|
-
self.install_requires = list_(map(str, _reqs.parse(install_requires)))
|
|
401
|
-
|
|
402
|
-
dict_ = _static.Dict if _static.is_static(extras_require) else dict
|
|
403
|
-
self.extras_require = dict_(
|
|
404
|
-
(k, list(map(str, _reqs.parse(v or [])))) for k, v in extras_require.items()
|
|
405
|
-
)
|
|
406
|
-
|
|
407
|
-
def _finalize_license_expression(self) -> None:
|
|
408
|
-
"""
|
|
409
|
-
Normalize license and license_expression.
|
|
410
|
-
>>> dist = Distribution({"license_expression": _static.Str("mit aNd gpl-3.0-OR-later")})
|
|
411
|
-
>>> _static.is_static(dist.metadata.license_expression)
|
|
412
|
-
True
|
|
413
|
-
>>> dist._finalize_license_expression()
|
|
414
|
-
>>> _static.is_static(dist.metadata.license_expression) # preserve "static-ness"
|
|
415
|
-
True
|
|
416
|
-
>>> print(dist.metadata.license_expression)
|
|
417
|
-
MIT AND GPL-3.0-or-later
|
|
418
|
-
"""
|
|
419
|
-
classifiers = self.metadata.get_classifiers()
|
|
420
|
-
license_classifiers = [cl for cl in classifiers if cl.startswith("License :: ")]
|
|
421
|
-
|
|
422
|
-
license_expr = self.metadata.license_expression
|
|
423
|
-
if license_expr:
|
|
424
|
-
str_ = _static.Str if _static.is_static(license_expr) else str
|
|
425
|
-
normalized = str_(_canonicalize_license_expression(license_expr))
|
|
426
|
-
if license_expr != normalized:
|
|
427
|
-
InformationOnly.emit(f"Normalizing '{license_expr}' to '{normalized}'")
|
|
428
|
-
self.metadata.license_expression = normalized
|
|
429
|
-
if license_classifiers:
|
|
430
|
-
raise InvalidConfigError(
|
|
431
|
-
"License classifiers have been superseded by license expressions "
|
|
432
|
-
"(see https://peps.python.org/pep-0639/). Please remove:\n\n"
|
|
433
|
-
+ "\n".join(license_classifiers),
|
|
434
|
-
)
|
|
435
|
-
elif license_classifiers:
|
|
436
|
-
pypa_guides = "guides/writing-pyproject-toml/#license"
|
|
437
|
-
SetuptoolsDeprecationWarning.emit(
|
|
438
|
-
"License classifiers are deprecated.",
|
|
439
|
-
"Please consider removing the following classifiers in favor of a "
|
|
440
|
-
"SPDX license expression:\n\n" + "\n".join(license_classifiers),
|
|
441
|
-
see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
|
|
442
|
-
# Warning introduced on 2025-02-17
|
|
443
|
-
# TODO: Should we add a due date? It may affect old/unmaintained
|
|
444
|
-
# packages in the ecosystem and cause problems...
|
|
445
|
-
)
|
|
446
|
-
|
|
447
|
-
def _finalize_license_files(self) -> None:
|
|
448
|
-
"""Compute names of all license files which should be included."""
|
|
449
|
-
license_files: list[str] | None = self.metadata.license_files
|
|
450
|
-
patterns = license_files or []
|
|
451
|
-
|
|
452
|
-
license_file: str | None = self.metadata.license_file
|
|
453
|
-
if license_file and license_file not in patterns:
|
|
454
|
-
patterns.append(license_file)
|
|
455
|
-
|
|
456
|
-
if license_files is None and license_file is None:
|
|
457
|
-
# Default patterns match the ones wheel uses
|
|
458
|
-
# See https://wheel.readthedocs.io/en/stable/user_guide.html
|
|
459
|
-
# -> 'Including license files in the generated wheel file'
|
|
460
|
-
patterns = ['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']
|
|
461
|
-
files = self._expand_patterns(patterns, enforce_match=False)
|
|
462
|
-
else: # Patterns explicitly given by the user
|
|
463
|
-
files = self._expand_patterns(patterns, enforce_match=True)
|
|
464
|
-
|
|
465
|
-
self.metadata.license_files = list(unique_everseen(files))
|
|
466
|
-
|
|
467
|
-
@classmethod
|
|
468
|
-
def _expand_patterns(
|
|
469
|
-
cls, patterns: list[str], enforce_match: bool = True
|
|
470
|
-
) -> Iterator[str]:
|
|
471
|
-
"""
|
|
472
|
-
>>> getfixture('sample_project_cwd')
|
|
473
|
-
>>> list(Distribution._expand_patterns(['LICENSE.txt']))
|
|
474
|
-
['LICENSE.txt']
|
|
475
|
-
>>> list(Distribution._expand_patterns(['pyproject.toml', 'LIC*']))
|
|
476
|
-
['pyproject.toml', 'LICENSE.txt']
|
|
477
|
-
>>> list(Distribution._expand_patterns(['src/**/*.dat']))
|
|
478
|
-
['src/sample/package_data.dat']
|
|
479
|
-
"""
|
|
480
|
-
return (
|
|
481
|
-
path.replace(os.sep, "/")
|
|
482
|
-
for pattern in patterns
|
|
483
|
-
for path in sorted(cls._find_pattern(pattern, enforce_match))
|
|
484
|
-
if not path.endswith('~') and os.path.isfile(path)
|
|
485
|
-
)
|
|
486
|
-
|
|
487
|
-
@staticmethod
|
|
488
|
-
def _find_pattern(pattern: str, enforce_match: bool = True) -> list[str]:
|
|
489
|
-
r"""
|
|
490
|
-
>>> getfixture('sample_project_cwd')
|
|
491
|
-
>>> Distribution._find_pattern("LICENSE.txt")
|
|
492
|
-
['LICENSE.txt']
|
|
493
|
-
>>> Distribution._find_pattern("/LICENSE.MIT")
|
|
494
|
-
Traceback (most recent call last):
|
|
495
|
-
...
|
|
496
|
-
setuptools.errors.InvalidConfigError: Pattern '/LICENSE.MIT' should be relative...
|
|
497
|
-
>>> Distribution._find_pattern("../LICENSE.MIT")
|
|
498
|
-
Traceback (most recent call last):
|
|
499
|
-
...
|
|
500
|
-
setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'...
|
|
501
|
-
>>> Distribution._find_pattern("LICEN{CSE*")
|
|
502
|
-
Traceback (most recent call last):
|
|
503
|
-
...
|
|
504
|
-
setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern 'LICEN{CSE*' contains invalid characters...
|
|
505
|
-
"""
|
|
506
|
-
pypa_guides = "specifications/glob-patterns/"
|
|
507
|
-
if ".." in pattern:
|
|
508
|
-
SetuptoolsDeprecationWarning.emit(
|
|
509
|
-
f"Pattern {pattern!r} cannot contain '..'",
|
|
510
|
-
"""
|
|
511
|
-
Please ensure the files specified are contained by the root
|
|
512
|
-
of the Python package (normally marked by `pyproject.toml`).
|
|
513
|
-
""",
|
|
514
|
-
see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
|
|
515
|
-
due_date=(2026, 3, 20), # Introduced in 2025-03-20
|
|
516
|
-
# Replace with InvalidConfigError after deprecation
|
|
517
|
-
)
|
|
518
|
-
if pattern.startswith((os.sep, "/")) or ":\\" in pattern:
|
|
519
|
-
raise InvalidConfigError(
|
|
520
|
-
f"Pattern {pattern!r} should be relative and must not start with '/'"
|
|
521
|
-
)
|
|
522
|
-
if re.match(r'^[\w\-\.\/\*\?\[\]]+$', pattern) is None:
|
|
523
|
-
SetuptoolsDeprecationWarning.emit(
|
|
524
|
-
"Please provide a valid glob pattern.",
|
|
525
|
-
"Pattern {pattern!r} contains invalid characters.",
|
|
526
|
-
pattern=pattern,
|
|
527
|
-
see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
|
|
528
|
-
due_date=(2026, 3, 20), # Introduced in 2025-02-20
|
|
529
|
-
)
|
|
530
|
-
|
|
531
|
-
found = glob(pattern, recursive=True)
|
|
532
|
-
|
|
533
|
-
if enforce_match and not found:
|
|
534
|
-
SetuptoolsDeprecationWarning.emit(
|
|
535
|
-
"Cannot find any files for the given pattern.",
|
|
536
|
-
"Pattern {pattern!r} did not match any files.",
|
|
537
|
-
pattern=pattern,
|
|
538
|
-
due_date=(2026, 3, 20), # Introduced in 2025-02-20
|
|
539
|
-
# PEP 639 requires us to error, but as a transition period
|
|
540
|
-
# we will only issue a warning to give people time to prepare.
|
|
541
|
-
# After the transition, this should raise an InvalidConfigError.
|
|
542
|
-
)
|
|
543
|
-
return found
|
|
544
|
-
|
|
545
|
-
# FIXME: 'Distribution._parse_config_files' is too complex (14)
|
|
546
|
-
def _parse_config_files(self, filenames=None): # noqa: C901
|
|
547
|
-
"""
|
|
548
|
-
Adapted from distutils.dist.Distribution.parse_config_files,
|
|
549
|
-
this method provides the same functionality in subtly-improved
|
|
550
|
-
ways.
|
|
551
|
-
"""
|
|
552
|
-
from configparser import ConfigParser
|
|
553
|
-
|
|
554
|
-
# Ignore install directory options if we have a venv
|
|
555
|
-
ignore_options = (
|
|
556
|
-
[]
|
|
557
|
-
if sys.prefix == sys.base_prefix
|
|
558
|
-
else [
|
|
559
|
-
'install-base',
|
|
560
|
-
'install-platbase',
|
|
561
|
-
'install-lib',
|
|
562
|
-
'install-platlib',
|
|
563
|
-
'install-purelib',
|
|
564
|
-
'install-headers',
|
|
565
|
-
'install-scripts',
|
|
566
|
-
'install-data',
|
|
567
|
-
'prefix',
|
|
568
|
-
'exec-prefix',
|
|
569
|
-
'home',
|
|
570
|
-
'user',
|
|
571
|
-
'root',
|
|
572
|
-
]
|
|
573
|
-
)
|
|
574
|
-
|
|
575
|
-
ignore_options = frozenset(ignore_options)
|
|
576
|
-
|
|
577
|
-
if filenames is None:
|
|
578
|
-
filenames = self.find_config_files()
|
|
579
|
-
|
|
580
|
-
if DEBUG:
|
|
581
|
-
self.announce("Distribution.parse_config_files():")
|
|
582
|
-
|
|
583
|
-
parser = ConfigParser()
|
|
584
|
-
parser.optionxform = str
|
|
585
|
-
for filename in filenames:
|
|
586
|
-
with open(filename, encoding='utf-8') as reader:
|
|
587
|
-
if DEBUG:
|
|
588
|
-
self.announce(" reading {filename}".format(**locals()))
|
|
589
|
-
parser.read_file(reader)
|
|
590
|
-
for section in parser.sections():
|
|
591
|
-
options = parser.options(section)
|
|
592
|
-
opt_dict = self.get_option_dict(section)
|
|
593
|
-
|
|
594
|
-
for opt in options:
|
|
595
|
-
if opt == '__name__' or opt in ignore_options:
|
|
596
|
-
continue
|
|
597
|
-
|
|
598
|
-
val = parser.get(section, opt)
|
|
599
|
-
opt = self._enforce_underscore(opt, section)
|
|
600
|
-
opt = self._enforce_option_lowercase(opt, section)
|
|
601
|
-
opt_dict[opt] = (filename, val)
|
|
602
|
-
|
|
603
|
-
# Make the ConfigParser forget everything (so we retain
|
|
604
|
-
# the original filenames that options come from)
|
|
605
|
-
parser.__init__()
|
|
606
|
-
|
|
607
|
-
if 'global' not in self.command_options:
|
|
608
|
-
return
|
|
609
|
-
|
|
610
|
-
# If there was a "global" section in the config file, use it
|
|
611
|
-
# to set Distribution options.
|
|
612
|
-
|
|
613
|
-
for opt, (src, val) in self.command_options['global'].items():
|
|
614
|
-
alias = self.negative_opt.get(opt)
|
|
615
|
-
if alias:
|
|
616
|
-
val = not strtobool(val)
|
|
617
|
-
elif opt in ('verbose', 'dry_run'): # ugh!
|
|
618
|
-
val = strtobool(val)
|
|
619
|
-
|
|
620
|
-
try:
|
|
621
|
-
setattr(self, alias or opt, val)
|
|
622
|
-
except ValueError as e:
|
|
623
|
-
raise DistutilsOptionError(e) from e
|
|
624
|
-
|
|
625
|
-
def _enforce_underscore(self, opt: str, section: str) -> str:
|
|
626
|
-
if "-" not in opt or self._skip_setupcfg_normalization(section):
|
|
627
|
-
return opt
|
|
628
|
-
|
|
629
|
-
underscore_opt = opt.replace('-', '_')
|
|
630
|
-
affected = f"(Affected: {self.metadata.name})." if self.metadata.name else ""
|
|
631
|
-
SetuptoolsDeprecationWarning.emit(
|
|
632
|
-
f"Invalid dash-separated key {opt!r} in {section!r} (setup.cfg), "
|
|
633
|
-
f"please use the underscore name {underscore_opt!r} instead.",
|
|
634
|
-
f"""
|
|
635
|
-
Usage of dash-separated {opt!r} will not be supported in future
|
|
636
|
-
versions. Please use the underscore name {underscore_opt!r} instead.
|
|
637
|
-
{affected}
|
|
638
|
-
""",
|
|
639
|
-
see_docs="userguide/declarative_config.html",
|
|
640
|
-
due_date=(2026, 3, 3),
|
|
641
|
-
# Warning initially introduced in 3 Mar 2021
|
|
642
|
-
)
|
|
643
|
-
return underscore_opt
|
|
644
|
-
|
|
645
|
-
def _enforce_option_lowercase(self, opt: str, section: str) -> str:
|
|
646
|
-
if opt.islower() or self._skip_setupcfg_normalization(section):
|
|
647
|
-
return opt
|
|
648
|
-
|
|
649
|
-
lowercase_opt = opt.lower()
|
|
650
|
-
affected = f"(Affected: {self.metadata.name})." if self.metadata.name else ""
|
|
651
|
-
SetuptoolsDeprecationWarning.emit(
|
|
652
|
-
f"Invalid uppercase key {opt!r} in {section!r} (setup.cfg), "
|
|
653
|
-
f"please use lowercase {lowercase_opt!r} instead.",
|
|
654
|
-
f"""
|
|
655
|
-
Usage of uppercase key {opt!r} in {section!r} will not be supported in
|
|
656
|
-
future versions. Please use lowercase {lowercase_opt!r} instead.
|
|
657
|
-
{affected}
|
|
658
|
-
""",
|
|
659
|
-
see_docs="userguide/declarative_config.html",
|
|
660
|
-
due_date=(2026, 3, 3),
|
|
661
|
-
# Warning initially introduced in 6 Mar 2021
|
|
662
|
-
)
|
|
663
|
-
return lowercase_opt
|
|
664
|
-
|
|
665
|
-
def _skip_setupcfg_normalization(self, section: str) -> bool:
|
|
666
|
-
skip = (
|
|
667
|
-
'options.extras_require',
|
|
668
|
-
'options.data_files',
|
|
669
|
-
'options.entry_points',
|
|
670
|
-
'options.package_data',
|
|
671
|
-
'options.exclude_package_data',
|
|
672
|
-
)
|
|
673
|
-
return section in skip or not self._is_setuptools_section(section)
|
|
674
|
-
|
|
675
|
-
def _is_setuptools_section(self, section: str) -> bool:
|
|
676
|
-
return (
|
|
677
|
-
section == "metadata"
|
|
678
|
-
or section.startswith("options")
|
|
679
|
-
or section in _setuptools_commands()
|
|
680
|
-
)
|
|
681
|
-
|
|
682
|
-
# FIXME: 'Distribution._set_command_options' is too complex (14)
|
|
683
|
-
def _set_command_options(self, command_obj, option_dict=None): # noqa: C901
|
|
684
|
-
"""
|
|
685
|
-
Set the options for 'command_obj' from 'option_dict'. Basically
|
|
686
|
-
this means copying elements of a dictionary ('option_dict') to
|
|
687
|
-
attributes of an instance ('command').
|
|
688
|
-
|
|
689
|
-
'command_obj' must be a Command instance. If 'option_dict' is not
|
|
690
|
-
supplied, uses the standard option dictionary for this command
|
|
691
|
-
(from 'self.command_options').
|
|
692
|
-
|
|
693
|
-
(Adopted from distutils.dist.Distribution._set_command_options)
|
|
694
|
-
"""
|
|
695
|
-
command_name = command_obj.get_command_name()
|
|
696
|
-
if option_dict is None:
|
|
697
|
-
option_dict = self.get_option_dict(command_name)
|
|
698
|
-
|
|
699
|
-
if DEBUG:
|
|
700
|
-
self.announce(f" setting options for '{command_name}' command:")
|
|
701
|
-
for option, (source, value) in option_dict.items():
|
|
702
|
-
if DEBUG:
|
|
703
|
-
self.announce(f" {option} = {value} (from {source})")
|
|
704
|
-
try:
|
|
705
|
-
bool_opts = [translate_longopt(o) for o in command_obj.boolean_options]
|
|
706
|
-
except AttributeError:
|
|
707
|
-
bool_opts = []
|
|
708
|
-
try:
|
|
709
|
-
neg_opt = command_obj.negative_opt
|
|
710
|
-
except AttributeError:
|
|
711
|
-
neg_opt = {}
|
|
712
|
-
|
|
713
|
-
try:
|
|
714
|
-
is_string = isinstance(value, str)
|
|
715
|
-
if option in neg_opt and is_string:
|
|
716
|
-
setattr(command_obj, neg_opt[option], not strtobool(value))
|
|
717
|
-
elif option in bool_opts and is_string:
|
|
718
|
-
setattr(command_obj, option, strtobool(value))
|
|
719
|
-
elif hasattr(command_obj, option):
|
|
720
|
-
setattr(command_obj, option, value)
|
|
721
|
-
else:
|
|
722
|
-
raise DistutilsOptionError(
|
|
723
|
-
f"error in {source}: command '{command_name}' has no such option '{option}'"
|
|
724
|
-
)
|
|
725
|
-
except ValueError as e:
|
|
726
|
-
raise DistutilsOptionError(e) from e
|
|
727
|
-
|
|
728
|
-
def _get_project_config_files(self, filenames: Iterable[StrPath] | None):
|
|
729
|
-
"""Add default file and split between INI and TOML"""
|
|
730
|
-
tomlfiles = []
|
|
731
|
-
standard_project_metadata = Path(self.src_root or os.curdir, "pyproject.toml")
|
|
732
|
-
if filenames is not None:
|
|
733
|
-
parts = partition(lambda f: Path(f).suffix == ".toml", filenames)
|
|
734
|
-
filenames = list(parts[0]) # 1st element => predicate is False
|
|
735
|
-
tomlfiles = list(parts[1]) # 2nd element => predicate is True
|
|
736
|
-
elif standard_project_metadata.exists():
|
|
737
|
-
tomlfiles = [standard_project_metadata]
|
|
738
|
-
return filenames, tomlfiles
|
|
739
|
-
|
|
740
|
-
def parse_config_files(
|
|
741
|
-
self,
|
|
742
|
-
filenames: Iterable[StrPath] | None = None,
|
|
743
|
-
ignore_option_errors: bool = False,
|
|
744
|
-
) -> None:
|
|
745
|
-
"""Parses configuration files from various levels
|
|
746
|
-
and loads configuration.
|
|
747
|
-
"""
|
|
748
|
-
inifiles, tomlfiles = self._get_project_config_files(filenames)
|
|
749
|
-
|
|
750
|
-
self._parse_config_files(filenames=inifiles)
|
|
751
|
-
|
|
752
|
-
setupcfg.parse_configuration(
|
|
753
|
-
self, self.command_options, ignore_option_errors=ignore_option_errors
|
|
754
|
-
)
|
|
755
|
-
for filename in tomlfiles:
|
|
756
|
-
pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
|
|
757
|
-
|
|
758
|
-
self._finalize_requires()
|
|
759
|
-
self._finalize_license_expression()
|
|
760
|
-
self._finalize_license_files()
|
|
761
|
-
|
|
762
|
-
def fetch_build_eggs(self, requires: _StrOrIter) -> list[metadata.Distribution]:
|
|
763
|
-
"""Resolve pre-setup requirements"""
|
|
764
|
-
from .installer import _fetch_build_eggs
|
|
765
|
-
|
|
766
|
-
return _fetch_build_eggs(self, requires)
|
|
767
|
-
|
|
768
|
-
def finalize_options(self) -> None:
|
|
769
|
-
"""
|
|
770
|
-
Allow plugins to apply arbitrary operations to the
|
|
771
|
-
distribution. Each hook may optionally define a 'order'
|
|
772
|
-
to influence the order of execution. Smaller numbers
|
|
773
|
-
go first and the default is 0.
|
|
774
|
-
"""
|
|
775
|
-
group = 'setuptools.finalize_distribution_options'
|
|
776
|
-
|
|
777
|
-
def by_order(hook):
|
|
778
|
-
return getattr(hook, 'order', 0)
|
|
779
|
-
|
|
780
|
-
defined = metadata.entry_points(group=group)
|
|
781
|
-
filtered = itertools.filterfalse(self._removed, defined)
|
|
782
|
-
loaded = map(lambda e: e.load(), filtered)
|
|
783
|
-
for ep in sorted(loaded, key=by_order):
|
|
784
|
-
ep(self)
|
|
785
|
-
|
|
786
|
-
@staticmethod
|
|
787
|
-
def _removed(ep):
|
|
788
|
-
"""
|
|
789
|
-
When removing an entry point, if metadata is loaded
|
|
790
|
-
from an older version of Setuptools, that removed
|
|
791
|
-
entry point will attempt to be loaded and will fail.
|
|
792
|
-
See #2765 for more details.
|
|
793
|
-
"""
|
|
794
|
-
removed = {
|
|
795
|
-
# removed 2021-09-05
|
|
796
|
-
'2to3_doctests',
|
|
797
|
-
}
|
|
798
|
-
return ep.name in removed
|
|
799
|
-
|
|
800
|
-
def _finalize_setup_keywords(self):
|
|
801
|
-
for ep in metadata.entry_points(group='distutils.setup_keywords'):
|
|
802
|
-
value = getattr(self, ep.name, None)
|
|
803
|
-
if value is not None:
|
|
804
|
-
ep.load()(self, ep.name, value)
|
|
805
|
-
|
|
806
|
-
def get_egg_cache_dir(self):
|
|
807
|
-
from . import windows_support
|
|
808
|
-
|
|
809
|
-
egg_cache_dir = os.path.join(os.curdir, '.eggs')
|
|
810
|
-
if not os.path.exists(egg_cache_dir):
|
|
811
|
-
os.mkdir(egg_cache_dir)
|
|
812
|
-
windows_support.hide_file(egg_cache_dir)
|
|
813
|
-
readme_txt_filename = os.path.join(egg_cache_dir, 'README.txt')
|
|
814
|
-
with open(readme_txt_filename, 'w', encoding="utf-8") as f:
|
|
815
|
-
f.write(
|
|
816
|
-
'This directory contains eggs that were downloaded '
|
|
817
|
-
'by setuptools to build, test, and run plug-ins.\n\n'
|
|
818
|
-
)
|
|
819
|
-
f.write(
|
|
820
|
-
'This directory caches those eggs to prevent '
|
|
821
|
-
'repeated downloads.\n\n'
|
|
822
|
-
)
|
|
823
|
-
f.write('However, it is safe to delete this directory.\n\n')
|
|
824
|
-
|
|
825
|
-
return egg_cache_dir
|
|
826
|
-
|
|
827
|
-
def fetch_build_egg(self, req):
|
|
828
|
-
"""Fetch an egg needed for building"""
|
|
829
|
-
from .installer import fetch_build_egg
|
|
830
|
-
|
|
831
|
-
return fetch_build_egg(self, req)
|
|
832
|
-
|
|
833
|
-
def get_command_class(self, command: str) -> type[distutils.cmd.Command]: # type: ignore[override] # Not doing complex overrides yet
|
|
834
|
-
"""Pluggable version of get_command_class()"""
|
|
835
|
-
if command in self.cmdclass:
|
|
836
|
-
return self.cmdclass[command]
|
|
837
|
-
|
|
838
|
-
# Special case bdist_wheel so it's never loaded from "wheel"
|
|
839
|
-
if command == 'bdist_wheel':
|
|
840
|
-
from .command.bdist_wheel import bdist_wheel
|
|
841
|
-
|
|
842
|
-
return bdist_wheel
|
|
843
|
-
|
|
844
|
-
eps = metadata.entry_points(group='distutils.commands', name=command)
|
|
845
|
-
for ep in eps:
|
|
846
|
-
self.cmdclass[command] = cmdclass = ep.load()
|
|
847
|
-
return cmdclass
|
|
848
|
-
else:
|
|
849
|
-
return _Distribution.get_command_class(self, command)
|
|
850
|
-
|
|
851
|
-
def print_commands(self):
|
|
852
|
-
for ep in metadata.entry_points(group='distutils.commands'):
|
|
853
|
-
if ep.name not in self.cmdclass:
|
|
854
|
-
cmdclass = ep.load()
|
|
855
|
-
self.cmdclass[ep.name] = cmdclass
|
|
856
|
-
return _Distribution.print_commands(self)
|
|
857
|
-
|
|
858
|
-
def get_command_list(self):
|
|
859
|
-
for ep in metadata.entry_points(group='distutils.commands'):
|
|
860
|
-
if ep.name not in self.cmdclass:
|
|
861
|
-
cmdclass = ep.load()
|
|
862
|
-
self.cmdclass[ep.name] = cmdclass
|
|
863
|
-
return _Distribution.get_command_list(self)
|
|
864
|
-
|
|
865
|
-
def include(self, **attrs) -> None:
|
|
866
|
-
"""Add items to distribution that are named in keyword arguments
|
|
867
|
-
|
|
868
|
-
For example, 'dist.include(py_modules=["x"])' would add 'x' to
|
|
869
|
-
the distribution's 'py_modules' attribute, if it was not already
|
|
870
|
-
there.
|
|
871
|
-
|
|
872
|
-
Currently, this method only supports inclusion for attributes that are
|
|
873
|
-
lists or tuples. If you need to add support for adding to other
|
|
874
|
-
attributes in this or a subclass, you can add an '_include_X' method,
|
|
875
|
-
where 'X' is the name of the attribute. The method will be called with
|
|
876
|
-
the value passed to 'include()'. So, 'dist.include(foo={"bar":"baz"})'
|
|
877
|
-
will try to call 'dist._include_foo({"bar":"baz"})', which can then
|
|
878
|
-
handle whatever special inclusion logic is needed.
|
|
879
|
-
"""
|
|
880
|
-
for k, v in attrs.items():
|
|
881
|
-
include = getattr(self, '_include_' + k, None)
|
|
882
|
-
if include:
|
|
883
|
-
include(v)
|
|
884
|
-
else:
|
|
885
|
-
self._include_misc(k, v)
|
|
886
|
-
|
|
887
|
-
def exclude_package(self, package: str) -> None:
|
|
888
|
-
"""Remove packages, modules, and extensions in named package"""
|
|
889
|
-
|
|
890
|
-
pfx = package + '.'
|
|
891
|
-
if self.packages:
|
|
892
|
-
self.packages = [
|
|
893
|
-
p for p in self.packages if p != package and not p.startswith(pfx)
|
|
894
|
-
]
|
|
895
|
-
|
|
896
|
-
if self.py_modules:
|
|
897
|
-
self.py_modules = [
|
|
898
|
-
p for p in self.py_modules if p != package and not p.startswith(pfx)
|
|
899
|
-
]
|
|
900
|
-
|
|
901
|
-
if self.ext_modules:
|
|
902
|
-
self.ext_modules = [
|
|
903
|
-
p
|
|
904
|
-
for p in self.ext_modules
|
|
905
|
-
if p.name != package and not p.name.startswith(pfx)
|
|
906
|
-
]
|
|
907
|
-
|
|
908
|
-
def has_contents_for(self, package: str) -> bool:
|
|
909
|
-
"""Return true if 'exclude_package(package)' would do something"""
|
|
910
|
-
|
|
911
|
-
pfx = package + '.'
|
|
912
|
-
|
|
913
|
-
for p in self.iter_distribution_names():
|
|
914
|
-
if p == package or p.startswith(pfx):
|
|
915
|
-
return True
|
|
916
|
-
|
|
917
|
-
return False
|
|
918
|
-
|
|
919
|
-
def _exclude_misc(self, name: str, value: _Sequence) -> None:
|
|
920
|
-
"""Handle 'exclude()' for list/tuple attrs without a special handler"""
|
|
921
|
-
if not isinstance(value, _sequence):
|
|
922
|
-
raise DistutilsSetupError(
|
|
923
|
-
f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
|
|
924
|
-
)
|
|
925
|
-
try:
|
|
926
|
-
old = getattr(self, name)
|
|
927
|
-
except AttributeError as e:
|
|
928
|
-
raise DistutilsSetupError(f"{name}: No such distribution setting") from e
|
|
929
|
-
if old is not None and not isinstance(old, _sequence):
|
|
930
|
-
raise DistutilsSetupError(
|
|
931
|
-
name + ": this setting cannot be changed via include/exclude"
|
|
932
|
-
)
|
|
933
|
-
elif old:
|
|
934
|
-
setattr(self, name, [item for item in old if item not in value])
|
|
935
|
-
|
|
936
|
-
def _include_misc(self, name: str, value: _Sequence) -> None:
|
|
937
|
-
"""Handle 'include()' for list/tuple attrs without a special handler"""
|
|
938
|
-
|
|
939
|
-
if not isinstance(value, _sequence):
|
|
940
|
-
raise DistutilsSetupError(
|
|
941
|
-
f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
|
|
942
|
-
)
|
|
943
|
-
try:
|
|
944
|
-
old = getattr(self, name)
|
|
945
|
-
except AttributeError as e:
|
|
946
|
-
raise DistutilsSetupError(f"{name}: No such distribution setting") from e
|
|
947
|
-
if old is None:
|
|
948
|
-
setattr(self, name, value)
|
|
949
|
-
elif not isinstance(old, _sequence):
|
|
950
|
-
raise DistutilsSetupError(
|
|
951
|
-
name + ": this setting cannot be changed via include/exclude"
|
|
952
|
-
)
|
|
953
|
-
else:
|
|
954
|
-
new = [item for item in value if item not in old]
|
|
955
|
-
setattr(self, name, list(old) + new)
|
|
956
|
-
|
|
957
|
-
def exclude(self, **attrs) -> None:
|
|
958
|
-
"""Remove items from distribution that are named in keyword arguments
|
|
959
|
-
|
|
960
|
-
For example, 'dist.exclude(py_modules=["x"])' would remove 'x' from
|
|
961
|
-
the distribution's 'py_modules' attribute. Excluding packages uses
|
|
962
|
-
the 'exclude_package()' method, so all of the package's contained
|
|
963
|
-
packages, modules, and extensions are also excluded.
|
|
964
|
-
|
|
965
|
-
Currently, this method only supports exclusion from attributes that are
|
|
966
|
-
lists or tuples. If you need to add support for excluding from other
|
|
967
|
-
attributes in this or a subclass, you can add an '_exclude_X' method,
|
|
968
|
-
where 'X' is the name of the attribute. The method will be called with
|
|
969
|
-
the value passed to 'exclude()'. So, 'dist.exclude(foo={"bar":"baz"})'
|
|
970
|
-
will try to call 'dist._exclude_foo({"bar":"baz"})', which can then
|
|
971
|
-
handle whatever special exclusion logic is needed.
|
|
972
|
-
"""
|
|
973
|
-
for k, v in attrs.items():
|
|
974
|
-
exclude = getattr(self, '_exclude_' + k, None)
|
|
975
|
-
if exclude:
|
|
976
|
-
exclude(v)
|
|
977
|
-
else:
|
|
978
|
-
self._exclude_misc(k, v)
|
|
979
|
-
|
|
980
|
-
def _exclude_packages(self, packages: _Sequence) -> None:
|
|
981
|
-
if not isinstance(packages, _sequence):
|
|
982
|
-
raise DistutilsSetupError(
|
|
983
|
-
f"packages: setting must be of type <{_sequence_type_repr}> (got {packages!r})"
|
|
984
|
-
)
|
|
985
|
-
list(map(self.exclude_package, packages))
|
|
986
|
-
|
|
987
|
-
def _parse_command_opts(self, parser, args):
|
|
988
|
-
# Remove --with-X/--without-X options when processing command args
|
|
989
|
-
self.global_options = self.__class__.global_options
|
|
990
|
-
self.negative_opt = self.__class__.negative_opt
|
|
991
|
-
|
|
992
|
-
# First, expand any aliases
|
|
993
|
-
command = args[0]
|
|
994
|
-
aliases = self.get_option_dict('aliases')
|
|
995
|
-
while command in aliases:
|
|
996
|
-
_src, alias = aliases[command]
|
|
997
|
-
del aliases[command] # ensure each alias can expand only once!
|
|
998
|
-
import shlex
|
|
999
|
-
|
|
1000
|
-
args[:1] = shlex.split(alias, True)
|
|
1001
|
-
command = args[0]
|
|
1002
|
-
|
|
1003
|
-
nargs = _Distribution._parse_command_opts(self, parser, args)
|
|
1004
|
-
|
|
1005
|
-
# Handle commands that want to consume all remaining arguments
|
|
1006
|
-
cmd_class = self.get_command_class(command)
|
|
1007
|
-
if getattr(cmd_class, 'command_consumes_arguments', None):
|
|
1008
|
-
self.get_option_dict(command)['args'] = ("command line", nargs)
|
|
1009
|
-
if nargs is not None:
|
|
1010
|
-
return []
|
|
1011
|
-
|
|
1012
|
-
return nargs
|
|
1013
|
-
|
|
1014
|
-
def get_cmdline_options(self) -> dict[str, dict[str, str | None]]:
|
|
1015
|
-
"""Return a '{cmd: {opt:val}}' map of all command-line options
|
|
1016
|
-
|
|
1017
|
-
Option names are all long, but do not include the leading '--', and
|
|
1018
|
-
contain dashes rather than underscores. If the option doesn't take
|
|
1019
|
-
an argument (e.g. '--quiet'), the 'val' is 'None'.
|
|
1020
|
-
|
|
1021
|
-
Note that options provided by config files are intentionally excluded.
|
|
1022
|
-
"""
|
|
1023
|
-
|
|
1024
|
-
d: dict[str, dict[str, str | None]] = {}
|
|
1025
|
-
|
|
1026
|
-
for cmd, opts in self.command_options.items():
|
|
1027
|
-
val: str | None
|
|
1028
|
-
for opt, (src, val) in opts.items():
|
|
1029
|
-
if src != "command line":
|
|
1030
|
-
continue
|
|
1031
|
-
|
|
1032
|
-
opt = opt.replace('_', '-')
|
|
1033
|
-
|
|
1034
|
-
if val == 0:
|
|
1035
|
-
cmdobj = self.get_command_obj(cmd)
|
|
1036
|
-
neg_opt = self.negative_opt.copy()
|
|
1037
|
-
neg_opt.update(getattr(cmdobj, 'negative_opt', {}))
|
|
1038
|
-
for neg, pos in neg_opt.items():
|
|
1039
|
-
if pos == opt:
|
|
1040
|
-
opt = neg
|
|
1041
|
-
val = None
|
|
1042
|
-
break
|
|
1043
|
-
else:
|
|
1044
|
-
raise AssertionError("Shouldn't be able to get here")
|
|
1045
|
-
|
|
1046
|
-
elif val == 1:
|
|
1047
|
-
val = None
|
|
1048
|
-
|
|
1049
|
-
d.setdefault(cmd, {})[opt] = val
|
|
1050
|
-
|
|
1051
|
-
return d
|
|
1052
|
-
|
|
1053
|
-
def iter_distribution_names(self):
|
|
1054
|
-
"""Yield all packages, modules, and extension names in distribution"""
|
|
1055
|
-
|
|
1056
|
-
yield from self.packages or ()
|
|
1057
|
-
|
|
1058
|
-
yield from self.py_modules or ()
|
|
1059
|
-
|
|
1060
|
-
for ext in self.ext_modules or ():
|
|
1061
|
-
if isinstance(ext, tuple):
|
|
1062
|
-
name, _buildinfo = ext
|
|
1063
|
-
else:
|
|
1064
|
-
name = ext.name
|
|
1065
|
-
if name.endswith('module'):
|
|
1066
|
-
name = name[:-6]
|
|
1067
|
-
yield name
|
|
1068
|
-
|
|
1069
|
-
def handle_display_options(self, option_order):
|
|
1070
|
-
"""If there were any non-global "display-only" options
|
|
1071
|
-
(--help-commands or the metadata display options) on the command
|
|
1072
|
-
line, display the requested info and return true; else return
|
|
1073
|
-
false.
|
|
1074
|
-
"""
|
|
1075
|
-
import sys
|
|
1076
|
-
|
|
1077
|
-
if self.help_commands:
|
|
1078
|
-
return _Distribution.handle_display_options(self, option_order)
|
|
1079
|
-
|
|
1080
|
-
# Stdout may be StringIO (e.g. in tests)
|
|
1081
|
-
if not isinstance(sys.stdout, io.TextIOWrapper):
|
|
1082
|
-
return _Distribution.handle_display_options(self, option_order)
|
|
1083
|
-
|
|
1084
|
-
# Don't wrap stdout if utf-8 is already the encoding. Provides
|
|
1085
|
-
# workaround for #334.
|
|
1086
|
-
if sys.stdout.encoding.lower() in ('utf-8', 'utf8'):
|
|
1087
|
-
return _Distribution.handle_display_options(self, option_order)
|
|
1088
|
-
|
|
1089
|
-
# Print metadata in UTF-8 no matter the platform
|
|
1090
|
-
encoding = sys.stdout.encoding
|
|
1091
|
-
sys.stdout.reconfigure(encoding='utf-8')
|
|
1092
|
-
try:
|
|
1093
|
-
return _Distribution.handle_display_options(self, option_order)
|
|
1094
|
-
finally:
|
|
1095
|
-
sys.stdout.reconfigure(encoding=encoding)
|
|
1096
|
-
|
|
1097
|
-
def run_command(self, command) -> None:
|
|
1098
|
-
self.set_defaults()
|
|
1099
|
-
# Postpone defaults until all explicit configuration is considered
|
|
1100
|
-
# (setup() args, config files, command line and plugins)
|
|
1101
|
-
|
|
1102
|
-
super().run_command(command)
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
@functools.cache
|
|
1106
|
-
def _setuptools_commands() -> set[str]:
|
|
1107
|
-
try:
|
|
1108
|
-
# Use older API for importlib.metadata compatibility
|
|
1109
|
-
entry_points = metadata.distribution('setuptools').entry_points
|
|
1110
|
-
eps: Iterable[str] = (ep.name for ep in entry_points)
|
|
1111
|
-
except metadata.PackageNotFoundError:
|
|
1112
|
-
# during bootstrapping, distribution doesn't exist
|
|
1113
|
-
eps = []
|
|
1114
|
-
return {*distutils.command.__all__, *eps}
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
class DistDeprecationWarning(SetuptoolsDeprecationWarning):
|
|
1118
|
-
"""Class for warning about deprecations in dist in
|
|
1119
|
-
setuptools. Not ignored by default, unlike DeprecationWarning."""
|