@uns-kit/cli 0.0.38 → 0.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2016) hide show
  1. package/package.json +2 -2
  2. package/templates/python/__pycache__/grpc_wrapper.cpython-312.pyc +0 -0
  3. package/templates/python/__pycache__/grpc_wrapper_async.cpython-312.pyc +0 -0
  4. package/templates/python/examples/__pycache__/data_publish_once.cpython-312.pyc +0 -0
  5. package/templates/python/gen/.gitkeep +0 -0
  6. package/templates/python/gen/__init__.py +0 -0
  7. package/templates/python/gen/__pycache__/__init__.cpython-312.pyc +0 -0
  8. package/templates/python/gen/__pycache__/uns_gateway_pb2.cpython-312.pyc +0 -0
  9. package/templates/python/gen/__pycache__/uns_gateway_pb2_grpc.cpython-312.pyc +0 -0
  10. package/templates/python/gen/__pycache__/uns_service_pb2.cpython-312.pyc +0 -0
  11. package/templates/python/gen/__pycache__/uns_service_pb2_grpc.cpython-312.pyc +0 -0
  12. package/templates/python/gen/uns_gateway_pb2.py +70 -0
  13. package/templates/python/gen/uns_gateway_pb2_grpc.py +312 -0
  14. package/templates/python/gen/uns_service_pb2.py +40 -0
  15. package/templates/python/gen/uns_service_pb2_grpc.py +97 -0
  16. package/templates/python/venv/bin/Activate.ps1 +247 -0
  17. package/templates/python/venv/bin/activate +70 -0
  18. package/templates/python/venv/bin/activate.csh +27 -0
  19. package/templates/python/venv/bin/activate.fish +69 -0
  20. package/templates/python/venv/bin/pip +8 -0
  21. package/templates/python/venv/bin/pip3 +8 -0
  22. package/templates/python/venv/bin/pip3.12 +8 -0
  23. package/templates/python/venv/bin/python-grpc-tools-protoc +8 -0
  24. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__init__.py +239 -0
  25. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
  26. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
  27. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/override.py +1 -0
  28. package/templates/python/venv/lib/python3.12/site-packages/distutils-precedence.pth +1 -0
  29. package/templates/python/venv/lib/python3.12/site-packages/google/_upb/_message.abi3.so +0 -0
  30. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__init__.py +10 -0
  31. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/__init__.cpython-312.pyc +0 -0
  32. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any.cpython-312.pyc +0 -0
  33. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any_pb2.cpython-312.pyc +0 -0
  34. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/api_pb2.cpython-312.pyc +0 -0
  35. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor.cpython-312.pyc +0 -0
  36. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_database.cpython-312.pyc +0 -0
  37. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc +0 -0
  38. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pool.cpython-312.pyc +0 -0
  39. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration.cpython-312.pyc +0 -0
  40. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration_pb2.cpython-312.pyc +0 -0
  41. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/empty_pb2.cpython-312.pyc +0 -0
  42. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/field_mask_pb2.cpython-312.pyc +0 -0
  43. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/json_format.cpython-312.pyc +0 -0
  44. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message.cpython-312.pyc +0 -0
  45. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message_factory.cpython-312.pyc +0 -0
  46. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto.cpython-312.pyc +0 -0
  47. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_builder.cpython-312.pyc +0 -0
  48. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_json.cpython-312.pyc +0 -0
  49. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_text.cpython-312.pyc +0 -0
  50. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/reflection.cpython-312.pyc +0 -0
  51. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/runtime_version.cpython-312.pyc +0 -0
  52. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/service_reflection.cpython-312.pyc +0 -0
  53. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/source_context_pb2.cpython-312.pyc +0 -0
  54. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/struct_pb2.cpython-312.pyc +0 -0
  55. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/symbol_database.cpython-312.pyc +0 -0
  56. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_encoding.cpython-312.pyc +0 -0
  57. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_format.cpython-312.pyc +0 -0
  58. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp.cpython-312.pyc +0 -0
  59. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp_pb2.cpython-312.pyc +0 -0
  60. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/type_pb2.cpython-312.pyc +0 -0
  61. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/unknown_fields.cpython-312.pyc +0 -0
  62. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/wrappers_pb2.cpython-312.pyc +0 -0
  63. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any.py +53 -0
  64. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any_pb2.py +37 -0
  65. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/api_pb2.py +43 -0
  66. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__init__.py +0 -0
  67. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/__init__.cpython-312.pyc +0 -0
  68. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/plugin_pb2.cpython-312.pyc +0 -0
  69. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/plugin_pb2.py +46 -0
  70. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor.py +1524 -0
  71. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_database.py +172 -0
  72. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pb2.py +3361 -0
  73. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pool.py +1369 -0
  74. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration.py +100 -0
  75. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration_pb2.py +37 -0
  76. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/empty_pb2.py +37 -0
  77. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/field_mask_pb2.py +37 -0
  78. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__init__.py +7 -0
  79. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/__init__.cpython-312.pyc +0 -0
  80. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/api_implementation.cpython-312.pyc +0 -0
  81. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/builder.cpython-312.pyc +0 -0
  82. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/containers.cpython-312.pyc +0 -0
  83. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/decoder.cpython-312.pyc +0 -0
  84. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/encoder.cpython-312.pyc +0 -0
  85. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/enum_type_wrapper.cpython-312.pyc +0 -0
  86. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/extension_dict.cpython-312.pyc +0 -0
  87. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/field_mask.cpython-312.pyc +0 -0
  88. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/message_listener.cpython-312.pyc +0 -0
  89. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_edition_defaults.cpython-312.pyc +0 -0
  90. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_message.cpython-312.pyc +0 -0
  91. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/testing_refleaks.cpython-312.pyc +0 -0
  92. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/type_checkers.cpython-312.pyc +0 -0
  93. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/well_known_types.cpython-312.pyc +0 -0
  94. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/wire_format.cpython-312.pyc +0 -0
  95. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/api_implementation.py +142 -0
  96. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/builder.py +118 -0
  97. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/containers.py +690 -0
  98. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/decoder.py +1066 -0
  99. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/encoder.py +806 -0
  100. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/enum_type_wrapper.py +112 -0
  101. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/extension_dict.py +194 -0
  102. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/field_mask.py +312 -0
  103. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/message_listener.py +55 -0
  104. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_edition_defaults.py +5 -0
  105. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_message.py +1583 -0
  106. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/testing_refleaks.py +128 -0
  107. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py +413 -0
  108. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py +695 -0
  109. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/wire_format.py +245 -0
  110. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/json_format.py +1084 -0
  111. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message.py +448 -0
  112. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message_factory.py +190 -0
  113. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto.py +153 -0
  114. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_builder.py +111 -0
  115. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_json.py +83 -0
  116. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_text.py +129 -0
  117. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__init__.py +0 -0
  118. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/__init__.cpython-312.pyc +0 -0
  119. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-312.pyc +0 -0
  120. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/cpp_message.py +49 -0
  121. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/reflection.py +36 -0
  122. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/runtime_version.py +124 -0
  123. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/service_reflection.py +272 -0
  124. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/source_context_pb2.py +37 -0
  125. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/struct_pb2.py +47 -0
  126. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/symbol_database.py +179 -0
  127. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__init__.py +0 -0
  128. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__pycache__/__init__.cpython-312.pyc +0 -0
  129. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_encoding.py +106 -0
  130. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_format.py +1873 -0
  131. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp.py +112 -0
  132. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp_pb2.py +37 -0
  133. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/type_pb2.py +53 -0
  134. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/unknown_fields.py +96 -0
  135. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__init__.py +0 -0
  136. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__pycache__/__init__.cpython-312.pyc +0 -0
  137. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/wrappers_pb2.py +53 -0
  138. package/templates/python/venv/lib/python3.12/site-packages/grpc/__init__.py +2348 -0
  139. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/__init__.cpython-312.pyc +0 -0
  140. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_auth.cpython-312.pyc +0 -0
  141. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_channel.cpython-312.pyc +0 -0
  142. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_common.cpython-312.pyc +0 -0
  143. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_compression.cpython-312.pyc +0 -0
  144. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_grpcio_metadata.cpython-312.pyc +0 -0
  145. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_interceptor.cpython-312.pyc +0 -0
  146. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_observability.cpython-312.pyc +0 -0
  147. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_plugin_wrapping.cpython-312.pyc +0 -0
  148. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_runtime_protos.cpython-312.pyc +0 -0
  149. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_server.cpython-312.pyc +0 -0
  150. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_simple_stubs.cpython-312.pyc +0 -0
  151. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_typing.cpython-312.pyc +0 -0
  152. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_utilities.cpython-312.pyc +0 -0
  153. package/templates/python/venv/lib/python3.12/site-packages/grpc/_auth.py +80 -0
  154. package/templates/python/venv/lib/python3.12/site-packages/grpc/_channel.py +2267 -0
  155. package/templates/python/venv/lib/python3.12/site-packages/grpc/_common.py +183 -0
  156. package/templates/python/venv/lib/python3.12/site-packages/grpc/_compression.py +71 -0
  157. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__init__.py +13 -0
  158. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__pycache__/__init__.cpython-312.pyc +0 -0
  159. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_credentials/roots.pem +4337 -0
  160. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__init__.py +13 -0
  161. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__pycache__/__init__.cpython-312.pyc +0 -0
  162. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/cygrpc.cpython-312-darwin.so +0 -0
  163. package/templates/python/venv/lib/python3.12/site-packages/grpc/_grpcio_metadata.py +1 -0
  164. package/templates/python/venv/lib/python3.12/site-packages/grpc/_interceptor.py +813 -0
  165. package/templates/python/venv/lib/python3.12/site-packages/grpc/_observability.py +299 -0
  166. package/templates/python/venv/lib/python3.12/site-packages/grpc/_plugin_wrapping.py +136 -0
  167. package/templates/python/venv/lib/python3.12/site-packages/grpc/_runtime_protos.py +165 -0
  168. package/templates/python/venv/lib/python3.12/site-packages/grpc/_server.py +1528 -0
  169. package/templates/python/venv/lib/python3.12/site-packages/grpc/_simple_stubs.py +588 -0
  170. package/templates/python/venv/lib/python3.12/site-packages/grpc/_typing.py +95 -0
  171. package/templates/python/venv/lib/python3.12/site-packages/grpc/_utilities.py +222 -0
  172. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__init__.py +95 -0
  173. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/__init__.cpython-312.pyc +0 -0
  174. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_call.cpython-312.pyc +0 -0
  175. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_channel.cpython-312.pyc +0 -0
  176. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_server.cpython-312.pyc +0 -0
  177. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_call.cpython-312.pyc +0 -0
  178. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_channel.cpython-312.pyc +0 -0
  179. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_interceptor.cpython-312.pyc +0 -0
  180. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_metadata.cpython-312.pyc +0 -0
  181. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_server.cpython-312.pyc +0 -0
  182. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_typing.cpython-312.pyc +0 -0
  183. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_utils.cpython-312.pyc +0 -0
  184. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_call.py +257 -0
  185. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_channel.py +364 -0
  186. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_server.py +385 -0
  187. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_call.py +764 -0
  188. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_channel.py +627 -0
  189. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_interceptor.py +1178 -0
  190. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_metadata.py +137 -0
  191. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_server.py +239 -0
  192. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_typing.py +43 -0
  193. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_utils.py +22 -0
  194. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__init__.py +13 -0
  195. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/__init__.cpython-312.pyc +0 -0
  196. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_client_adaptations.cpython-312.pyc +0 -0
  197. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_metadata.cpython-312.pyc +0 -0
  198. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_server_adaptations.cpython-312.pyc +0 -0
  199. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/implementations.cpython-312.pyc +0 -0
  200. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/interfaces.cpython-312.pyc +0 -0
  201. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/utilities.cpython-312.pyc +0 -0
  202. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_client_adaptations.py +1015 -0
  203. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_metadata.py +56 -0
  204. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_server_adaptations.py +465 -0
  205. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/implementations.py +345 -0
  206. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/interfaces.py +163 -0
  207. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/utilities.py +153 -0
  208. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__init__.py +134 -0
  209. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/__init__.cpython-312.pyc +0 -0
  210. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/gevent.cpython-312.pyc +0 -0
  211. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/session_cache.cpython-312.pyc +0 -0
  212. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__init__.py +16 -0
  213. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__pycache__/__init__.cpython-312.pyc +0 -0
  214. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/gevent.py +27 -0
  215. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/session_cache.py +45 -0
  216. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__init__.py +13 -0
  217. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__pycache__/__init__.cpython-312.pyc +0 -0
  218. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__init__.py +13 -0
  219. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/__init__.cpython-312.pyc +0 -0
  220. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/cardinality.cpython-312.pyc +0 -0
  221. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/style.cpython-312.pyc +0 -0
  222. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/cardinality.py +26 -0
  223. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/style.py +24 -0
  224. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__init__.py +13 -0
  225. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/__init__.cpython-312.pyc +0 -0
  226. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/abandonment.cpython-312.pyc +0 -0
  227. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/callable_util.cpython-312.pyc +0 -0
  228. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/future.cpython-312.pyc +0 -0
  229. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/logging_pool.cpython-312.pyc +0 -0
  230. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream.cpython-312.pyc +0 -0
  231. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream_util.cpython-312.pyc +0 -0
  232. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/abandonment.py +22 -0
  233. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/callable_util.py +98 -0
  234. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/future.py +219 -0
  235. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/logging_pool.py +72 -0
  236. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream.py +43 -0
  237. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream_util.py +148 -0
  238. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__init__.py +13 -0
  239. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__pycache__/__init__.cpython-312.pyc +0 -0
  240. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__init__.py +13 -0
  241. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/__init__.cpython-312.pyc +0 -0
  242. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/base.cpython-312.pyc +0 -0
  243. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/utilities.cpython-312.pyc +0 -0
  244. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/base.py +328 -0
  245. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/utilities.py +83 -0
  246. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__init__.py +13 -0
  247. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/__init__.cpython-312.pyc +0 -0
  248. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/face.cpython-312.pyc +0 -0
  249. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/utilities.cpython-312.pyc +0 -0
  250. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/face.py +1084 -0
  251. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/utilities.py +245 -0
  252. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__init__.py +13 -0
  253. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/__init__.cpython-312.pyc +0 -0
  254. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/command.cpython-312.pyc +0 -0
  255. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/grpc_version.cpython-312.pyc +0 -0
  256. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/protoc.cpython-312.pyc +0 -0
  257. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/python_version.cpython-312.pyc +0 -0
  258. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/any.proto +162 -0
  259. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/api.proto +207 -0
  260. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto +180 -0
  261. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto +1417 -0
  262. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/duration.proto +115 -0
  263. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/empty.proto +51 -0
  264. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto +245 -0
  265. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto +48 -0
  266. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/struct.proto +95 -0
  267. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto +144 -0
  268. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/type.proto +193 -0
  269. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto +157 -0
  270. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_protoc_compiler.cpython-312-darwin.so +0 -0
  271. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/command.py +96 -0
  272. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/grpc_version.py +17 -0
  273. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/protoc.py +215 -0
  274. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/python_version.py +20 -0
  275. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/INSTALLER +1 -0
  276. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/LICENSE +610 -0
  277. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/METADATA +129 -0
  278. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/RECORD +121 -0
  279. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/REQUESTED +0 -0
  280. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/WHEEL +5 -0
  281. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/top_level.txt +1 -0
  282. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/INSTALLER +1 -0
  283. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/METADATA +174 -0
  284. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/RECORD +31 -0
  285. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/REQUESTED +0 -0
  286. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/WHEEL +5 -0
  287. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/entry_points.txt +2 -0
  288. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/top_level.txt +1 -0
  289. package/templates/python/venv/lib/python3.12/site-packages/pip/__init__.py +13 -0
  290. package/templates/python/venv/lib/python3.12/site-packages/pip/__main__.py +24 -0
  291. package/templates/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
  292. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  293. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  294. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  295. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +18 -0
  296. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  297. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  298. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  299. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  300. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  301. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  302. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  303. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  304. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  305. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +349 -0
  306. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py +291 -0
  307. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +3 -0
  308. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  309. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  310. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  311. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  312. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  313. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
  314. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  315. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  316. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  317. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  318. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  319. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  320. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  321. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +184 -0
  322. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +244 -0
  323. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1138 -0
  324. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +28 -0
  325. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +175 -0
  326. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +80 -0
  327. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
  328. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +298 -0
  329. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +151 -0
  330. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +351 -0
  331. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +235 -0
  332. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
  333. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +139 -0
  334. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  335. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  336. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  337. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  338. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  339. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  340. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  341. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  342. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  343. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  344. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  345. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  346. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  347. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  348. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc +0 -0
  349. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  350. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  351. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  352. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  353. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +231 -0
  354. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +66 -0
  355. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +135 -0
  356. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +288 -0
  357. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +203 -0
  358. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +145 -0
  359. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +107 -0
  360. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +58 -0
  361. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +40 -0
  362. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +159 -0
  363. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
  364. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +798 -0
  365. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +400 -0
  366. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py +170 -0
  367. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +178 -0
  368. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +231 -0
  369. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +113 -0
  370. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +181 -0
  371. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +397 -0
  372. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
  373. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  374. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  375. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  376. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  377. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  378. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +55 -0
  379. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +33 -0
  380. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +165 -0
  381. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +44 -0
  382. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +881 -0
  383. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +1 -0
  384. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  385. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  386. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  387. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  388. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +489 -0
  389. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1059 -0
  390. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +287 -0
  391. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +441 -0
  392. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  393. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  394. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  395. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  396. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +173 -0
  397. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +215 -0
  398. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +82 -0
  399. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
  400. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +164 -0
  401. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  402. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  403. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  404. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  405. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +87 -0
  406. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +685 -0
  407. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
  408. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  409. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  410. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  411. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  412. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +87 -0
  413. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +223 -0
  414. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +143 -0
  415. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +298 -0
  416. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +1 -0
  417. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  418. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  419. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  420. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  421. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  422. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  423. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  424. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/pylock.cpython-312.pyc +0 -0
  425. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  426. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  427. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  428. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  429. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  430. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +25 -0
  431. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +227 -0
  432. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
  433. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
  434. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +57 -0
  435. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +613 -0
  436. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/pylock.py +188 -0
  437. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +25 -0
  438. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +126 -0
  439. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +53 -0
  440. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +122 -0
  441. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +141 -0
  442. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +1 -0
  443. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  444. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  445. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  446. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  447. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  448. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  449. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  450. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  451. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +564 -0
  452. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +133 -0
  453. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +342 -0
  454. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +213 -0
  455. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +528 -0
  456. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +98 -0
  457. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +61 -0
  458. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  459. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  460. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  461. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  462. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  463. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  464. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  465. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  466. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  467. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  468. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  469. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  470. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  471. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  472. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +140 -0
  473. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +38 -0
  474. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
  475. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +73 -0
  476. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +38 -0
  477. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +47 -0
  478. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +119 -0
  479. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +175 -0
  480. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +259 -0
  481. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +1 -0
  482. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  483. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  484. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  485. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +48 -0
  486. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +746 -0
  487. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +742 -0
  488. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +182 -0
  489. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +105 -0
  490. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  491. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  492. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc +0 -0
  493. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  494. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  495. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  496. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  497. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +562 -0
  498. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py +75 -0
  499. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +620 -0
  500. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +937 -0
  501. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +81 -0
  502. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +639 -0
  503. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  504. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  505. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  506. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +20 -0
  507. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  508. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  509. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  510. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +598 -0
  511. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  512. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  513. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  514. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  515. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  516. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  517. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  518. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  519. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  520. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  521. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +142 -0
  522. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +582 -0
  523. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +814 -0
  524. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +166 -0
  525. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +276 -0
  526. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +85 -0
  527. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +247 -0
  528. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +336 -0
  529. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +254 -0
  530. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  531. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  532. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  533. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  534. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  535. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  536. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  537. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  538. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  539. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  540. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  541. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  542. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  543. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  544. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  545. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  546. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  547. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  548. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  549. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
  550. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  551. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  552. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  553. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  554. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  555. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  556. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  557. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +109 -0
  558. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
  559. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
  560. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +85 -0
  561. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +201 -0
  562. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +10 -0
  563. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +126 -0
  564. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
  565. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +81 -0
  566. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +88 -0
  567. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +152 -0
  568. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +24 -0
  569. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +102 -0
  570. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +150 -0
  571. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +364 -0
  572. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +765 -0
  573. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +44 -0
  574. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py +45 -0
  575. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +149 -0
  576. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +248 -0
  577. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +294 -0
  578. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +337 -0
  579. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +55 -0
  580. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +105 -0
  581. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +132 -0
  582. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
  583. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  584. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  585. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  586. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  587. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  588. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  589. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +130 -0
  590. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +571 -0
  591. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +186 -0
  592. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +335 -0
  593. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +693 -0
  594. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +334 -0
  595. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +117 -0
  596. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  597. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +29 -0
  598. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  599. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  600. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  601. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  602. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  603. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  604. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  605. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  606. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  607. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +70 -0
  608. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +168 -0
  609. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +75 -0
  610. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
  611. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  612. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  613. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  614. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +145 -0
  615. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
  616. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +511 -0
  617. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
  618. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +157 -0
  619. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  620. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +146 -0
  621. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
  622. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
  623. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
  624. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  625. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  626. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  627. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +4778 -0
  628. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +83 -0
  629. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
  630. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__init__.py +13 -0
  631. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__main__.py +65 -0
  632. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-312.pyc +0 -0
  633. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-312.pyc +0 -0
  634. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-312.pyc +0 -0
  635. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-312.pyc +0 -0
  636. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-312.pyc +0 -0
  637. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-312.pyc +0 -0
  638. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py +209 -0
  639. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +59 -0
  640. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +62 -0
  641. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +9 -0
  642. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
  643. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +33 -0
  644. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  645. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  646. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  647. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  648. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  649. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +1137 -0
  650. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
  651. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +447 -0
  652. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  653. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  654. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  655. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +1984 -0
  656. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  657. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  658. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  659. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
  660. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
  661. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  662. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  663. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  664. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +1403 -0
  665. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
  666. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +45 -0
  667. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  668. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  669. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  670. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  671. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  672. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  673. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  674. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  675. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +122 -0
  676. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +15 -0
  677. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +437 -0
  678. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4243 -0
  679. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +57 -0
  680. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +1 -0
  681. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
  682. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +8681 -0
  683. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
  684. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  685. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  686. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  687. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  688. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +48 -0
  689. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +170 -0
  690. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +929 -0
  691. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +15 -0
  692. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  693. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  694. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  695. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  696. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  697. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  698. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  699. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  700. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  701. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  702. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  703. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  704. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  705. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  706. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +109 -0
  707. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
  708. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
  709. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +353 -0
  710. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
  711. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +195 -0
  712. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py +145 -0
  713. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
  714. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
  715. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py +759 -0
  716. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +362 -0
  717. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +862 -0
  718. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
  719. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +91 -0
  720. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +1019 -0
  721. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +656 -0
  722. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +163 -0
  723. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +582 -0
  724. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
  725. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  726. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +631 -0
  727. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
  728. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  729. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  730. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  731. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  732. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  733. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  734. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  735. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  736. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +249 -0
  737. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +299 -0
  738. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +144 -0
  739. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  740. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +272 -0
  741. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +21 -0
  742. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +272 -0
  743. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
  744. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
  745. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  746. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  747. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  748. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  749. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  750. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  751. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  752. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  753. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  754. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  755. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  756. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  757. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  758. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  759. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  760. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
  761. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +70 -0
  762. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
  763. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  764. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +129 -0
  765. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
  766. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  767. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  768. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +23 -0
  769. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +963 -0
  770. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
  771. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  772. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  773. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  774. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +602 -0
  775. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1201 -0
  776. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
  777. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +72 -0
  778. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
  779. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
  780. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
  781. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +203 -0
  782. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
  783. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  784. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
  785. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +54 -0
  786. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +214 -0
  787. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
  788. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +324 -0
  789. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +31 -0
  790. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  791. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  792. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +410 -0
  793. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +21 -0
  794. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  795. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  796. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +389 -0
  797. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  798. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +179 -0
  799. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  800. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  801. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  802. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  803. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  804. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  805. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  806. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  807. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  808. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  809. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  810. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  811. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  812. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  813. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  814. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  815. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  816. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  817. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +14 -0
  818. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
  819. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +719 -0
  820. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
  821. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +314 -0
  822. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +17 -0
  823. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +90 -0
  824. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
  825. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +151 -0
  826. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +127 -0
  827. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
  828. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1039 -0
  829. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +25 -0
  830. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +831 -0
  831. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
  832. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
  833. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1086 -0
  834. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +27 -0
  835. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  836. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  837. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  838. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  839. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +196 -0
  840. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  841. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +55 -0
  842. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +27 -0
  843. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-312.pyc +0 -0
  844. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-312.pyc +0 -0
  845. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-312.pyc +0 -0
  846. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-312.pyc +0 -0
  847. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-312.pyc +0 -0
  848. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +47 -0
  849. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +48 -0
  850. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +57 -0
  851. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +622 -0
  852. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +209 -0
  853. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
  854. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +245 -0
  855. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  856. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  857. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  858. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  859. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  860. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  861. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  862. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  863. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  864. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  865. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  866. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  867. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  868. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  869. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  870. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  871. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  872. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  873. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  874. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  875. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  876. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  877. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  878. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  879. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  880. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  881. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  882. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  883. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  884. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  885. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  886. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  887. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  888. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  889. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  890. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  891. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  892. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  893. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  894. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  895. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  896. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  897. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  898. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  899. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  900. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  901. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  902. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  903. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  904. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  905. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  906. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  907. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  908. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  909. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  910. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  911. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  912. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  913. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  914. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  915. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  916. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  917. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  918. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  919. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  920. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  921. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  922. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  923. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  924. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  925. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  926. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  927. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  928. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  929. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  930. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  931. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  932. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +454 -0
  933. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
  934. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
  935. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
  936. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
  937. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
  938. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +268 -0
  939. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
  940. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
  941. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
  942. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
  943. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
  944. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +153 -0
  945. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
  946. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
  947. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
  948. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +661 -0
  949. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +71 -0
  950. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
  951. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +93 -0
  952. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
  953. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +306 -0
  954. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +241 -0
  955. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +93 -0
  956. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +474 -0
  957. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +174 -0
  958. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +621 -0
  959. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
  960. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
  961. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2680 -0
  962. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
  963. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
  964. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +219 -0
  965. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +193 -0
  966. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +39 -0
  967. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +91 -0
  968. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
  969. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
  970. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +88 -0
  971. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
  972. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +139 -0
  973. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
  974. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +442 -0
  975. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +400 -0
  976. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +106 -0
  977. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +297 -0
  978. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +251 -0
  979. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
  980. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
  981. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
  982. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
  983. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +317 -0
  984. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +1016 -0
  985. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1715 -0
  986. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
  987. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +400 -0
  988. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
  989. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
  990. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +10 -0
  991. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
  992. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
  993. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
  994. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
  995. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +752 -0
  996. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +132 -0
  997. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +131 -0
  998. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
  999. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
  1000. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +985 -0
  1001. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1006 -0
  1002. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
  1003. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1361 -0
  1004. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
  1005. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
  1006. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +899 -0
  1007. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +257 -0
  1008. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +8 -0
  1009. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1010. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1011. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1012. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1013. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +770 -0
  1014. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +112 -0
  1015. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
  1016. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +1 -0
  1017. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__init__.py +4 -0
  1018. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-312.pyc +0 -0
  1019. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-312.pyc +0 -0
  1020. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/_writer.py +229 -0
  1021. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/py.typed +1 -0
  1022. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +36 -0
  1023. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  1024. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  1025. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  1026. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  1027. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  1028. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  1029. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +333 -0
  1030. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +571 -0
  1031. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
  1032. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
  1033. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +567 -0
  1034. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
  1035. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
  1036. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  1037. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  1038. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  1039. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  1040. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  1041. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  1042. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  1043. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  1044. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  1045. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  1046. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  1047. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +355 -0
  1048. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
  1049. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
  1050. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1140 -0
  1051. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1052. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  1053. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  1054. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  1055. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  1056. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  1057. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  1058. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  1059. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +36 -0
  1060. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1061. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  1062. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  1063. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  1064. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +519 -0
  1065. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
  1066. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
  1067. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
  1068. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
  1069. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
  1070. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
  1071. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
  1072. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
  1073. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
  1074. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1075. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  1076. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  1077. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1078. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1079. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  1080. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  1081. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +51 -0
  1082. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
  1083. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
  1084. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
  1085. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
  1086. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
  1087. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
  1088. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  1089. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  1090. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  1091. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  1092. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  1093. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  1094. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  1095. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  1096. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  1097. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  1098. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  1099. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  1100. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  1101. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +149 -0
  1102. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
  1103. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
  1104. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
  1105. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
  1106. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +622 -0
  1107. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +504 -0
  1108. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
  1109. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
  1110. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
  1111. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
  1112. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
  1113. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +19 -0
  1114. package/templates/python/venv/lib/python3.12/site-packages/pip/py.typed +4 -0
  1115. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/INSTALLER +1 -0
  1116. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/METADATA +112 -0
  1117. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/RECORD +860 -0
  1118. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/REQUESTED +0 -0
  1119. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/WHEEL +5 -0
  1120. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/entry_points.txt +3 -0
  1121. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/AUTHORS.txt +833 -0
  1122. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/LICENSE.txt +20 -0
  1123. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +13 -0
  1124. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +20 -0
  1125. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +9 -0
  1126. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +284 -0
  1127. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE +202 -0
  1128. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +31 -0
  1129. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +14 -0
  1130. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +3 -0
  1131. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +177 -0
  1132. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +23 -0
  1133. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +17 -0
  1134. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +21 -0
  1135. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +25 -0
  1136. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +21 -0
  1137. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE +175 -0
  1138. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +13 -0
  1139. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE +19 -0
  1140. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +21 -0
  1141. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE-HEADER +3 -0
  1142. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +21 -0
  1143. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +21 -0
  1144. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +21 -0
  1145. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/top_level.txt +1 -0
  1146. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__init__.py +3713 -0
  1147. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  1148. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/api_tests.txt +424 -0
  1149. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
  1150. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__init__.py +0 -0
  1151. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1152. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-312.pyc +0 -0
  1153. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-312.pyc +0 -0
  1154. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-312.pyc +0 -0
  1155. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-312.pyc +0 -0
  1156. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-312.pyc +0 -0
  1157. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-312.pyc +0 -0
  1158. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-312.pyc +0 -0
  1159. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg +0 -0
  1160. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +7 -0
  1161. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip +0 -0
  1162. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO +10 -0
  1163. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt +7 -0
  1164. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt +1 -0
  1165. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt +1 -0
  1166. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe +1 -0
  1167. 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
  1168. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_find_distributions.py +56 -0
  1169. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_integration_zope_interface.py +54 -0
  1170. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_markers.py +8 -0
  1171. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_pkg_resources.py +485 -0
  1172. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_resources.py +869 -0
  1173. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_working_set.py +505 -0
  1174. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/INSTALLER +1 -0
  1175. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/LICENSE +32 -0
  1176. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/METADATA +17 -0
  1177. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/RECORD +114 -0
  1178. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/WHEEL +4 -0
  1179. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__init__.py +248 -0
  1180. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
  1181. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
  1182. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_discovery.cpython-312.pyc +0 -0
  1183. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
  1184. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
  1185. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
  1186. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
  1187. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
  1188. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
  1189. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
  1190. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_scripts.cpython-312.pyc +0 -0
  1191. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc +0 -0
  1192. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc +0 -0
  1193. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
  1194. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
  1195. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
  1196. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
  1197. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
  1198. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
  1199. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
  1200. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
  1201. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
  1202. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
  1203. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
  1204. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
  1205. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
  1206. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
  1207. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
  1208. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
  1209. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
  1210. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
  1211. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
  1212. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
  1213. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_core_metadata.py +337 -0
  1214. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_discovery.py +33 -0
  1215. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +14 -0
  1216. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
  1217. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
  1218. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
  1219. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
  1220. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
  1221. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
  1222. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
  1223. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
  1224. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
  1225. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
  1226. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
  1227. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
  1228. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
  1229. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
  1230. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
  1231. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
  1232. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
  1233. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
  1234. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
  1235. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
  1236. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
  1237. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
  1238. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
  1239. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
  1240. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
  1241. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
  1242. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
  1243. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
  1244. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_log.py +3 -0
  1245. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
  1246. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +95 -0
  1247. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +16 -0
  1248. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +294 -0
  1249. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +26 -0
  1250. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +554 -0
  1251. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +23 -0
  1252. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1253. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
  1254. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
  1255. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
  1256. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1257. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
  1258. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1259. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1260. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1261. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
  1262. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
  1263. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
  1264. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
  1265. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
  1266. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
  1267. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1268. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
  1269. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1270. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1271. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1272. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +54 -0
  1273. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +167 -0
  1274. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +141 -0
  1275. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +598 -0
  1276. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +156 -0
  1277. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +201 -0
  1278. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +812 -0
  1279. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +407 -0
  1280. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +160 -0
  1281. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +152 -0
  1282. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +77 -0
  1283. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +358 -0
  1284. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +805 -0
  1285. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +94 -0
  1286. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +91 -0
  1287. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +46 -0
  1288. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +238 -0
  1289. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +62 -0
  1290. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +521 -0
  1291. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +18 -0
  1292. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1293. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc +0 -0
  1294. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1295. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/numpy.py +2 -0
  1296. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +66 -0
  1297. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-312.pyc +0 -0
  1298. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc +0 -0
  1299. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc +0 -0
  1300. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc +0 -0
  1301. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-312.pyc +0 -0
  1302. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-312.pyc +0 -0
  1303. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py +1394 -0
  1304. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py +340 -0
  1305. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py +24 -0
  1306. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py +614 -0
  1307. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc +0 -0
  1308. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-312.pyc +0 -0
  1309. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-312.pyc +0 -0
  1310. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc +0 -0
  1311. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-312.pyc +0 -0
  1312. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py +83 -0
  1313. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py +76 -0
  1314. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py +48 -0
  1315. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py +136 -0
  1316. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +413 -0
  1317. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py +422 -0
  1318. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py +230 -0
  1319. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py +289 -0
  1320. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +31 -0
  1321. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/debug.py +5 -0
  1322. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +14 -0
  1323. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +244 -0
  1324. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py +1386 -0
  1325. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/errors.py +108 -0
  1326. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/extension.py +258 -0
  1327. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +471 -0
  1328. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +236 -0
  1329. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +431 -0
  1330. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/log.py +56 -0
  1331. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +134 -0
  1332. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +598 -0
  1333. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py +42 -0
  1334. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1335. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc +0 -0
  1336. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
  1337. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-312.pyc +0 -0
  1338. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-312.pyc +0 -0
  1339. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc +0 -0
  1340. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc +0 -0
  1341. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
  1342. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
  1343. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
  1344. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc +0 -0
  1345. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc +0 -0
  1346. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc +0 -0
  1347. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc +0 -0
  1348. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-312.pyc +0 -0
  1349. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc +0 -0
  1350. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc +0 -0
  1351. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
  1352. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc +0 -0
  1353. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc +0 -0
  1354. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-312.pyc +0 -0
  1355. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-312.pyc +0 -0
  1356. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-312.pyc +0 -0
  1357. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-312.pyc +0 -0
  1358. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc +0 -0
  1359. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
  1360. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc +0 -0
  1361. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc +0 -0
  1362. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
  1363. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc +0 -0
  1364. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc +0 -0
  1365. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc +0 -0
  1366. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc +0 -0
  1367. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc +0 -0
  1368. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-312.pyc +0 -0
  1369. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc +0 -0
  1370. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__init__.py +0 -0
  1371. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1372. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1373. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py +40 -0
  1374. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py +134 -0
  1375. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py +353 -0
  1376. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py +47 -0
  1377. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py +78 -0
  1378. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py +127 -0
  1379. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py +49 -0
  1380. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py +134 -0
  1381. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py +628 -0
  1382. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py +196 -0
  1383. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py +96 -0
  1384. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py +194 -0
  1385. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py +45 -0
  1386. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py +107 -0
  1387. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py +87 -0
  1388. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py +130 -0
  1389. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py +139 -0
  1390. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py +552 -0
  1391. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py +117 -0
  1392. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py +95 -0
  1393. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py +336 -0
  1394. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py +245 -0
  1395. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py +74 -0
  1396. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py +33 -0
  1397. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py +110 -0
  1398. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py +52 -0
  1399. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py +12 -0
  1400. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py +126 -0
  1401. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py +470 -0
  1402. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py +141 -0
  1403. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py +319 -0
  1404. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py +127 -0
  1405. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py +243 -0
  1406. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py +80 -0
  1407. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py +0 -0
  1408. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py +17 -0
  1409. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +286 -0
  1410. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +9 -0
  1411. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/util.py +518 -0
  1412. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/version.py +348 -0
  1413. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
  1414. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +3 -0
  1415. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_entry_points.py +94 -0
  1416. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_imp.py +87 -0
  1417. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_importlib.py +9 -0
  1418. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_itertools.py +23 -0
  1419. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_normalization.py +177 -0
  1420. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_path.py +93 -0
  1421. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_reqs.py +42 -0
  1422. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_scripts.py +361 -0
  1423. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_shutil.py +59 -0
  1424. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_static.py +188 -0
  1425. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  1426. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +27 -0
  1427. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
  1428. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
  1429. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
  1430. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
  1431. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
  1432. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
  1433. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +142 -0
  1434. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +70 -0
  1435. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +59 -0
  1436. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +333 -0
  1437. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +23 -0
  1438. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +1 -0
  1439. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +166 -0
  1440. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +420 -0
  1441. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +18 -0
  1442. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +5 -0
  1443. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +1 -0
  1444. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +1 -0
  1445. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1446. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +2937 -0
  1447. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +5 -0
  1448. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
  1449. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
  1450. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
  1451. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1452. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1453. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +24 -0
  1454. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +1 -0
  1455. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +17 -0
  1456. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +46 -0
  1457. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +17 -0
  1458. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
  1459. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +5 -0
  1460. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +1 -0
  1461. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1083 -0
  1462. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1463. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
  1464. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
  1465. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
  1466. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
  1467. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
  1468. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
  1469. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
  1470. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
  1471. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +83 -0
  1472. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
  1473. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +57 -0
  1474. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
  1475. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
  1476. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +67 -0
  1477. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
  1478. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
  1479. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1480. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1481. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1482. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +22 -0
  1483. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +36 -0
  1484. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +21 -0
  1485. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  1486. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +1 -0
  1487. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +202 -0
  1488. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +129 -0
  1489. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +32 -0
  1490. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
  1491. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +5 -0
  1492. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +1 -0
  1493. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +3986 -0
  1494. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
  1495. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
  1496. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1497. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1498. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +7 -0
  1499. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  1500. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +1 -0
  1501. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +17 -0
  1502. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +591 -0
  1503. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +13 -0
  1504. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +5 -0
  1505. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +1 -0
  1506. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
  1507. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__init__.py +1091 -0
  1508. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc +0 -0
  1509. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
  1510. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +361 -0
  1511. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +633 -0
  1512. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
  1513. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
  1514. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  1515. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +2 -0
  1516. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +624 -0
  1517. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
  1518. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
  1519. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
  1520. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
  1521. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
  1522. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
  1523. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +25 -0
  1524. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +33 -0
  1525. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +21 -0
  1526. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +6 -0
  1527. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +6 -0
  1528. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER +1 -0
  1529. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE +17 -0
  1530. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA +85 -0
  1531. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD +10 -0
  1532. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED +0 -0
  1533. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL +5 -0
  1534. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt +1 -0
  1535. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +1 -0
  1536. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +17 -0
  1537. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +75 -0
  1538. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +8 -0
  1539. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +5 -0
  1540. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +1 -0
  1541. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +1 -0
  1542. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +17 -0
  1543. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +64 -0
  1544. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +10 -0
  1545. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +5 -0
  1546. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +1 -0
  1547. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +1 -0
  1548. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +17 -0
  1549. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +95 -0
  1550. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +20 -0
  1551. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
  1552. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +5 -0
  1553. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +1 -0
  1554. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +6 -0
  1555. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
  1556. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
  1557. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
  1558. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
  1559. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +4806 -0
  1560. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
  1561. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  1562. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +1046 -0
  1563. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
  1564. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +1 -0
  1565. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +19 -0
  1566. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +266 -0
  1567. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +16 -0
  1568. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
  1569. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +4 -0
  1570. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +15 -0
  1571. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1572. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1573. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1574. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1575. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1576. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1577. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1578. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1579. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1580. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1581. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1582. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1583. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1584. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1585. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +110 -0
  1586. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +263 -0
  1587. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +85 -0
  1588. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +354 -0
  1589. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
  1590. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +194 -0
  1591. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py +145 -0
  1592. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
  1593. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
  1594. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py +759 -0
  1595. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +331 -0
  1596. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +863 -0
  1597. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  1598. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +91 -0
  1599. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +1020 -0
  1600. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +617 -0
  1601. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +163 -0
  1602. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +582 -0
  1603. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER +1 -0
  1604. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE +3 -0
  1605. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE +177 -0
  1606. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD +23 -0
  1607. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA +102 -0
  1608. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD +25 -0
  1609. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED +0 -0
  1610. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL +4 -0
  1611. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +627 -0
  1612. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +55 -0
  1613. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  1614. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  1615. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  1616. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  1617. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  1618. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  1619. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  1620. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  1621. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +249 -0
  1622. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +292 -0
  1623. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +130 -0
  1624. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  1625. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +275 -0
  1626. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +16 -0
  1627. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +272 -0
  1628. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +1 -0
  1629. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +319 -0
  1630. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +23 -0
  1631. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
  1632. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +4 -0
  1633. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +21 -0
  1634. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
  1635. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1636. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1637. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1638. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1639. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +691 -0
  1640. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
  1641. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
  1642. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
  1643. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +1 -0
  1644. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +21 -0
  1645. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +206 -0
  1646. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +15 -0
  1647. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
  1648. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +4 -0
  1649. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +48 -0
  1650. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
  1651. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
  1652. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
  1653. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
  1654. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
  1655. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
  1656. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
  1657. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
  1658. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
  1659. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
  1660. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
  1661. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
  1662. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
  1663. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +993 -0
  1664. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +108 -0
  1665. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +235 -0
  1666. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +42 -0
  1667. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +308 -0
  1668. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +213 -0
  1669. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +48 -0
  1670. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +127 -0
  1671. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +86 -0
  1672. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +1229 -0
  1673. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +55 -0
  1674. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +173 -0
  1675. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  1676. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +1 -0
  1677. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +19 -0
  1678. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +81 -0
  1679. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +34 -0
  1680. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +5 -0
  1681. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +2 -0
  1682. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +1 -0
  1683. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +1 -0
  1684. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
  1685. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +67 -0
  1686. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +7 -0
  1687. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
  1688. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +3641 -0
  1689. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +3 -0
  1690. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +23 -0
  1691. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
  1692. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
  1693. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc +0 -0
  1694. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
  1695. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1696. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
  1697. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
  1698. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
  1699. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
  1700. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py +613 -0
  1701. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +26 -0
  1702. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +26 -0
  1703. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +155 -0
  1704. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1705. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
  1706. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
  1707. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
  1708. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
  1709. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +332 -0
  1710. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +85 -0
  1711. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +139 -0
  1712. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +30 -0
  1713. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +482 -0
  1714. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +183 -0
  1715. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +17 -0
  1716. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
  1717. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
  1718. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE +3 -0
  1719. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE +177 -0
  1720. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD +23 -0
  1721. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
  1722. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1723. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1724. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1725. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1726. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1727. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1728. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1729. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1730. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1731. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1732. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1733. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1734. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1735. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +108 -0
  1736. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +260 -0
  1737. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +83 -0
  1738. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +356 -0
  1739. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +61 -0
  1740. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +192 -0
  1741. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +253 -0
  1742. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +90 -0
  1743. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +1011 -0
  1744. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +571 -0
  1745. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +172 -0
  1746. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +561 -0
  1747. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +1 -0
  1748. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +227 -0
  1749. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER +1 -0
  1750. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt +21 -0
  1751. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA +66 -0
  1752. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD +68 -0
  1753. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED +0 -0
  1754. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL +4 -0
  1755. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt +6 -0
  1756. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +501 -0
  1757. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
  1758. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
  1759. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
  1760. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1761. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1762. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +11 -0
  1763. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +106 -0
  1764. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +1 -0
  1765. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +17 -0
  1766. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +102 -0
  1767. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +15 -0
  1768. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
  1769. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +5 -0
  1770. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +1 -0
  1771. package/templates/python/venv/lib/python3.12/site-packages/setuptools/archive_util.py +219 -0
  1772. package/templates/python/venv/lib/python3.12/site-packages/setuptools/build_meta.py +548 -0
  1773. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
  1774. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
  1775. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
  1776. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
  1777. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__init__.py +21 -0
  1778. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1779. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
  1780. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
  1781. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
  1782. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1783. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1784. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
  1785. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1786. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1787. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1788. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
  1789. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
  1790. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
  1791. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
  1792. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
  1793. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
  1794. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1795. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1796. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1797. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
  1798. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
  1799. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1800. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
  1801. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
  1802. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +131 -0
  1803. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/alias.py +77 -0
  1804. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +477 -0
  1805. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +42 -0
  1806. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +604 -0
  1807. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build.py +135 -0
  1808. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_clib.py +103 -0
  1809. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_ext.py +470 -0
  1810. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_py.py +400 -0
  1811. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/develop.py +55 -0
  1812. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/dist_info.py +103 -0
  1813. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/easy_install.py +30 -0
  1814. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +908 -0
  1815. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/egg_info.py +718 -0
  1816. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install.py +131 -0
  1817. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +58 -0
  1818. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_lib.py +137 -0
  1819. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_scripts.py +67 -0
  1820. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +15 -0
  1821. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/rotate.py +65 -0
  1822. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/saveopts.py +21 -0
  1823. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/sdist.py +217 -0
  1824. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/setopt.py +141 -0
  1825. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/test.py +45 -0
  1826. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
  1827. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1828. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1829. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1830. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py312.cpython-312.pyc +0 -0
  1831. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1832. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py310.py +20 -0
  1833. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py311.py +27 -0
  1834. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py312.py +13 -0
  1835. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py39.py +9 -0
  1836. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/NOTICE +10 -0
  1837. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__init__.py +43 -0
  1838. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1839. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1840. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
  1841. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
  1842. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
  1843. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +526 -0
  1844. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +438 -0
  1845. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
  1846. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
  1847. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
  1848. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
  1849. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
  1850. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
  1851. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
  1852. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +336 -0
  1853. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +82 -0
  1854. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
  1855. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1412 -0
  1856. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +402 -0
  1857. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +26 -0
  1858. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/expand.py +452 -0
  1859. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +468 -0
  1860. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setupcfg.py +780 -0
  1861. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +433 -0
  1862. package/templates/python/venv/lib/python3.12/site-packages/setuptools/depends.py +185 -0
  1863. package/templates/python/venv/lib/python3.12/site-packages/setuptools/discovery.py +614 -0
  1864. package/templates/python/venv/lib/python3.12/site-packages/setuptools/dist.py +1119 -0
  1865. package/templates/python/venv/lib/python3.12/site-packages/setuptools/errors.py +67 -0
  1866. package/templates/python/venv/lib/python3.12/site-packages/setuptools/extension.py +177 -0
  1867. package/templates/python/venv/lib/python3.12/site-packages/setuptools/glob.py +185 -0
  1868. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
  1869. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
  1870. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
  1871. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
  1872. package/templates/python/venv/lib/python3.12/site-packages/setuptools/installer.py +155 -0
  1873. package/templates/python/venv/lib/python3.12/site-packages/setuptools/launch.py +36 -0
  1874. package/templates/python/venv/lib/python3.12/site-packages/setuptools/logging.py +40 -0
  1875. package/templates/python/venv/lib/python3.12/site-packages/setuptools/modified.py +18 -0
  1876. package/templates/python/venv/lib/python3.12/site-packages/setuptools/monkey.py +126 -0
  1877. package/templates/python/venv/lib/python3.12/site-packages/setuptools/msvc.py +1536 -0
  1878. package/templates/python/venv/lib/python3.12/site-packages/setuptools/namespaces.py +106 -0
  1879. package/templates/python/venv/lib/python3.12/site-packages/setuptools/script (dev).tmpl +6 -0
  1880. package/templates/python/venv/lib/python3.12/site-packages/setuptools/script.tmpl +3 -0
  1881. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__init__.py +13 -0
  1882. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1883. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/contexts.cpython-312.pyc +0 -0
  1884. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc +0 -0
  1885. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/fixtures.cpython-312.pyc +0 -0
  1886. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc +0 -0
  1887. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/namespaces.cpython-312.pyc +0 -0
  1888. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-312.pyc +0 -0
  1889. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
  1890. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc +0 -0
  1891. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc +0 -0
  1892. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc +0 -0
  1893. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build.cpython-312.pyc +0 -0
  1894. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
  1895. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
  1896. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc +0 -0
  1897. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
  1898. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc +0 -0
  1899. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-312.pyc +0 -0
  1900. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc +0 -0
  1901. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_develop.cpython-312.pyc +0 -0
  1902. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
  1903. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc +0 -0
  1904. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc +0 -0
  1905. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc +0 -0
  1906. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc +0 -0
  1907. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_extern.cpython-312.pyc +0 -0
  1908. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc +0 -0
  1909. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-312.pyc +0 -0
  1910. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_glob.cpython-312.pyc +0 -0
  1911. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
  1912. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc +0 -0
  1913. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc +0 -0
  1914. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-312.pyc +0 -0
  1915. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-312.pyc +0 -0
  1916. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
  1917. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc +0 -0
  1918. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc +0 -0
  1919. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc +0 -0
  1920. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc +0 -0
  1921. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-312.pyc +0 -0
  1922. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc +0 -0
  1923. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc +0 -0
  1924. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc +0 -0
  1925. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/text.cpython-312.pyc +0 -0
  1926. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc +0 -0
  1927. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py +0 -0
  1928. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1929. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1930. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/py39.py +3 -0
  1931. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__init__.py +0 -0
  1932. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1933. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1934. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-312.pyc +0 -0
  1935. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc +0 -0
  1936. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-312.pyc +0 -0
  1937. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc +0 -0
  1938. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__init__.py +59 -0
  1939. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc +0 -0
  1940. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc +0 -0
  1941. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/preload.py +18 -0
  1942. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/setupcfg_examples.txt +22 -0
  1943. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py +772 -0
  1944. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py +247 -0
  1945. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py +396 -0
  1946. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py +109 -0
  1947. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py +980 -0
  1948. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/contexts.py +131 -0
  1949. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/environment.py +95 -0
  1950. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py +392 -0
  1951. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html +3 -0
  1952. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html +4 -0
  1953. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py +0 -0
  1954. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc +0 -0
  1955. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-312.pyc +0 -0
  1956. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-312.pyc +0 -0
  1957. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc +0 -0
  1958. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py +77 -0
  1959. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pbr.py +20 -0
  1960. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py +223 -0
  1961. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py +1 -0
  1962. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/namespaces.py +90 -0
  1963. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py +1 -0
  1964. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py +36 -0
  1965. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py +28 -0
  1966. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py +73 -0
  1967. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py +708 -0
  1968. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py +33 -0
  1969. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py +84 -0
  1970. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py +293 -0
  1971. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py +959 -0
  1972. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_py.py +480 -0
  1973. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py +647 -0
  1974. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py +622 -0
  1975. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_depends.py +15 -0
  1976. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_develop.py +112 -0
  1977. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist.py +278 -0
  1978. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py +147 -0
  1979. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py +198 -0
  1980. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py +1263 -0
  1981. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py +1306 -0
  1982. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_extern.py +15 -0
  1983. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py +218 -0
  1984. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py +73 -0
  1985. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_glob.py +45 -0
  1986. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py +89 -0
  1987. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_logging.py +76 -0
  1988. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_manifest.py +622 -0
  1989. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py +138 -0
  1990. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_scripts.py +12 -0
  1991. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_sdist.py +984 -0
  1992. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py +40 -0
  1993. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py +290 -0
  1994. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py +23 -0
  1995. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py +10 -0
  1996. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py +113 -0
  1997. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_warnings.py +106 -0
  1998. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_wheel.py +690 -0
  1999. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py +258 -0
  2000. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/text.py +4 -0
  2001. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/textwrap.py +6 -0
  2002. package/templates/python/venv/lib/python3.12/site-packages/setuptools/unicode_utils.py +102 -0
  2003. package/templates/python/venv/lib/python3.12/site-packages/setuptools/version.py +6 -0
  2004. package/templates/python/venv/lib/python3.12/site-packages/setuptools/warnings.py +110 -0
  2005. package/templates/python/venv/lib/python3.12/site-packages/setuptools/wheel.py +261 -0
  2006. package/templates/python/venv/lib/python3.12/site-packages/setuptools/windows_support.py +30 -0
  2007. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/INSTALLER +1 -0
  2008. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/METADATA +141 -0
  2009. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/RECORD +868 -0
  2010. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/WHEEL +5 -0
  2011. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/entry_points.txt +51 -0
  2012. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE +17 -0
  2013. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/top_level.txt +3 -0
  2014. package/templates/python/venv/pyvenv.cfg +5 -0
  2015. package/templates/vscode/.vscode/launch.json +10 -11
  2016. package/templates/vscode/.vscode/tasks.json +27 -0
@@ -0,0 +1,3713 @@
1
+ """
2
+ Package resource API
3
+ --------------------
4
+
5
+ A resource is a logical file contained within a package, or a logical
6
+ subdirectory thereof. The package resource API expects resource names
7
+ to have their path parts separated with ``/``, *not* whatever the local
8
+ path separator is. Do not use os.path operations to manipulate resource
9
+ names being passed into the API.
10
+
11
+ The package resource API is designed to work with normal filesystem packages,
12
+ .egg files, and unpacked .egg files. It can also work in a limited way with
13
+ .zip files and with custom PEP 302 loaders that support the ``get_data()``
14
+ method.
15
+
16
+ This module is deprecated. Users are directed to :mod:`importlib.resources`,
17
+ :mod:`importlib.metadata` and :pypi:`packaging` instead.
18
+ """
19
+
20
+ from __future__ import annotations
21
+
22
+ import sys
23
+
24
+ if sys.version_info < (3, 9): # noqa: UP036 # Check for unsupported versions
25
+ raise RuntimeError("Python 3.9 or later is required")
26
+
27
+ import _imp
28
+ import collections
29
+ import email.parser
30
+ import errno
31
+ import functools
32
+ import importlib
33
+ import importlib.abc
34
+ import importlib.machinery
35
+ import inspect
36
+ import io
37
+ import ntpath
38
+ import operator
39
+ import os
40
+ import pkgutil
41
+ import platform
42
+ import plistlib
43
+ import posixpath
44
+ import re
45
+ import stat
46
+ import tempfile
47
+ import textwrap
48
+ import time
49
+ import types
50
+ import warnings
51
+ import zipfile
52
+ import zipimport
53
+ from collections.abc import Iterable, Iterator, Mapping, MutableSequence
54
+ from pkgutil import get_importer
55
+ from typing import (
56
+ TYPE_CHECKING,
57
+ Any,
58
+ BinaryIO,
59
+ Callable,
60
+ Literal,
61
+ NamedTuple,
62
+ NoReturn,
63
+ Protocol,
64
+ TypeVar,
65
+ Union,
66
+ overload,
67
+ )
68
+
69
+ sys.path.extend(((vendor_path := os.path.join(os.path.dirname(os.path.dirname(__file__)), 'setuptools', '_vendor')) not in sys.path) * [vendor_path]) # fmt: skip
70
+ # workaround for #4476
71
+ sys.modules.pop('backports', None)
72
+
73
+ # capture these to bypass sandboxing
74
+ from os import open as os_open, utime # isort: skip
75
+ from os.path import isdir, split # isort: skip
76
+
77
+ try:
78
+ from os import mkdir, rename, unlink
79
+
80
+ WRITE_SUPPORT = True
81
+ except ImportError:
82
+ # no write support, probably under GAE
83
+ WRITE_SUPPORT = False
84
+
85
+ import packaging.markers
86
+ import packaging.requirements
87
+ import packaging.specifiers
88
+ import packaging.utils
89
+ import packaging.version
90
+ from jaraco.text import drop_comment, join_continuation, yield_lines
91
+ from platformdirs import user_cache_dir as _user_cache_dir
92
+
93
+ if TYPE_CHECKING:
94
+ from _typeshed import BytesPath, StrOrBytesPath, StrPath
95
+ from _typeshed.importlib import LoaderProtocol
96
+ from typing_extensions import Self, TypeAlias
97
+
98
+ warnings.warn(
99
+ "pkg_resources is deprecated as an API. "
100
+ "See https://setuptools.pypa.io/en/latest/pkg_resources.html. "
101
+ "The pkg_resources package is slated for removal as early as "
102
+ "2025-11-30. Refrain from using this package or pin to "
103
+ "Setuptools<81.",
104
+ UserWarning,
105
+ stacklevel=2,
106
+ )
107
+
108
+ _T = TypeVar("_T")
109
+ _DistributionT = TypeVar("_DistributionT", bound="Distribution")
110
+ # Type aliases
111
+ _NestedStr: TypeAlias = Union[str, Iterable[Union[str, Iterable["_NestedStr"]]]]
112
+ _StrictInstallerType: TypeAlias = Callable[["Requirement"], "_DistributionT"]
113
+ _InstallerType: TypeAlias = Callable[["Requirement"], Union["Distribution", None]]
114
+ _PkgReqType: TypeAlias = Union[str, "Requirement"]
115
+ _EPDistType: TypeAlias = Union["Distribution", _PkgReqType]
116
+ _MetadataType: TypeAlias = Union["IResourceProvider", None]
117
+ _ResolvedEntryPoint: TypeAlias = Any # Can be any attribute in the module
118
+ _ResourceStream: TypeAlias = Any # TODO / Incomplete: A readable file-like object
119
+ # Any object works, but let's indicate we expect something like a module (optionally has __loader__ or __file__)
120
+ _ModuleLike: TypeAlias = Union[object, types.ModuleType]
121
+ # Any: Should be _ModuleLike but we end up with issues where _ModuleLike doesn't have _ZipLoaderModule's __loader__
122
+ _ProviderFactoryType: TypeAlias = Callable[[Any], "IResourceProvider"]
123
+ _DistFinderType: TypeAlias = Callable[[_T, str, bool], Iterable["Distribution"]]
124
+ _NSHandlerType: TypeAlias = Callable[[_T, str, str, types.ModuleType], Union[str, None]]
125
+ _AdapterT = TypeVar(
126
+ "_AdapterT", _DistFinderType[Any], _ProviderFactoryType, _NSHandlerType[Any]
127
+ )
128
+
129
+
130
+ class _ZipLoaderModule(Protocol):
131
+ __loader__: zipimport.zipimporter
132
+
133
+
134
+ _PEP440_FALLBACK = re.compile(r"^v?(?P<safe>(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
135
+
136
+
137
+ class PEP440Warning(RuntimeWarning):
138
+ """
139
+ Used when there is an issue with a version or specifier not complying with
140
+ PEP 440.
141
+ """
142
+
143
+
144
+ parse_version = packaging.version.Version
145
+
146
+ _state_vars: dict[str, str] = {}
147
+
148
+
149
+ def _declare_state(vartype: str, varname: str, initial_value: _T) -> _T:
150
+ _state_vars[varname] = vartype
151
+ return initial_value
152
+
153
+
154
+ def __getstate__() -> dict[str, Any]:
155
+ state = {}
156
+ g = globals()
157
+ for k, v in _state_vars.items():
158
+ state[k] = g['_sget_' + v](g[k])
159
+ return state
160
+
161
+
162
+ def __setstate__(state: dict[str, Any]) -> dict[str, Any]:
163
+ g = globals()
164
+ for k, v in state.items():
165
+ g['_sset_' + _state_vars[k]](k, g[k], v)
166
+ return state
167
+
168
+
169
+ def _sget_dict(val):
170
+ return val.copy()
171
+
172
+
173
+ def _sset_dict(key, ob, state) -> None:
174
+ ob.clear()
175
+ ob.update(state)
176
+
177
+
178
+ def _sget_object(val):
179
+ return val.__getstate__()
180
+
181
+
182
+ def _sset_object(key, ob, state) -> None:
183
+ ob.__setstate__(state)
184
+
185
+
186
+ _sget_none = _sset_none = lambda *args: None
187
+
188
+
189
+ def get_supported_platform():
190
+ """Return this platform's maximum compatible version.
191
+
192
+ distutils.util.get_platform() normally reports the minimum version
193
+ of macOS that would be required to *use* extensions produced by
194
+ distutils. But what we want when checking compatibility is to know the
195
+ version of macOS that we are *running*. To allow usage of packages that
196
+ explicitly require a newer version of macOS, we must also know the
197
+ current version of the OS.
198
+
199
+ If this condition occurs for any other platform with a version in its
200
+ platform strings, this function should be extended accordingly.
201
+ """
202
+ plat = get_build_platform()
203
+ m = macosVersionString.match(plat)
204
+ if m is not None and sys.platform == "darwin":
205
+ try:
206
+ major_minor = '.'.join(_macos_vers()[:2])
207
+ build = m.group(3)
208
+ plat = f'macosx-{major_minor}-{build}'
209
+ except ValueError:
210
+ # not macOS
211
+ pass
212
+ return plat
213
+
214
+
215
+ __all__ = [
216
+ # Basic resource access and distribution/entry point discovery
217
+ 'require',
218
+ 'run_script',
219
+ 'get_provider',
220
+ 'get_distribution',
221
+ 'load_entry_point',
222
+ 'get_entry_map',
223
+ 'get_entry_info',
224
+ 'iter_entry_points',
225
+ 'resource_string',
226
+ 'resource_stream',
227
+ 'resource_filename',
228
+ 'resource_listdir',
229
+ 'resource_exists',
230
+ 'resource_isdir',
231
+ # Environmental control
232
+ 'declare_namespace',
233
+ 'working_set',
234
+ 'add_activation_listener',
235
+ 'find_distributions',
236
+ 'set_extraction_path',
237
+ 'cleanup_resources',
238
+ 'get_default_cache',
239
+ # Primary implementation classes
240
+ 'Environment',
241
+ 'WorkingSet',
242
+ 'ResourceManager',
243
+ 'Distribution',
244
+ 'Requirement',
245
+ 'EntryPoint',
246
+ # Exceptions
247
+ 'ResolutionError',
248
+ 'VersionConflict',
249
+ 'DistributionNotFound',
250
+ 'UnknownExtra',
251
+ 'ExtractionError',
252
+ # Warnings
253
+ 'PEP440Warning',
254
+ # Parsing functions and string utilities
255
+ 'parse_requirements',
256
+ 'parse_version',
257
+ 'safe_name',
258
+ 'safe_version',
259
+ 'get_platform',
260
+ 'compatible_platforms',
261
+ 'yield_lines',
262
+ 'split_sections',
263
+ 'safe_extra',
264
+ 'to_filename',
265
+ 'invalid_marker',
266
+ 'evaluate_marker',
267
+ # filesystem utilities
268
+ 'ensure_directory',
269
+ 'normalize_path',
270
+ # Distribution "precedence" constants
271
+ 'EGG_DIST',
272
+ 'BINARY_DIST',
273
+ 'SOURCE_DIST',
274
+ 'CHECKOUT_DIST',
275
+ 'DEVELOP_DIST',
276
+ # "Provider" interfaces, implementations, and registration/lookup APIs
277
+ 'IMetadataProvider',
278
+ 'IResourceProvider',
279
+ 'FileMetadata',
280
+ 'PathMetadata',
281
+ 'EggMetadata',
282
+ 'EmptyProvider',
283
+ 'empty_provider',
284
+ 'NullProvider',
285
+ 'EggProvider',
286
+ 'DefaultProvider',
287
+ 'ZipProvider',
288
+ 'register_finder',
289
+ 'register_namespace_handler',
290
+ 'register_loader_type',
291
+ 'fixup_namespace_packages',
292
+ 'get_importer',
293
+ # Warnings
294
+ 'PkgResourcesDeprecationWarning',
295
+ # Deprecated/backward compatibility only
296
+ 'run_main',
297
+ 'AvailableDistributions',
298
+ ]
299
+
300
+
301
+ class ResolutionError(Exception):
302
+ """Abstract base for dependency resolution errors"""
303
+
304
+ def __repr__(self) -> str:
305
+ return self.__class__.__name__ + repr(self.args)
306
+
307
+
308
+ class VersionConflict(ResolutionError):
309
+ """
310
+ An already-installed version conflicts with the requested version.
311
+
312
+ Should be initialized with the installed Distribution and the requested
313
+ Requirement.
314
+ """
315
+
316
+ _template = "{self.dist} is installed but {self.req} is required"
317
+
318
+ @property
319
+ def dist(self) -> Distribution:
320
+ return self.args[0]
321
+
322
+ @property
323
+ def req(self) -> Requirement:
324
+ return self.args[1]
325
+
326
+ def report(self):
327
+ return self._template.format(**locals())
328
+
329
+ def with_context(
330
+ self, required_by: set[Distribution | str]
331
+ ) -> Self | ContextualVersionConflict:
332
+ """
333
+ If required_by is non-empty, return a version of self that is a
334
+ ContextualVersionConflict.
335
+ """
336
+ if not required_by:
337
+ return self
338
+ args = self.args + (required_by,)
339
+ return ContextualVersionConflict(*args)
340
+
341
+
342
+ class ContextualVersionConflict(VersionConflict):
343
+ """
344
+ A VersionConflict that accepts a third parameter, the set of the
345
+ requirements that required the installed Distribution.
346
+ """
347
+
348
+ _template = VersionConflict._template + ' by {self.required_by}'
349
+
350
+ @property
351
+ def required_by(self) -> set[str]:
352
+ return self.args[2]
353
+
354
+
355
+ class DistributionNotFound(ResolutionError):
356
+ """A requested distribution was not found"""
357
+
358
+ _template = (
359
+ "The '{self.req}' distribution was not found "
360
+ "and is required by {self.requirers_str}"
361
+ )
362
+
363
+ @property
364
+ def req(self) -> Requirement:
365
+ return self.args[0]
366
+
367
+ @property
368
+ def requirers(self) -> set[str] | None:
369
+ return self.args[1]
370
+
371
+ @property
372
+ def requirers_str(self):
373
+ if not self.requirers:
374
+ return 'the application'
375
+ return ', '.join(self.requirers)
376
+
377
+ def report(self):
378
+ return self._template.format(**locals())
379
+
380
+ def __str__(self) -> str:
381
+ return self.report()
382
+
383
+
384
+ class UnknownExtra(ResolutionError):
385
+ """Distribution doesn't have an "extra feature" of the given name"""
386
+
387
+
388
+ _provider_factories: dict[type[_ModuleLike], _ProviderFactoryType] = {}
389
+
390
+ PY_MAJOR = f'{sys.version_info.major}.{sys.version_info.minor}'
391
+ EGG_DIST = 3
392
+ BINARY_DIST = 2
393
+ SOURCE_DIST = 1
394
+ CHECKOUT_DIST = 0
395
+ DEVELOP_DIST = -1
396
+
397
+
398
+ def register_loader_type(
399
+ loader_type: type[_ModuleLike], provider_factory: _ProviderFactoryType
400
+ ) -> None:
401
+ """Register `provider_factory` to make providers for `loader_type`
402
+
403
+ `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
404
+ and `provider_factory` is a function that, passed a *module* object,
405
+ returns an ``IResourceProvider`` for that module.
406
+ """
407
+ _provider_factories[loader_type] = provider_factory
408
+
409
+
410
+ @overload
411
+ def get_provider(moduleOrReq: str) -> IResourceProvider: ...
412
+ @overload
413
+ def get_provider(moduleOrReq: Requirement) -> Distribution: ...
414
+ def get_provider(moduleOrReq: str | Requirement) -> IResourceProvider | Distribution:
415
+ """Return an IResourceProvider for the named module or requirement"""
416
+ if isinstance(moduleOrReq, Requirement):
417
+ return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
418
+ try:
419
+ module = sys.modules[moduleOrReq]
420
+ except KeyError:
421
+ __import__(moduleOrReq)
422
+ module = sys.modules[moduleOrReq]
423
+ loader = getattr(module, '__loader__', None)
424
+ return _find_adapter(_provider_factories, loader)(module)
425
+
426
+
427
+ @functools.cache
428
+ def _macos_vers():
429
+ version = platform.mac_ver()[0]
430
+ # fallback for MacPorts
431
+ if version == '':
432
+ plist = '/System/Library/CoreServices/SystemVersion.plist'
433
+ if os.path.exists(plist):
434
+ with open(plist, 'rb') as fh:
435
+ plist_content = plistlib.load(fh)
436
+ if 'ProductVersion' in plist_content:
437
+ version = plist_content['ProductVersion']
438
+ return version.split('.')
439
+
440
+
441
+ def _macos_arch(machine):
442
+ return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
443
+
444
+
445
+ def get_build_platform():
446
+ """Return this platform's string for platform-specific distributions"""
447
+ from sysconfig import get_platform
448
+
449
+ plat = get_platform()
450
+ if sys.platform == "darwin" and not plat.startswith('macosx-'):
451
+ try:
452
+ version = _macos_vers()
453
+ machine = _macos_arch(os.uname()[4].replace(" ", "_"))
454
+ return f"macosx-{version[0]}.{version[1]}-{machine}"
455
+ except ValueError:
456
+ # if someone is running a non-Mac darwin system, this will fall
457
+ # through to the default implementation
458
+ pass
459
+ return plat
460
+
461
+
462
+ macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
463
+ darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
464
+ # XXX backward compat
465
+ get_platform = get_build_platform
466
+
467
+
468
+ def compatible_platforms(provided: str | None, required: str | None) -> bool:
469
+ """Can code for the `provided` platform run on the `required` platform?
470
+
471
+ Returns true if either platform is ``None``, or the platforms are equal.
472
+
473
+ XXX Needs compatibility checks for Linux and other unixy OSes.
474
+ """
475
+ if provided is None or required is None or provided == required:
476
+ # easy case
477
+ return True
478
+
479
+ # macOS special cases
480
+ reqMac = macosVersionString.match(required)
481
+ if reqMac:
482
+ provMac = macosVersionString.match(provided)
483
+
484
+ # is this a Mac package?
485
+ if not provMac:
486
+ # this is backwards compatibility for packages built before
487
+ # setuptools 0.6. All packages built after this point will
488
+ # use the new macOS designation.
489
+ provDarwin = darwinVersionString.match(provided)
490
+ if provDarwin:
491
+ dversion = int(provDarwin.group(1))
492
+ macosversion = f"{reqMac.group(1)}.{reqMac.group(2)}"
493
+ if (
494
+ dversion == 7
495
+ and macosversion >= "10.3"
496
+ or dversion == 8
497
+ and macosversion >= "10.4"
498
+ ):
499
+ return True
500
+ # egg isn't macOS or legacy darwin
501
+ return False
502
+
503
+ # are they the same major version and machine type?
504
+ if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
505
+ return False
506
+
507
+ # is the required OS major update >= the provided one?
508
+ if int(provMac.group(2)) > int(reqMac.group(2)):
509
+ return False
510
+
511
+ return True
512
+
513
+ # XXX Linux and other platforms' special cases should go here
514
+ return False
515
+
516
+
517
+ @overload
518
+ def get_distribution(dist: _DistributionT) -> _DistributionT: ...
519
+ @overload
520
+ def get_distribution(dist: _PkgReqType) -> Distribution: ...
521
+ def get_distribution(dist: Distribution | _PkgReqType) -> Distribution:
522
+ """Return a current distribution object for a Requirement or string"""
523
+ if isinstance(dist, str):
524
+ dist = Requirement.parse(dist)
525
+ if isinstance(dist, Requirement):
526
+ dist = get_provider(dist)
527
+ if not isinstance(dist, Distribution):
528
+ raise TypeError("Expected str, Requirement, or Distribution", dist)
529
+ return dist
530
+
531
+
532
+ def load_entry_point(dist: _EPDistType, group: str, name: str) -> _ResolvedEntryPoint:
533
+ """Return `name` entry point of `group` for `dist` or raise ImportError"""
534
+ return get_distribution(dist).load_entry_point(group, name)
535
+
536
+
537
+ @overload
538
+ def get_entry_map(
539
+ dist: _EPDistType, group: None = None
540
+ ) -> dict[str, dict[str, EntryPoint]]: ...
541
+ @overload
542
+ def get_entry_map(dist: _EPDistType, group: str) -> dict[str, EntryPoint]: ...
543
+ def get_entry_map(dist: _EPDistType, group: str | None = None):
544
+ """Return the entry point map for `group`, or the full entry map"""
545
+ return get_distribution(dist).get_entry_map(group)
546
+
547
+
548
+ def get_entry_info(dist: _EPDistType, group: str, name: str) -> EntryPoint | None:
549
+ """Return the EntryPoint object for `group`+`name`, or ``None``"""
550
+ return get_distribution(dist).get_entry_info(group, name)
551
+
552
+
553
+ class IMetadataProvider(Protocol):
554
+ def has_metadata(self, name: str) -> bool:
555
+ """Does the package's distribution contain the named metadata?"""
556
+ ...
557
+
558
+ def get_metadata(self, name: str) -> str:
559
+ """The named metadata resource as a string"""
560
+ ...
561
+
562
+ def get_metadata_lines(self, name: str) -> Iterator[str]:
563
+ """Yield named metadata resource as list of non-blank non-comment lines
564
+
565
+ Leading and trailing whitespace is stripped from each line, and lines
566
+ with ``#`` as the first non-blank character are omitted."""
567
+ ...
568
+
569
+ def metadata_isdir(self, name: str) -> bool:
570
+ """Is the named metadata a directory? (like ``os.path.isdir()``)"""
571
+ ...
572
+
573
+ def metadata_listdir(self, name: str) -> list[str]:
574
+ """List of metadata names in the directory (like ``os.listdir()``)"""
575
+ ...
576
+
577
+ def run_script(self, script_name: str, namespace: dict[str, Any]) -> None:
578
+ """Execute the named script in the supplied namespace dictionary"""
579
+ ...
580
+
581
+
582
+ class IResourceProvider(IMetadataProvider, Protocol):
583
+ """An object that provides access to package resources"""
584
+
585
+ def get_resource_filename(
586
+ self, manager: ResourceManager, resource_name: str
587
+ ) -> str:
588
+ """Return a true filesystem path for `resource_name`
589
+
590
+ `manager` must be a ``ResourceManager``"""
591
+ ...
592
+
593
+ def get_resource_stream(
594
+ self, manager: ResourceManager, resource_name: str
595
+ ) -> _ResourceStream:
596
+ """Return a readable file-like object for `resource_name`
597
+
598
+ `manager` must be a ``ResourceManager``"""
599
+ ...
600
+
601
+ def get_resource_string(
602
+ self, manager: ResourceManager, resource_name: str
603
+ ) -> bytes:
604
+ """Return the contents of `resource_name` as :obj:`bytes`
605
+
606
+ `manager` must be a ``ResourceManager``"""
607
+ ...
608
+
609
+ def has_resource(self, resource_name: str) -> bool:
610
+ """Does the package contain the named resource?"""
611
+ ...
612
+
613
+ def resource_isdir(self, resource_name: str) -> bool:
614
+ """Is the named resource a directory? (like ``os.path.isdir()``)"""
615
+ ...
616
+
617
+ def resource_listdir(self, resource_name: str) -> list[str]:
618
+ """List of resource names in the directory (like ``os.listdir()``)"""
619
+ ...
620
+
621
+
622
+ class WorkingSet:
623
+ """A collection of active distributions on sys.path (or a similar list)"""
624
+
625
+ def __init__(self, entries: Iterable[str] | None = None) -> None:
626
+ """Create working set from list of path entries (default=sys.path)"""
627
+ self.entries: list[str] = []
628
+ self.entry_keys: dict[str | None, list[str]] = {}
629
+ self.by_key: dict[str, Distribution] = {}
630
+ self.normalized_to_canonical_keys: dict[str, str] = {}
631
+ self.callbacks: list[Callable[[Distribution], object]] = []
632
+
633
+ if entries is None:
634
+ entries = sys.path
635
+
636
+ for entry in entries:
637
+ self.add_entry(entry)
638
+
639
+ @classmethod
640
+ def _build_master(cls):
641
+ """
642
+ Prepare the master working set.
643
+ """
644
+ ws = cls()
645
+ try:
646
+ from __main__ import __requires__
647
+ except ImportError:
648
+ # The main program does not list any requirements
649
+ return ws
650
+
651
+ # ensure the requirements are met
652
+ try:
653
+ ws.require(__requires__)
654
+ except VersionConflict:
655
+ return cls._build_from_requirements(__requires__)
656
+
657
+ return ws
658
+
659
+ @classmethod
660
+ def _build_from_requirements(cls, req_spec):
661
+ """
662
+ Build a working set from a requirement spec. Rewrites sys.path.
663
+ """
664
+ # try it without defaults already on sys.path
665
+ # by starting with an empty path
666
+ ws = cls([])
667
+ reqs = parse_requirements(req_spec)
668
+ dists = ws.resolve(reqs, Environment())
669
+ for dist in dists:
670
+ ws.add(dist)
671
+
672
+ # add any missing entries from sys.path
673
+ for entry in sys.path:
674
+ if entry not in ws.entries:
675
+ ws.add_entry(entry)
676
+
677
+ # then copy back to sys.path
678
+ sys.path[:] = ws.entries
679
+ return ws
680
+
681
+ def add_entry(self, entry: str) -> None:
682
+ """Add a path item to ``.entries``, finding any distributions on it
683
+
684
+ ``find_distributions(entry, True)`` is used to find distributions
685
+ corresponding to the path entry, and they are added. `entry` is
686
+ always appended to ``.entries``, even if it is already present.
687
+ (This is because ``sys.path`` can contain the same value more than
688
+ once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
689
+ equal ``sys.path``.)
690
+ """
691
+ self.entry_keys.setdefault(entry, [])
692
+ self.entries.append(entry)
693
+ for dist in find_distributions(entry, True):
694
+ self.add(dist, entry, False)
695
+
696
+ def __contains__(self, dist: Distribution) -> bool:
697
+ """True if `dist` is the active distribution for its project"""
698
+ return self.by_key.get(dist.key) == dist
699
+
700
+ def find(self, req: Requirement) -> Distribution | None:
701
+ """Find a distribution matching requirement `req`
702
+
703
+ If there is an active distribution for the requested project, this
704
+ returns it as long as it meets the version requirement specified by
705
+ `req`. But, if there is an active distribution for the project and it
706
+ does *not* meet the `req` requirement, ``VersionConflict`` is raised.
707
+ If there is no active distribution for the requested project, ``None``
708
+ is returned.
709
+ """
710
+ dist: Distribution | None = None
711
+
712
+ candidates = (
713
+ req.key,
714
+ self.normalized_to_canonical_keys.get(req.key),
715
+ safe_name(req.key).replace(".", "-"),
716
+ )
717
+
718
+ for candidate in filter(None, candidates):
719
+ dist = self.by_key.get(candidate)
720
+ if dist:
721
+ req.key = candidate
722
+ break
723
+
724
+ if dist is not None and dist not in req:
725
+ # XXX add more info
726
+ raise VersionConflict(dist, req)
727
+ return dist
728
+
729
+ def iter_entry_points(
730
+ self, group: str, name: str | None = None
731
+ ) -> Iterator[EntryPoint]:
732
+ """Yield entry point objects from `group` matching `name`
733
+
734
+ If `name` is None, yields all entry points in `group` from all
735
+ distributions in the working set, otherwise only ones matching
736
+ both `group` and `name` are yielded (in distribution order).
737
+ """
738
+ return (
739
+ entry
740
+ for dist in self
741
+ for entry in dist.get_entry_map(group).values()
742
+ if name is None or name == entry.name
743
+ )
744
+
745
+ def run_script(self, requires: str, script_name: str) -> None:
746
+ """Locate distribution for `requires` and run `script_name` script"""
747
+ ns = sys._getframe(1).f_globals
748
+ name = ns['__name__']
749
+ ns.clear()
750
+ ns['__name__'] = name
751
+ self.require(requires)[0].run_script(script_name, ns)
752
+
753
+ def __iter__(self) -> Iterator[Distribution]:
754
+ """Yield distributions for non-duplicate projects in the working set
755
+
756
+ The yield order is the order in which the items' path entries were
757
+ added to the working set.
758
+ """
759
+ seen = set()
760
+ for item in self.entries:
761
+ if item not in self.entry_keys:
762
+ # workaround a cache issue
763
+ continue
764
+
765
+ for key in self.entry_keys[item]:
766
+ if key not in seen:
767
+ seen.add(key)
768
+ yield self.by_key[key]
769
+
770
+ def add(
771
+ self,
772
+ dist: Distribution,
773
+ entry: str | None = None,
774
+ insert: bool = True,
775
+ replace: bool = False,
776
+ ) -> None:
777
+ """Add `dist` to working set, associated with `entry`
778
+
779
+ If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
780
+ On exit from this routine, `entry` is added to the end of the working
781
+ set's ``.entries`` (if it wasn't already present).
782
+
783
+ `dist` is only added to the working set if it's for a project that
784
+ doesn't already have a distribution in the set, unless `replace=True`.
785
+ If it's added, any callbacks registered with the ``subscribe()`` method
786
+ will be called.
787
+ """
788
+ if insert:
789
+ dist.insert_on(self.entries, entry, replace=replace)
790
+
791
+ if entry is None:
792
+ entry = dist.location
793
+ keys = self.entry_keys.setdefault(entry, [])
794
+ keys2 = self.entry_keys.setdefault(dist.location, [])
795
+ if not replace and dist.key in self.by_key:
796
+ # ignore hidden distros
797
+ return
798
+
799
+ self.by_key[dist.key] = dist
800
+ normalized_name = packaging.utils.canonicalize_name(dist.key)
801
+ self.normalized_to_canonical_keys[normalized_name] = dist.key
802
+ if dist.key not in keys:
803
+ keys.append(dist.key)
804
+ if dist.key not in keys2:
805
+ keys2.append(dist.key)
806
+ self._added_new(dist)
807
+
808
+ @overload
809
+ def resolve(
810
+ self,
811
+ requirements: Iterable[Requirement],
812
+ env: Environment | None,
813
+ installer: _StrictInstallerType[_DistributionT],
814
+ replace_conflicting: bool = False,
815
+ extras: tuple[str, ...] | None = None,
816
+ ) -> list[_DistributionT]: ...
817
+ @overload
818
+ def resolve(
819
+ self,
820
+ requirements: Iterable[Requirement],
821
+ env: Environment | None = None,
822
+ *,
823
+ installer: _StrictInstallerType[_DistributionT],
824
+ replace_conflicting: bool = False,
825
+ extras: tuple[str, ...] | None = None,
826
+ ) -> list[_DistributionT]: ...
827
+ @overload
828
+ def resolve(
829
+ self,
830
+ requirements: Iterable[Requirement],
831
+ env: Environment | None = None,
832
+ installer: _InstallerType | None = None,
833
+ replace_conflicting: bool = False,
834
+ extras: tuple[str, ...] | None = None,
835
+ ) -> list[Distribution]: ...
836
+ def resolve(
837
+ self,
838
+ requirements: Iterable[Requirement],
839
+ env: Environment | None = None,
840
+ installer: _InstallerType | None | _StrictInstallerType[_DistributionT] = None,
841
+ replace_conflicting: bool = False,
842
+ extras: tuple[str, ...] | None = None,
843
+ ) -> list[Distribution] | list[_DistributionT]:
844
+ """List all distributions needed to (recursively) meet `requirements`
845
+
846
+ `requirements` must be a sequence of ``Requirement`` objects. `env`,
847
+ if supplied, should be an ``Environment`` instance. If
848
+ not supplied, it defaults to all distributions available within any
849
+ entry or distribution in the working set. `installer`, if supplied,
850
+ will be invoked with each requirement that cannot be met by an
851
+ already-installed distribution; it should return a ``Distribution`` or
852
+ ``None``.
853
+
854
+ Unless `replace_conflicting=True`, raises a VersionConflict exception
855
+ if
856
+ any requirements are found on the path that have the correct name but
857
+ the wrong version. Otherwise, if an `installer` is supplied it will be
858
+ invoked to obtain the correct version of the requirement and activate
859
+ it.
860
+
861
+ `extras` is a list of the extras to be used with these requirements.
862
+ This is important because extra requirements may look like `my_req;
863
+ extra = "my_extra"`, which would otherwise be interpreted as a purely
864
+ optional requirement. Instead, we want to be able to assert that these
865
+ requirements are truly required.
866
+ """
867
+
868
+ # set up the stack
869
+ requirements = list(requirements)[::-1]
870
+ # set of processed requirements
871
+ processed = set()
872
+ # key -> dist
873
+ best: dict[str, Distribution] = {}
874
+ to_activate: list[Distribution] = []
875
+
876
+ req_extras = _ReqExtras()
877
+
878
+ # Mapping of requirement to set of distributions that required it;
879
+ # useful for reporting info about conflicts.
880
+ required_by = collections.defaultdict[Requirement, set[str]](set)
881
+
882
+ while requirements:
883
+ # process dependencies breadth-first
884
+ req = requirements.pop(0)
885
+ if req in processed:
886
+ # Ignore cyclic or redundant dependencies
887
+ continue
888
+
889
+ if not req_extras.markers_pass(req, extras):
890
+ continue
891
+
892
+ dist = self._resolve_dist(
893
+ req, best, replace_conflicting, env, installer, required_by, to_activate
894
+ )
895
+
896
+ # push the new requirements onto the stack
897
+ new_requirements = dist.requires(req.extras)[::-1]
898
+ requirements.extend(new_requirements)
899
+
900
+ # Register the new requirements needed by req
901
+ for new_requirement in new_requirements:
902
+ required_by[new_requirement].add(req.project_name)
903
+ req_extras[new_requirement] = req.extras
904
+
905
+ processed.add(req)
906
+
907
+ # return list of distros to activate
908
+ return to_activate
909
+
910
+ def _resolve_dist(
911
+ self, req, best, replace_conflicting, env, installer, required_by, to_activate
912
+ ) -> Distribution:
913
+ dist = best.get(req.key)
914
+ if dist is None:
915
+ # Find the best distribution and add it to the map
916
+ dist = self.by_key.get(req.key)
917
+ if dist is None or (dist not in req and replace_conflicting):
918
+ ws = self
919
+ if env is None:
920
+ if dist is None:
921
+ env = Environment(self.entries)
922
+ else:
923
+ # Use an empty environment and workingset to avoid
924
+ # any further conflicts with the conflicting
925
+ # distribution
926
+ env = Environment([])
927
+ ws = WorkingSet([])
928
+ dist = best[req.key] = env.best_match(
929
+ req, ws, installer, replace_conflicting=replace_conflicting
930
+ )
931
+ if dist is None:
932
+ requirers = required_by.get(req, None)
933
+ raise DistributionNotFound(req, requirers)
934
+ to_activate.append(dist)
935
+ if dist not in req:
936
+ # Oops, the "best" so far conflicts with a dependency
937
+ dependent_req = required_by[req]
938
+ raise VersionConflict(dist, req).with_context(dependent_req)
939
+ return dist
940
+
941
+ @overload
942
+ def find_plugins(
943
+ self,
944
+ plugin_env: Environment,
945
+ full_env: Environment | None,
946
+ installer: _StrictInstallerType[_DistributionT],
947
+ fallback: bool = True,
948
+ ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
949
+ @overload
950
+ def find_plugins(
951
+ self,
952
+ plugin_env: Environment,
953
+ full_env: Environment | None = None,
954
+ *,
955
+ installer: _StrictInstallerType[_DistributionT],
956
+ fallback: bool = True,
957
+ ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
958
+ @overload
959
+ def find_plugins(
960
+ self,
961
+ plugin_env: Environment,
962
+ full_env: Environment | None = None,
963
+ installer: _InstallerType | None = None,
964
+ fallback: bool = True,
965
+ ) -> tuple[list[Distribution], dict[Distribution, Exception]]: ...
966
+ def find_plugins(
967
+ self,
968
+ plugin_env: Environment,
969
+ full_env: Environment | None = None,
970
+ installer: _InstallerType | None | _StrictInstallerType[_DistributionT] = None,
971
+ fallback: bool = True,
972
+ ) -> tuple[
973
+ list[Distribution] | list[_DistributionT],
974
+ dict[Distribution, Exception],
975
+ ]:
976
+ """Find all activatable distributions in `plugin_env`
977
+
978
+ Example usage::
979
+
980
+ distributions, errors = working_set.find_plugins(
981
+ Environment(plugin_dirlist)
982
+ )
983
+ # add plugins+libs to sys.path
984
+ map(working_set.add, distributions)
985
+ # display errors
986
+ print('Could not load', errors)
987
+
988
+ The `plugin_env` should be an ``Environment`` instance that contains
989
+ only distributions that are in the project's "plugin directory" or
990
+ directories. The `full_env`, if supplied, should be an ``Environment``
991
+ contains all currently-available distributions. If `full_env` is not
992
+ supplied, one is created automatically from the ``WorkingSet`` this
993
+ method is called on, which will typically mean that every directory on
994
+ ``sys.path`` will be scanned for distributions.
995
+
996
+ `installer` is a standard installer callback as used by the
997
+ ``resolve()`` method. The `fallback` flag indicates whether we should
998
+ attempt to resolve older versions of a plugin if the newest version
999
+ cannot be resolved.
1000
+
1001
+ This method returns a 2-tuple: (`distributions`, `error_info`), where
1002
+ `distributions` is a list of the distributions found in `plugin_env`
1003
+ that were loadable, along with any other distributions that are needed
1004
+ to resolve their dependencies. `error_info` is a dictionary mapping
1005
+ unloadable plugin distributions to an exception instance describing the
1006
+ error that occurred. Usually this will be a ``DistributionNotFound`` or
1007
+ ``VersionConflict`` instance.
1008
+ """
1009
+
1010
+ plugin_projects = list(plugin_env)
1011
+ # scan project names in alphabetic order
1012
+ plugin_projects.sort()
1013
+
1014
+ error_info: dict[Distribution, Exception] = {}
1015
+ distributions: dict[Distribution, Exception | None] = {}
1016
+
1017
+ if full_env is None:
1018
+ env = Environment(self.entries)
1019
+ env += plugin_env
1020
+ else:
1021
+ env = full_env + plugin_env
1022
+
1023
+ shadow_set = self.__class__([])
1024
+ # put all our entries in shadow_set
1025
+ list(map(shadow_set.add, self))
1026
+
1027
+ for project_name in plugin_projects:
1028
+ for dist in plugin_env[project_name]:
1029
+ req = [dist.as_requirement()]
1030
+
1031
+ try:
1032
+ resolvees = shadow_set.resolve(req, env, installer)
1033
+
1034
+ except ResolutionError as v:
1035
+ # save error info
1036
+ error_info[dist] = v
1037
+ if fallback:
1038
+ # try the next older version of project
1039
+ continue
1040
+ else:
1041
+ # give up on this project, keep going
1042
+ break
1043
+
1044
+ else:
1045
+ list(map(shadow_set.add, resolvees))
1046
+ distributions.update(dict.fromkeys(resolvees))
1047
+
1048
+ # success, no need to try any more versions of this project
1049
+ break
1050
+
1051
+ sorted_distributions = list(distributions)
1052
+ sorted_distributions.sort()
1053
+
1054
+ return sorted_distributions, error_info
1055
+
1056
+ def require(self, *requirements: _NestedStr) -> list[Distribution]:
1057
+ """Ensure that distributions matching `requirements` are activated
1058
+
1059
+ `requirements` must be a string or a (possibly-nested) sequence
1060
+ thereof, specifying the distributions and versions required. The
1061
+ return value is a sequence of the distributions that needed to be
1062
+ activated to fulfill the requirements; all relevant distributions are
1063
+ included, even if they were already activated in this working set.
1064
+ """
1065
+ needed = self.resolve(parse_requirements(requirements))
1066
+
1067
+ for dist in needed:
1068
+ self.add(dist)
1069
+
1070
+ return needed
1071
+
1072
+ def subscribe(
1073
+ self, callback: Callable[[Distribution], object], existing: bool = True
1074
+ ) -> None:
1075
+ """Invoke `callback` for all distributions
1076
+
1077
+ If `existing=True` (default),
1078
+ call on all existing ones, as well.
1079
+ """
1080
+ if callback in self.callbacks:
1081
+ return
1082
+ self.callbacks.append(callback)
1083
+ if not existing:
1084
+ return
1085
+ for dist in self:
1086
+ callback(dist)
1087
+
1088
+ def _added_new(self, dist) -> None:
1089
+ for callback in self.callbacks:
1090
+ callback(dist)
1091
+
1092
+ def __getstate__(
1093
+ self,
1094
+ ) -> tuple[
1095
+ list[str],
1096
+ dict[str | None, list[str]],
1097
+ dict[str, Distribution],
1098
+ dict[str, str],
1099
+ list[Callable[[Distribution], object]],
1100
+ ]:
1101
+ return (
1102
+ self.entries[:],
1103
+ self.entry_keys.copy(),
1104
+ self.by_key.copy(),
1105
+ self.normalized_to_canonical_keys.copy(),
1106
+ self.callbacks[:],
1107
+ )
1108
+
1109
+ def __setstate__(self, e_k_b_n_c) -> None:
1110
+ entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
1111
+ self.entries = entries[:]
1112
+ self.entry_keys = keys.copy()
1113
+ self.by_key = by_key.copy()
1114
+ self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
1115
+ self.callbacks = callbacks[:]
1116
+
1117
+
1118
+ class _ReqExtras(dict["Requirement", tuple[str, ...]]):
1119
+ """
1120
+ Map each requirement to the extras that demanded it.
1121
+ """
1122
+
1123
+ def markers_pass(self, req: Requirement, extras: tuple[str, ...] | None = None):
1124
+ """
1125
+ Evaluate markers for req against each extra that
1126
+ demanded it.
1127
+
1128
+ Return False if the req has a marker and fails
1129
+ evaluation. Otherwise, return True.
1130
+ """
1131
+ return not req.marker or any(
1132
+ req.marker.evaluate({'extra': extra})
1133
+ for extra in self.get(req, ()) + (extras or ("",))
1134
+ )
1135
+
1136
+
1137
+ class Environment:
1138
+ """Searchable snapshot of distributions on a search path"""
1139
+
1140
+ def __init__(
1141
+ self,
1142
+ search_path: Iterable[str] | None = None,
1143
+ platform: str | None = get_supported_platform(),
1144
+ python: str | None = PY_MAJOR,
1145
+ ) -> None:
1146
+ """Snapshot distributions available on a search path
1147
+
1148
+ Any distributions found on `search_path` are added to the environment.
1149
+ `search_path` should be a sequence of ``sys.path`` items. If not
1150
+ supplied, ``sys.path`` is used.
1151
+
1152
+ `platform` is an optional string specifying the name of the platform
1153
+ that platform-specific distributions must be compatible with. If
1154
+ unspecified, it defaults to the current platform. `python` is an
1155
+ optional string naming the desired version of Python (e.g. ``'3.6'``);
1156
+ it defaults to the current version.
1157
+
1158
+ You may explicitly set `platform` (and/or `python`) to ``None`` if you
1159
+ wish to map *all* distributions, not just those compatible with the
1160
+ running platform or Python version.
1161
+ """
1162
+ self._distmap: dict[str, list[Distribution]] = {}
1163
+ self.platform = platform
1164
+ self.python = python
1165
+ self.scan(search_path)
1166
+
1167
+ def can_add(self, dist: Distribution) -> bool:
1168
+ """Is distribution `dist` acceptable for this environment?
1169
+
1170
+ The distribution must match the platform and python version
1171
+ requirements specified when this environment was created, or False
1172
+ is returned.
1173
+ """
1174
+ py_compat = (
1175
+ self.python is None
1176
+ or dist.py_version is None
1177
+ or dist.py_version == self.python
1178
+ )
1179
+ return py_compat and compatible_platforms(dist.platform, self.platform)
1180
+
1181
+ def remove(self, dist: Distribution) -> None:
1182
+ """Remove `dist` from the environment"""
1183
+ self._distmap[dist.key].remove(dist)
1184
+
1185
+ def scan(self, search_path: Iterable[str] | None = None) -> None:
1186
+ """Scan `search_path` for distributions usable in this environment
1187
+
1188
+ Any distributions found are added to the environment.
1189
+ `search_path` should be a sequence of ``sys.path`` items. If not
1190
+ supplied, ``sys.path`` is used. Only distributions conforming to
1191
+ the platform/python version defined at initialization are added.
1192
+ """
1193
+ if search_path is None:
1194
+ search_path = sys.path
1195
+
1196
+ for item in search_path:
1197
+ for dist in find_distributions(item):
1198
+ self.add(dist)
1199
+
1200
+ def __getitem__(self, project_name: str) -> list[Distribution]:
1201
+ """Return a newest-to-oldest list of distributions for `project_name`
1202
+
1203
+ Uses case-insensitive `project_name` comparison, assuming all the
1204
+ project's distributions use their project's name converted to all
1205
+ lowercase as their key.
1206
+
1207
+ """
1208
+ distribution_key = project_name.lower()
1209
+ return self._distmap.get(distribution_key, [])
1210
+
1211
+ def add(self, dist: Distribution) -> None:
1212
+ """Add `dist` if we ``can_add()`` it and it has not already been added"""
1213
+ if self.can_add(dist) and dist.has_version():
1214
+ dists = self._distmap.setdefault(dist.key, [])
1215
+ if dist not in dists:
1216
+ dists.append(dist)
1217
+ dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
1218
+
1219
+ @overload
1220
+ def best_match(
1221
+ self,
1222
+ req: Requirement,
1223
+ working_set: WorkingSet,
1224
+ installer: _StrictInstallerType[_DistributionT],
1225
+ replace_conflicting: bool = False,
1226
+ ) -> _DistributionT: ...
1227
+ @overload
1228
+ def best_match(
1229
+ self,
1230
+ req: Requirement,
1231
+ working_set: WorkingSet,
1232
+ installer: _InstallerType | None = None,
1233
+ replace_conflicting: bool = False,
1234
+ ) -> Distribution | None: ...
1235
+ def best_match(
1236
+ self,
1237
+ req: Requirement,
1238
+ working_set: WorkingSet,
1239
+ installer: _InstallerType | None | _StrictInstallerType[_DistributionT] = None,
1240
+ replace_conflicting: bool = False,
1241
+ ) -> Distribution | None:
1242
+ """Find distribution best matching `req` and usable on `working_set`
1243
+
1244
+ This calls the ``find(req)`` method of the `working_set` to see if a
1245
+ suitable distribution is already active. (This may raise
1246
+ ``VersionConflict`` if an unsuitable version of the project is already
1247
+ active in the specified `working_set`.) If a suitable distribution
1248
+ isn't active, this method returns the newest distribution in the
1249
+ environment that meets the ``Requirement`` in `req`. If no suitable
1250
+ distribution is found, and `installer` is supplied, then the result of
1251
+ calling the environment's ``obtain(req, installer)`` method will be
1252
+ returned.
1253
+ """
1254
+ try:
1255
+ dist = working_set.find(req)
1256
+ except VersionConflict:
1257
+ if not replace_conflicting:
1258
+ raise
1259
+ dist = None
1260
+ if dist is not None:
1261
+ return dist
1262
+ for dist in self[req.key]:
1263
+ if dist in req:
1264
+ return dist
1265
+ # try to download/install
1266
+ return self.obtain(req, installer)
1267
+
1268
+ @overload
1269
+ def obtain(
1270
+ self,
1271
+ requirement: Requirement,
1272
+ installer: _StrictInstallerType[_DistributionT],
1273
+ ) -> _DistributionT: ...
1274
+ @overload
1275
+ def obtain(
1276
+ self,
1277
+ requirement: Requirement,
1278
+ installer: Callable[[Requirement], None] | None = None,
1279
+ ) -> None: ...
1280
+ @overload
1281
+ def obtain(
1282
+ self,
1283
+ requirement: Requirement,
1284
+ installer: _InstallerType | None = None,
1285
+ ) -> Distribution | None: ...
1286
+ def obtain(
1287
+ self,
1288
+ requirement: Requirement,
1289
+ installer: Callable[[Requirement], None]
1290
+ | _InstallerType
1291
+ | None
1292
+ | _StrictInstallerType[_DistributionT] = None,
1293
+ ) -> Distribution | None:
1294
+ """Obtain a distribution matching `requirement` (e.g. via download)
1295
+
1296
+ Obtain a distro that matches requirement (e.g. via download). In the
1297
+ base ``Environment`` class, this routine just returns
1298
+ ``installer(requirement)``, unless `installer` is None, in which case
1299
+ None is returned instead. This method is a hook that allows subclasses
1300
+ to attempt other ways of obtaining a distribution before falling back
1301
+ to the `installer` argument."""
1302
+ return installer(requirement) if installer else None
1303
+
1304
+ def __iter__(self) -> Iterator[str]:
1305
+ """Yield the unique project names of the available distributions"""
1306
+ for key in self._distmap.keys():
1307
+ if self[key]:
1308
+ yield key
1309
+
1310
+ def __iadd__(self, other: Distribution | Environment) -> Self:
1311
+ """In-place addition of a distribution or environment"""
1312
+ if isinstance(other, Distribution):
1313
+ self.add(other)
1314
+ elif isinstance(other, Environment):
1315
+ for project in other:
1316
+ for dist in other[project]:
1317
+ self.add(dist)
1318
+ else:
1319
+ raise TypeError(f"Can't add {other!r} to environment")
1320
+ return self
1321
+
1322
+ def __add__(self, other: Distribution | Environment) -> Self:
1323
+ """Add an environment or distribution to an environment"""
1324
+ new = self.__class__([], platform=None, python=None)
1325
+ for env in self, other:
1326
+ new += env
1327
+ return new
1328
+
1329
+
1330
+ # XXX backward compatibility
1331
+ AvailableDistributions = Environment
1332
+
1333
+
1334
+ class ExtractionError(RuntimeError):
1335
+ """An error occurred extracting a resource
1336
+
1337
+ The following attributes are available from instances of this exception:
1338
+
1339
+ manager
1340
+ The resource manager that raised this exception
1341
+
1342
+ cache_path
1343
+ The base directory for resource extraction
1344
+
1345
+ original_error
1346
+ The exception instance that caused extraction to fail
1347
+ """
1348
+
1349
+ manager: ResourceManager
1350
+ cache_path: str
1351
+ original_error: BaseException | None
1352
+
1353
+
1354
+ class ResourceManager:
1355
+ """Manage resource extraction and packages"""
1356
+
1357
+ extraction_path: str | None = None
1358
+
1359
+ def __init__(self) -> None:
1360
+ # acts like a set
1361
+ self.cached_files: dict[str, Literal[True]] = {}
1362
+
1363
+ def resource_exists(
1364
+ self, package_or_requirement: _PkgReqType, resource_name: str
1365
+ ) -> bool:
1366
+ """Does the named resource exist?"""
1367
+ return get_provider(package_or_requirement).has_resource(resource_name)
1368
+
1369
+ def resource_isdir(
1370
+ self, package_or_requirement: _PkgReqType, resource_name: str
1371
+ ) -> bool:
1372
+ """Is the named resource an existing directory?"""
1373
+ return get_provider(package_or_requirement).resource_isdir(resource_name)
1374
+
1375
+ def resource_filename(
1376
+ self, package_or_requirement: _PkgReqType, resource_name: str
1377
+ ) -> str:
1378
+ """Return a true filesystem path for specified resource"""
1379
+ return get_provider(package_or_requirement).get_resource_filename(
1380
+ self, resource_name
1381
+ )
1382
+
1383
+ def resource_stream(
1384
+ self, package_or_requirement: _PkgReqType, resource_name: str
1385
+ ) -> _ResourceStream:
1386
+ """Return a readable file-like object for specified resource"""
1387
+ return get_provider(package_or_requirement).get_resource_stream(
1388
+ self, resource_name
1389
+ )
1390
+
1391
+ def resource_string(
1392
+ self, package_or_requirement: _PkgReqType, resource_name: str
1393
+ ) -> bytes:
1394
+ """Return specified resource as :obj:`bytes`"""
1395
+ return get_provider(package_or_requirement).get_resource_string(
1396
+ self, resource_name
1397
+ )
1398
+
1399
+ def resource_listdir(
1400
+ self, package_or_requirement: _PkgReqType, resource_name: str
1401
+ ) -> list[str]:
1402
+ """List the contents of the named resource directory"""
1403
+ return get_provider(package_or_requirement).resource_listdir(resource_name)
1404
+
1405
+ def extraction_error(self) -> NoReturn:
1406
+ """Give an error message for problems extracting file(s)"""
1407
+
1408
+ old_exc = sys.exc_info()[1]
1409
+ cache_path = self.extraction_path or get_default_cache()
1410
+
1411
+ tmpl = textwrap.dedent(
1412
+ """
1413
+ Can't extract file(s) to egg cache
1414
+
1415
+ The following error occurred while trying to extract file(s)
1416
+ to the Python egg cache:
1417
+
1418
+ {old_exc}
1419
+
1420
+ The Python egg cache directory is currently set to:
1421
+
1422
+ {cache_path}
1423
+
1424
+ Perhaps your account does not have write access to this directory?
1425
+ You can change the cache directory by setting the PYTHON_EGG_CACHE
1426
+ environment variable to point to an accessible directory.
1427
+ """
1428
+ ).lstrip()
1429
+ err = ExtractionError(tmpl.format(**locals()))
1430
+ err.manager = self
1431
+ err.cache_path = cache_path
1432
+ err.original_error = old_exc
1433
+ raise err
1434
+
1435
+ def get_cache_path(self, archive_name: str, names: Iterable[StrPath] = ()) -> str:
1436
+ """Return absolute location in cache for `archive_name` and `names`
1437
+
1438
+ The parent directory of the resulting path will be created if it does
1439
+ not already exist. `archive_name` should be the base filename of the
1440
+ enclosing egg (which may not be the name of the enclosing zipfile!),
1441
+ including its ".egg" extension. `names`, if provided, should be a
1442
+ sequence of path name parts "under" the egg's extraction location.
1443
+
1444
+ This method should only be called by resource providers that need to
1445
+ obtain an extraction location, and only for names they intend to
1446
+ extract, as it tracks the generated names for possible cleanup later.
1447
+ """
1448
+ extract_path = self.extraction_path or get_default_cache()
1449
+ target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
1450
+ try:
1451
+ _bypass_ensure_directory(target_path)
1452
+ except Exception:
1453
+ self.extraction_error()
1454
+
1455
+ self._warn_unsafe_extraction_path(extract_path)
1456
+
1457
+ self.cached_files[target_path] = True
1458
+ return target_path
1459
+
1460
+ @staticmethod
1461
+ def _warn_unsafe_extraction_path(path) -> None:
1462
+ """
1463
+ If the default extraction path is overridden and set to an insecure
1464
+ location, such as /tmp, it opens up an opportunity for an attacker to
1465
+ replace an extracted file with an unauthorized payload. Warn the user
1466
+ if a known insecure location is used.
1467
+
1468
+ See Distribute #375 for more details.
1469
+ """
1470
+ if os.name == 'nt' and not path.startswith(os.environ['windir']):
1471
+ # On Windows, permissions are generally restrictive by default
1472
+ # and temp directories are not writable by other users, so
1473
+ # bypass the warning.
1474
+ return
1475
+ mode = os.stat(path).st_mode
1476
+ if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
1477
+ msg = (
1478
+ "Extraction path is writable by group/others "
1479
+ "and vulnerable to attack when "
1480
+ "used with get_resource_filename ({path}). "
1481
+ "Consider a more secure "
1482
+ "location (set with .set_extraction_path or the "
1483
+ "PYTHON_EGG_CACHE environment variable)."
1484
+ ).format(**locals())
1485
+ warnings.warn(msg, UserWarning)
1486
+
1487
+ def postprocess(self, tempname: StrOrBytesPath, filename: StrOrBytesPath) -> None:
1488
+ """Perform any platform-specific postprocessing of `tempname`
1489
+
1490
+ This is where Mac header rewrites should be done; other platforms don't
1491
+ have anything special they should do.
1492
+
1493
+ Resource providers should call this method ONLY after successfully
1494
+ extracting a compressed resource. They must NOT call it on resources
1495
+ that are already in the filesystem.
1496
+
1497
+ `tempname` is the current (temporary) name of the file, and `filename`
1498
+ is the name it will be renamed to by the caller after this routine
1499
+ returns.
1500
+ """
1501
+
1502
+ if os.name == 'posix':
1503
+ # Make the resource executable
1504
+ mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
1505
+ os.chmod(tempname, mode)
1506
+
1507
+ def set_extraction_path(self, path: str) -> None:
1508
+ """Set the base path where resources will be extracted to, if needed.
1509
+
1510
+ If you do not call this routine before any extractions take place, the
1511
+ path defaults to the return value of ``get_default_cache()``. (Which
1512
+ is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
1513
+ platform-specific fallbacks. See that routine's documentation for more
1514
+ details.)
1515
+
1516
+ Resources are extracted to subdirectories of this path based upon
1517
+ information given by the ``IResourceProvider``. You may set this to a
1518
+ temporary directory, but then you must call ``cleanup_resources()`` to
1519
+ delete the extracted files when done. There is no guarantee that
1520
+ ``cleanup_resources()`` will be able to remove all extracted files.
1521
+
1522
+ (Note: you may not change the extraction path for a given resource
1523
+ manager once resources have been extracted, unless you first call
1524
+ ``cleanup_resources()``.)
1525
+ """
1526
+ if self.cached_files:
1527
+ raise ValueError("Can't change extraction path, files already extracted")
1528
+
1529
+ self.extraction_path = path
1530
+
1531
+ def cleanup_resources(self, force: bool = False) -> list[str]:
1532
+ """
1533
+ Delete all extracted resource files and directories, returning a list
1534
+ of the file and directory names that could not be successfully removed.
1535
+ This function does not have any concurrency protection, so it should
1536
+ generally only be called when the extraction path is a temporary
1537
+ directory exclusive to a single process. This method is not
1538
+ automatically called; you must call it explicitly or register it as an
1539
+ ``atexit`` function if you wish to ensure cleanup of a temporary
1540
+ directory used for extractions.
1541
+ """
1542
+ # XXX
1543
+ return []
1544
+
1545
+
1546
+ def get_default_cache() -> str:
1547
+ """
1548
+ Return the ``PYTHON_EGG_CACHE`` environment variable
1549
+ or a platform-relevant user cache dir for an app
1550
+ named "Python-Eggs".
1551
+ """
1552
+ return os.environ.get('PYTHON_EGG_CACHE') or _user_cache_dir(appname='Python-Eggs')
1553
+
1554
+
1555
+ def safe_name(name: str) -> str:
1556
+ """Convert an arbitrary string to a standard distribution name
1557
+
1558
+ Any runs of non-alphanumeric/. characters are replaced with a single '-'.
1559
+ """
1560
+ return re.sub('[^A-Za-z0-9.]+', '-', name)
1561
+
1562
+
1563
+ def safe_version(version: str) -> str:
1564
+ """
1565
+ Convert an arbitrary string to a standard version string
1566
+ """
1567
+ try:
1568
+ # normalize the version
1569
+ return str(packaging.version.Version(version))
1570
+ except packaging.version.InvalidVersion:
1571
+ version = version.replace(' ', '.')
1572
+ return re.sub('[^A-Za-z0-9.]+', '-', version)
1573
+
1574
+
1575
+ def _forgiving_version(version) -> str:
1576
+ """Fallback when ``safe_version`` is not safe enough
1577
+ >>> parse_version(_forgiving_version('0.23ubuntu1'))
1578
+ <Version('0.23.dev0+sanitized.ubuntu1')>
1579
+ >>> parse_version(_forgiving_version('0.23-'))
1580
+ <Version('0.23.dev0+sanitized')>
1581
+ >>> parse_version(_forgiving_version('0.-_'))
1582
+ <Version('0.dev0+sanitized')>
1583
+ >>> parse_version(_forgiving_version('42.+?1'))
1584
+ <Version('42.dev0+sanitized.1')>
1585
+ >>> parse_version(_forgiving_version('hello world'))
1586
+ <Version('0.dev0+sanitized.hello.world')>
1587
+ """
1588
+ version = version.replace(' ', '.')
1589
+ match = _PEP440_FALLBACK.search(version)
1590
+ if match:
1591
+ safe = match["safe"]
1592
+ rest = version[len(safe) :]
1593
+ else:
1594
+ safe = "0"
1595
+ rest = version
1596
+ local = f"sanitized.{_safe_segment(rest)}".strip(".")
1597
+ return f"{safe}.dev0+{local}"
1598
+
1599
+
1600
+ def _safe_segment(segment):
1601
+ """Convert an arbitrary string into a safe segment"""
1602
+ segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
1603
+ segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
1604
+ return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
1605
+
1606
+
1607
+ def safe_extra(extra: str) -> str:
1608
+ """Convert an arbitrary string to a standard 'extra' name
1609
+
1610
+ Any runs of non-alphanumeric characters are replaced with a single '_',
1611
+ and the result is always lowercased.
1612
+ """
1613
+ return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
1614
+
1615
+
1616
+ def to_filename(name: str) -> str:
1617
+ """Convert a project or version name to its filename-escaped form
1618
+
1619
+ Any '-' characters are currently replaced with '_'.
1620
+ """
1621
+ return name.replace('-', '_')
1622
+
1623
+
1624
+ def invalid_marker(text: str) -> SyntaxError | Literal[False]:
1625
+ """
1626
+ Validate text as a PEP 508 environment marker; return an exception
1627
+ if invalid or False otherwise.
1628
+ """
1629
+ try:
1630
+ evaluate_marker(text)
1631
+ except SyntaxError as e:
1632
+ e.filename = None
1633
+ e.lineno = None
1634
+ return e
1635
+ return False
1636
+
1637
+
1638
+ def evaluate_marker(text: str, extra: str | None = None) -> bool:
1639
+ """
1640
+ Evaluate a PEP 508 environment marker.
1641
+ Return a boolean indicating the marker result in this environment.
1642
+ Raise SyntaxError if marker is invalid.
1643
+
1644
+ This implementation uses the 'pyparsing' module.
1645
+ """
1646
+ try:
1647
+ marker = packaging.markers.Marker(text)
1648
+ return marker.evaluate()
1649
+ except packaging.markers.InvalidMarker as e:
1650
+ raise SyntaxError(e) from e
1651
+
1652
+
1653
+ class NullProvider:
1654
+ """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
1655
+
1656
+ egg_name: str | None = None
1657
+ egg_info: str | None = None
1658
+ loader: LoaderProtocol | None = None
1659
+
1660
+ def __init__(self, module: _ModuleLike) -> None:
1661
+ self.loader = getattr(module, '__loader__', None)
1662
+ self.module_path = os.path.dirname(getattr(module, '__file__', ''))
1663
+
1664
+ def get_resource_filename(
1665
+ self, manager: ResourceManager, resource_name: str
1666
+ ) -> str:
1667
+ return self._fn(self.module_path, resource_name)
1668
+
1669
+ def get_resource_stream(
1670
+ self, manager: ResourceManager, resource_name: str
1671
+ ) -> BinaryIO:
1672
+ return io.BytesIO(self.get_resource_string(manager, resource_name))
1673
+
1674
+ def get_resource_string(
1675
+ self, manager: ResourceManager, resource_name: str
1676
+ ) -> bytes:
1677
+ return self._get(self._fn(self.module_path, resource_name))
1678
+
1679
+ def has_resource(self, resource_name: str) -> bool:
1680
+ return self._has(self._fn(self.module_path, resource_name))
1681
+
1682
+ def _get_metadata_path(self, name):
1683
+ return self._fn(self.egg_info, name)
1684
+
1685
+ def has_metadata(self, name: str) -> bool:
1686
+ if not self.egg_info:
1687
+ return False
1688
+
1689
+ path = self._get_metadata_path(name)
1690
+ return self._has(path)
1691
+
1692
+ def get_metadata(self, name: str) -> str:
1693
+ if not self.egg_info:
1694
+ return ""
1695
+ path = self._get_metadata_path(name)
1696
+ value = self._get(path)
1697
+ try:
1698
+ return value.decode('utf-8')
1699
+ except UnicodeDecodeError as exc:
1700
+ # Include the path in the error message to simplify
1701
+ # troubleshooting, and without changing the exception type.
1702
+ exc.reason += f' in {name} file at path: {path}'
1703
+ raise
1704
+
1705
+ def get_metadata_lines(self, name: str) -> Iterator[str]:
1706
+ return yield_lines(self.get_metadata(name))
1707
+
1708
+ def resource_isdir(self, resource_name: str) -> bool:
1709
+ return self._isdir(self._fn(self.module_path, resource_name))
1710
+
1711
+ def metadata_isdir(self, name: str) -> bool:
1712
+ return bool(self.egg_info and self._isdir(self._fn(self.egg_info, name)))
1713
+
1714
+ def resource_listdir(self, resource_name: str) -> list[str]:
1715
+ return self._listdir(self._fn(self.module_path, resource_name))
1716
+
1717
+ def metadata_listdir(self, name: str) -> list[str]:
1718
+ if self.egg_info:
1719
+ return self._listdir(self._fn(self.egg_info, name))
1720
+ return []
1721
+
1722
+ def run_script(self, script_name: str, namespace: dict[str, Any]) -> None:
1723
+ script = 'scripts/' + script_name
1724
+ if not self.has_metadata(script):
1725
+ raise ResolutionError(
1726
+ "Script {script!r} not found in metadata at {self.egg_info!r}".format(
1727
+ **locals()
1728
+ ),
1729
+ )
1730
+
1731
+ script_text = self.get_metadata(script).replace('\r\n', '\n')
1732
+ script_text = script_text.replace('\r', '\n')
1733
+ script_filename = self._fn(self.egg_info, script)
1734
+ namespace['__file__'] = script_filename
1735
+ if os.path.exists(script_filename):
1736
+ source = _read_utf8_with_fallback(script_filename)
1737
+ code = compile(source, script_filename, 'exec')
1738
+ exec(code, namespace, namespace)
1739
+ else:
1740
+ from linecache import cache
1741
+
1742
+ cache[script_filename] = (
1743
+ len(script_text),
1744
+ 0,
1745
+ script_text.split('\n'),
1746
+ script_filename,
1747
+ )
1748
+ script_code = compile(script_text, script_filename, 'exec')
1749
+ exec(script_code, namespace, namespace)
1750
+
1751
+ def _has(self, path) -> bool:
1752
+ raise NotImplementedError(
1753
+ "Can't perform this operation for unregistered loader type"
1754
+ )
1755
+
1756
+ def _isdir(self, path) -> bool:
1757
+ raise NotImplementedError(
1758
+ "Can't perform this operation for unregistered loader type"
1759
+ )
1760
+
1761
+ def _listdir(self, path) -> list[str]:
1762
+ raise NotImplementedError(
1763
+ "Can't perform this operation for unregistered loader type"
1764
+ )
1765
+
1766
+ def _fn(self, base: str | None, resource_name: str):
1767
+ if base is None:
1768
+ raise TypeError(
1769
+ "`base` parameter in `_fn` is `None`. Either override this method or check the parameter first."
1770
+ )
1771
+ self._validate_resource_path(resource_name)
1772
+ if resource_name:
1773
+ return os.path.join(base, *resource_name.split('/'))
1774
+ return base
1775
+
1776
+ @staticmethod
1777
+ def _validate_resource_path(path) -> None:
1778
+ """
1779
+ Validate the resource paths according to the docs.
1780
+ https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
1781
+
1782
+ >>> warned = getfixture('recwarn')
1783
+ >>> warnings.simplefilter('always')
1784
+ >>> vrp = NullProvider._validate_resource_path
1785
+ >>> vrp('foo/bar.txt')
1786
+ >>> bool(warned)
1787
+ False
1788
+ >>> vrp('../foo/bar.txt')
1789
+ >>> bool(warned)
1790
+ True
1791
+ >>> warned.clear()
1792
+ >>> vrp('/foo/bar.txt')
1793
+ >>> bool(warned)
1794
+ True
1795
+ >>> vrp('foo/../../bar.txt')
1796
+ >>> bool(warned)
1797
+ True
1798
+ >>> warned.clear()
1799
+ >>> vrp('foo/f../bar.txt')
1800
+ >>> bool(warned)
1801
+ False
1802
+
1803
+ Windows path separators are straight-up disallowed.
1804
+ >>> vrp(r'\\foo/bar.txt')
1805
+ Traceback (most recent call last):
1806
+ ...
1807
+ ValueError: Use of .. or absolute path in a resource path \
1808
+ is not allowed.
1809
+
1810
+ >>> vrp(r'C:\\foo/bar.txt')
1811
+ Traceback (most recent call last):
1812
+ ...
1813
+ ValueError: Use of .. or absolute path in a resource path \
1814
+ is not allowed.
1815
+
1816
+ Blank values are allowed
1817
+
1818
+ >>> vrp('')
1819
+ >>> bool(warned)
1820
+ False
1821
+
1822
+ Non-string values are not.
1823
+
1824
+ >>> vrp(None)
1825
+ Traceback (most recent call last):
1826
+ ...
1827
+ AttributeError: ...
1828
+ """
1829
+ invalid = (
1830
+ os.path.pardir in path.split(posixpath.sep)
1831
+ or posixpath.isabs(path)
1832
+ or ntpath.isabs(path)
1833
+ or path.startswith("\\")
1834
+ )
1835
+ if not invalid:
1836
+ return
1837
+
1838
+ msg = "Use of .. or absolute path in a resource path is not allowed."
1839
+
1840
+ # Aggressively disallow Windows absolute paths
1841
+ if (path.startswith("\\") or ntpath.isabs(path)) and not posixpath.isabs(path):
1842
+ raise ValueError(msg)
1843
+
1844
+ # for compatibility, warn; in future
1845
+ # raise ValueError(msg)
1846
+ issue_warning(
1847
+ msg[:-1] + " and will raise exceptions in a future release.",
1848
+ DeprecationWarning,
1849
+ )
1850
+
1851
+ def _get(self, path) -> bytes:
1852
+ if hasattr(self.loader, 'get_data') and self.loader:
1853
+ # Already checked get_data exists
1854
+ return self.loader.get_data(path) # type: ignore[attr-defined]
1855
+ raise NotImplementedError(
1856
+ "Can't perform this operation for loaders without 'get_data()'"
1857
+ )
1858
+
1859
+
1860
+ register_loader_type(object, NullProvider)
1861
+
1862
+
1863
+ def _parents(path):
1864
+ """
1865
+ yield all parents of path including path
1866
+ """
1867
+ last = None
1868
+ while path != last:
1869
+ yield path
1870
+ last = path
1871
+ path, _ = os.path.split(path)
1872
+
1873
+
1874
+ class EggProvider(NullProvider):
1875
+ """Provider based on a virtual filesystem"""
1876
+
1877
+ def __init__(self, module: _ModuleLike) -> None:
1878
+ super().__init__(module)
1879
+ self._setup_prefix()
1880
+
1881
+ def _setup_prefix(self):
1882
+ # Assume that metadata may be nested inside a "basket"
1883
+ # of multiple eggs and use module_path instead of .archive.
1884
+ eggs = filter(_is_egg_path, _parents(self.module_path))
1885
+ egg = next(eggs, None)
1886
+ egg and self._set_egg(egg)
1887
+
1888
+ def _set_egg(self, path: str) -> None:
1889
+ self.egg_name = os.path.basename(path)
1890
+ self.egg_info = os.path.join(path, 'EGG-INFO')
1891
+ self.egg_root = path
1892
+
1893
+
1894
+ class DefaultProvider(EggProvider):
1895
+ """Provides access to package resources in the filesystem"""
1896
+
1897
+ def _has(self, path) -> bool:
1898
+ return os.path.exists(path)
1899
+
1900
+ def _isdir(self, path) -> bool:
1901
+ return os.path.isdir(path)
1902
+
1903
+ def _listdir(self, path):
1904
+ return os.listdir(path)
1905
+
1906
+ def get_resource_stream(
1907
+ self, manager: object, resource_name: str
1908
+ ) -> io.BufferedReader:
1909
+ return open(self._fn(self.module_path, resource_name), 'rb')
1910
+
1911
+ def _get(self, path) -> bytes:
1912
+ with open(path, 'rb') as stream:
1913
+ return stream.read()
1914
+
1915
+ @classmethod
1916
+ def _register(cls) -> None:
1917
+ loader_names = (
1918
+ 'SourceFileLoader',
1919
+ 'SourcelessFileLoader',
1920
+ )
1921
+ for name in loader_names:
1922
+ loader_cls = getattr(importlib.machinery, name, type(None))
1923
+ register_loader_type(loader_cls, cls)
1924
+
1925
+
1926
+ DefaultProvider._register()
1927
+
1928
+
1929
+ class EmptyProvider(NullProvider):
1930
+ """Provider that returns nothing for all requests"""
1931
+
1932
+ # A special case, we don't want all Providers inheriting from NullProvider to have a potentially None module_path
1933
+ module_path: str | None = None # type: ignore[assignment]
1934
+
1935
+ _isdir = _has = lambda self, path: False
1936
+
1937
+ def _get(self, path) -> bytes:
1938
+ return b''
1939
+
1940
+ def _listdir(self, path):
1941
+ return []
1942
+
1943
+ def __init__(self) -> None:
1944
+ pass
1945
+
1946
+
1947
+ empty_provider = EmptyProvider()
1948
+
1949
+
1950
+ class ZipManifests(dict[str, "MemoizedZipManifests.manifest_mod"]):
1951
+ """
1952
+ zip manifest builder
1953
+ """
1954
+
1955
+ # `path` could be `StrPath | IO[bytes]` but that violates the LSP for `MemoizedZipManifests.load`
1956
+ @classmethod
1957
+ def build(cls, path: str) -> dict[str, zipfile.ZipInfo]:
1958
+ """
1959
+ Build a dictionary similar to the zipimport directory
1960
+ caches, except instead of tuples, store ZipInfo objects.
1961
+
1962
+ Use a platform-specific path separator (os.sep) for the path keys
1963
+ for compatibility with pypy on Windows.
1964
+ """
1965
+ with zipfile.ZipFile(path) as zfile:
1966
+ items = (
1967
+ (
1968
+ name.replace('/', os.sep),
1969
+ zfile.getinfo(name),
1970
+ )
1971
+ for name in zfile.namelist()
1972
+ )
1973
+ return dict(items)
1974
+
1975
+ load = build
1976
+
1977
+
1978
+ class MemoizedZipManifests(ZipManifests):
1979
+ """
1980
+ Memoized zipfile manifests.
1981
+ """
1982
+
1983
+ class manifest_mod(NamedTuple):
1984
+ manifest: dict[str, zipfile.ZipInfo]
1985
+ mtime: float
1986
+
1987
+ def load(self, path: str) -> dict[str, zipfile.ZipInfo]: # type: ignore[override] # ZipManifests.load is a classmethod
1988
+ """
1989
+ Load a manifest at path or return a suitable manifest already loaded.
1990
+ """
1991
+ path = os.path.normpath(path)
1992
+ mtime = os.stat(path).st_mtime
1993
+
1994
+ if path not in self or self[path].mtime != mtime:
1995
+ manifest = self.build(path)
1996
+ self[path] = self.manifest_mod(manifest, mtime)
1997
+
1998
+ return self[path].manifest
1999
+
2000
+
2001
+ class ZipProvider(EggProvider):
2002
+ """Resource support for zips and eggs"""
2003
+
2004
+ eagers: list[str] | None = None
2005
+ _zip_manifests = MemoizedZipManifests()
2006
+ # ZipProvider's loader should always be a zipimporter or equivalent
2007
+ loader: zipimport.zipimporter
2008
+
2009
+ def __init__(self, module: _ZipLoaderModule) -> None:
2010
+ super().__init__(module)
2011
+ self.zip_pre = self.loader.archive + os.sep
2012
+
2013
+ def _zipinfo_name(self, fspath):
2014
+ # Convert a virtual filename (full path to file) into a zipfile subpath
2015
+ # usable with the zipimport directory cache for our target archive
2016
+ fspath = fspath.rstrip(os.sep)
2017
+ if fspath == self.loader.archive:
2018
+ return ''
2019
+ if fspath.startswith(self.zip_pre):
2020
+ return fspath[len(self.zip_pre) :]
2021
+ raise AssertionError(f"{fspath} is not a subpath of {self.zip_pre}")
2022
+
2023
+ def _parts(self, zip_path):
2024
+ # Convert a zipfile subpath into an egg-relative path part list.
2025
+ # pseudo-fs path
2026
+ fspath = self.zip_pre + zip_path
2027
+ if fspath.startswith(self.egg_root + os.sep):
2028
+ return fspath[len(self.egg_root) + 1 :].split(os.sep)
2029
+ raise AssertionError(f"{fspath} is not a subpath of {self.egg_root}")
2030
+
2031
+ @property
2032
+ def zipinfo(self):
2033
+ return self._zip_manifests.load(self.loader.archive)
2034
+
2035
+ def get_resource_filename(
2036
+ self, manager: ResourceManager, resource_name: str
2037
+ ) -> str:
2038
+ if not self.egg_name:
2039
+ raise NotImplementedError(
2040
+ "resource_filename() only supported for .egg, not .zip"
2041
+ )
2042
+ # no need to lock for extraction, since we use temp names
2043
+ zip_path = self._resource_to_zip(resource_name)
2044
+ eagers = self._get_eager_resources()
2045
+ if '/'.join(self._parts(zip_path)) in eagers:
2046
+ for name in eagers:
2047
+ self._extract_resource(manager, self._eager_to_zip(name))
2048
+ return self._extract_resource(manager, zip_path)
2049
+
2050
+ @staticmethod
2051
+ def _get_date_and_size(zip_stat):
2052
+ size = zip_stat.file_size
2053
+ # ymdhms+wday, yday, dst
2054
+ date_time = zip_stat.date_time + (0, 0, -1)
2055
+ # 1980 offset already done
2056
+ timestamp = time.mktime(date_time)
2057
+ return timestamp, size
2058
+
2059
+ # FIXME: 'ZipProvider._extract_resource' is too complex (12)
2060
+ def _extract_resource(self, manager: ResourceManager, zip_path) -> str: # noqa: C901
2061
+ if zip_path in self._index():
2062
+ for name in self._index()[zip_path]:
2063
+ last = self._extract_resource(manager, os.path.join(zip_path, name))
2064
+ # return the extracted directory name
2065
+ return os.path.dirname(last)
2066
+
2067
+ timestamp, _size = self._get_date_and_size(self.zipinfo[zip_path])
2068
+
2069
+ if not WRITE_SUPPORT:
2070
+ raise OSError(
2071
+ '"os.rename" and "os.unlink" are not supported on this platform'
2072
+ )
2073
+ try:
2074
+ if not self.egg_name:
2075
+ raise OSError(
2076
+ '"egg_name" is empty. This likely means no egg could be found from the "module_path".'
2077
+ )
2078
+ real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
2079
+
2080
+ if self._is_current(real_path, zip_path):
2081
+ return real_path
2082
+
2083
+ outf, tmpnam = _mkstemp(
2084
+ ".$extract",
2085
+ dir=os.path.dirname(real_path),
2086
+ )
2087
+ os.write(outf, self.loader.get_data(zip_path))
2088
+ os.close(outf)
2089
+ utime(tmpnam, (timestamp, timestamp))
2090
+ manager.postprocess(tmpnam, real_path)
2091
+
2092
+ try:
2093
+ rename(tmpnam, real_path)
2094
+
2095
+ except OSError:
2096
+ if os.path.isfile(real_path):
2097
+ if self._is_current(real_path, zip_path):
2098
+ # the file became current since it was checked above,
2099
+ # so proceed.
2100
+ return real_path
2101
+ # Windows, del old file and retry
2102
+ elif os.name == 'nt':
2103
+ unlink(real_path)
2104
+ rename(tmpnam, real_path)
2105
+ return real_path
2106
+ raise
2107
+
2108
+ except OSError:
2109
+ # report a user-friendly error
2110
+ manager.extraction_error()
2111
+
2112
+ return real_path
2113
+
2114
+ def _is_current(self, file_path, zip_path):
2115
+ """
2116
+ Return True if the file_path is current for this zip_path
2117
+ """
2118
+ timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
2119
+ if not os.path.isfile(file_path):
2120
+ return False
2121
+ stat = os.stat(file_path)
2122
+ if stat.st_size != size or stat.st_mtime != timestamp:
2123
+ return False
2124
+ # check that the contents match
2125
+ zip_contents = self.loader.get_data(zip_path)
2126
+ with open(file_path, 'rb') as f:
2127
+ file_contents = f.read()
2128
+ return zip_contents == file_contents
2129
+
2130
+ def _get_eager_resources(self):
2131
+ if self.eagers is None:
2132
+ eagers = []
2133
+ for name in ('native_libs.txt', 'eager_resources.txt'):
2134
+ if self.has_metadata(name):
2135
+ eagers.extend(self.get_metadata_lines(name))
2136
+ self.eagers = eagers
2137
+ return self.eagers
2138
+
2139
+ def _index(self):
2140
+ try:
2141
+ return self._dirindex
2142
+ except AttributeError:
2143
+ ind = {}
2144
+ for path in self.zipinfo:
2145
+ parts = path.split(os.sep)
2146
+ while parts:
2147
+ parent = os.sep.join(parts[:-1])
2148
+ if parent in ind:
2149
+ ind[parent].append(parts[-1])
2150
+ break
2151
+ else:
2152
+ ind[parent] = [parts.pop()]
2153
+ self._dirindex = ind
2154
+ return ind
2155
+
2156
+ def _has(self, fspath) -> bool:
2157
+ zip_path = self._zipinfo_name(fspath)
2158
+ return zip_path in self.zipinfo or zip_path in self._index()
2159
+
2160
+ def _isdir(self, fspath) -> bool:
2161
+ return self._zipinfo_name(fspath) in self._index()
2162
+
2163
+ def _listdir(self, fspath):
2164
+ return list(self._index().get(self._zipinfo_name(fspath), ()))
2165
+
2166
+ def _eager_to_zip(self, resource_name: str):
2167
+ return self._zipinfo_name(self._fn(self.egg_root, resource_name))
2168
+
2169
+ def _resource_to_zip(self, resource_name: str):
2170
+ return self._zipinfo_name(self._fn(self.module_path, resource_name))
2171
+
2172
+
2173
+ register_loader_type(zipimport.zipimporter, ZipProvider)
2174
+
2175
+
2176
+ class FileMetadata(EmptyProvider):
2177
+ """Metadata handler for standalone PKG-INFO files
2178
+
2179
+ Usage::
2180
+
2181
+ metadata = FileMetadata("/path/to/PKG-INFO")
2182
+
2183
+ This provider rejects all data and metadata requests except for PKG-INFO,
2184
+ which is treated as existing, and will be the contents of the file at
2185
+ the provided location.
2186
+ """
2187
+
2188
+ def __init__(self, path: StrPath) -> None:
2189
+ self.path = path
2190
+
2191
+ def _get_metadata_path(self, name):
2192
+ return self.path
2193
+
2194
+ def has_metadata(self, name: str) -> bool:
2195
+ return name == 'PKG-INFO' and os.path.isfile(self.path)
2196
+
2197
+ def get_metadata(self, name: str) -> str:
2198
+ if name != 'PKG-INFO':
2199
+ raise KeyError("No metadata except PKG-INFO is available")
2200
+
2201
+ with open(self.path, encoding='utf-8', errors="replace") as f:
2202
+ metadata = f.read()
2203
+ self._warn_on_replacement(metadata)
2204
+ return metadata
2205
+
2206
+ def _warn_on_replacement(self, metadata) -> None:
2207
+ replacement_char = '�'
2208
+ if replacement_char in metadata:
2209
+ tmpl = "{self.path} could not be properly decoded in UTF-8"
2210
+ msg = tmpl.format(**locals())
2211
+ warnings.warn(msg)
2212
+
2213
+ def get_metadata_lines(self, name: str) -> Iterator[str]:
2214
+ return yield_lines(self.get_metadata(name))
2215
+
2216
+
2217
+ class PathMetadata(DefaultProvider):
2218
+ """Metadata provider for egg directories
2219
+
2220
+ Usage::
2221
+
2222
+ # Development eggs:
2223
+
2224
+ egg_info = "/path/to/PackageName.egg-info"
2225
+ base_dir = os.path.dirname(egg_info)
2226
+ metadata = PathMetadata(base_dir, egg_info)
2227
+ dist_name = os.path.splitext(os.path.basename(egg_info))[0]
2228
+ dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
2229
+
2230
+ # Unpacked egg directories:
2231
+
2232
+ egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
2233
+ metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
2234
+ dist = Distribution.from_filename(egg_path, metadata=metadata)
2235
+ """
2236
+
2237
+ def __init__(self, path: str, egg_info: str) -> None:
2238
+ self.module_path = path
2239
+ self.egg_info = egg_info
2240
+
2241
+
2242
+ class EggMetadata(ZipProvider):
2243
+ """Metadata provider for .egg files"""
2244
+
2245
+ def __init__(self, importer: zipimport.zipimporter) -> None:
2246
+ """Create a metadata provider from a zipimporter"""
2247
+
2248
+ self.zip_pre = importer.archive + os.sep
2249
+ self.loader = importer
2250
+ if importer.prefix:
2251
+ self.module_path = os.path.join(importer.archive, importer.prefix)
2252
+ else:
2253
+ self.module_path = importer.archive
2254
+ self._setup_prefix()
2255
+
2256
+
2257
+ _distribution_finders: dict[type, _DistFinderType[Any]] = _declare_state(
2258
+ 'dict', '_distribution_finders', {}
2259
+ )
2260
+
2261
+
2262
+ def register_finder(
2263
+ importer_type: type[_T], distribution_finder: _DistFinderType[_T]
2264
+ ) -> None:
2265
+ """Register `distribution_finder` to find distributions in sys.path items
2266
+
2267
+ `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
2268
+ handler), and `distribution_finder` is a callable that, passed a path
2269
+ item and the importer instance, yields ``Distribution`` instances found on
2270
+ that path item. See ``pkg_resources.find_on_path`` for an example."""
2271
+ _distribution_finders[importer_type] = distribution_finder
2272
+
2273
+
2274
+ def find_distributions(path_item: str, only: bool = False) -> Iterable[Distribution]:
2275
+ """Yield distributions accessible via `path_item`"""
2276
+ importer = get_importer(path_item)
2277
+ finder = _find_adapter(_distribution_finders, importer)
2278
+ return finder(importer, path_item, only)
2279
+
2280
+
2281
+ def find_eggs_in_zip(
2282
+ importer: zipimport.zipimporter, path_item: str, only: bool = False
2283
+ ) -> Iterator[Distribution]:
2284
+ """
2285
+ Find eggs in zip files; possibly multiple nested eggs.
2286
+ """
2287
+ if importer.archive.endswith('.whl'):
2288
+ # wheels are not supported with this finder
2289
+ # they don't have PKG-INFO metadata, and won't ever contain eggs
2290
+ return
2291
+ metadata = EggMetadata(importer)
2292
+ if metadata.has_metadata('PKG-INFO'):
2293
+ yield Distribution.from_filename(path_item, metadata=metadata)
2294
+ if only:
2295
+ # don't yield nested distros
2296
+ return
2297
+ for subitem in metadata.resource_listdir(''):
2298
+ if _is_egg_path(subitem):
2299
+ subpath = os.path.join(path_item, subitem)
2300
+ dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
2301
+ yield from dists
2302
+ elif subitem.lower().endswith(('.dist-info', '.egg-info')):
2303
+ subpath = os.path.join(path_item, subitem)
2304
+ submeta = EggMetadata(zipimport.zipimporter(subpath))
2305
+ submeta.egg_info = subpath
2306
+ yield Distribution.from_location(path_item, subitem, submeta)
2307
+
2308
+
2309
+ register_finder(zipimport.zipimporter, find_eggs_in_zip)
2310
+
2311
+
2312
+ def find_nothing(
2313
+ importer: object | None, path_item: str | None, only: bool | None = False
2314
+ ):
2315
+ return ()
2316
+
2317
+
2318
+ register_finder(object, find_nothing)
2319
+
2320
+
2321
+ def find_on_path(importer: object | None, path_item, only=False):
2322
+ """Yield distributions accessible on a sys.path directory"""
2323
+ path_item = _normalize_cached(path_item)
2324
+
2325
+ if _is_unpacked_egg(path_item):
2326
+ yield Distribution.from_filename(
2327
+ path_item,
2328
+ metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
2329
+ )
2330
+ return
2331
+
2332
+ entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
2333
+
2334
+ # scan for .egg and .egg-info in directory
2335
+ for entry in sorted(entries):
2336
+ fullpath = os.path.join(path_item, entry)
2337
+ factory = dist_factory(path_item, entry, only)
2338
+ yield from factory(fullpath)
2339
+
2340
+
2341
+ def dist_factory(path_item, entry, only):
2342
+ """Return a dist_factory for the given entry."""
2343
+ lower = entry.lower()
2344
+ is_egg_info = lower.endswith('.egg-info')
2345
+ is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
2346
+ os.path.join(path_item, entry)
2347
+ )
2348
+ is_meta = is_egg_info or is_dist_info
2349
+ return (
2350
+ distributions_from_metadata
2351
+ if is_meta
2352
+ else find_distributions
2353
+ if not only and _is_egg_path(entry)
2354
+ else resolve_egg_link
2355
+ if not only and lower.endswith('.egg-link')
2356
+ else NoDists()
2357
+ )
2358
+
2359
+
2360
+ class NoDists:
2361
+ """
2362
+ >>> bool(NoDists())
2363
+ False
2364
+
2365
+ >>> list(NoDists()('anything'))
2366
+ []
2367
+ """
2368
+
2369
+ def __bool__(self) -> Literal[False]:
2370
+ return False
2371
+
2372
+ def __call__(self, fullpath: object):
2373
+ return iter(())
2374
+
2375
+
2376
+ def safe_listdir(path: StrOrBytesPath):
2377
+ """
2378
+ Attempt to list contents of path, but suppress some exceptions.
2379
+ """
2380
+ try:
2381
+ return os.listdir(path)
2382
+ except (PermissionError, NotADirectoryError):
2383
+ pass
2384
+ except OSError as e:
2385
+ # Ignore the directory if does not exist, not a directory or
2386
+ # permission denied
2387
+ if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
2388
+ raise
2389
+ return ()
2390
+
2391
+
2392
+ def distributions_from_metadata(path: str):
2393
+ root = os.path.dirname(path)
2394
+ if os.path.isdir(path):
2395
+ if len(os.listdir(path)) == 0:
2396
+ # empty metadata dir; skip
2397
+ return
2398
+ metadata: _MetadataType = PathMetadata(root, path)
2399
+ else:
2400
+ metadata = FileMetadata(path)
2401
+ entry = os.path.basename(path)
2402
+ yield Distribution.from_location(
2403
+ root,
2404
+ entry,
2405
+ metadata,
2406
+ precedence=DEVELOP_DIST,
2407
+ )
2408
+
2409
+
2410
+ def non_empty_lines(path):
2411
+ """
2412
+ Yield non-empty lines from file at path
2413
+ """
2414
+ for line in _read_utf8_with_fallback(path).splitlines():
2415
+ line = line.strip()
2416
+ if line:
2417
+ yield line
2418
+
2419
+
2420
+ def resolve_egg_link(path):
2421
+ """
2422
+ Given a path to an .egg-link, resolve distributions
2423
+ present in the referenced path.
2424
+ """
2425
+ referenced_paths = non_empty_lines(path)
2426
+ resolved_paths = (
2427
+ os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
2428
+ )
2429
+ dist_groups = map(find_distributions, resolved_paths)
2430
+ return next(dist_groups, ())
2431
+
2432
+
2433
+ if hasattr(pkgutil, 'ImpImporter'):
2434
+ register_finder(pkgutil.ImpImporter, find_on_path)
2435
+
2436
+ register_finder(importlib.machinery.FileFinder, find_on_path)
2437
+
2438
+ _namespace_handlers: dict[type, _NSHandlerType[Any]] = _declare_state(
2439
+ 'dict', '_namespace_handlers', {}
2440
+ )
2441
+ _namespace_packages: dict[str | None, list[str]] = _declare_state(
2442
+ 'dict', '_namespace_packages', {}
2443
+ )
2444
+
2445
+
2446
+ def register_namespace_handler(
2447
+ importer_type: type[_T], namespace_handler: _NSHandlerType[_T]
2448
+ ) -> None:
2449
+ """Register `namespace_handler` to declare namespace packages
2450
+
2451
+ `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
2452
+ handler), and `namespace_handler` is a callable like this::
2453
+
2454
+ def namespace_handler(importer, path_entry, moduleName, module):
2455
+ # return a path_entry to use for child packages
2456
+
2457
+ Namespace handlers are only called if the importer object has already
2458
+ agreed that it can handle the relevant path item, and they should only
2459
+ return a subpath if the module __path__ does not already contain an
2460
+ equivalent subpath. For an example namespace handler, see
2461
+ ``pkg_resources.file_ns_handler``.
2462
+ """
2463
+ _namespace_handlers[importer_type] = namespace_handler
2464
+
2465
+
2466
+ def _handle_ns(packageName, path_item):
2467
+ """Ensure that named package includes a subpath of path_item (if needed)"""
2468
+
2469
+ importer = get_importer(path_item)
2470
+ if importer is None:
2471
+ return None
2472
+
2473
+ # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
2474
+ try:
2475
+ spec = importer.find_spec(packageName)
2476
+ except AttributeError:
2477
+ # capture warnings due to #1111
2478
+ with warnings.catch_warnings():
2479
+ warnings.simplefilter("ignore")
2480
+ loader = importer.find_module(packageName)
2481
+ else:
2482
+ loader = spec.loader if spec else None
2483
+
2484
+ if loader is None:
2485
+ return None
2486
+ module = sys.modules.get(packageName)
2487
+ if module is None:
2488
+ module = sys.modules[packageName] = types.ModuleType(packageName)
2489
+ module.__path__ = []
2490
+ _set_parent_ns(packageName)
2491
+ elif not hasattr(module, '__path__'):
2492
+ raise TypeError("Not a package:", packageName)
2493
+ handler = _find_adapter(_namespace_handlers, importer)
2494
+ subpath = handler(importer, path_item, packageName, module)
2495
+ if subpath is not None:
2496
+ path = module.__path__
2497
+ path.append(subpath)
2498
+ importlib.import_module(packageName)
2499
+ _rebuild_mod_path(path, packageName, module)
2500
+ return subpath
2501
+
2502
+
2503
+ def _rebuild_mod_path(orig_path, package_name, module: types.ModuleType) -> None:
2504
+ """
2505
+ Rebuild module.__path__ ensuring that all entries are ordered
2506
+ corresponding to their sys.path order
2507
+ """
2508
+ sys_path = [_normalize_cached(p) for p in sys.path]
2509
+
2510
+ def safe_sys_path_index(entry):
2511
+ """
2512
+ Workaround for #520 and #513.
2513
+ """
2514
+ try:
2515
+ return sys_path.index(entry)
2516
+ except ValueError:
2517
+ return float('inf')
2518
+
2519
+ def position_in_sys_path(path):
2520
+ """
2521
+ Return the ordinal of the path based on its position in sys.path
2522
+ """
2523
+ path_parts = path.split(os.sep)
2524
+ module_parts = package_name.count('.') + 1
2525
+ parts = path_parts[:-module_parts]
2526
+ return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
2527
+
2528
+ new_path = sorted(orig_path, key=position_in_sys_path)
2529
+ new_path = [_normalize_cached(p) for p in new_path]
2530
+
2531
+ if isinstance(module.__path__, list):
2532
+ module.__path__[:] = new_path
2533
+ else:
2534
+ module.__path__ = new_path
2535
+
2536
+
2537
+ def declare_namespace(packageName: str) -> None:
2538
+ """Declare that package 'packageName' is a namespace package"""
2539
+
2540
+ msg = (
2541
+ f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
2542
+ "Implementing implicit namespace packages (as specified in PEP 420) "
2543
+ "is preferred to `pkg_resources.declare_namespace`. "
2544
+ "See https://setuptools.pypa.io/en/latest/references/"
2545
+ "keywords.html#keyword-namespace-packages"
2546
+ )
2547
+ warnings.warn(msg, DeprecationWarning, stacklevel=2)
2548
+
2549
+ _imp.acquire_lock()
2550
+ try:
2551
+ if packageName in _namespace_packages:
2552
+ return
2553
+
2554
+ path: MutableSequence[str] = sys.path
2555
+ parent, _, _ = packageName.rpartition('.')
2556
+
2557
+ if parent:
2558
+ declare_namespace(parent)
2559
+ if parent not in _namespace_packages:
2560
+ __import__(parent)
2561
+ try:
2562
+ path = sys.modules[parent].__path__
2563
+ except AttributeError as e:
2564
+ raise TypeError("Not a package:", parent) from e
2565
+
2566
+ # Track what packages are namespaces, so when new path items are added,
2567
+ # they can be updated
2568
+ _namespace_packages.setdefault(parent or None, []).append(packageName)
2569
+ _namespace_packages.setdefault(packageName, [])
2570
+
2571
+ for path_item in path:
2572
+ # Ensure all the parent's path items are reflected in the child,
2573
+ # if they apply
2574
+ _handle_ns(packageName, path_item)
2575
+
2576
+ finally:
2577
+ _imp.release_lock()
2578
+
2579
+
2580
+ def fixup_namespace_packages(path_item: str, parent: str | None = None) -> None:
2581
+ """Ensure that previously-declared namespace packages include path_item"""
2582
+ _imp.acquire_lock()
2583
+ try:
2584
+ for package in _namespace_packages.get(parent, ()):
2585
+ subpath = _handle_ns(package, path_item)
2586
+ if subpath:
2587
+ fixup_namespace_packages(subpath, package)
2588
+ finally:
2589
+ _imp.release_lock()
2590
+
2591
+
2592
+ def file_ns_handler(
2593
+ importer: object,
2594
+ path_item: StrPath,
2595
+ packageName: str,
2596
+ module: types.ModuleType,
2597
+ ):
2598
+ """Compute an ns-package subpath for a filesystem or zipfile importer"""
2599
+
2600
+ subpath = os.path.join(path_item, packageName.split('.')[-1])
2601
+ normalized = _normalize_cached(subpath)
2602
+ for item in module.__path__:
2603
+ if _normalize_cached(item) == normalized:
2604
+ break
2605
+ else:
2606
+ # Only return the path if it's not already there
2607
+ return subpath
2608
+
2609
+
2610
+ if hasattr(pkgutil, 'ImpImporter'):
2611
+ register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
2612
+
2613
+ register_namespace_handler(zipimport.zipimporter, file_ns_handler)
2614
+ register_namespace_handler(importlib.machinery.FileFinder, file_ns_handler)
2615
+
2616
+
2617
+ def null_ns_handler(
2618
+ importer: object,
2619
+ path_item: str | None,
2620
+ packageName: str | None,
2621
+ module: _ModuleLike | None,
2622
+ ) -> None:
2623
+ return None
2624
+
2625
+
2626
+ register_namespace_handler(object, null_ns_handler)
2627
+
2628
+
2629
+ @overload
2630
+ def normalize_path(filename: StrPath) -> str: ...
2631
+ @overload
2632
+ def normalize_path(filename: BytesPath) -> bytes: ...
2633
+ def normalize_path(filename: StrOrBytesPath) -> str | bytes:
2634
+ """Normalize a file/dir name for comparison purposes"""
2635
+ return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
2636
+
2637
+
2638
+ def _cygwin_patch(filename: StrOrBytesPath): # pragma: nocover
2639
+ """
2640
+ Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
2641
+ symlink components. Using
2642
+ os.path.abspath() works around this limitation. A fix in os.getcwd()
2643
+ would probably better, in Cygwin even more so, except
2644
+ that this seems to be by design...
2645
+ """
2646
+ return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
2647
+
2648
+
2649
+ if TYPE_CHECKING:
2650
+ # https://github.com/python/mypy/issues/16261
2651
+ # https://github.com/python/typeshed/issues/6347
2652
+ @overload
2653
+ def _normalize_cached(filename: StrPath) -> str: ...
2654
+ @overload
2655
+ def _normalize_cached(filename: BytesPath) -> bytes: ...
2656
+ def _normalize_cached(filename: StrOrBytesPath) -> str | bytes: ...
2657
+
2658
+ else:
2659
+
2660
+ @functools.cache
2661
+ def _normalize_cached(filename):
2662
+ return normalize_path(filename)
2663
+
2664
+
2665
+ def _is_egg_path(path):
2666
+ """
2667
+ Determine if given path appears to be an egg.
2668
+ """
2669
+ return _is_zip_egg(path) or _is_unpacked_egg(path)
2670
+
2671
+
2672
+ def _is_zip_egg(path):
2673
+ return (
2674
+ path.lower().endswith('.egg')
2675
+ and os.path.isfile(path)
2676
+ and zipfile.is_zipfile(path)
2677
+ )
2678
+
2679
+
2680
+ def _is_unpacked_egg(path):
2681
+ """
2682
+ Determine if given path appears to be an unpacked egg.
2683
+ """
2684
+ return path.lower().endswith('.egg') and os.path.isfile(
2685
+ os.path.join(path, 'EGG-INFO', 'PKG-INFO')
2686
+ )
2687
+
2688
+
2689
+ def _set_parent_ns(packageName) -> None:
2690
+ parts = packageName.split('.')
2691
+ name = parts.pop()
2692
+ if parts:
2693
+ parent = '.'.join(parts)
2694
+ setattr(sys.modules[parent], name, sys.modules[packageName])
2695
+
2696
+
2697
+ MODULE = re.compile(r"\w+(\.\w+)*$").match
2698
+ EGG_NAME = re.compile(
2699
+ r"""
2700
+ (?P<name>[^-]+) (
2701
+ -(?P<ver>[^-]+) (
2702
+ -py(?P<pyver>[^-]+) (
2703
+ -(?P<plat>.+)
2704
+ )?
2705
+ )?
2706
+ )?
2707
+ """,
2708
+ re.VERBOSE | re.IGNORECASE,
2709
+ ).match
2710
+
2711
+
2712
+ class EntryPoint:
2713
+ """Object representing an advertised importable object"""
2714
+
2715
+ def __init__(
2716
+ self,
2717
+ name: str,
2718
+ module_name: str,
2719
+ attrs: Iterable[str] = (),
2720
+ extras: Iterable[str] = (),
2721
+ dist: Distribution | None = None,
2722
+ ) -> None:
2723
+ if not MODULE(module_name):
2724
+ raise ValueError("Invalid module name", module_name)
2725
+ self.name = name
2726
+ self.module_name = module_name
2727
+ self.attrs = tuple(attrs)
2728
+ self.extras = tuple(extras)
2729
+ self.dist = dist
2730
+
2731
+ def __str__(self) -> str:
2732
+ s = f"{self.name} = {self.module_name}"
2733
+ if self.attrs:
2734
+ s += ':' + '.'.join(self.attrs)
2735
+ if self.extras:
2736
+ extras = ','.join(self.extras)
2737
+ s += f' [{extras}]'
2738
+ return s
2739
+
2740
+ def __repr__(self) -> str:
2741
+ return f"EntryPoint.parse({str(self)!r})"
2742
+
2743
+ @overload
2744
+ def load(
2745
+ self,
2746
+ require: Literal[True] = True,
2747
+ env: Environment | None = None,
2748
+ installer: _InstallerType | None = None,
2749
+ ) -> _ResolvedEntryPoint: ...
2750
+ @overload
2751
+ def load(
2752
+ self,
2753
+ require: Literal[False],
2754
+ *args: Any,
2755
+ **kwargs: Any,
2756
+ ) -> _ResolvedEntryPoint: ...
2757
+ def load(
2758
+ self,
2759
+ require: bool = True,
2760
+ *args: Environment | _InstallerType | None,
2761
+ **kwargs: Environment | _InstallerType | None,
2762
+ ) -> _ResolvedEntryPoint:
2763
+ """
2764
+ Require packages for this EntryPoint, then resolve it.
2765
+ """
2766
+ if not require or args or kwargs:
2767
+ warnings.warn(
2768
+ "Parameters to load are deprecated. Call .resolve and "
2769
+ ".require separately.",
2770
+ PkgResourcesDeprecationWarning,
2771
+ stacklevel=2,
2772
+ )
2773
+ if require:
2774
+ # We could pass `env` and `installer` directly,
2775
+ # but keeping `*args` and `**kwargs` for backwards compatibility
2776
+ self.require(*args, **kwargs) # type: ignore[arg-type]
2777
+ return self.resolve()
2778
+
2779
+ def resolve(self) -> _ResolvedEntryPoint:
2780
+ """
2781
+ Resolve the entry point from its module and attrs.
2782
+ """
2783
+ module = __import__(self.module_name, fromlist=['__name__'], level=0)
2784
+ try:
2785
+ return functools.reduce(getattr, self.attrs, module)
2786
+ except AttributeError as exc:
2787
+ raise ImportError(str(exc)) from exc
2788
+
2789
+ def require(
2790
+ self,
2791
+ env: Environment | None = None,
2792
+ installer: _InstallerType | None = None,
2793
+ ) -> None:
2794
+ if not self.dist:
2795
+ error_cls = UnknownExtra if self.extras else AttributeError
2796
+ raise error_cls("Can't require() without a distribution", self)
2797
+
2798
+ # Get the requirements for this entry point with all its extras and
2799
+ # then resolve them. We have to pass `extras` along when resolving so
2800
+ # that the working set knows what extras we want. Otherwise, for
2801
+ # dist-info distributions, the working set will assume that the
2802
+ # requirements for that extra are purely optional and skip over them.
2803
+ reqs = self.dist.requires(self.extras)
2804
+ items = working_set.resolve(reqs, env, installer, extras=self.extras)
2805
+ list(map(working_set.add, items))
2806
+
2807
+ pattern = re.compile(
2808
+ r'\s*'
2809
+ r'(?P<name>.+?)\s*'
2810
+ r'=\s*'
2811
+ r'(?P<module>[\w.]+)\s*'
2812
+ r'(:\s*(?P<attr>[\w.]+))?\s*'
2813
+ r'(?P<extras>\[.*\])?\s*$'
2814
+ )
2815
+
2816
+ @classmethod
2817
+ def parse(cls, src: str, dist: Distribution | None = None) -> Self:
2818
+ """Parse a single entry point from string `src`
2819
+
2820
+ Entry point syntax follows the form::
2821
+
2822
+ name = some.module:some.attr [extra1, extra2]
2823
+
2824
+ The entry name and module name are required, but the ``:attrs`` and
2825
+ ``[extras]`` parts are optional
2826
+ """
2827
+ m = cls.pattern.match(src)
2828
+ if not m:
2829
+ msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
2830
+ raise ValueError(msg, src)
2831
+ res = m.groupdict()
2832
+ extras = cls._parse_extras(res['extras'])
2833
+ attrs = res['attr'].split('.') if res['attr'] else ()
2834
+ return cls(res['name'], res['module'], attrs, extras, dist)
2835
+
2836
+ @classmethod
2837
+ def _parse_extras(cls, extras_spec):
2838
+ if not extras_spec:
2839
+ return ()
2840
+ req = Requirement.parse('x' + extras_spec)
2841
+ if req.specs:
2842
+ raise ValueError
2843
+ return req.extras
2844
+
2845
+ @classmethod
2846
+ def parse_group(
2847
+ cls,
2848
+ group: str,
2849
+ lines: _NestedStr,
2850
+ dist: Distribution | None = None,
2851
+ ) -> dict[str, Self]:
2852
+ """Parse an entry point group"""
2853
+ if not MODULE(group):
2854
+ raise ValueError("Invalid group name", group)
2855
+ this: dict[str, Self] = {}
2856
+ for line in yield_lines(lines):
2857
+ ep = cls.parse(line, dist)
2858
+ if ep.name in this:
2859
+ raise ValueError("Duplicate entry point", group, ep.name)
2860
+ this[ep.name] = ep
2861
+ return this
2862
+
2863
+ @classmethod
2864
+ def parse_map(
2865
+ cls,
2866
+ data: str | Iterable[str] | dict[str, str | Iterable[str]],
2867
+ dist: Distribution | None = None,
2868
+ ) -> dict[str, dict[str, Self]]:
2869
+ """Parse a map of entry point groups"""
2870
+ _data: Iterable[tuple[str | None, str | Iterable[str]]]
2871
+ if isinstance(data, dict):
2872
+ _data = data.items()
2873
+ else:
2874
+ _data = split_sections(data)
2875
+ maps: dict[str, dict[str, Self]] = {}
2876
+ for group, lines in _data:
2877
+ if group is None:
2878
+ if not lines:
2879
+ continue
2880
+ raise ValueError("Entry points must be listed in groups")
2881
+ group = group.strip()
2882
+ if group in maps:
2883
+ raise ValueError("Duplicate group name", group)
2884
+ maps[group] = cls.parse_group(group, lines, dist)
2885
+ return maps
2886
+
2887
+
2888
+ def _version_from_file(lines):
2889
+ """
2890
+ Given an iterable of lines from a Metadata file, return
2891
+ the value of the Version field, if present, or None otherwise.
2892
+ """
2893
+
2894
+ def is_version_line(line):
2895
+ return line.lower().startswith('version:')
2896
+
2897
+ version_lines = filter(is_version_line, lines)
2898
+ line = next(iter(version_lines), '')
2899
+ _, _, value = line.partition(':')
2900
+ return safe_version(value.strip()) or None
2901
+
2902
+
2903
+ class Distribution:
2904
+ """Wrap an actual or potential sys.path entry w/metadata"""
2905
+
2906
+ PKG_INFO = 'PKG-INFO'
2907
+
2908
+ def __init__(
2909
+ self,
2910
+ location: str | None = None,
2911
+ metadata: _MetadataType = None,
2912
+ project_name: str | None = None,
2913
+ version: str | None = None,
2914
+ py_version: str | None = PY_MAJOR,
2915
+ platform: str | None = None,
2916
+ precedence: int = EGG_DIST,
2917
+ ) -> None:
2918
+ self.project_name = safe_name(project_name or 'Unknown')
2919
+ if version is not None:
2920
+ self._version = safe_version(version)
2921
+ self.py_version = py_version
2922
+ self.platform = platform
2923
+ self.location = location
2924
+ self.precedence = precedence
2925
+ self._provider = metadata or empty_provider
2926
+
2927
+ @classmethod
2928
+ def from_location(
2929
+ cls,
2930
+ location: str,
2931
+ basename: StrPath,
2932
+ metadata: _MetadataType = None,
2933
+ **kw: int, # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
2934
+ ) -> Distribution:
2935
+ project_name, version, py_version, platform = [None] * 4
2936
+ basename, ext = os.path.splitext(basename)
2937
+ if ext.lower() in _distributionImpl:
2938
+ cls = _distributionImpl[ext.lower()]
2939
+
2940
+ match = EGG_NAME(basename)
2941
+ if match:
2942
+ project_name, version, py_version, platform = match.group(
2943
+ 'name', 'ver', 'pyver', 'plat'
2944
+ )
2945
+ return cls(
2946
+ location,
2947
+ metadata,
2948
+ project_name=project_name,
2949
+ version=version,
2950
+ py_version=py_version,
2951
+ platform=platform,
2952
+ **kw,
2953
+ )._reload_version()
2954
+
2955
+ def _reload_version(self):
2956
+ return self
2957
+
2958
+ @property
2959
+ def hashcmp(self):
2960
+ return (
2961
+ self._forgiving_parsed_version,
2962
+ self.precedence,
2963
+ self.key,
2964
+ self.location,
2965
+ self.py_version or '',
2966
+ self.platform or '',
2967
+ )
2968
+
2969
+ def __hash__(self) -> int:
2970
+ return hash(self.hashcmp)
2971
+
2972
+ def __lt__(self, other: Distribution) -> bool:
2973
+ return self.hashcmp < other.hashcmp
2974
+
2975
+ def __le__(self, other: Distribution) -> bool:
2976
+ return self.hashcmp <= other.hashcmp
2977
+
2978
+ def __gt__(self, other: Distribution) -> bool:
2979
+ return self.hashcmp > other.hashcmp
2980
+
2981
+ def __ge__(self, other: Distribution) -> bool:
2982
+ return self.hashcmp >= other.hashcmp
2983
+
2984
+ def __eq__(self, other: object) -> bool:
2985
+ if not isinstance(other, self.__class__):
2986
+ # It's not a Distribution, so they are not equal
2987
+ return False
2988
+ return self.hashcmp == other.hashcmp
2989
+
2990
+ def __ne__(self, other: object) -> bool:
2991
+ return not self == other
2992
+
2993
+ # These properties have to be lazy so that we don't have to load any
2994
+ # metadata until/unless it's actually needed. (i.e., some distributions
2995
+ # may not know their name or version without loading PKG-INFO)
2996
+
2997
+ @property
2998
+ def key(self):
2999
+ try:
3000
+ return self._key
3001
+ except AttributeError:
3002
+ self._key = key = self.project_name.lower()
3003
+ return key
3004
+
3005
+ @property
3006
+ def parsed_version(self):
3007
+ if not hasattr(self, "_parsed_version"):
3008
+ try:
3009
+ self._parsed_version = parse_version(self.version)
3010
+ except packaging.version.InvalidVersion as ex:
3011
+ info = f"(package: {self.project_name})"
3012
+ if hasattr(ex, "add_note"):
3013
+ ex.add_note(info) # PEP 678
3014
+ raise
3015
+ raise packaging.version.InvalidVersion(f"{str(ex)} {info}") from None
3016
+
3017
+ return self._parsed_version
3018
+
3019
+ @property
3020
+ def _forgiving_parsed_version(self):
3021
+ try:
3022
+ return self.parsed_version
3023
+ except packaging.version.InvalidVersion as ex:
3024
+ self._parsed_version = parse_version(_forgiving_version(self.version))
3025
+
3026
+ notes = "\n".join(getattr(ex, "__notes__", [])) # PEP 678
3027
+ msg = f"""!!\n\n
3028
+ *************************************************************************
3029
+ {str(ex)}\n{notes}
3030
+
3031
+ This is a long overdue deprecation.
3032
+ For the time being, `pkg_resources` will use `{self._parsed_version}`
3033
+ as a replacement to avoid breaking existing environments,
3034
+ but no future compatibility is guaranteed.
3035
+
3036
+ If you maintain package {self.project_name} you should implement
3037
+ the relevant changes to adequate the project to PEP 440 immediately.
3038
+ *************************************************************************
3039
+ \n\n!!
3040
+ """
3041
+ warnings.warn(msg, DeprecationWarning)
3042
+
3043
+ return self._parsed_version
3044
+
3045
+ @property
3046
+ def version(self):
3047
+ try:
3048
+ return self._version
3049
+ except AttributeError as e:
3050
+ version = self._get_version()
3051
+ if version is None:
3052
+ path = self._get_metadata_path_for_display(self.PKG_INFO)
3053
+ msg = f"Missing 'Version:' header and/or {self.PKG_INFO} file at path: {path}"
3054
+ raise ValueError(msg, self) from e
3055
+
3056
+ return version
3057
+
3058
+ @property
3059
+ def _dep_map(self):
3060
+ """
3061
+ A map of extra to its list of (direct) requirements
3062
+ for this distribution, including the null extra.
3063
+ """
3064
+ try:
3065
+ return self.__dep_map
3066
+ except AttributeError:
3067
+ self.__dep_map = self._filter_extras(self._build_dep_map())
3068
+ return self.__dep_map
3069
+
3070
+ @staticmethod
3071
+ def _filter_extras(
3072
+ dm: dict[str | None, list[Requirement]],
3073
+ ) -> dict[str | None, list[Requirement]]:
3074
+ """
3075
+ Given a mapping of extras to dependencies, strip off
3076
+ environment markers and filter out any dependencies
3077
+ not matching the markers.
3078
+ """
3079
+ for extra in list(filter(None, dm)):
3080
+ new_extra: str | None = extra
3081
+ reqs = dm.pop(extra)
3082
+ new_extra, _, marker = extra.partition(':')
3083
+ fails_marker = marker and (
3084
+ invalid_marker(marker) or not evaluate_marker(marker)
3085
+ )
3086
+ if fails_marker:
3087
+ reqs = []
3088
+ new_extra = safe_extra(new_extra) or None
3089
+
3090
+ dm.setdefault(new_extra, []).extend(reqs)
3091
+ return dm
3092
+
3093
+ def _build_dep_map(self):
3094
+ dm = {}
3095
+ for name in 'requires.txt', 'depends.txt':
3096
+ for extra, reqs in split_sections(self._get_metadata(name)):
3097
+ dm.setdefault(extra, []).extend(parse_requirements(reqs))
3098
+ return dm
3099
+
3100
+ def requires(self, extras: Iterable[str] = ()) -> list[Requirement]:
3101
+ """List of Requirements needed for this distro if `extras` are used"""
3102
+ dm = self._dep_map
3103
+ deps: list[Requirement] = []
3104
+ deps.extend(dm.get(None, ()))
3105
+ for ext in extras:
3106
+ try:
3107
+ deps.extend(dm[safe_extra(ext)])
3108
+ except KeyError as e:
3109
+ raise UnknownExtra(f"{self} has no such extra feature {ext!r}") from e
3110
+ return deps
3111
+
3112
+ def _get_metadata_path_for_display(self, name):
3113
+ """
3114
+ Return the path to the given metadata file, if available.
3115
+ """
3116
+ try:
3117
+ # We need to access _get_metadata_path() on the provider object
3118
+ # directly rather than through this class's __getattr__()
3119
+ # since _get_metadata_path() is marked private.
3120
+ path = self._provider._get_metadata_path(name)
3121
+
3122
+ # Handle exceptions e.g. in case the distribution's metadata
3123
+ # provider doesn't support _get_metadata_path().
3124
+ except Exception:
3125
+ return '[could not detect]'
3126
+
3127
+ return path
3128
+
3129
+ def _get_metadata(self, name):
3130
+ if self.has_metadata(name):
3131
+ yield from self.get_metadata_lines(name)
3132
+
3133
+ def _get_version(self):
3134
+ lines = self._get_metadata(self.PKG_INFO)
3135
+ return _version_from_file(lines)
3136
+
3137
+ def activate(self, path: list[str] | None = None, replace: bool = False) -> None:
3138
+ """Ensure distribution is importable on `path` (default=sys.path)"""
3139
+ if path is None:
3140
+ path = sys.path
3141
+ self.insert_on(path, replace=replace)
3142
+ if path is sys.path and self.location is not None:
3143
+ fixup_namespace_packages(self.location)
3144
+ for pkg in self._get_metadata('namespace_packages.txt'):
3145
+ if pkg in sys.modules:
3146
+ declare_namespace(pkg)
3147
+
3148
+ def egg_name(self):
3149
+ """Return what this distribution's standard .egg filename should be"""
3150
+ filename = f"{to_filename(self.project_name)}-{to_filename(self.version)}-py{self.py_version or PY_MAJOR}"
3151
+
3152
+ if self.platform:
3153
+ filename += '-' + self.platform
3154
+ return filename
3155
+
3156
+ def __repr__(self) -> str:
3157
+ if self.location:
3158
+ return f"{self} ({self.location})"
3159
+ else:
3160
+ return str(self)
3161
+
3162
+ def __str__(self) -> str:
3163
+ try:
3164
+ version = getattr(self, 'version', None)
3165
+ except ValueError:
3166
+ version = None
3167
+ version = version or "[unknown version]"
3168
+ return f"{self.project_name} {version}"
3169
+
3170
+ def __getattr__(self, attr: str):
3171
+ """Delegate all unrecognized public attributes to .metadata provider"""
3172
+ if attr.startswith('_'):
3173
+ raise AttributeError(attr)
3174
+ return getattr(self._provider, attr)
3175
+
3176
+ def __dir__(self):
3177
+ return list(
3178
+ set(super().__dir__())
3179
+ | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
3180
+ )
3181
+
3182
+ @classmethod
3183
+ def from_filename(
3184
+ cls,
3185
+ filename: StrPath,
3186
+ metadata: _MetadataType = None,
3187
+ **kw: int, # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
3188
+ ) -> Distribution:
3189
+ return cls.from_location(
3190
+ _normalize_cached(filename), os.path.basename(filename), metadata, **kw
3191
+ )
3192
+
3193
+ def as_requirement(self):
3194
+ """Return a ``Requirement`` that matches this distribution exactly"""
3195
+ if isinstance(self.parsed_version, packaging.version.Version):
3196
+ spec = f"{self.project_name}=={self.parsed_version}"
3197
+ else:
3198
+ spec = f"{self.project_name}==={self.parsed_version}"
3199
+
3200
+ return Requirement.parse(spec)
3201
+
3202
+ def load_entry_point(self, group: str, name: str) -> _ResolvedEntryPoint:
3203
+ """Return the `name` entry point of `group` or raise ImportError"""
3204
+ ep = self.get_entry_info(group, name)
3205
+ if ep is None:
3206
+ raise ImportError(f"Entry point {(group, name)!r} not found")
3207
+ return ep.load()
3208
+
3209
+ @overload
3210
+ def get_entry_map(self, group: None = None) -> dict[str, dict[str, EntryPoint]]: ...
3211
+ @overload
3212
+ def get_entry_map(self, group: str) -> dict[str, EntryPoint]: ...
3213
+ def get_entry_map(self, group: str | None = None):
3214
+ """Return the entry point map for `group`, or the full entry map"""
3215
+ if not hasattr(self, "_ep_map"):
3216
+ self._ep_map = EntryPoint.parse_map(
3217
+ self._get_metadata('entry_points.txt'), self
3218
+ )
3219
+ if group is not None:
3220
+ return self._ep_map.get(group, {})
3221
+ return self._ep_map
3222
+
3223
+ def get_entry_info(self, group: str, name: str) -> EntryPoint | None:
3224
+ """Return the EntryPoint object for `group`+`name`, or ``None``"""
3225
+ return self.get_entry_map(group).get(name)
3226
+
3227
+ # FIXME: 'Distribution.insert_on' is too complex (13)
3228
+ def insert_on( # noqa: C901
3229
+ self,
3230
+ path: list[str],
3231
+ loc=None,
3232
+ replace: bool = False,
3233
+ ) -> None:
3234
+ """Ensure self.location is on path
3235
+
3236
+ If replace=False (default):
3237
+ - If location is already in path anywhere, do nothing.
3238
+ - Else:
3239
+ - If it's an egg and its parent directory is on path,
3240
+ insert just ahead of the parent.
3241
+ - Else: add to the end of path.
3242
+ If replace=True:
3243
+ - If location is already on path anywhere (not eggs)
3244
+ or higher priority than its parent (eggs)
3245
+ do nothing.
3246
+ - Else:
3247
+ - If it's an egg and its parent directory is on path,
3248
+ insert just ahead of the parent,
3249
+ removing any lower-priority entries.
3250
+ - Else: add it to the front of path.
3251
+ """
3252
+
3253
+ loc = loc or self.location
3254
+ if not loc:
3255
+ return
3256
+
3257
+ nloc = _normalize_cached(loc)
3258
+ bdir = os.path.dirname(nloc)
3259
+ npath = [(p and _normalize_cached(p) or p) for p in path]
3260
+
3261
+ for p, item in enumerate(npath):
3262
+ if item == nloc:
3263
+ if replace:
3264
+ break
3265
+ else:
3266
+ # don't modify path (even removing duplicates) if
3267
+ # found and not replace
3268
+ return
3269
+ elif item == bdir and self.precedence == EGG_DIST:
3270
+ # if it's an .egg, give it precedence over its directory
3271
+ # UNLESS it's already been added to sys.path and replace=False
3272
+ if (not replace) and nloc in npath[p:]:
3273
+ return
3274
+ if path is sys.path:
3275
+ self.check_version_conflict()
3276
+ path.insert(p, loc)
3277
+ npath.insert(p, nloc)
3278
+ break
3279
+ else:
3280
+ if path is sys.path:
3281
+ self.check_version_conflict()
3282
+ if replace:
3283
+ path.insert(0, loc)
3284
+ else:
3285
+ path.append(loc)
3286
+ return
3287
+
3288
+ # p is the spot where we found or inserted loc; now remove duplicates
3289
+ while True:
3290
+ try:
3291
+ np = npath.index(nloc, p + 1)
3292
+ except ValueError:
3293
+ break
3294
+ else:
3295
+ del npath[np], path[np]
3296
+ # ha!
3297
+ p = np
3298
+
3299
+ return
3300
+
3301
+ def check_version_conflict(self):
3302
+ if self.key == 'setuptools':
3303
+ # ignore the inevitable setuptools self-conflicts :(
3304
+ return
3305
+
3306
+ nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
3307
+ loc = normalize_path(self.location)
3308
+ for modname in self._get_metadata('top_level.txt'):
3309
+ if (
3310
+ modname not in sys.modules
3311
+ or modname in nsp
3312
+ or modname in _namespace_packages
3313
+ ):
3314
+ continue
3315
+ if modname in ('pkg_resources', 'setuptools', 'site'):
3316
+ continue
3317
+ fn = getattr(sys.modules[modname], '__file__', None)
3318
+ if fn and (
3319
+ normalize_path(fn).startswith(loc) or fn.startswith(self.location)
3320
+ ):
3321
+ continue
3322
+ issue_warning(
3323
+ f"Module {modname} was already imported from {fn}, "
3324
+ f"but {self.location} is being added to sys.path",
3325
+ )
3326
+
3327
+ def has_version(self) -> bool:
3328
+ try:
3329
+ self.version
3330
+ except ValueError:
3331
+ issue_warning("Unbuilt egg for " + repr(self))
3332
+ return False
3333
+ except SystemError:
3334
+ # TODO: remove this except clause when python/cpython#103632 is fixed.
3335
+ return False
3336
+ return True
3337
+
3338
+ def clone(self, **kw: str | int | IResourceProvider | None) -> Self:
3339
+ """Copy this distribution, substituting in any changed keyword args"""
3340
+ names = 'project_name version py_version platform location precedence'
3341
+ for attr in names.split():
3342
+ kw.setdefault(attr, getattr(self, attr, None))
3343
+ kw.setdefault('metadata', self._provider)
3344
+ # Unsafely unpacking. But keeping **kw for backwards and subclassing compatibility
3345
+ return self.__class__(**kw) # type:ignore[arg-type]
3346
+
3347
+ @property
3348
+ def extras(self):
3349
+ return [dep for dep in self._dep_map if dep]
3350
+
3351
+
3352
+ class EggInfoDistribution(Distribution):
3353
+ def _reload_version(self):
3354
+ """
3355
+ Packages installed by distutils (e.g. numpy or scipy),
3356
+ which uses an old safe_version, and so
3357
+ their version numbers can get mangled when
3358
+ converted to filenames (e.g., 1.11.0.dev0+2329eae to
3359
+ 1.11.0.dev0_2329eae). These distributions will not be
3360
+ parsed properly
3361
+ downstream by Distribution and safe_version, so
3362
+ take an extra step and try to get the version number from
3363
+ the metadata file itself instead of the filename.
3364
+ """
3365
+ md_version = self._get_version()
3366
+ if md_version:
3367
+ self._version = md_version
3368
+ return self
3369
+
3370
+
3371
+ class DistInfoDistribution(Distribution):
3372
+ """
3373
+ Wrap an actual or potential sys.path entry
3374
+ w/metadata, .dist-info style.
3375
+ """
3376
+
3377
+ PKG_INFO = 'METADATA'
3378
+ EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
3379
+
3380
+ @property
3381
+ def _parsed_pkg_info(self):
3382
+ """Parse and cache metadata"""
3383
+ try:
3384
+ return self._pkg_info
3385
+ except AttributeError:
3386
+ metadata = self.get_metadata(self.PKG_INFO)
3387
+ self._pkg_info = email.parser.Parser().parsestr(metadata)
3388
+ return self._pkg_info
3389
+
3390
+ @property
3391
+ def _dep_map(self):
3392
+ try:
3393
+ return self.__dep_map
3394
+ except AttributeError:
3395
+ self.__dep_map = self._compute_dependencies()
3396
+ return self.__dep_map
3397
+
3398
+ def _compute_dependencies(self) -> dict[str | None, list[Requirement]]:
3399
+ """Recompute this distribution's dependencies."""
3400
+ self.__dep_map: dict[str | None, list[Requirement]] = {None: []}
3401
+
3402
+ reqs: list[Requirement] = []
3403
+ # Including any condition expressions
3404
+ for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
3405
+ reqs.extend(parse_requirements(req))
3406
+
3407
+ def reqs_for_extra(extra):
3408
+ for req in reqs:
3409
+ if not req.marker or req.marker.evaluate({'extra': extra}):
3410
+ yield req
3411
+
3412
+ common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
3413
+ self.__dep_map[None].extend(common)
3414
+
3415
+ for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
3416
+ s_extra = safe_extra(extra.strip())
3417
+ self.__dep_map[s_extra] = [
3418
+ r for r in reqs_for_extra(extra) if r not in common
3419
+ ]
3420
+
3421
+ return self.__dep_map
3422
+
3423
+
3424
+ _distributionImpl = {
3425
+ '.egg': Distribution,
3426
+ '.egg-info': EggInfoDistribution,
3427
+ '.dist-info': DistInfoDistribution,
3428
+ }
3429
+
3430
+
3431
+ def issue_warning(*args, **kw):
3432
+ level = 1
3433
+ g = globals()
3434
+ try:
3435
+ # find the first stack frame that is *not* code in
3436
+ # the pkg_resources module, to use for the warning
3437
+ while sys._getframe(level).f_globals is g:
3438
+ level += 1
3439
+ except ValueError:
3440
+ pass
3441
+ warnings.warn(stacklevel=level + 1, *args, **kw)
3442
+
3443
+
3444
+ def parse_requirements(strs: _NestedStr) -> map[Requirement]:
3445
+ """
3446
+ Yield ``Requirement`` objects for each specification in `strs`.
3447
+
3448
+ `strs` must be a string, or a (possibly-nested) iterable thereof.
3449
+ """
3450
+ return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
3451
+
3452
+
3453
+ class RequirementParseError(packaging.requirements.InvalidRequirement):
3454
+ "Compatibility wrapper for InvalidRequirement"
3455
+
3456
+
3457
+ class Requirement(packaging.requirements.Requirement):
3458
+ # prefer variable length tuple to set (as found in
3459
+ # packaging.requirements.Requirement)
3460
+ extras: tuple[str, ...] # type: ignore[assignment]
3461
+
3462
+ def __init__(self, requirement_string: str) -> None:
3463
+ """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
3464
+ super().__init__(requirement_string)
3465
+ self.unsafe_name = self.name
3466
+ project_name = safe_name(self.name)
3467
+ self.project_name, self.key = project_name, project_name.lower()
3468
+ self.specs = [(spec.operator, spec.version) for spec in self.specifier]
3469
+ self.extras = tuple(map(safe_extra, self.extras))
3470
+ self.hashCmp = (
3471
+ self.key,
3472
+ self.url,
3473
+ self.specifier,
3474
+ frozenset(self.extras),
3475
+ str(self.marker) if self.marker else None,
3476
+ )
3477
+ self.__hash = hash(self.hashCmp)
3478
+
3479
+ def __eq__(self, other: object) -> bool:
3480
+ return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
3481
+
3482
+ def __ne__(self, other: object) -> bool:
3483
+ return not self == other
3484
+
3485
+ def __contains__(
3486
+ self, item: Distribution | packaging.specifiers.UnparsedVersion
3487
+ ) -> bool:
3488
+ if isinstance(item, Distribution):
3489
+ if item.key != self.key:
3490
+ return False
3491
+
3492
+ version = item.version
3493
+ else:
3494
+ version = item
3495
+
3496
+ # Allow prereleases always in order to match the previous behavior of
3497
+ # this method. In the future this should be smarter and follow PEP 440
3498
+ # more accurately.
3499
+ return self.specifier.contains(
3500
+ version,
3501
+ prereleases=True,
3502
+ )
3503
+
3504
+ def __hash__(self) -> int:
3505
+ return self.__hash
3506
+
3507
+ def __repr__(self) -> str:
3508
+ return f"Requirement.parse({str(self)!r})"
3509
+
3510
+ @staticmethod
3511
+ def parse(s: str | Iterable[str]) -> Requirement:
3512
+ (req,) = parse_requirements(s)
3513
+ return req
3514
+
3515
+
3516
+ def _always_object(classes):
3517
+ """
3518
+ Ensure object appears in the mro even
3519
+ for old-style classes.
3520
+ """
3521
+ if object not in classes:
3522
+ return classes + (object,)
3523
+ return classes
3524
+
3525
+
3526
+ def _find_adapter(registry: Mapping[type, _AdapterT], ob: object) -> _AdapterT:
3527
+ """Return an adapter factory for `ob` from `registry`"""
3528
+ types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
3529
+ for t in types:
3530
+ if t in registry:
3531
+ return registry[t]
3532
+ # _find_adapter would previously return None, and immediately be called.
3533
+ # So we're raising a TypeError to keep backward compatibility if anyone depended on that behaviour.
3534
+ raise TypeError(f"Could not find adapter for {registry} and {ob}")
3535
+
3536
+
3537
+ def ensure_directory(path: StrOrBytesPath) -> None:
3538
+ """Ensure that the parent directory of `path` exists"""
3539
+ dirname = os.path.dirname(path)
3540
+ os.makedirs(dirname, exist_ok=True)
3541
+
3542
+
3543
+ def _bypass_ensure_directory(path) -> None:
3544
+ """Sandbox-bypassing version of ensure_directory()"""
3545
+ if not WRITE_SUPPORT:
3546
+ raise OSError('"os.mkdir" not supported on this platform.')
3547
+ dirname, filename = split(path)
3548
+ if dirname and filename and not isdir(dirname):
3549
+ _bypass_ensure_directory(dirname)
3550
+ try:
3551
+ mkdir(dirname, 0o755)
3552
+ except FileExistsError:
3553
+ pass
3554
+
3555
+
3556
+ def split_sections(s: _NestedStr) -> Iterator[tuple[str | None, list[str]]]:
3557
+ """Split a string or iterable thereof into (section, content) pairs
3558
+
3559
+ Each ``section`` is a stripped version of the section header ("[section]")
3560
+ and each ``content`` is a list of stripped lines excluding blank lines and
3561
+ comment-only lines. If there are any such lines before the first section
3562
+ header, they're returned in a first ``section`` of ``None``.
3563
+ """
3564
+ section = None
3565
+ content: list[str] = []
3566
+ for line in yield_lines(s):
3567
+ if line.startswith("["):
3568
+ if line.endswith("]"):
3569
+ if section or content:
3570
+ yield section, content
3571
+ section = line[1:-1].strip()
3572
+ content = []
3573
+ else:
3574
+ raise ValueError("Invalid section heading", line)
3575
+ else:
3576
+ content.append(line)
3577
+
3578
+ # wrap up last segment
3579
+ yield section, content
3580
+
3581
+
3582
+ def _mkstemp(*args, **kw):
3583
+ old_open = os.open
3584
+ try:
3585
+ # temporarily bypass sandboxing
3586
+ os.open = os_open
3587
+ return tempfile.mkstemp(*args, **kw)
3588
+ finally:
3589
+ # and then put it back
3590
+ os.open = old_open
3591
+
3592
+
3593
+ # Silence the PEP440Warning by default, so that end users don't get hit by it
3594
+ # randomly just because they use pkg_resources. We want to append the rule
3595
+ # because we want earlier uses of filterwarnings to take precedence over this
3596
+ # one.
3597
+ warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
3598
+
3599
+
3600
+ class PkgResourcesDeprecationWarning(Warning):
3601
+ """
3602
+ Base class for warning about deprecations in ``pkg_resources``
3603
+
3604
+ This class is not derived from ``DeprecationWarning``, and as such is
3605
+ visible by default.
3606
+ """
3607
+
3608
+
3609
+ # Ported from ``setuptools`` to avoid introducing an import inter-dependency:
3610
+ _LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None
3611
+
3612
+
3613
+ # This must go before calls to `_call_aside`. See https://github.com/pypa/setuptools/pull/4422
3614
+ def _read_utf8_with_fallback(file: str, fallback_encoding=_LOCALE_ENCODING) -> str:
3615
+ """See setuptools.unicode_utils._read_utf8_with_fallback"""
3616
+ try:
3617
+ with open(file, "r", encoding="utf-8") as f:
3618
+ return f.read()
3619
+ except UnicodeDecodeError: # pragma: no cover
3620
+ msg = f"""\
3621
+ ********************************************************************************
3622
+ `encoding="utf-8"` fails with {file!r}, trying `encoding={fallback_encoding!r}`.
3623
+
3624
+ This fallback behaviour is considered **deprecated** and future versions of
3625
+ `setuptools/pkg_resources` may not implement it.
3626
+
3627
+ Please encode {file!r} with "utf-8" to ensure future builds will succeed.
3628
+
3629
+ If this file was produced by `setuptools` itself, cleaning up the cached files
3630
+ and re-building/re-installing the package with a newer version of `setuptools`
3631
+ (e.g. by updating `build-system.requires` in its `pyproject.toml`)
3632
+ might solve the problem.
3633
+ ********************************************************************************
3634
+ """
3635
+ # TODO: Add a deadline?
3636
+ # See comment in setuptools.unicode_utils._Utf8EncodingNeeded
3637
+ warnings.warn(msg, PkgResourcesDeprecationWarning, stacklevel=2)
3638
+ with open(file, "r", encoding=fallback_encoding) as f:
3639
+ return f.read()
3640
+
3641
+
3642
+ # from jaraco.functools 1.3
3643
+ def _call_aside(f, *args, **kwargs):
3644
+ f(*args, **kwargs)
3645
+ return f
3646
+
3647
+
3648
+ @_call_aside
3649
+ def _initialize(g=globals()) -> None:
3650
+ "Set up global resource manager (deliberately not state-saved)"
3651
+ manager = ResourceManager()
3652
+ g['_manager'] = manager
3653
+ g.update(
3654
+ (name, getattr(manager, name))
3655
+ for name in dir(manager)
3656
+ if not name.startswith('_')
3657
+ )
3658
+
3659
+
3660
+ @_call_aside
3661
+ def _initialize_master_working_set() -> None:
3662
+ """
3663
+ Prepare the master working set and make the ``require()``
3664
+ API available.
3665
+
3666
+ This function has explicit effects on the global state
3667
+ of pkg_resources. It is intended to be invoked once at
3668
+ the initialization of this module.
3669
+
3670
+ Invocation by other packages is unsupported and done
3671
+ at their own risk.
3672
+ """
3673
+ working_set = _declare_state('object', 'working_set', WorkingSet._build_master())
3674
+
3675
+ require = working_set.require
3676
+ iter_entry_points = working_set.iter_entry_points
3677
+ add_activation_listener = working_set.subscribe
3678
+ run_script = working_set.run_script
3679
+ # backward compatibility
3680
+ run_main = run_script
3681
+ # Activate all distributions already on sys.path with replace=False and
3682
+ # ensure that all distributions added to the working set in the future
3683
+ # (e.g. by calling ``require()``) will get activated as well,
3684
+ # with higher priority (replace=True).
3685
+ tuple(dist.activate(replace=False) for dist in working_set)
3686
+ add_activation_listener(
3687
+ lambda dist: dist.activate(replace=True),
3688
+ existing=False,
3689
+ )
3690
+ working_set.entries = []
3691
+ # match order
3692
+ list(map(working_set.add_entry, sys.path))
3693
+ globals().update(locals())
3694
+
3695
+
3696
+ if TYPE_CHECKING:
3697
+ # All of these are set by the @_call_aside methods above
3698
+ __resource_manager = ResourceManager() # Won't exist at runtime
3699
+ resource_exists = __resource_manager.resource_exists
3700
+ resource_isdir = __resource_manager.resource_isdir
3701
+ resource_filename = __resource_manager.resource_filename
3702
+ resource_stream = __resource_manager.resource_stream
3703
+ resource_string = __resource_manager.resource_string
3704
+ resource_listdir = __resource_manager.resource_listdir
3705
+ set_extraction_path = __resource_manager.set_extraction_path
3706
+ cleanup_resources = __resource_manager.cleanup_resources
3707
+
3708
+ working_set = WorkingSet()
3709
+ require = working_set.require
3710
+ iter_entry_points = working_set.iter_entry_points
3711
+ add_activation_listener = working_set.subscribe
3712
+ run_script = working_set.run_script
3713
+ run_main = run_script