@uns-kit/cli 0.0.35 → 0.0.36

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 (2056) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +128 -128
  3. package/dist/index.js +181 -6
  4. package/package.json +2 -2
  5. package/templates/api/src/examples/api-example.ts +62 -62
  6. package/templates/azure-pipelines.yml +21 -21
  7. package/templates/codegen/codegen.ts +15 -15
  8. package/templates/codegen/src/uns/uns-tags.ts +1 -1
  9. package/templates/codegen/src/uns/uns-topics.ts +1 -1
  10. package/templates/config-files/config-docker.json +27 -0
  11. package/templates/config-files/config-localhost.json +27 -0
  12. package/templates/cron/src/examples/cron-example.ts +46 -46
  13. package/templates/default/README.md +30 -30
  14. package/templates/default/config.json +27 -27
  15. package/templates/default/gitignore +51 -48
  16. package/templates/default/package.json +19 -19
  17. package/templates/default/src/config/project.config.extension.example +23 -23
  18. package/templates/default/src/config/project.config.extension.ts +6 -6
  19. package/templates/default/src/examples/data-example.ts +68 -68
  20. package/templates/default/src/examples/load-test-data.ts +108 -108
  21. package/templates/default/src/examples/table-example.ts +66 -66
  22. package/templates/default/src/examples/uns-gateway-cli.ts +7 -7
  23. package/templates/default/src/index.ts +15 -15
  24. package/templates/default/src/uns/uns-tags.ts +2 -2
  25. package/templates/default/src/uns/uns-topics.ts +2 -2
  26. package/templates/default/tsconfig.json +16 -16
  27. package/templates/python/app/README.md +8 -8
  28. package/templates/python/examples/README.md +134 -134
  29. package/templates/python/examples/api_handler.py +28 -28
  30. package/templates/python/examples/data_publish.py +11 -11
  31. package/templates/python/examples/data_subscribe.py +8 -8
  32. package/templates/python/examples/data_transformer.py +17 -17
  33. package/templates/python/examples/table_transformer.py +15 -15
  34. package/templates/python/gateway/cli.py +75 -75
  35. package/templates/python/gateway/client.py +155 -155
  36. package/templates/python/gateway/manager.py +97 -97
  37. package/templates/python/gen/__init__.py +1 -0
  38. package/templates/python/gen/uns_gateway_pb2.py +2 -2
  39. package/templates/python/gen/uns_gateway_pb2_grpc.py +2 -2
  40. package/templates/python/proto/uns-gateway.proto +102 -102
  41. package/templates/python/pyproject.toml +4 -4
  42. package/templates/python/scripts/setup.sh +87 -87
  43. package/templates/temporal/src/examples/temporal-example.ts +35 -35
  44. package/templates/vscode/.vscode/launch.json +164 -164
  45. package/templates/vscode/.vscode/settings.json +9 -9
  46. package/templates/vscode/uns-kit.code-workspace +13 -13
  47. package/templates/python/__pycache__/grpc_wrapper.cpython-312.pyc +0 -0
  48. package/templates/python/__pycache__/grpc_wrapper_async.cpython-312.pyc +0 -0
  49. package/templates/python/examples/__pycache__/data_publish_once.cpython-312.pyc +0 -0
  50. package/templates/python/gen/.gitkeep +0 -0
  51. package/templates/python/gen/__pycache__/__init__.cpython-312.pyc +0 -0
  52. package/templates/python/gen/__pycache__/uns_gateway_pb2.cpython-312.pyc +0 -0
  53. package/templates/python/gen/__pycache__/uns_gateway_pb2_grpc.cpython-312.pyc +0 -0
  54. package/templates/python/gen/__pycache__/uns_service_pb2.cpython-312.pyc +0 -0
  55. package/templates/python/gen/__pycache__/uns_service_pb2_grpc.cpython-312.pyc +0 -0
  56. package/templates/python/gen/uns_service_pb2.py +0 -40
  57. package/templates/python/gen/uns_service_pb2_grpc.py +0 -97
  58. package/templates/python/venv/bin/Activate.ps1 +0 -247
  59. package/templates/python/venv/bin/activate +0 -70
  60. package/templates/python/venv/bin/activate.csh +0 -27
  61. package/templates/python/venv/bin/activate.fish +0 -69
  62. package/templates/python/venv/bin/pip +0 -8
  63. package/templates/python/venv/bin/pip3 +0 -8
  64. package/templates/python/venv/bin/pip3.12 +0 -8
  65. package/templates/python/venv/bin/python-grpc-tools-protoc +0 -8
  66. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__init__.py +0 -239
  67. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
  68. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
  69. package/templates/python/venv/lib/python3.12/site-packages/_distutils_hack/override.py +0 -1
  70. package/templates/python/venv/lib/python3.12/site-packages/distutils-precedence.pth +0 -1
  71. package/templates/python/venv/lib/python3.12/site-packages/google/_upb/_message.abi3.so +0 -0
  72. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__init__.py +0 -10
  73. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/__init__.cpython-312.pyc +0 -0
  74. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any.cpython-312.pyc +0 -0
  75. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/any_pb2.cpython-312.pyc +0 -0
  76. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/api_pb2.cpython-312.pyc +0 -0
  77. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor.cpython-312.pyc +0 -0
  78. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_database.cpython-312.pyc +0 -0
  79. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pb2.cpython-312.pyc +0 -0
  80. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/descriptor_pool.cpython-312.pyc +0 -0
  81. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration.cpython-312.pyc +0 -0
  82. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/duration_pb2.cpython-312.pyc +0 -0
  83. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/empty_pb2.cpython-312.pyc +0 -0
  84. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/field_mask_pb2.cpython-312.pyc +0 -0
  85. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/json_format.cpython-312.pyc +0 -0
  86. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message.cpython-312.pyc +0 -0
  87. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/message_factory.cpython-312.pyc +0 -0
  88. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto.cpython-312.pyc +0 -0
  89. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_builder.cpython-312.pyc +0 -0
  90. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_json.cpython-312.pyc +0 -0
  91. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/proto_text.cpython-312.pyc +0 -0
  92. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/reflection.cpython-312.pyc +0 -0
  93. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/runtime_version.cpython-312.pyc +0 -0
  94. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/service_reflection.cpython-312.pyc +0 -0
  95. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/source_context_pb2.cpython-312.pyc +0 -0
  96. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/struct_pb2.cpython-312.pyc +0 -0
  97. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/symbol_database.cpython-312.pyc +0 -0
  98. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_encoding.cpython-312.pyc +0 -0
  99. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/text_format.cpython-312.pyc +0 -0
  100. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp.cpython-312.pyc +0 -0
  101. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/timestamp_pb2.cpython-312.pyc +0 -0
  102. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/type_pb2.cpython-312.pyc +0 -0
  103. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/unknown_fields.cpython-312.pyc +0 -0
  104. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/__pycache__/wrappers_pb2.cpython-312.pyc +0 -0
  105. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any.py +0 -53
  106. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/any_pb2.py +0 -37
  107. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/api_pb2.py +0 -43
  108. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__init__.py +0 -0
  109. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/__init__.cpython-312.pyc +0 -0
  110. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/__pycache__/plugin_pb2.cpython-312.pyc +0 -0
  111. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/compiler/plugin_pb2.py +0 -46
  112. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor.py +0 -1524
  113. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_database.py +0 -172
  114. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pb2.py +0 -3361
  115. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/descriptor_pool.py +0 -1369
  116. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration.py +0 -100
  117. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/duration_pb2.py +0 -37
  118. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/empty_pb2.py +0 -37
  119. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/field_mask_pb2.py +0 -37
  120. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__init__.py +0 -7
  121. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/__init__.cpython-312.pyc +0 -0
  122. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/api_implementation.cpython-312.pyc +0 -0
  123. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/builder.cpython-312.pyc +0 -0
  124. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/containers.cpython-312.pyc +0 -0
  125. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/decoder.cpython-312.pyc +0 -0
  126. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/encoder.cpython-312.pyc +0 -0
  127. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/enum_type_wrapper.cpython-312.pyc +0 -0
  128. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/extension_dict.cpython-312.pyc +0 -0
  129. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/field_mask.cpython-312.pyc +0 -0
  130. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/message_listener.cpython-312.pyc +0 -0
  131. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_edition_defaults.cpython-312.pyc +0 -0
  132. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/python_message.cpython-312.pyc +0 -0
  133. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/testing_refleaks.cpython-312.pyc +0 -0
  134. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/type_checkers.cpython-312.pyc +0 -0
  135. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/well_known_types.cpython-312.pyc +0 -0
  136. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/__pycache__/wire_format.cpython-312.pyc +0 -0
  137. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/api_implementation.py +0 -142
  138. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/builder.py +0 -118
  139. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/containers.py +0 -690
  140. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/decoder.py +0 -1066
  141. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/encoder.py +0 -806
  142. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/enum_type_wrapper.py +0 -112
  143. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/extension_dict.py +0 -194
  144. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/field_mask.py +0 -312
  145. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/message_listener.py +0 -55
  146. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_edition_defaults.py +0 -5
  147. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/python_message.py +0 -1583
  148. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/testing_refleaks.py +0 -128
  149. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/type_checkers.py +0 -413
  150. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/well_known_types.py +0 -695
  151. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/internal/wire_format.py +0 -245
  152. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/json_format.py +0 -1084
  153. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message.py +0 -448
  154. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/message_factory.py +0 -190
  155. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto.py +0 -153
  156. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_builder.py +0 -111
  157. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_json.py +0 -83
  158. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/proto_text.py +0 -129
  159. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__init__.py +0 -0
  160. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/__init__.cpython-312.pyc +0 -0
  161. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/__pycache__/cpp_message.cpython-312.pyc +0 -0
  162. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/pyext/cpp_message.py +0 -49
  163. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/reflection.py +0 -36
  164. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/runtime_version.py +0 -124
  165. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/service_reflection.py +0 -272
  166. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/source_context_pb2.py +0 -37
  167. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/struct_pb2.py +0 -47
  168. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/symbol_database.py +0 -179
  169. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__init__.py +0 -0
  170. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/testdata/__pycache__/__init__.cpython-312.pyc +0 -0
  171. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_encoding.py +0 -106
  172. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/text_format.py +0 -1873
  173. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp.py +0 -112
  174. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/timestamp_pb2.py +0 -37
  175. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/type_pb2.py +0 -53
  176. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/unknown_fields.py +0 -96
  177. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__init__.py +0 -0
  178. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/util/__pycache__/__init__.cpython-312.pyc +0 -0
  179. package/templates/python/venv/lib/python3.12/site-packages/google/protobuf/wrappers_pb2.py +0 -53
  180. package/templates/python/venv/lib/python3.12/site-packages/grpc/__init__.py +0 -2348
  181. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/__init__.cpython-312.pyc +0 -0
  182. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_auth.cpython-312.pyc +0 -0
  183. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_channel.cpython-312.pyc +0 -0
  184. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_common.cpython-312.pyc +0 -0
  185. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_compression.cpython-312.pyc +0 -0
  186. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_grpcio_metadata.cpython-312.pyc +0 -0
  187. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_interceptor.cpython-312.pyc +0 -0
  188. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_observability.cpython-312.pyc +0 -0
  189. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_plugin_wrapping.cpython-312.pyc +0 -0
  190. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_runtime_protos.cpython-312.pyc +0 -0
  191. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_server.cpython-312.pyc +0 -0
  192. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_simple_stubs.cpython-312.pyc +0 -0
  193. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_typing.cpython-312.pyc +0 -0
  194. package/templates/python/venv/lib/python3.12/site-packages/grpc/__pycache__/_utilities.cpython-312.pyc +0 -0
  195. package/templates/python/venv/lib/python3.12/site-packages/grpc/_auth.py +0 -80
  196. package/templates/python/venv/lib/python3.12/site-packages/grpc/_channel.py +0 -2267
  197. package/templates/python/venv/lib/python3.12/site-packages/grpc/_common.py +0 -183
  198. package/templates/python/venv/lib/python3.12/site-packages/grpc/_compression.py +0 -71
  199. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__init__.py +0 -13
  200. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/__pycache__/__init__.cpython-312.pyc +0 -0
  201. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_credentials/roots.pem +0 -4337
  202. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__init__.py +0 -13
  203. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/_cygrpc/__pycache__/__init__.cpython-312.pyc +0 -0
  204. package/templates/python/venv/lib/python3.12/site-packages/grpc/_cython/cygrpc.cpython-312-darwin.so +0 -0
  205. package/templates/python/venv/lib/python3.12/site-packages/grpc/_grpcio_metadata.py +0 -1
  206. package/templates/python/venv/lib/python3.12/site-packages/grpc/_interceptor.py +0 -813
  207. package/templates/python/venv/lib/python3.12/site-packages/grpc/_observability.py +0 -299
  208. package/templates/python/venv/lib/python3.12/site-packages/grpc/_plugin_wrapping.py +0 -136
  209. package/templates/python/venv/lib/python3.12/site-packages/grpc/_runtime_protos.py +0 -165
  210. package/templates/python/venv/lib/python3.12/site-packages/grpc/_server.py +0 -1528
  211. package/templates/python/venv/lib/python3.12/site-packages/grpc/_simple_stubs.py +0 -588
  212. package/templates/python/venv/lib/python3.12/site-packages/grpc/_typing.py +0 -95
  213. package/templates/python/venv/lib/python3.12/site-packages/grpc/_utilities.py +0 -222
  214. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__init__.py +0 -95
  215. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/__init__.cpython-312.pyc +0 -0
  216. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_call.cpython-312.pyc +0 -0
  217. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_channel.cpython-312.pyc +0 -0
  218. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_base_server.cpython-312.pyc +0 -0
  219. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_call.cpython-312.pyc +0 -0
  220. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_channel.cpython-312.pyc +0 -0
  221. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_interceptor.cpython-312.pyc +0 -0
  222. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_metadata.cpython-312.pyc +0 -0
  223. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_server.cpython-312.pyc +0 -0
  224. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_typing.cpython-312.pyc +0 -0
  225. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/__pycache__/_utils.cpython-312.pyc +0 -0
  226. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_call.py +0 -257
  227. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_channel.py +0 -364
  228. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_base_server.py +0 -385
  229. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_call.py +0 -764
  230. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_channel.py +0 -627
  231. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_interceptor.py +0 -1178
  232. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_metadata.py +0 -137
  233. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_server.py +0 -239
  234. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_typing.py +0 -43
  235. package/templates/python/venv/lib/python3.12/site-packages/grpc/aio/_utils.py +0 -22
  236. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__init__.py +0 -13
  237. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/__init__.cpython-312.pyc +0 -0
  238. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_client_adaptations.cpython-312.pyc +0 -0
  239. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_metadata.cpython-312.pyc +0 -0
  240. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/_server_adaptations.cpython-312.pyc +0 -0
  241. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/implementations.cpython-312.pyc +0 -0
  242. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/interfaces.cpython-312.pyc +0 -0
  243. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/__pycache__/utilities.cpython-312.pyc +0 -0
  244. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_client_adaptations.py +0 -1015
  245. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_metadata.py +0 -56
  246. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/_server_adaptations.py +0 -465
  247. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/implementations.py +0 -345
  248. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/interfaces.py +0 -163
  249. package/templates/python/venv/lib/python3.12/site-packages/grpc/beta/utilities.py +0 -153
  250. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__init__.py +0 -134
  251. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/__init__.cpython-312.pyc +0 -0
  252. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/gevent.cpython-312.pyc +0 -0
  253. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/__pycache__/session_cache.cpython-312.pyc +0 -0
  254. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__init__.py +0 -16
  255. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/aio/__pycache__/__init__.cpython-312.pyc +0 -0
  256. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/gevent.py +0 -27
  257. package/templates/python/venv/lib/python3.12/site-packages/grpc/experimental/session_cache.py +0 -45
  258. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__init__.py +0 -13
  259. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/__pycache__/__init__.cpython-312.pyc +0 -0
  260. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__init__.py +0 -13
  261. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/__init__.cpython-312.pyc +0 -0
  262. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/cardinality.cpython-312.pyc +0 -0
  263. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/__pycache__/style.cpython-312.pyc +0 -0
  264. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/cardinality.py +0 -26
  265. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/common/style.py +0 -24
  266. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__init__.py +0 -13
  267. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/__init__.cpython-312.pyc +0 -0
  268. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/abandonment.cpython-312.pyc +0 -0
  269. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/callable_util.cpython-312.pyc +0 -0
  270. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/future.cpython-312.pyc +0 -0
  271. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/logging_pool.cpython-312.pyc +0 -0
  272. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream.cpython-312.pyc +0 -0
  273. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/__pycache__/stream_util.cpython-312.pyc +0 -0
  274. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/abandonment.py +0 -22
  275. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/callable_util.py +0 -98
  276. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/future.py +0 -219
  277. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/logging_pool.py +0 -72
  278. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream.py +0 -43
  279. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/foundation/stream_util.py +0 -148
  280. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__init__.py +0 -13
  281. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/__pycache__/__init__.cpython-312.pyc +0 -0
  282. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__init__.py +0 -13
  283. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/__init__.cpython-312.pyc +0 -0
  284. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/base.cpython-312.pyc +0 -0
  285. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/__pycache__/utilities.cpython-312.pyc +0 -0
  286. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/base.py +0 -328
  287. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/base/utilities.py +0 -83
  288. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__init__.py +0 -13
  289. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/__init__.cpython-312.pyc +0 -0
  290. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/face.cpython-312.pyc +0 -0
  291. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/__pycache__/utilities.cpython-312.pyc +0 -0
  292. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/face.py +0 -1084
  293. package/templates/python/venv/lib/python3.12/site-packages/grpc/framework/interfaces/face/utilities.py +0 -245
  294. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__init__.py +0 -13
  295. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/__init__.cpython-312.pyc +0 -0
  296. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/command.cpython-312.pyc +0 -0
  297. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/grpc_version.cpython-312.pyc +0 -0
  298. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/protoc.cpython-312.pyc +0 -0
  299. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/__pycache__/python_version.cpython-312.pyc +0 -0
  300. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/any.proto +0 -162
  301. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/api.proto +0 -207
  302. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/compiler/plugin.proto +0 -180
  303. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/descriptor.proto +0 -1417
  304. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/duration.proto +0 -115
  305. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/empty.proto +0 -51
  306. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/field_mask.proto +0 -245
  307. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/source_context.proto +0 -48
  308. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/struct.proto +0 -95
  309. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/timestamp.proto +0 -144
  310. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/type.proto +0 -193
  311. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_proto/google/protobuf/wrappers.proto +0 -157
  312. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/_protoc_compiler.cpython-312-darwin.so +0 -0
  313. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/command.py +0 -96
  314. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/grpc_version.py +0 -17
  315. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/protoc.py +0 -215
  316. package/templates/python/venv/lib/python3.12/site-packages/grpc_tools/python_version.py +0 -20
  317. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/INSTALLER +0 -1
  318. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/LICENSE +0 -610
  319. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/METADATA +0 -129
  320. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/RECORD +0 -121
  321. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/REQUESTED +0 -0
  322. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/WHEEL +0 -5
  323. package/templates/python/venv/lib/python3.12/site-packages/grpcio-1.73.1.dist-info/top_level.txt +0 -1
  324. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/INSTALLER +0 -1
  325. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/METADATA +0 -174
  326. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/RECORD +0 -31
  327. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/REQUESTED +0 -0
  328. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/WHEEL +0 -5
  329. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/entry_points.txt +0 -2
  330. package/templates/python/venv/lib/python3.12/site-packages/grpcio_tools-1.73.1.dist-info/top_level.txt +0 -1
  331. package/templates/python/venv/lib/python3.12/site-packages/pip/__init__.py +0 -13
  332. package/templates/python/venv/lib/python3.12/site-packages/pip/__main__.py +0 -24
  333. package/templates/python/venv/lib/python3.12/site-packages/pip/__pip-runner__.py +0 -50
  334. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
  335. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
  336. package/templates/python/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
  337. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__init__.py +0 -18
  338. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
  339. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
  340. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
  341. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
  342. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
  343. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
  344. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
  345. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
  346. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
  347. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/build_env.py +0 -349
  348. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cache.py +0 -291
  349. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +0 -3
  350. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  351. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
  352. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
  353. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
  354. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
  355. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
  356. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
  357. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
  358. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
  359. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
  360. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
  361. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
  362. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
  363. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +0 -184
  364. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +0 -244
  365. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +0 -1138
  366. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +0 -28
  367. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +0 -175
  368. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py +0 -80
  369. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +0 -134
  370. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py +0 -298
  371. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +0 -151
  372. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +0 -351
  373. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +0 -235
  374. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +0 -6
  375. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +0 -139
  376. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
  377. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
  378. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
  379. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
  380. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
  381. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
  382. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
  383. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
  384. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
  385. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
  386. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
  387. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
  388. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
  389. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
  390. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc +0 -0
  391. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
  392. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
  393. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
  394. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
  395. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py +0 -231
  396. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py +0 -66
  397. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py +0 -135
  398. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +0 -288
  399. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py +0 -203
  400. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py +0 -145
  401. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +0 -107
  402. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py +0 -58
  403. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py +0 -40
  404. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py +0 -159
  405. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +0 -92
  406. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py +0 -798
  407. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py +0 -400
  408. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py +0 -170
  409. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py +0 -178
  410. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py +0 -231
  411. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +0 -113
  412. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +0 -181
  413. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/configuration.py +0 -397
  414. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +0 -21
  415. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
  416. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
  417. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
  418. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
  419. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
  420. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py +0 -55
  421. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +0 -33
  422. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +0 -165
  423. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +0 -44
  424. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py +0 -881
  425. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py +0 -1
  426. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
  427. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
  428. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
  429. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
  430. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py +0 -489
  431. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +0 -1059
  432. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py +0 -287
  433. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +0 -441
  434. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
  435. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
  436. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
  437. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
  438. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +0 -173
  439. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +0 -215
  440. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py +0 -82
  441. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/main.py +0 -12
  442. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +0 -164
  443. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  444. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
  445. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
  446. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
  447. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +0 -87
  448. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py +0 -685
  449. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
  450. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
  451. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
  452. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
  453. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
  454. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -87
  455. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -223
  456. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -143
  457. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +0 -298
  458. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py +0 -1
  459. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
  460. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
  461. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
  462. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
  463. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
  464. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
  465. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
  466. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/pylock.cpython-312.pyc +0 -0
  467. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
  468. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
  469. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
  470. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
  471. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
  472. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py +0 -25
  473. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +0 -227
  474. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py +0 -78
  475. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/index.py +0 -28
  476. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +0 -57
  477. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/link.py +0 -613
  478. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/pylock.py +0 -188
  479. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py +0 -25
  480. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +0 -126
  481. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +0 -53
  482. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py +0 -122
  483. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py +0 -141
  484. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py +0 -1
  485. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
  486. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
  487. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
  488. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
  489. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
  490. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
  491. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
  492. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
  493. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py +0 -564
  494. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py +0 -133
  495. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/download.py +0 -342
  496. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +0 -213
  497. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/session.py +0 -528
  498. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py +0 -98
  499. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +0 -61
  500. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
  501. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
  502. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
  503. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
  504. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
  505. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
  506. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
  507. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
  508. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
  509. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
  510. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
  511. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
  512. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
  513. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
  514. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +0 -140
  515. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +0 -38
  516. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
  517. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -73
  518. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +0 -38
  519. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -47
  520. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -119
  521. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py +0 -175
  522. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +0 -259
  523. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +0 -1
  524. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
  525. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
  526. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
  527. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -48
  528. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +0 -746
  529. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +0 -742
  530. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py +0 -182
  531. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py +0 -105
  532. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
  533. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
  534. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc +0 -0
  535. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
  536. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
  537. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
  538. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
  539. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py +0 -562
  540. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py +0 -75
  541. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py +0 -620
  542. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py +0 -937
  543. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py +0 -81
  544. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +0 -639
  545. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
  546. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
  547. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
  548. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py +0 -20
  549. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
  550. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
  551. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
  552. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -598
  553. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
  554. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  555. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
  556. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
  557. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
  558. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
  559. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
  560. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
  561. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
  562. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
  563. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -142
  564. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -582
  565. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -814
  566. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -166
  567. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -276
  568. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -85
  569. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -247
  570. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -336
  571. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +0 -254
  572. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
  573. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
  574. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
  575. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
  576. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
  577. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
  578. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
  579. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
  580. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
  581. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
  582. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
  583. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
  584. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
  585. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
  586. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
  587. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
  588. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
  589. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
  590. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
  591. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
  592. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
  593. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
  594. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
  595. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
  596. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
  597. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
  598. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
  599. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
  600. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py +0 -38
  601. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +0 -52
  602. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py +0 -85
  603. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +0 -201
  604. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +0 -10
  605. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +0 -126
  606. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
  607. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +0 -81
  608. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +0 -88
  609. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +0 -152
  610. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +0 -24
  611. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +0 -102
  612. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +0 -150
  613. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py +0 -364
  614. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py +0 -765
  615. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +0 -44
  616. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py +0 -45
  617. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +0 -149
  618. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +0 -248
  619. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +0 -294
  620. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +0 -337
  621. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py +0 -55
  622. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +0 -105
  623. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +0 -132
  624. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +0 -15
  625. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
  626. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
  627. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
  628. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
  629. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
  630. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
  631. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +0 -130
  632. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py +0 -571
  633. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +0 -186
  634. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +0 -335
  635. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +0 -693
  636. package/templates/python/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +0 -334
  637. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py +0 -117
  638. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
  639. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -29
  640. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
  641. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
  642. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
  643. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
  644. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
  645. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
  646. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
  647. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
  648. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
  649. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
  650. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -168
  651. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
  652. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
  653. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
  654. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
  655. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
  656. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -145
  657. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
  658. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +0 -511
  659. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
  660. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
  661. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  662. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
  663. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
  664. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +0 -4
  665. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +0 -12
  666. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
  667. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
  668. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
  669. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +0 -4778
  670. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +0 -83
  671. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
  672. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__init__.py +0 -13
  673. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__main__.py +0 -65
  674. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__init__.cpython-312.pyc +0 -0
  675. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/__main__.cpython-312.pyc +0 -0
  676. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_implementation.cpython-312.pyc +0 -0
  677. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_lint_dependency_groups.cpython-312.pyc +0 -0
  678. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_pip_wrapper.cpython-312.pyc +0 -0
  679. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/__pycache__/_toml_compat.cpython-312.pyc +0 -0
  680. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_implementation.py +0 -209
  681. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_lint_dependency_groups.py +0 -59
  682. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_pip_wrapper.py +0 -62
  683. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/_toml_compat.py +0 -9
  684. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/dependency_groups/py.typed +0 -0
  685. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +0 -33
  686. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
  687. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
  688. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
  689. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
  690. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
  691. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +0 -1137
  692. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +0 -358
  693. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +0 -447
  694. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
  695. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
  696. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
  697. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +0 -1984
  698. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
  699. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
  700. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
  701. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +0 -54
  702. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +0 -4
  703. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
  704. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
  705. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
  706. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +0 -1403
  707. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
  708. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +0 -45
  709. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
  710. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
  711. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
  712. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
  713. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
  714. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
  715. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
  716. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
  717. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +0 -122
  718. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +0 -15
  719. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py +0 -437
  720. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
  721. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +0 -57
  722. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +0 -1
  723. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
  724. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +0 -8681
  725. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
  726. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
  727. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
  728. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
  729. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
  730. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
  731. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +0 -170
  732. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
  733. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +0 -15
  734. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  735. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  736. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  737. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  738. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  739. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  740. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  741. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  742. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  743. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  744. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  745. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  746. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  747. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  748. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +0 -109
  749. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
  750. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
  751. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +0 -353
  752. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +0 -61
  753. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -195
  754. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
  755. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
  756. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
  757. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py +0 -759
  758. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +0 -362
  759. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +0 -862
  760. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
  761. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +0 -91
  762. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +0 -1019
  763. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +0 -656
  764. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +0 -163
  765. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +0 -582
  766. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
  767. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  768. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +0 -631
  769. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
  770. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  771. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  772. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  773. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  774. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  775. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  776. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  777. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  778. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +0 -249
  779. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +0 -299
  780. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
  781. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  782. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +0 -272
  783. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +0 -21
  784. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
  785. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +0 -82
  786. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +0 -17
  787. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
  788. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
  789. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
  790. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
  791. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
  792. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
  793. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
  794. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
  795. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
  796. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
  797. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
  798. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
  799. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
  800. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
  801. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
  802. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +0 -70
  803. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +0 -70
  804. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
  805. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
  806. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +0 -129
  807. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
  808. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
  809. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
  810. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
  811. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +0 -963
  812. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
  813. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
  814. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
  815. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
  816. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -602
  817. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1201
  818. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +0 -43
  819. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +0 -72
  820. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
  821. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +0 -104
  822. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
  823. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +0 -203
  824. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
  825. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
  826. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
  827. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
  828. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +0 -214
  829. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +0 -153
  830. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +0 -324
  831. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
  832. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
  833. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
  834. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -410
  835. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
  836. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
  837. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
  838. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -389
  839. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
  840. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +0 -179
  841. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
  842. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
  843. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
  844. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
  845. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
  846. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
  847. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
  848. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
  849. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
  850. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
  851. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
  852. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
  853. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
  854. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
  855. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
  856. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
  857. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
  858. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
  859. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +0 -14
  860. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
  861. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +0 -719
  862. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py +0 -157
  863. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +0 -314
  864. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +0 -17
  865. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +0 -90
  866. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +0 -561
  867. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +0 -151
  868. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py +0 -127
  869. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +0 -33
  870. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py +0 -1039
  871. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +0 -25
  872. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +0 -831
  873. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +0 -128
  874. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +0 -99
  875. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +0 -1086
  876. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +0 -27
  877. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
  878. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
  879. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
  880. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
  881. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +0 -196
  882. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  883. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +0 -55
  884. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py +0 -27
  885. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-312.pyc +0 -0
  886. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-312.pyc +0 -0
  887. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-312.pyc +0 -0
  888. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-312.pyc +0 -0
  889. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-312.pyc +0 -0
  890. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py +0 -47
  891. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py +0 -48
  892. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py +0 -57
  893. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py +0 -622
  894. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +0 -209
  895. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +0 -177
  896. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +0 -245
  897. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
  898. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
  899. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
  900. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
  901. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
  902. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
  903. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
  904. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
  905. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
  906. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
  907. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
  908. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
  909. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
  910. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
  911. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
  912. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
  913. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
  914. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
  915. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
  916. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
  917. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
  918. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
  919. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
  920. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
  921. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
  922. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
  923. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
  924. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
  925. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
  926. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
  927. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
  928. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
  929. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
  930. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
  931. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
  932. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
  933. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
  934. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
  935. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
  936. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
  937. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
  938. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
  939. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
  940. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
  941. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
  942. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
  943. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
  944. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
  945. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
  946. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
  947. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
  948. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
  949. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
  950. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
  951. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
  952. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
  953. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
  954. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
  955. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
  956. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
  957. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
  958. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
  959. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
  960. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
  961. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
  962. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
  963. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
  964. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
  965. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
  966. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
  967. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
  968. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
  969. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
  970. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
  971. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
  972. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
  973. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
  974. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
  975. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
  976. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
  977. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +0 -76
  978. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +0 -10
  979. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +0 -24
  980. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +0 -268
  981. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +0 -94
  982. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +0 -43
  983. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +0 -69
  984. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +0 -309
  985. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +0 -17
  986. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +0 -153
  987. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +0 -482
  988. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +0 -16
  989. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +0 -19
  990. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
  991. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +0 -71
  992. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
  993. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +0 -93
  994. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +0 -33
  995. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py +0 -306
  996. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +0 -241
  997. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +0 -93
  998. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py +0 -474
  999. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +0 -174
  1000. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py +0 -621
  1001. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
  1002. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +0 -187
  1003. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py +0 -2680
  1004. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +0 -37
  1005. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +0 -167
  1006. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py +0 -219
  1007. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +0 -193
  1008. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +0 -39
  1009. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +0 -91
  1010. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +0 -34
  1011. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
  1012. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +0 -88
  1013. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +0 -232
  1014. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py +0 -139
  1015. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +0 -101
  1016. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +0 -442
  1017. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py +0 -400
  1018. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +0 -106
  1019. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +0 -297
  1020. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +0 -251
  1021. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +0 -151
  1022. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +0 -141
  1023. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +0 -34
  1024. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +0 -100
  1025. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +0 -317
  1026. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +0 -1016
  1027. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +0 -1715
  1028. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
  1029. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +0 -400
  1030. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +0 -42
  1031. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
  1032. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py +0 -10
  1033. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +0 -149
  1034. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +0 -130
  1035. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +0 -86
  1036. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +0 -54
  1037. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +0 -752
  1038. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +0 -132
  1039. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py +0 -131
  1040. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py +0 -796
  1041. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +0 -42
  1042. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +0 -985
  1043. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py +0 -1006
  1044. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
  1045. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py +0 -1361
  1046. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +0 -115
  1047. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +0 -5
  1048. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +0 -899
  1049. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +0 -257
  1050. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +0 -8
  1051. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1052. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1053. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1054. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1055. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +0 -770
  1056. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +0 -112
  1057. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +0 -10
  1058. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +0 -1
  1059. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__init__.py +0 -4
  1060. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-312.pyc +0 -0
  1061. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-312.pyc +0 -0
  1062. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/_writer.py +0 -229
  1063. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/py.typed +0 -1
  1064. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +0 -36
  1065. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
  1066. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
  1067. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
  1068. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
  1069. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
  1070. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
  1071. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +0 -333
  1072. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +0 -571
  1073. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
  1074. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
  1075. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +0 -567
  1076. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
  1077. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
  1078. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
  1079. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
  1080. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
  1081. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
  1082. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
  1083. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
  1084. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
  1085. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
  1086. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
  1087. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
  1088. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
  1089. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
  1090. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +0 -2
  1091. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +0 -572
  1092. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
  1093. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
  1094. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
  1095. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
  1096. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
  1097. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
  1098. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
  1099. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
  1100. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
  1101. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
  1102. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
  1103. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
  1104. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
  1105. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
  1106. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
  1107. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
  1108. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
  1109. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
  1110. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
  1111. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
  1112. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
  1113. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
  1114. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +0 -274
  1115. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
  1116. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
  1117. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
  1118. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
  1119. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
  1120. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1121. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
  1122. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
  1123. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
  1124. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
  1125. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
  1126. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
  1127. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +0 -191
  1128. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +0 -879
  1129. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
  1130. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
  1131. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
  1132. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
  1133. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
  1134. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
  1135. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
  1136. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
  1137. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
  1138. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
  1139. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
  1140. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
  1141. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
  1142. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
  1143. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
  1144. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
  1145. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
  1146. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
  1147. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
  1148. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
  1149. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
  1150. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
  1151. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
  1152. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
  1153. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
  1154. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
  1155. package/templates/python/venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt +0 -19
  1156. package/templates/python/venv/lib/python3.12/site-packages/pip/py.typed +0 -4
  1157. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/INSTALLER +0 -1
  1158. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/METADATA +0 -112
  1159. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/RECORD +0 -860
  1160. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/REQUESTED +0 -0
  1161. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/WHEEL +0 -5
  1162. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/entry_points.txt +0 -3
  1163. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/AUTHORS.txt +0 -833
  1164. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/LICENSE.txt +0 -20
  1165. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt +0 -13
  1166. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE +0 -20
  1167. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/dependency_groups/LICENSE.txt +0 -9
  1168. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt +0 -284
  1169. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE +0 -202
  1170. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md +0 -31
  1171. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING +0 -14
  1172. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE +0 -3
  1173. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE +0 -177
  1174. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD +0 -23
  1175. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE +0 -17
  1176. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE +0 -21
  1177. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE +0 -25
  1178. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE +0 -21
  1179. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE +0 -175
  1180. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE +0 -13
  1181. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE +0 -19
  1182. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE +0 -21
  1183. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE-HEADER +0 -3
  1184. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE +0 -21
  1185. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE +0 -21
  1186. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt +0 -21
  1187. package/templates/python/venv/lib/python3.12/site-packages/pip-25.2.dist-info/top_level.txt +0 -1
  1188. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__init__.py +0 -3713
  1189. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
  1190. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/api_tests.txt +0 -424
  1191. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
  1192. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__init__.py +0 -0
  1193. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1194. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-312.pyc +0 -0
  1195. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-312.pyc +0 -0
  1196. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-312.pyc +0 -0
  1197. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-312.pyc +0 -0
  1198. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-312.pyc +0 -0
  1199. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-312.pyc +0 -0
  1200. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-312.pyc +0 -0
  1201. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg +0 -0
  1202. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py +0 -7
  1203. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip +0 -0
  1204. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO +0 -10
  1205. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt +0 -7
  1206. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt +0 -1
  1207. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt +0 -1
  1208. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe +0 -1
  1209. 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
  1210. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_find_distributions.py +0 -56
  1211. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_integration_zope_interface.py +0 -54
  1212. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_markers.py +0 -8
  1213. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_pkg_resources.py +0 -485
  1214. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_resources.py +0 -869
  1215. package/templates/python/venv/lib/python3.12/site-packages/pkg_resources/tests/test_working_set.py +0 -505
  1216. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/INSTALLER +0 -1
  1217. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/LICENSE +0 -32
  1218. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/METADATA +0 -17
  1219. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/RECORD +0 -114
  1220. package/templates/python/venv/lib/python3.12/site-packages/protobuf-6.31.1.dist-info/WHEEL +0 -4
  1221. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__init__.py +0 -248
  1222. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
  1223. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
  1224. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_discovery.cpython-312.pyc +0 -0
  1225. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
  1226. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
  1227. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
  1228. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
  1229. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
  1230. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
  1231. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
  1232. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_scripts.cpython-312.pyc +0 -0
  1233. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc +0 -0
  1234. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc +0 -0
  1235. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
  1236. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
  1237. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
  1238. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
  1239. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
  1240. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
  1241. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
  1242. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
  1243. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
  1244. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
  1245. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
  1246. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
  1247. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
  1248. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
  1249. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
  1250. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
  1251. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
  1252. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
  1253. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
  1254. package/templates/python/venv/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
  1255. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_core_metadata.py +0 -337
  1256. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_discovery.py +0 -33
  1257. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +0 -14
  1258. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
  1259. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
  1260. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
  1261. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
  1262. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
  1263. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
  1264. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
  1265. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
  1266. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
  1267. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
  1268. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
  1269. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
  1270. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
  1271. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
  1272. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
  1273. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
  1274. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
  1275. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
  1276. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
  1277. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
  1278. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
  1279. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
  1280. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
  1281. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
  1282. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
  1283. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
  1284. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
  1285. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
  1286. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_log.py +0 -3
  1287. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +0 -12
  1288. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +0 -95
  1289. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +0 -16
  1290. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +0 -294
  1291. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +0 -26
  1292. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +0 -554
  1293. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +0 -23
  1294. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1295. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
  1296. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
  1297. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
  1298. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1299. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
  1300. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1301. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1302. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1303. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
  1304. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
  1305. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
  1306. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
  1307. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
  1308. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
  1309. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1310. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
  1311. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1312. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1313. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1314. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +0 -54
  1315. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +0 -167
  1316. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +0 -141
  1317. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +0 -598
  1318. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +0 -156
  1319. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +0 -201
  1320. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +0 -812
  1321. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +0 -407
  1322. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +0 -160
  1323. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +0 -152
  1324. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +0 -77
  1325. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +0 -358
  1326. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +0 -805
  1327. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +0 -94
  1328. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +0 -91
  1329. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +0 -46
  1330. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +0 -238
  1331. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +0 -62
  1332. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +0 -521
  1333. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +0 -18
  1334. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1335. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc +0 -0
  1336. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1337. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/numpy.py +0 -2
  1338. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +0 -66
  1339. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-312.pyc +0 -0
  1340. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc +0 -0
  1341. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc +0 -0
  1342. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc +0 -0
  1343. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-312.pyc +0 -0
  1344. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-312.pyc +0 -0
  1345. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py +0 -1394
  1346. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py +0 -340
  1347. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py +0 -24
  1348. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py +0 -614
  1349. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc +0 -0
  1350. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-312.pyc +0 -0
  1351. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-312.pyc +0 -0
  1352. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc +0 -0
  1353. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-312.pyc +0 -0
  1354. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py +0 -83
  1355. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py +0 -76
  1356. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py +0 -48
  1357. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py +0 -136
  1358. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py +0 -413
  1359. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py +0 -422
  1360. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py +0 -230
  1361. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py +0 -289
  1362. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +0 -31
  1363. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/debug.py +0 -5
  1364. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +0 -14
  1365. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +0 -244
  1366. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/dist.py +0 -1386
  1367. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/errors.py +0 -108
  1368. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/extension.py +0 -258
  1369. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +0 -471
  1370. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +0 -236
  1371. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +0 -431
  1372. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/log.py +0 -56
  1373. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +0 -134
  1374. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +0 -598
  1375. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py +0 -42
  1376. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1377. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc +0 -0
  1378. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
  1379. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-312.pyc +0 -0
  1380. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-312.pyc +0 -0
  1381. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc +0 -0
  1382. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc +0 -0
  1383. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
  1384. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
  1385. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
  1386. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc +0 -0
  1387. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc +0 -0
  1388. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc +0 -0
  1389. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc +0 -0
  1390. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-312.pyc +0 -0
  1391. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc +0 -0
  1392. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc +0 -0
  1393. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
  1394. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc +0 -0
  1395. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc +0 -0
  1396. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-312.pyc +0 -0
  1397. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-312.pyc +0 -0
  1398. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-312.pyc +0 -0
  1399. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-312.pyc +0 -0
  1400. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc +0 -0
  1401. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
  1402. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc +0 -0
  1403. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc +0 -0
  1404. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
  1405. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc +0 -0
  1406. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc +0 -0
  1407. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc +0 -0
  1408. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc +0 -0
  1409. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc +0 -0
  1410. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-312.pyc +0 -0
  1411. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc +0 -0
  1412. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__init__.py +0 -0
  1413. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1414. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1415. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py +0 -40
  1416. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py +0 -134
  1417. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py +0 -353
  1418. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py +0 -47
  1419. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py +0 -78
  1420. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py +0 -127
  1421. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py +0 -49
  1422. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py +0 -134
  1423. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py +0 -628
  1424. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py +0 -196
  1425. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py +0 -96
  1426. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py +0 -194
  1427. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py +0 -45
  1428. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py +0 -107
  1429. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py +0 -87
  1430. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py +0 -130
  1431. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py +0 -139
  1432. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py +0 -552
  1433. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py +0 -117
  1434. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py +0 -95
  1435. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py +0 -336
  1436. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py +0 -245
  1437. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py +0 -74
  1438. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py +0 -33
  1439. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py +0 -110
  1440. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py +0 -52
  1441. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py +0 -12
  1442. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py +0 -126
  1443. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py +0 -470
  1444. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py +0 -141
  1445. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py +0 -319
  1446. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py +0 -127
  1447. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py +0 -243
  1448. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py +0 -80
  1449. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py +0 -0
  1450. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py +0 -17
  1451. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +0 -286
  1452. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +0 -9
  1453. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/util.py +0 -518
  1454. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/version.py +0 -348
  1455. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +0 -175
  1456. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +0 -3
  1457. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_entry_points.py +0 -94
  1458. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_imp.py +0 -87
  1459. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_importlib.py +0 -9
  1460. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_itertools.py +0 -23
  1461. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_normalization.py +0 -177
  1462. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_path.py +0 -93
  1463. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_reqs.py +0 -42
  1464. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_scripts.py +0 -361
  1465. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_shutil.py +0 -59
  1466. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_static.py +0 -188
  1467. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
  1468. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +0 -27
  1469. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
  1470. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
  1471. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
  1472. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
  1473. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
  1474. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
  1475. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +0 -142
  1476. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +0 -70
  1477. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +0 -59
  1478. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +0 -333
  1479. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +0 -23
  1480. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +0 -1
  1481. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +0 -166
  1482. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +0 -420
  1483. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +0 -18
  1484. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +0 -5
  1485. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +0 -1
  1486. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +0 -1
  1487. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
  1488. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +0 -2937
  1489. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +0 -5
  1490. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
  1491. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
  1492. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
  1493. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1494. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1495. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +0 -24
  1496. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +0 -1
  1497. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +0 -17
  1498. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +0 -46
  1499. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +0 -17
  1500. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
  1501. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +0 -5
  1502. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +0 -1
  1503. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +0 -1083
  1504. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
  1505. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
  1506. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
  1507. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
  1508. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
  1509. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
  1510. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
  1511. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
  1512. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
  1513. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +0 -83
  1514. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +0 -30
  1515. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +0 -57
  1516. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +0 -104
  1517. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +0 -73
  1518. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +0 -67
  1519. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +0 -99
  1520. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
  1521. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1522. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1523. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1524. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +0 -22
  1525. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +0 -36
  1526. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +0 -21
  1527. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  1528. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +0 -1
  1529. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +0 -202
  1530. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +0 -129
  1531. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +0 -32
  1532. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
  1533. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +0 -5
  1534. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +0 -1
  1535. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +0 -3986
  1536. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
  1537. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
  1538. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1539. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
  1540. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +0 -7
  1541. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  1542. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +0 -1
  1543. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +0 -17
  1544. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +0 -591
  1545. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +0 -13
  1546. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +0 -5
  1547. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +0 -1
  1548. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
  1549. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__init__.py +0 -1091
  1550. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc +0 -0
  1551. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
  1552. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +0 -361
  1553. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +0 -633
  1554. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +0 -125
  1555. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
  1556. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  1557. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +0 -2
  1558. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +0 -624
  1559. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
  1560. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
  1561. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
  1562. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
  1563. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
  1564. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
  1565. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +0 -25
  1566. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +0 -33
  1567. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +0 -21
  1568. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +0 -6
  1569. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +0 -6
  1570. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER +0 -1
  1571. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE +0 -17
  1572. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA +0 -85
  1573. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD +0 -10
  1574. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED +0 -0
  1575. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL +0 -5
  1576. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt +0 -1
  1577. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +0 -1
  1578. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +0 -17
  1579. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +0 -75
  1580. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +0 -8
  1581. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +0 -5
  1582. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +0 -1
  1583. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +0 -1
  1584. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +0 -17
  1585. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +0 -64
  1586. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +0 -10
  1587. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +0 -5
  1588. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +0 -1
  1589. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +0 -1
  1590. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +0 -17
  1591. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +0 -95
  1592. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +0 -20
  1593. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
  1594. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +0 -5
  1595. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +0 -1
  1596. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +0 -6
  1597. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +0 -2
  1598. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
  1599. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
  1600. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
  1601. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +0 -4806
  1602. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +0 -709
  1603. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  1604. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +0 -1046
  1605. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +0 -136
  1606. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +0 -1
  1607. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +0 -19
  1608. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +0 -266
  1609. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +0 -16
  1610. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
  1611. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +0 -4
  1612. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +0 -15
  1613. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1614. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1615. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1616. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1617. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1618. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1619. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1620. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1621. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
  1622. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1623. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1624. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1625. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1626. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1627. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +0 -110
  1628. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +0 -263
  1629. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +0 -85
  1630. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +0 -354
  1631. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +0 -61
  1632. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +0 -194
  1633. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py +0 -145
  1634. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
  1635. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
  1636. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py +0 -759
  1637. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +0 -331
  1638. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +0 -863
  1639. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  1640. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +0 -91
  1641. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +0 -1020
  1642. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +0 -617
  1643. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +0 -163
  1644. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +0 -582
  1645. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER +0 -1
  1646. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE +0 -3
  1647. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE +0 -177
  1648. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD +0 -23
  1649. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA +0 -102
  1650. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD +0 -25
  1651. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED +0 -0
  1652. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL +0 -4
  1653. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +0 -627
  1654. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +0 -55
  1655. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
  1656. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
  1657. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
  1658. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
  1659. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
  1660. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
  1661. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
  1662. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
  1663. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +0 -249
  1664. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +0 -292
  1665. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +0 -130
  1666. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  1667. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +0 -275
  1668. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +0 -16
  1669. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +0 -272
  1670. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +0 -1
  1671. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +0 -319
  1672. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +0 -23
  1673. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
  1674. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +0 -4
  1675. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +0 -21
  1676. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +0 -11
  1677. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
  1678. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
  1679. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
  1680. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
  1681. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +0 -691
  1682. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +0 -107
  1683. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +0 -10
  1684. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +0 -1
  1685. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +0 -1
  1686. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +0 -21
  1687. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +0 -206
  1688. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +0 -15
  1689. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
  1690. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +0 -4
  1691. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +0 -48
  1692. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
  1693. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
  1694. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
  1695. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
  1696. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
  1697. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
  1698. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
  1699. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
  1700. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
  1701. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
  1702. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
  1703. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
  1704. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
  1705. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +0 -993
  1706. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +0 -108
  1707. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +0 -235
  1708. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +0 -42
  1709. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +0 -308
  1710. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +0 -213
  1711. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +0 -48
  1712. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +0 -127
  1713. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +0 -86
  1714. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +0 -1229
  1715. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +0 -55
  1716. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +0 -173
  1717. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  1718. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +0 -1
  1719. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +0 -19
  1720. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +0 -81
  1721. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +0 -34
  1722. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +0 -5
  1723. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +0 -2
  1724. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +0 -1
  1725. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +0 -1
  1726. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +0 -279
  1727. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +0 -67
  1728. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +0 -7
  1729. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +0 -4
  1730. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +0 -3641
  1731. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +0 -3
  1732. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +0 -23
  1733. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
  1734. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
  1735. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc +0 -0
  1736. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
  1737. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1738. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
  1739. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
  1740. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
  1741. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
  1742. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py +0 -613
  1743. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +0 -26
  1744. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +0 -26
  1745. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +0 -155
  1746. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
  1747. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
  1748. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
  1749. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
  1750. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
  1751. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +0 -332
  1752. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +0 -85
  1753. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +0 -139
  1754. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +0 -30
  1755. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +0 -482
  1756. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +0 -183
  1757. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +0 -17
  1758. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
  1759. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
  1760. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE +0 -3
  1761. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE +0 -177
  1762. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD +0 -23
  1763. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
  1764. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
  1765. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
  1766. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
  1767. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
  1768. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
  1769. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
  1770. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
  1771. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
  1772. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
  1773. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
  1774. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
  1775. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
  1776. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
  1777. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +0 -108
  1778. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +0 -260
  1779. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +0 -83
  1780. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +0 -356
  1781. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +0 -61
  1782. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +0 -192
  1783. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +0 -253
  1784. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +0 -90
  1785. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +0 -1011
  1786. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +0 -571
  1787. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +0 -172
  1788. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +0 -561
  1789. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +0 -1
  1790. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +0 -227
  1791. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER +0 -1
  1792. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt +0 -21
  1793. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA +0 -66
  1794. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD +0 -68
  1795. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED +0 -0
  1796. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL +0 -4
  1797. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt +0 -6
  1798. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +0 -501
  1799. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
  1800. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
  1801. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
  1802. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1803. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1804. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +0 -11
  1805. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +0 -106
  1806. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +0 -1
  1807. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +0 -17
  1808. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +0 -102
  1809. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +0 -15
  1810. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
  1811. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +0 -5
  1812. package/templates/python/venv/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +0 -1
  1813. package/templates/python/venv/lib/python3.12/site-packages/setuptools/archive_util.py +0 -219
  1814. package/templates/python/venv/lib/python3.12/site-packages/setuptools/build_meta.py +0 -548
  1815. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
  1816. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
  1817. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
  1818. package/templates/python/venv/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
  1819. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__init__.py +0 -21
  1820. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
  1821. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
  1822. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
  1823. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
  1824. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
  1825. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
  1826. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
  1827. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
  1828. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
  1829. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
  1830. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
  1831. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
  1832. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
  1833. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
  1834. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
  1835. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
  1836. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
  1837. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
  1838. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
  1839. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
  1840. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
  1841. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
  1842. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
  1843. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
  1844. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +0 -131
  1845. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/alias.py +0 -77
  1846. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +0 -477
  1847. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +0 -42
  1848. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +0 -604
  1849. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build.py +0 -135
  1850. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_clib.py +0 -103
  1851. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_ext.py +0 -470
  1852. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/build_py.py +0 -400
  1853. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/develop.py +0 -55
  1854. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/dist_info.py +0 -103
  1855. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/easy_install.py +0 -30
  1856. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +0 -908
  1857. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/egg_info.py +0 -718
  1858. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install.py +0 -131
  1859. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +0 -58
  1860. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_lib.py +0 -137
  1861. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/install_scripts.py +0 -67
  1862. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +0 -15
  1863. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/rotate.py +0 -65
  1864. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/saveopts.py +0 -21
  1865. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/sdist.py +0 -217
  1866. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/setopt.py +0 -141
  1867. package/templates/python/venv/lib/python3.12/site-packages/setuptools/command/test.py +0 -45
  1868. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
  1869. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1870. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
  1871. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
  1872. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py312.cpython-312.pyc +0 -0
  1873. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1874. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py310.py +0 -20
  1875. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py311.py +0 -27
  1876. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py312.py +0 -13
  1877. package/templates/python/venv/lib/python3.12/site-packages/setuptools/compat/py39.py +0 -9
  1878. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/NOTICE +0 -10
  1879. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__init__.py +0 -43
  1880. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1881. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1882. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
  1883. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
  1884. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
  1885. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +0 -526
  1886. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +0 -438
  1887. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +0 -34
  1888. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
  1889. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
  1890. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
  1891. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
  1892. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
  1893. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
  1894. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +0 -336
  1895. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +0 -82
  1896. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +0 -51
  1897. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +0 -1412
  1898. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +0 -402
  1899. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +0 -26
  1900. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/expand.py +0 -452
  1901. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +0 -468
  1902. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setupcfg.py +0 -780
  1903. package/templates/python/venv/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +0 -433
  1904. package/templates/python/venv/lib/python3.12/site-packages/setuptools/depends.py +0 -185
  1905. package/templates/python/venv/lib/python3.12/site-packages/setuptools/discovery.py +0 -614
  1906. package/templates/python/venv/lib/python3.12/site-packages/setuptools/dist.py +0 -1119
  1907. package/templates/python/venv/lib/python3.12/site-packages/setuptools/errors.py +0 -67
  1908. package/templates/python/venv/lib/python3.12/site-packages/setuptools/extension.py +0 -177
  1909. package/templates/python/venv/lib/python3.12/site-packages/setuptools/glob.py +0 -185
  1910. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
  1911. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
  1912. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
  1913. package/templates/python/venv/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
  1914. package/templates/python/venv/lib/python3.12/site-packages/setuptools/installer.py +0 -155
  1915. package/templates/python/venv/lib/python3.12/site-packages/setuptools/launch.py +0 -36
  1916. package/templates/python/venv/lib/python3.12/site-packages/setuptools/logging.py +0 -40
  1917. package/templates/python/venv/lib/python3.12/site-packages/setuptools/modified.py +0 -18
  1918. package/templates/python/venv/lib/python3.12/site-packages/setuptools/monkey.py +0 -126
  1919. package/templates/python/venv/lib/python3.12/site-packages/setuptools/msvc.py +0 -1536
  1920. package/templates/python/venv/lib/python3.12/site-packages/setuptools/namespaces.py +0 -106
  1921. package/templates/python/venv/lib/python3.12/site-packages/setuptools/script (dev).tmpl +0 -6
  1922. package/templates/python/venv/lib/python3.12/site-packages/setuptools/script.tmpl +0 -3
  1923. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__init__.py +0 -13
  1924. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  1925. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/contexts.cpython-312.pyc +0 -0
  1926. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc +0 -0
  1927. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/fixtures.cpython-312.pyc +0 -0
  1928. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc +0 -0
  1929. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/namespaces.cpython-312.pyc +0 -0
  1930. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-312.pyc +0 -0
  1931. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-312.pyc +0 -0
  1932. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc +0 -0
  1933. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc +0 -0
  1934. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc +0 -0
  1935. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build.cpython-312.pyc +0 -0
  1936. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-312.pyc +0 -0
  1937. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-312.pyc +0 -0
  1938. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc +0 -0
  1939. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc +0 -0
  1940. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc +0 -0
  1941. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-312.pyc +0 -0
  1942. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc +0 -0
  1943. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_develop.cpython-312.pyc +0 -0
  1944. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc +0 -0
  1945. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc +0 -0
  1946. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc +0 -0
  1947. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc +0 -0
  1948. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc +0 -0
  1949. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_extern.cpython-312.pyc +0 -0
  1950. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc +0 -0
  1951. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-312.pyc +0 -0
  1952. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_glob.cpython-312.pyc +0 -0
  1953. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc +0 -0
  1954. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc +0 -0
  1955. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc +0 -0
  1956. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-312.pyc +0 -0
  1957. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_scripts.cpython-312.pyc +0 -0
  1958. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-312.pyc +0 -0
  1959. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc +0 -0
  1960. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc +0 -0
  1961. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc +0 -0
  1962. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc +0 -0
  1963. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-312.pyc +0 -0
  1964. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc +0 -0
  1965. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc +0 -0
  1966. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc +0 -0
  1967. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/text.cpython-312.pyc +0 -0
  1968. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc +0 -0
  1969. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py +0 -0
  1970. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc +0 -0
  1971. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc +0 -0
  1972. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/compat/py39.py +0 -3
  1973. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__init__.py +0 -0
  1974. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-312.pyc +0 -0
  1975. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-312.pyc +0 -0
  1976. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-312.pyc +0 -0
  1977. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc +0 -0
  1978. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-312.pyc +0 -0
  1979. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc +0 -0
  1980. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__init__.py +0 -59
  1981. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc +0 -0
  1982. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc +0 -0
  1983. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/downloads/preload.py +0 -18
  1984. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/setupcfg_examples.txt +0 -22
  1985. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py +0 -772
  1986. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py +0 -247
  1987. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py +0 -396
  1988. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py +0 -109
  1989. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py +0 -980
  1990. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/contexts.py +0 -131
  1991. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/environment.py +0 -95
  1992. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py +0 -392
  1993. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html +0 -3
  1994. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html +0 -4
  1995. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py +0 -0
  1996. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc +0 -0
  1997. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-312.pyc +0 -0
  1998. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pbr.cpython-312.pyc +0 -0
  1999. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc +0 -0
  2000. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py +0 -77
  2001. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pbr.py +0 -20
  2002. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py +0 -223
  2003. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py +0 -1
  2004. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/namespaces.py +0 -90
  2005. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py +0 -1
  2006. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py +0 -36
  2007. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py +0 -28
  2008. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py +0 -73
  2009. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py +0 -708
  2010. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build.py +0 -33
  2011. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py +0 -84
  2012. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py +0 -293
  2013. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py +0 -959
  2014. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_build_py.py +0 -480
  2015. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py +0 -647
  2016. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py +0 -622
  2017. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_depends.py +0 -15
  2018. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_develop.py +0 -112
  2019. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist.py +0 -278
  2020. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py +0 -147
  2021. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py +0 -198
  2022. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py +0 -1263
  2023. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py +0 -1306
  2024. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_extern.py +0 -15
  2025. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py +0 -218
  2026. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py +0 -73
  2027. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_glob.py +0 -45
  2028. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py +0 -89
  2029. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_logging.py +0 -76
  2030. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_manifest.py +0 -622
  2031. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py +0 -138
  2032. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_scripts.py +0 -12
  2033. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_sdist.py +0 -984
  2034. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setopt.py +0 -40
  2035. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py +0 -290
  2036. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py +0 -23
  2037. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py +0 -10
  2038. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py +0 -113
  2039. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_warnings.py +0 -106
  2040. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_wheel.py +0 -690
  2041. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py +0 -258
  2042. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/text.py +0 -4
  2043. package/templates/python/venv/lib/python3.12/site-packages/setuptools/tests/textwrap.py +0 -6
  2044. package/templates/python/venv/lib/python3.12/site-packages/setuptools/unicode_utils.py +0 -102
  2045. package/templates/python/venv/lib/python3.12/site-packages/setuptools/version.py +0 -6
  2046. package/templates/python/venv/lib/python3.12/site-packages/setuptools/warnings.py +0 -110
  2047. package/templates/python/venv/lib/python3.12/site-packages/setuptools/wheel.py +0 -261
  2048. package/templates/python/venv/lib/python3.12/site-packages/setuptools/windows_support.py +0 -30
  2049. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/INSTALLER +0 -1
  2050. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/METADATA +0 -141
  2051. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/RECORD +0 -868
  2052. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/WHEEL +0 -5
  2053. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/entry_points.txt +0 -51
  2054. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/licenses/LICENSE +0 -17
  2055. package/templates/python/venv/lib/python3.12/site-packages/setuptools-80.9.0.dist-info/top_level.txt +0 -3
  2056. package/templates/python/venv/pyvenv.cfg +0 -5
@@ -1,1412 +0,0 @@
1
- # noqa
2
- # ruff: noqa
3
- # flake8: noqa
4
- # pylint: skip-file
5
- # mypy: ignore-errors
6
- # yapf: disable
7
- # pylama:skip=1
8
-
9
-
10
- # *** PLEASE DO NOT MODIFY DIRECTLY: Automatically generated code ***
11
-
12
-
13
- VERSION = "2.20.0"
14
- from decimal import Decimal
15
- import re
16
- from .fastjsonschema_exceptions import JsonSchemaValueException
17
-
18
-
19
- REGEX_PATTERNS = {
20
- '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': re.compile('^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])\\Z'),
21
- '^.*$': re.compile('^.*$'),
22
- '.+': re.compile('.+'),
23
- '^.+$': re.compile('^.+$'),
24
- 'idn-email_re_pattern': re.compile('^[^@]+@[^@]+\\.[^@]+\\Z')
25
- }
26
-
27
- NoneType = type(None)
28
-
29
- def validate(data, custom_formats={}, name_prefix=None):
30
- validate_https___packaging_python_org_en_latest_specifications_declaring_build_dependencies(data, custom_formats, (name_prefix or "data") + "")
31
- return data
32
-
33
- def validate_https___packaging_python_org_en_latest_specifications_declaring_build_dependencies(data, custom_formats={}, name_prefix=None):
34
- if not isinstance(data, (dict)):
35
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/declaring-build-dependencies/', 'title': 'Data structure for ``pyproject.toml`` files', '$$description': ['File format containing build-time configurations for the Python ecosystem. ', ':pep:`517` initially defined a build-system independent format for source trees', 'which was complemented by :pep:`518` to provide a way of specifying dependencies ', 'for building Python projects.', 'Please notice the ``project`` table (as initially defined in :pep:`621`) is not included', 'in this schema and should be considered separately.'], 'type': 'object', 'additionalProperties': False, 'properties': {'build-system': {'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, 'tool': {'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '<https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html>`_.', 'See also `the old Python docs <https://docs.python.org/3.11/install/>_`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '<https://setuptools.pypa.io/en/latest/references/keywords.html>`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration>`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, 'dependency-groups': {'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='type')
36
- data_is_dict = isinstance(data, dict)
37
- if data_is_dict:
38
- data_keys = set(data.keys())
39
- if "build-system" in data_keys:
40
- data_keys.remove("build-system")
41
- data__buildsystem = data["build-system"]
42
- if not isinstance(data__buildsystem, (dict)):
43
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must be object", value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='type')
44
- data__buildsystem_is_dict = isinstance(data__buildsystem, dict)
45
- if data__buildsystem_is_dict:
46
- data__buildsystem__missing_keys = set(['requires']) - data__buildsystem.keys()
47
- if data__buildsystem__missing_keys:
48
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must contain " + (str(sorted(data__buildsystem__missing_keys)) + " properties"), value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='required')
49
- data__buildsystem_keys = set(data__buildsystem.keys())
50
- if "requires" in data__buildsystem_keys:
51
- data__buildsystem_keys.remove("requires")
52
- data__buildsystem__requires = data__buildsystem["requires"]
53
- if not isinstance(data__buildsystem__requires, (list, tuple)):
54
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.requires must be array", value=data__buildsystem__requires, name="" + (name_prefix or "data") + ".build-system.requires", definition={'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, rule='type')
55
- data__buildsystem__requires_is_list = isinstance(data__buildsystem__requires, (list, tuple))
56
- if data__buildsystem__requires_is_list:
57
- data__buildsystem__requires_len = len(data__buildsystem__requires)
58
- for data__buildsystem__requires_x, data__buildsystem__requires_item in enumerate(data__buildsystem__requires):
59
- if not isinstance(data__buildsystem__requires_item, (str)):
60
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.requires[{data__buildsystem__requires_x}]".format(**locals()) + " must be string", value=data__buildsystem__requires_item, name="" + (name_prefix or "data") + ".build-system.requires[{data__buildsystem__requires_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
61
- if "build-backend" in data__buildsystem_keys:
62
- data__buildsystem_keys.remove("build-backend")
63
- data__buildsystem__buildbackend = data__buildsystem["build-backend"]
64
- if not isinstance(data__buildsystem__buildbackend, (str)):
65
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.build-backend must be string", value=data__buildsystem__buildbackend, name="" + (name_prefix or "data") + ".build-system.build-backend", definition={'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, rule='type')
66
- if isinstance(data__buildsystem__buildbackend, str):
67
- if not custom_formats["pep517-backend-reference"](data__buildsystem__buildbackend):
68
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.build-backend must be pep517-backend-reference", value=data__buildsystem__buildbackend, name="" + (name_prefix or "data") + ".build-system.build-backend", definition={'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, rule='format')
69
- if "backend-path" in data__buildsystem_keys:
70
- data__buildsystem_keys.remove("backend-path")
71
- data__buildsystem__backendpath = data__buildsystem["backend-path"]
72
- if not isinstance(data__buildsystem__backendpath, (list, tuple)):
73
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.backend-path must be array", value=data__buildsystem__backendpath, name="" + (name_prefix or "data") + ".build-system.backend-path", definition={'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}, rule='type')
74
- data__buildsystem__backendpath_is_list = isinstance(data__buildsystem__backendpath, (list, tuple))
75
- if data__buildsystem__backendpath_is_list:
76
- data__buildsystem__backendpath_len = len(data__buildsystem__backendpath)
77
- for data__buildsystem__backendpath_x, data__buildsystem__backendpath_item in enumerate(data__buildsystem__backendpath):
78
- if not isinstance(data__buildsystem__backendpath_item, (str)):
79
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.backend-path[{data__buildsystem__backendpath_x}]".format(**locals()) + " must be string", value=data__buildsystem__backendpath_item, name="" + (name_prefix or "data") + ".build-system.backend-path[{data__buildsystem__backendpath_x}]".format(**locals()) + "", definition={'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}, rule='type')
80
- if data__buildsystem_keys:
81
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must not contain "+str(data__buildsystem_keys)+" properties", value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='additionalProperties')
82
- if "project" in data_keys:
83
- data_keys.remove("project")
84
- data__project = data["project"]
85
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml(data__project, custom_formats, (name_prefix or "data") + ".project")
86
- if "tool" in data_keys:
87
- data_keys.remove("tool")
88
- data__tool = data["tool"]
89
- if not isinstance(data__tool, (dict)):
90
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".tool must be object", value=data__tool, name="" + (name_prefix or "data") + ".tool", definition={'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '<https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html>`_.', 'See also `the old Python docs <https://docs.python.org/3.11/install/>_`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '<https://setuptools.pypa.io/en/latest/references/keywords.html>`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration>`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, rule='type')
91
- data__tool_is_dict = isinstance(data__tool, dict)
92
- if data__tool_is_dict:
93
- data__tool_keys = set(data__tool.keys())
94
- if "distutils" in data__tool_keys:
95
- data__tool_keys.remove("distutils")
96
- data__tool__distutils = data__tool["distutils"]
97
- validate_https___setuptools_pypa_io_en_latest_deprecated_distutils_configfile_html(data__tool__distutils, custom_formats, (name_prefix or "data") + ".tool.distutils")
98
- if "setuptools" in data__tool_keys:
99
- data__tool_keys.remove("setuptools")
100
- data__tool__setuptools = data__tool["setuptools"]
101
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html(data__tool__setuptools, custom_formats, (name_prefix or "data") + ".tool.setuptools")
102
- if "dependency-groups" in data_keys:
103
- data_keys.remove("dependency-groups")
104
- data__dependencygroups = data["dependency-groups"]
105
- if not isinstance(data__dependencygroups, (dict)):
106
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups must be object", value=data__dependencygroups, name="" + (name_prefix or "data") + ".dependency-groups", definition={'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}, rule='type')
107
- data__dependencygroups_is_dict = isinstance(data__dependencygroups, dict)
108
- if data__dependencygroups_is_dict:
109
- data__dependencygroups_keys = set(data__dependencygroups.keys())
110
- for data__dependencygroups_key, data__dependencygroups_val in data__dependencygroups.items():
111
- if REGEX_PATTERNS['^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'].search(data__dependencygroups_key):
112
- if data__dependencygroups_key in data__dependencygroups_keys:
113
- data__dependencygroups_keys.remove(data__dependencygroups_key)
114
- if not isinstance(data__dependencygroups_val, (list, tuple)):
115
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}".format(**locals()) + " must be array", value=data__dependencygroups_val, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}, rule='type')
116
- data__dependencygroups_val_is_list = isinstance(data__dependencygroups_val, (list, tuple))
117
- if data__dependencygroups_val_is_list:
118
- data__dependencygroups_val_len = len(data__dependencygroups_val)
119
- for data__dependencygroups_val_x, data__dependencygroups_val_item in enumerate(data__dependencygroups_val):
120
- data__dependencygroups_val_item_one_of_count1 = 0
121
- if data__dependencygroups_val_item_one_of_count1 < 2:
122
- try:
123
- if not isinstance(data__dependencygroups_val_item, (str)):
124
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be string", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, rule='type')
125
- if isinstance(data__dependencygroups_val_item, str):
126
- if not custom_formats["pep508"](data__dependencygroups_val_item):
127
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be pep508", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, rule='format')
128
- data__dependencygroups_val_item_one_of_count1 += 1
129
- except JsonSchemaValueException: pass
130
- if data__dependencygroups_val_item_one_of_count1 < 2:
131
- try:
132
- if not isinstance(data__dependencygroups_val_item, (dict)):
133
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be object", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}, rule='type')
134
- data__dependencygroups_val_item_is_dict = isinstance(data__dependencygroups_val_item, dict)
135
- if data__dependencygroups_val_item_is_dict:
136
- data__dependencygroups_val_item_keys = set(data__dependencygroups_val_item.keys())
137
- if "include-group" in data__dependencygroups_val_item_keys:
138
- data__dependencygroups_val_item_keys.remove("include-group")
139
- data__dependencygroups_val_item__includegroup = data__dependencygroups_val_item["include-group"]
140
- if not isinstance(data__dependencygroups_val_item__includegroup, (str)):
141
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + " must be string", value=data__dependencygroups_val_item__includegroup, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + "", definition={'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}, rule='type')
142
- if isinstance(data__dependencygroups_val_item__includegroup, str):
143
- if not REGEX_PATTERNS['^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'].search(data__dependencygroups_val_item__includegroup):
144
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + " must match pattern ^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$", value=data__dependencygroups_val_item__includegroup, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + "", definition={'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}, rule='pattern')
145
- if data__dependencygroups_val_item_keys:
146
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must not contain "+str(data__dependencygroups_val_item_keys)+" properties", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}, rule='additionalProperties')
147
- data__dependencygroups_val_item_one_of_count1 += 1
148
- except JsonSchemaValueException: pass
149
- if data__dependencygroups_val_item_one_of_count1 != 1:
150
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be valid exactly by one definition" + (" (" + str(data__dependencygroups_val_item_one_of_count1) + " matches found)"), value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}, rule='oneOf')
151
- if data__dependencygroups_keys:
152
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups must not contain "+str(data__dependencygroups_keys)+" properties", value=data__dependencygroups, name="" + (name_prefix or "data") + ".dependency-groups", definition={'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}, rule='additionalProperties')
153
- if data_keys:
154
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/declaring-build-dependencies/', 'title': 'Data structure for ``pyproject.toml`` files', '$$description': ['File format containing build-time configurations for the Python ecosystem. ', ':pep:`517` initially defined a build-system independent format for source trees', 'which was complemented by :pep:`518` to provide a way of specifying dependencies ', 'for building Python projects.', 'Please notice the ``project`` table (as initially defined in :pep:`621`) is not included', 'in this schema and should be considered separately.'], 'type': 'object', 'additionalProperties': False, 'properties': {'build-system': {'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, 'tool': {'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '<https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html>`_.', 'See also `the old Python docs <https://docs.python.org/3.11/install/>_`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '<https://setuptools.pypa.io/en/latest/references/keywords.html>`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration>`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, 'dependency-groups': {'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points <https://packaging.python.org/specifications/entry-points/>`_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='additionalProperties')
155
- return data
156
-
157
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html(data, custom_formats={}, name_prefix=None):
158
- if not isinstance(data, (dict)):
159
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '<https://setuptools.pypa.io/en/latest/references/keywords.html>`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration>`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}, rule='type')
160
- data_is_dict = isinstance(data, dict)
161
- if data_is_dict:
162
- data_keys = set(data.keys())
163
- if "platforms" in data_keys:
164
- data_keys.remove("platforms")
165
- data__platforms = data["platforms"]
166
- if not isinstance(data__platforms, (list, tuple)):
167
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".platforms must be array", value=data__platforms, name="" + (name_prefix or "data") + ".platforms", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
168
- data__platforms_is_list = isinstance(data__platforms, (list, tuple))
169
- if data__platforms_is_list:
170
- data__platforms_len = len(data__platforms)
171
- for data__platforms_x, data__platforms_item in enumerate(data__platforms):
172
- if not isinstance(data__platforms_item, (str)):
173
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".platforms[{data__platforms_x}]".format(**locals()) + " must be string", value=data__platforms_item, name="" + (name_prefix or "data") + ".platforms[{data__platforms_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
174
- if "provides" in data_keys:
175
- data_keys.remove("provides")
176
- data__provides = data["provides"]
177
- if not isinstance(data__provides, (list, tuple)):
178
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides must be array", value=data__provides, name="" + (name_prefix or "data") + ".provides", definition={'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, rule='type')
179
- data__provides_is_list = isinstance(data__provides, (list, tuple))
180
- if data__provides_is_list:
181
- data__provides_len = len(data__provides)
182
- for data__provides_x, data__provides_item in enumerate(data__provides):
183
- if not isinstance(data__provides_item, (str)):
184
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + " must be string", value=data__provides_item, name="" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type')
185
- if isinstance(data__provides_item, str):
186
- if not custom_formats["pep508-identifier"](data__provides_item):
187
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + " must be pep508-identifier", value=data__provides_item, name="" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format')
188
- if "obsoletes" in data_keys:
189
- data_keys.remove("obsoletes")
190
- data__obsoletes = data["obsoletes"]
191
- if not isinstance(data__obsoletes, (list, tuple)):
192
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes must be array", value=data__obsoletes, name="" + (name_prefix or "data") + ".obsoletes", definition={'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, rule='type')
193
- data__obsoletes_is_list = isinstance(data__obsoletes, (list, tuple))
194
- if data__obsoletes_is_list:
195
- data__obsoletes_len = len(data__obsoletes)
196
- for data__obsoletes_x, data__obsoletes_item in enumerate(data__obsoletes):
197
- if not isinstance(data__obsoletes_item, (str)):
198
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + " must be string", value=data__obsoletes_item, name="" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type')
199
- if isinstance(data__obsoletes_item, str):
200
- if not custom_formats["pep508-identifier"](data__obsoletes_item):
201
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + " must be pep508-identifier", value=data__obsoletes_item, name="" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format')
202
- if "zip-safe" in data_keys:
203
- data_keys.remove("zip-safe")
204
- data__zipsafe = data["zip-safe"]
205
- if not isinstance(data__zipsafe, (bool)):
206
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".zip-safe must be boolean", value=data__zipsafe, name="" + (name_prefix or "data") + ".zip-safe", definition={'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, rule='type')
207
- if "script-files" in data_keys:
208
- data_keys.remove("script-files")
209
- data__scriptfiles = data["script-files"]
210
- if not isinstance(data__scriptfiles, (list, tuple)):
211
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".script-files must be array", value=data__scriptfiles, name="" + (name_prefix or "data") + ".script-files", definition={'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, rule='type')
212
- data__scriptfiles_is_list = isinstance(data__scriptfiles, (list, tuple))
213
- if data__scriptfiles_is_list:
214
- data__scriptfiles_len = len(data__scriptfiles)
215
- for data__scriptfiles_x, data__scriptfiles_item in enumerate(data__scriptfiles):
216
- if not isinstance(data__scriptfiles_item, (str)):
217
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".script-files[{data__scriptfiles_x}]".format(**locals()) + " must be string", value=data__scriptfiles_item, name="" + (name_prefix or "data") + ".script-files[{data__scriptfiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
218
- if "eager-resources" in data_keys:
219
- data_keys.remove("eager-resources")
220
- data__eagerresources = data["eager-resources"]
221
- if not isinstance(data__eagerresources, (list, tuple)):
222
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".eager-resources must be array", value=data__eagerresources, name="" + (name_prefix or "data") + ".eager-resources", definition={'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, rule='type')
223
- data__eagerresources_is_list = isinstance(data__eagerresources, (list, tuple))
224
- if data__eagerresources_is_list:
225
- data__eagerresources_len = len(data__eagerresources)
226
- for data__eagerresources_x, data__eagerresources_item in enumerate(data__eagerresources):
227
- if not isinstance(data__eagerresources_item, (str)):
228
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".eager-resources[{data__eagerresources_x}]".format(**locals()) + " must be string", value=data__eagerresources_item, name="" + (name_prefix or "data") + ".eager-resources[{data__eagerresources_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
229
- if "packages" in data_keys:
230
- data_keys.remove("packages")
231
- data__packages = data["packages"]
232
- data__packages_one_of_count2 = 0
233
- if data__packages_one_of_count2 < 2:
234
- try:
235
- if not isinstance(data__packages, (list, tuple)):
236
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".packages must be array", value=data__packages, name="" + (name_prefix or "data") + ".packages", definition={'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, rule='type')
237
- data__packages_is_list = isinstance(data__packages, (list, tuple))
238
- if data__packages_is_list:
239
- data__packages_len = len(data__packages)
240
- for data__packages_x, data__packages_item in enumerate(data__packages):
241
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data__packages_item, custom_formats, (name_prefix or "data") + ".packages[{data__packages_x}]".format(**locals()))
242
- data__packages_one_of_count2 += 1
243
- except JsonSchemaValueException: pass
244
- if data__packages_one_of_count2 < 2:
245
- try:
246
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_find_directive(data__packages, custom_formats, (name_prefix or "data") + ".packages")
247
- data__packages_one_of_count2 += 1
248
- except JsonSchemaValueException: pass
249
- if data__packages_one_of_count2 != 1:
250
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".packages must be valid exactly by one definition" + (" (" + str(data__packages_one_of_count2) + " matches found)"), value=data__packages, name="" + (name_prefix or "data") + ".packages", definition={'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, rule='oneOf')
251
- if "package-dir" in data_keys:
252
- data_keys.remove("package-dir")
253
- data__packagedir = data["package-dir"]
254
- if not isinstance(data__packagedir, (dict)):
255
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be object", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='type')
256
- data__packagedir_is_dict = isinstance(data__packagedir, dict)
257
- if data__packagedir_is_dict:
258
- data__packagedir_keys = set(data__packagedir.keys())
259
- for data__packagedir_key, data__packagedir_val in data__packagedir.items():
260
- if REGEX_PATTERNS['^.*$'].search(data__packagedir_key):
261
- if data__packagedir_key in data__packagedir_keys:
262
- data__packagedir_keys.remove(data__packagedir_key)
263
- if not isinstance(data__packagedir_val, (str)):
264
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir.{data__packagedir_key}".format(**locals()) + " must be string", value=data__packagedir_val, name="" + (name_prefix or "data") + ".package-dir.{data__packagedir_key}".format(**locals()) + "", definition={'type': 'string'}, rule='type')
265
- if data__packagedir_keys:
266
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must not contain "+str(data__packagedir_keys)+" properties", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='additionalProperties')
267
- data__packagedir_len = len(data__packagedir)
268
- if data__packagedir_len != 0:
269
- data__packagedir_property_names = True
270
- for data__packagedir_key in data__packagedir:
271
- try:
272
- data__packagedir_key_any_of_count3 = 0
273
- if not data__packagedir_key_any_of_count3:
274
- try:
275
- if data__packagedir_key != "":
276
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be same as const definition: ", value=data__packagedir_key, name="" + (name_prefix or "data") + ".package-dir", definition={'const': ''}, rule='const')
277
- data__packagedir_key_any_of_count3 += 1
278
- except JsonSchemaValueException: pass
279
- if not data__packagedir_key_any_of_count3:
280
- try:
281
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data__packagedir_key, custom_formats, (name_prefix or "data") + ".package-dir")
282
- data__packagedir_key_any_of_count3 += 1
283
- except JsonSchemaValueException: pass
284
- if not data__packagedir_key_any_of_count3:
285
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir cannot be validated by any definition", value=data__packagedir_key, name="" + (name_prefix or "data") + ".package-dir", definition={'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, rule='anyOf')
286
- except JsonSchemaValueException:
287
- data__packagedir_property_names = False
288
- if not data__packagedir_property_names:
289
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be named by propertyName definition", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='propertyNames')
290
- if "package-data" in data_keys:
291
- data_keys.remove("package-data")
292
- data__packagedata = data["package-data"]
293
- if not isinstance(data__packagedata, (dict)):
294
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be object", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type')
295
- data__packagedata_is_dict = isinstance(data__packagedata, dict)
296
- if data__packagedata_is_dict:
297
- data__packagedata_keys = set(data__packagedata.keys())
298
- for data__packagedata_key, data__packagedata_val in data__packagedata.items():
299
- if REGEX_PATTERNS['^.*$'].search(data__packagedata_key):
300
- if data__packagedata_key in data__packagedata_keys:
301
- data__packagedata_keys.remove(data__packagedata_key)
302
- if not isinstance(data__packagedata_val, (list, tuple)):
303
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data.{data__packagedata_key}".format(**locals()) + " must be array", value=data__packagedata_val, name="" + (name_prefix or "data") + ".package-data.{data__packagedata_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
304
- data__packagedata_val_is_list = isinstance(data__packagedata_val, (list, tuple))
305
- if data__packagedata_val_is_list:
306
- data__packagedata_val_len = len(data__packagedata_val)
307
- for data__packagedata_val_x, data__packagedata_val_item in enumerate(data__packagedata_val):
308
- if not isinstance(data__packagedata_val_item, (str)):
309
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data.{data__packagedata_key}[{data__packagedata_val_x}]".format(**locals()) + " must be string", value=data__packagedata_val_item, name="" + (name_prefix or "data") + ".package-data.{data__packagedata_key}[{data__packagedata_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
310
- if data__packagedata_keys:
311
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must not contain "+str(data__packagedata_keys)+" properties", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='additionalProperties')
312
- data__packagedata_len = len(data__packagedata)
313
- if data__packagedata_len != 0:
314
- data__packagedata_property_names = True
315
- for data__packagedata_key in data__packagedata:
316
- try:
317
- data__packagedata_key_any_of_count4 = 0
318
- if not data__packagedata_key_any_of_count4:
319
- try:
320
- if not isinstance(data__packagedata_key, (str)):
321
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be string", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='type')
322
- if isinstance(data__packagedata_key, str):
323
- if not custom_formats["python-module-name"](data__packagedata_key):
324
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be python-module-name", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='format')
325
- data__packagedata_key_any_of_count4 += 1
326
- except JsonSchemaValueException: pass
327
- if not data__packagedata_key_any_of_count4:
328
- try:
329
- if data__packagedata_key != "*":
330
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be same as const definition: *", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'const': '*'}, rule='const')
331
- data__packagedata_key_any_of_count4 += 1
332
- except JsonSchemaValueException: pass
333
- if not data__packagedata_key_any_of_count4:
334
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data cannot be validated by any definition", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, rule='anyOf')
335
- except JsonSchemaValueException:
336
- data__packagedata_property_names = False
337
- if not data__packagedata_property_names:
338
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be named by propertyName definition", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='propertyNames')
339
- if "include-package-data" in data_keys:
340
- data_keys.remove("include-package-data")
341
- data__includepackagedata = data["include-package-data"]
342
- if not isinstance(data__includepackagedata, (bool)):
343
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-package-data must be boolean", value=data__includepackagedata, name="" + (name_prefix or "data") + ".include-package-data", definition={'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, rule='type')
344
- if "exclude-package-data" in data_keys:
345
- data_keys.remove("exclude-package-data")
346
- data__excludepackagedata = data["exclude-package-data"]
347
- if not isinstance(data__excludepackagedata, (dict)):
348
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be object", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type')
349
- data__excludepackagedata_is_dict = isinstance(data__excludepackagedata, dict)
350
- if data__excludepackagedata_is_dict:
351
- data__excludepackagedata_keys = set(data__excludepackagedata.keys())
352
- for data__excludepackagedata_key, data__excludepackagedata_val in data__excludepackagedata.items():
353
- if REGEX_PATTERNS['^.*$'].search(data__excludepackagedata_key):
354
- if data__excludepackagedata_key in data__excludepackagedata_keys:
355
- data__excludepackagedata_keys.remove(data__excludepackagedata_key)
356
- if not isinstance(data__excludepackagedata_val, (list, tuple)):
357
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}".format(**locals()) + " must be array", value=data__excludepackagedata_val, name="" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
358
- data__excludepackagedata_val_is_list = isinstance(data__excludepackagedata_val, (list, tuple))
359
- if data__excludepackagedata_val_is_list:
360
- data__excludepackagedata_val_len = len(data__excludepackagedata_val)
361
- for data__excludepackagedata_val_x, data__excludepackagedata_val_item in enumerate(data__excludepackagedata_val):
362
- if not isinstance(data__excludepackagedata_val_item, (str)):
363
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}[{data__excludepackagedata_val_x}]".format(**locals()) + " must be string", value=data__excludepackagedata_val_item, name="" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}[{data__excludepackagedata_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
364
- if data__excludepackagedata_keys:
365
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must not contain "+str(data__excludepackagedata_keys)+" properties", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='additionalProperties')
366
- data__excludepackagedata_len = len(data__excludepackagedata)
367
- if data__excludepackagedata_len != 0:
368
- data__excludepackagedata_property_names = True
369
- for data__excludepackagedata_key in data__excludepackagedata:
370
- try:
371
- data__excludepackagedata_key_any_of_count5 = 0
372
- if not data__excludepackagedata_key_any_of_count5:
373
- try:
374
- if not isinstance(data__excludepackagedata_key, (str)):
375
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be string", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='type')
376
- if isinstance(data__excludepackagedata_key, str):
377
- if not custom_formats["python-module-name"](data__excludepackagedata_key):
378
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be python-module-name", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='format')
379
- data__excludepackagedata_key_any_of_count5 += 1
380
- except JsonSchemaValueException: pass
381
- if not data__excludepackagedata_key_any_of_count5:
382
- try:
383
- if data__excludepackagedata_key != "*":
384
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be same as const definition: *", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'const': '*'}, rule='const')
385
- data__excludepackagedata_key_any_of_count5 += 1
386
- except JsonSchemaValueException: pass
387
- if not data__excludepackagedata_key_any_of_count5:
388
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data cannot be validated by any definition", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, rule='anyOf')
389
- except JsonSchemaValueException:
390
- data__excludepackagedata_property_names = False
391
- if not data__excludepackagedata_property_names:
392
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be named by propertyName definition", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='propertyNames')
393
- if "namespace-packages" in data_keys:
394
- data_keys.remove("namespace-packages")
395
- data__namespacepackages = data["namespace-packages"]
396
- if not isinstance(data__namespacepackages, (list, tuple)):
397
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages must be array", value=data__namespacepackages, name="" + (name_prefix or "data") + ".namespace-packages", definition={'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, rule='type')
398
- data__namespacepackages_is_list = isinstance(data__namespacepackages, (list, tuple))
399
- if data__namespacepackages_is_list:
400
- data__namespacepackages_len = len(data__namespacepackages)
401
- for data__namespacepackages_x, data__namespacepackages_item in enumerate(data__namespacepackages):
402
- if not isinstance(data__namespacepackages_item, (str)):
403
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + " must be string", value=data__namespacepackages_item, name="" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type')
404
- if isinstance(data__namespacepackages_item, str):
405
- if not custom_formats["python-module-name-relaxed"](data__namespacepackages_item):
406
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + " must be python-module-name-relaxed", value=data__namespacepackages_item, name="" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format')
407
- if "py-modules" in data_keys:
408
- data_keys.remove("py-modules")
409
- data__pymodules = data["py-modules"]
410
- if not isinstance(data__pymodules, (list, tuple)):
411
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules must be array", value=data__pymodules, name="" + (name_prefix or "data") + ".py-modules", definition={'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, rule='type')
412
- data__pymodules_is_list = isinstance(data__pymodules, (list, tuple))
413
- if data__pymodules_is_list:
414
- data__pymodules_len = len(data__pymodules)
415
- for data__pymodules_x, data__pymodules_item in enumerate(data__pymodules):
416
- if not isinstance(data__pymodules_item, (str)):
417
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + " must be string", value=data__pymodules_item, name="" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type')
418
- if isinstance(data__pymodules_item, str):
419
- if not custom_formats["python-module-name-relaxed"](data__pymodules_item):
420
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + " must be python-module-name-relaxed", value=data__pymodules_item, name="" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format')
421
- if "ext-modules" in data_keys:
422
- data_keys.remove("ext-modules")
423
- data__extmodules = data["ext-modules"]
424
- if not isinstance(data__extmodules, (list, tuple)):
425
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".ext-modules must be array", value=data__extmodules, name="" + (name_prefix or "data") + ".ext-modules", definition={'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, rule='type')
426
- data__extmodules_is_list = isinstance(data__extmodules, (list, tuple))
427
- if data__extmodules_is_list:
428
- data__extmodules_len = len(data__extmodules)
429
- for data__extmodules_x, data__extmodules_item in enumerate(data__extmodules):
430
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_ext_module(data__extmodules_item, custom_formats, (name_prefix or "data") + ".ext-modules[{data__extmodules_x}]".format(**locals()))
431
- if "data-files" in data_keys:
432
- data_keys.remove("data-files")
433
- data__datafiles = data["data-files"]
434
- if not isinstance(data__datafiles, (dict)):
435
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files must be object", value=data__datafiles, name="" + (name_prefix or "data") + ".data-files", definition={'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type')
436
- data__datafiles_is_dict = isinstance(data__datafiles, dict)
437
- if data__datafiles_is_dict:
438
- data__datafiles_keys = set(data__datafiles.keys())
439
- for data__datafiles_key, data__datafiles_val in data__datafiles.items():
440
- if REGEX_PATTERNS['^.*$'].search(data__datafiles_key):
441
- if data__datafiles_key in data__datafiles_keys:
442
- data__datafiles_keys.remove(data__datafiles_key)
443
- if not isinstance(data__datafiles_val, (list, tuple)):
444
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files.{data__datafiles_key}".format(**locals()) + " must be array", value=data__datafiles_val, name="" + (name_prefix or "data") + ".data-files.{data__datafiles_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
445
- data__datafiles_val_is_list = isinstance(data__datafiles_val, (list, tuple))
446
- if data__datafiles_val_is_list:
447
- data__datafiles_val_len = len(data__datafiles_val)
448
- for data__datafiles_val_x, data__datafiles_val_item in enumerate(data__datafiles_val):
449
- if not isinstance(data__datafiles_val_item, (str)):
450
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files.{data__datafiles_key}[{data__datafiles_val_x}]".format(**locals()) + " must be string", value=data__datafiles_val_item, name="" + (name_prefix or "data") + ".data-files.{data__datafiles_key}[{data__datafiles_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
451
- if "cmdclass" in data_keys:
452
- data_keys.remove("cmdclass")
453
- data__cmdclass = data["cmdclass"]
454
- if not isinstance(data__cmdclass, (dict)):
455
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass must be object", value=data__cmdclass, name="" + (name_prefix or "data") + ".cmdclass", definition={'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, rule='type')
456
- data__cmdclass_is_dict = isinstance(data__cmdclass, dict)
457
- if data__cmdclass_is_dict:
458
- data__cmdclass_keys = set(data__cmdclass.keys())
459
- for data__cmdclass_key, data__cmdclass_val in data__cmdclass.items():
460
- if REGEX_PATTERNS['^.*$'].search(data__cmdclass_key):
461
- if data__cmdclass_key in data__cmdclass_keys:
462
- data__cmdclass_keys.remove(data__cmdclass_key)
463
- if not isinstance(data__cmdclass_val, (str)):
464
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + " must be string", value=data__cmdclass_val, name="" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='type')
465
- if isinstance(data__cmdclass_val, str):
466
- if not custom_formats["python-qualified-identifier"](data__cmdclass_val):
467
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + " must be python-qualified-identifier", value=data__cmdclass_val, name="" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='format')
468
- if "license-files" in data_keys:
469
- data_keys.remove("license-files")
470
- data__licensefiles = data["license-files"]
471
- if not isinstance(data__licensefiles, (list, tuple)):
472
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files must be array", value=data__licensefiles, name="" + (name_prefix or "data") + ".license-files", definition={'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, rule='type')
473
- data__licensefiles_is_list = isinstance(data__licensefiles, (list, tuple))
474
- if data__licensefiles_is_list:
475
- data__licensefiles_len = len(data__licensefiles)
476
- for data__licensefiles_x, data__licensefiles_item in enumerate(data__licensefiles):
477
- if not isinstance(data__licensefiles_item, (str)):
478
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + " must be string", value=data__licensefiles_item, name="" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
479
- if "dynamic" in data_keys:
480
- data_keys.remove("dynamic")
481
- data__dynamic = data["dynamic"]
482
- if not isinstance(data__dynamic, (dict)):
483
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be object", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}, rule='type')
484
- data__dynamic_is_dict = isinstance(data__dynamic, dict)
485
- if data__dynamic_is_dict:
486
- data__dynamic_keys = set(data__dynamic.keys())
487
- if "version" in data__dynamic_keys:
488
- data__dynamic_keys.remove("version")
489
- data__dynamic__version = data__dynamic["version"]
490
- data__dynamic__version_one_of_count6 = 0
491
- if data__dynamic__version_one_of_count6 < 2:
492
- try:
493
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_attr_directive(data__dynamic__version, custom_formats, (name_prefix or "data") + ".dynamic.version")
494
- data__dynamic__version_one_of_count6 += 1
495
- except JsonSchemaValueException: pass
496
- if data__dynamic__version_one_of_count6 < 2:
497
- try:
498
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__version, custom_formats, (name_prefix or "data") + ".dynamic.version")
499
- data__dynamic__version_one_of_count6 += 1
500
- except JsonSchemaValueException: pass
501
- if data__dynamic__version_one_of_count6 != 1:
502
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.version must be valid exactly by one definition" + (" (" + str(data__dynamic__version_one_of_count6) + " matches found)"), value=data__dynamic__version, name="" + (name_prefix or "data") + ".dynamic.version", definition={'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, rule='oneOf')
503
- if "classifiers" in data__dynamic_keys:
504
- data__dynamic_keys.remove("classifiers")
505
- data__dynamic__classifiers = data__dynamic["classifiers"]
506
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__classifiers, custom_formats, (name_prefix or "data") + ".dynamic.classifiers")
507
- if "description" in data__dynamic_keys:
508
- data__dynamic_keys.remove("description")
509
- data__dynamic__description = data__dynamic["description"]
510
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__description, custom_formats, (name_prefix or "data") + ".dynamic.description")
511
- if "entry-points" in data__dynamic_keys:
512
- data__dynamic_keys.remove("entry-points")
513
- data__dynamic__entrypoints = data__dynamic["entry-points"]
514
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__entrypoints, custom_formats, (name_prefix or "data") + ".dynamic.entry-points")
515
- if "dependencies" in data__dynamic_keys:
516
- data__dynamic_keys.remove("dependencies")
517
- data__dynamic__dependencies = data__dynamic["dependencies"]
518
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data__dynamic__dependencies, custom_formats, (name_prefix or "data") + ".dynamic.dependencies")
519
- if "optional-dependencies" in data__dynamic_keys:
520
- data__dynamic_keys.remove("optional-dependencies")
521
- data__dynamic__optionaldependencies = data__dynamic["optional-dependencies"]
522
- if not isinstance(data__dynamic__optionaldependencies, (dict)):
523
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be object", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='type')
524
- data__dynamic__optionaldependencies_is_dict = isinstance(data__dynamic__optionaldependencies, dict)
525
- if data__dynamic__optionaldependencies_is_dict:
526
- data__dynamic__optionaldependencies_keys = set(data__dynamic__optionaldependencies.keys())
527
- for data__dynamic__optionaldependencies_key, data__dynamic__optionaldependencies_val in data__dynamic__optionaldependencies.items():
528
- if REGEX_PATTERNS['.+'].search(data__dynamic__optionaldependencies_key):
529
- if data__dynamic__optionaldependencies_key in data__dynamic__optionaldependencies_keys:
530
- data__dynamic__optionaldependencies_keys.remove(data__dynamic__optionaldependencies_key)
531
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data__dynamic__optionaldependencies_val, custom_formats, (name_prefix or "data") + ".dynamic.optional-dependencies.{data__dynamic__optionaldependencies_key}".format(**locals()))
532
- if data__dynamic__optionaldependencies_keys:
533
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must not contain "+str(data__dynamic__optionaldependencies_keys)+" properties", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='additionalProperties')
534
- data__dynamic__optionaldependencies_len = len(data__dynamic__optionaldependencies)
535
- if data__dynamic__optionaldependencies_len != 0:
536
- data__dynamic__optionaldependencies_property_names = True
537
- for data__dynamic__optionaldependencies_key in data__dynamic__optionaldependencies:
538
- try:
539
- if not isinstance(data__dynamic__optionaldependencies_key, (str)):
540
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be string", value=data__dynamic__optionaldependencies_key, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type')
541
- if isinstance(data__dynamic__optionaldependencies_key, str):
542
- if not custom_formats["pep508-identifier"](data__dynamic__optionaldependencies_key):
543
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be pep508-identifier", value=data__dynamic__optionaldependencies_key, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format')
544
- except JsonSchemaValueException:
545
- data__dynamic__optionaldependencies_property_names = False
546
- if not data__dynamic__optionaldependencies_property_names:
547
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be named by propertyName definition", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='propertyNames')
548
- if "readme" in data__dynamic_keys:
549
- data__dynamic_keys.remove("readme")
550
- data__dynamic__readme = data__dynamic["readme"]
551
- if not isinstance(data__dynamic__readme, (dict)):
552
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must be object", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='type')
553
- data__dynamic__readme_any_of_count7 = 0
554
- if not data__dynamic__readme_any_of_count7:
555
- try:
556
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__readme, custom_formats, (name_prefix or "data") + ".dynamic.readme")
557
- data__dynamic__readme_any_of_count7 += 1
558
- except JsonSchemaValueException: pass
559
- if not data__dynamic__readme_any_of_count7:
560
- try:
561
- if not isinstance(data__dynamic__readme, (dict)):
562
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must be object", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}, rule='type')
563
- data__dynamic__readme_is_dict = isinstance(data__dynamic__readme, dict)
564
- if data__dynamic__readme_is_dict:
565
- data__dynamic__readme_keys = set(data__dynamic__readme.keys())
566
- if "content-type" in data__dynamic__readme_keys:
567
- data__dynamic__readme_keys.remove("content-type")
568
- data__dynamic__readme__contenttype = data__dynamic__readme["content-type"]
569
- if not isinstance(data__dynamic__readme__contenttype, (str)):
570
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme.content-type must be string", value=data__dynamic__readme__contenttype, name="" + (name_prefix or "data") + ".dynamic.readme.content-type", definition={'type': 'string'}, rule='type')
571
- if "file" in data__dynamic__readme_keys:
572
- data__dynamic__readme_keys.remove("file")
573
- data__dynamic__readme__file = data__dynamic__readme["file"]
574
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_properties_file(data__dynamic__readme__file, custom_formats, (name_prefix or "data") + ".dynamic.readme.file")
575
- if data__dynamic__readme_keys:
576
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must not contain "+str(data__dynamic__readme_keys)+" properties", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}, rule='additionalProperties')
577
- data__dynamic__readme_any_of_count7 += 1
578
- except JsonSchemaValueException: pass
579
- if not data__dynamic__readme_any_of_count7:
580
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme cannot be validated by any definition", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='anyOf')
581
- data__dynamic__readme_is_dict = isinstance(data__dynamic__readme, dict)
582
- if data__dynamic__readme_is_dict:
583
- data__dynamic__readme__missing_keys = set(['file']) - data__dynamic__readme.keys()
584
- if data__dynamic__readme__missing_keys:
585
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must contain " + (str(sorted(data__dynamic__readme__missing_keys)) + " properties"), value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='required')
586
- if data__dynamic_keys:
587
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must not contain "+str(data__dynamic_keys)+" properties", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}, rule='additionalProperties')
588
- if data_keys:
589
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '<https://setuptools.pypa.io/en/latest/references/keywords.html>`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#setuptools-specific-configuration>`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '<https://setuptools.pypa.io/en/latest/userguide/datafiles.html>`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '<https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata>`_.']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}, rule='additionalProperties')
590
- return data
591
-
592
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_properties_file(data, custom_formats={}, name_prefix=None):
593
- data_one_of_count8 = 0
594
- if data_one_of_count8 < 2:
595
- try:
596
- if not isinstance(data, (str)):
597
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string'}, rule='type')
598
- data_one_of_count8 += 1
599
- except JsonSchemaValueException: pass
600
- if data_one_of_count8 < 2:
601
- try:
602
- if not isinstance(data, (list, tuple)):
603
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be array", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
604
- data_is_list = isinstance(data, (list, tuple))
605
- if data_is_list:
606
- data_len = len(data)
607
- for data_x, data_item in enumerate(data):
608
- if not isinstance(data_item, (str)):
609
- raise JsonSchemaValueException("" + (name_prefix or "data") + "[{data_x}]".format(**locals()) + " must be string", value=data_item, name="" + (name_prefix or "data") + "[{data_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
610
- data_one_of_count8 += 1
611
- except JsonSchemaValueException: pass
612
- if data_one_of_count8 != 1:
613
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be valid exactly by one definition" + (" (" + str(data_one_of_count8) + " matches found)"), value=data, name="" + (name_prefix or "data") + "", definition={'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, rule='oneOf')
614
- return data
615
-
616
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data, custom_formats={}, name_prefix=None):
617
- validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data, custom_formats, (name_prefix or "data") + "")
618
- return data
619
-
620
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data, custom_formats={}, name_prefix=None):
621
- if not isinstance(data, (dict)):
622
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='type')
623
- data_is_dict = isinstance(data, dict)
624
- if data_is_dict:
625
- data__missing_keys = set(['file']) - data.keys()
626
- if data__missing_keys:
627
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='required')
628
- data_keys = set(data.keys())
629
- if "file" in data_keys:
630
- data_keys.remove("file")
631
- data__file = data["file"]
632
- data__file_one_of_count9 = 0
633
- if data__file_one_of_count9 < 2:
634
- try:
635
- if not isinstance(data__file, (str)):
636
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be string", value=data__file, name="" + (name_prefix or "data") + ".file", definition={'type': 'string'}, rule='type')
637
- data__file_one_of_count9 += 1
638
- except JsonSchemaValueException: pass
639
- if data__file_one_of_count9 < 2:
640
- try:
641
- if not isinstance(data__file, (list, tuple)):
642
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be array", value=data__file, name="" + (name_prefix or "data") + ".file", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
643
- data__file_is_list = isinstance(data__file, (list, tuple))
644
- if data__file_is_list:
645
- data__file_len = len(data__file)
646
- for data__file_x, data__file_item in enumerate(data__file):
647
- if not isinstance(data__file_item, (str)):
648
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".file[{data__file_x}]".format(**locals()) + " must be string", value=data__file_item, name="" + (name_prefix or "data") + ".file[{data__file_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
649
- data__file_one_of_count9 += 1
650
- except JsonSchemaValueException: pass
651
- if data__file_one_of_count9 != 1:
652
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be valid exactly by one definition" + (" (" + str(data__file_one_of_count9) + " matches found)"), value=data__file, name="" + (name_prefix or "data") + ".file", definition={'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, rule='oneOf')
653
- if data_keys:
654
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='additionalProperties')
655
- return data
656
-
657
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_attr_directive(data, custom_formats={}, name_prefix=None):
658
- if not isinstance(data, (dict)):
659
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='type')
660
- data_is_dict = isinstance(data, dict)
661
- if data_is_dict:
662
- data__missing_keys = set(['attr']) - data.keys()
663
- if data__missing_keys:
664
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='required')
665
- data_keys = set(data.keys())
666
- if "attr" in data_keys:
667
- data_keys.remove("attr")
668
- data__attr = data["attr"]
669
- if not isinstance(data__attr, (str)):
670
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".attr must be string", value=data__attr, name="" + (name_prefix or "data") + ".attr", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='type')
671
- if isinstance(data__attr, str):
672
- if not custom_formats["python-qualified-identifier"](data__attr):
673
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".attr must be python-qualified-identifier", value=data__attr, name="" + (name_prefix or "data") + ".attr", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='format')
674
- if data_keys:
675
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='additionalProperties')
676
- return data
677
-
678
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_ext_module(data, custom_formats={}, name_prefix=None):
679
- if not isinstance(data, (dict)):
680
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='type')
681
- data_is_dict = isinstance(data, dict)
682
- if data_is_dict:
683
- data__missing_keys = set(['name', 'sources']) - data.keys()
684
- if data__missing_keys:
685
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='required')
686
- data_keys = set(data.keys())
687
- if "name" in data_keys:
688
- data_keys.remove("name")
689
- data__name = data["name"]
690
- if not isinstance(data__name, (str)):
691
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type')
692
- if isinstance(data__name, str):
693
- if not custom_formats["python-module-name-relaxed"](data__name):
694
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be python-module-name-relaxed", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format')
695
- if "sources" in data_keys:
696
- data_keys.remove("sources")
697
- data__sources = data["sources"]
698
- if not isinstance(data__sources, (list, tuple)):
699
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".sources must be array", value=data__sources, name="" + (name_prefix or "data") + ".sources", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
700
- data__sources_is_list = isinstance(data__sources, (list, tuple))
701
- if data__sources_is_list:
702
- data__sources_len = len(data__sources)
703
- for data__sources_x, data__sources_item in enumerate(data__sources):
704
- if not isinstance(data__sources_item, (str)):
705
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".sources[{data__sources_x}]".format(**locals()) + " must be string", value=data__sources_item, name="" + (name_prefix or "data") + ".sources[{data__sources_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
706
- if "include-dirs" in data_keys:
707
- data_keys.remove("include-dirs")
708
- data__includedirs = data["include-dirs"]
709
- if not isinstance(data__includedirs, (list, tuple)):
710
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-dirs must be array", value=data__includedirs, name="" + (name_prefix or "data") + ".include-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
711
- data__includedirs_is_list = isinstance(data__includedirs, (list, tuple))
712
- if data__includedirs_is_list:
713
- data__includedirs_len = len(data__includedirs)
714
- for data__includedirs_x, data__includedirs_item in enumerate(data__includedirs):
715
- if not isinstance(data__includedirs_item, (str)):
716
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-dirs[{data__includedirs_x}]".format(**locals()) + " must be string", value=data__includedirs_item, name="" + (name_prefix or "data") + ".include-dirs[{data__includedirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
717
- if "define-macros" in data_keys:
718
- data_keys.remove("define-macros")
719
- data__definemacros = data["define-macros"]
720
- if not isinstance(data__definemacros, (list, tuple)):
721
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros must be array", value=data__definemacros, name="" + (name_prefix or "data") + ".define-macros", definition={'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, rule='type')
722
- data__definemacros_is_list = isinstance(data__definemacros, (list, tuple))
723
- if data__definemacros_is_list:
724
- data__definemacros_len = len(data__definemacros)
725
- for data__definemacros_x, data__definemacros_item in enumerate(data__definemacros):
726
- if not isinstance(data__definemacros_item, (list, tuple)):
727
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + " must be array", value=data__definemacros_item, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + "", definition={'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}, rule='type')
728
- data__definemacros_item_is_list = isinstance(data__definemacros_item, (list, tuple))
729
- if data__definemacros_item_is_list:
730
- data__definemacros_item_len = len(data__definemacros_item)
731
- if data__definemacros_item_len > 0:
732
- data__definemacros_item__0 = data__definemacros_item[0]
733
- if not isinstance(data__definemacros_item__0, (str)):
734
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][0]".format(**locals()) + " must be string", value=data__definemacros_item__0, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][0]".format(**locals()) + "", definition={'description': 'macro name', 'type': 'string'}, rule='type')
735
- if data__definemacros_item_len > 1:
736
- data__definemacros_item__1 = data__definemacros_item[1]
737
- data__definemacros_item__1_one_of_count10 = 0
738
- if data__definemacros_item__1_one_of_count10 < 2:
739
- try:
740
- if not isinstance(data__definemacros_item__1, (str)):
741
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be string", value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
742
- data__definemacros_item__1_one_of_count10 += 1
743
- except JsonSchemaValueException: pass
744
- if data__definemacros_item__1_one_of_count10 < 2:
745
- try:
746
- if not isinstance(data__definemacros_item__1, (NoneType)):
747
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be null", value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'type': 'null'}, rule='type')
748
- data__definemacros_item__1_one_of_count10 += 1
749
- except JsonSchemaValueException: pass
750
- if data__definemacros_item__1_one_of_count10 != 1:
751
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be valid exactly by one definition" + (" (" + str(data__definemacros_item__1_one_of_count10) + " matches found)"), value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}, rule='oneOf')
752
- if data__definemacros_item_len > 2:
753
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + " must contain only specified items", value=data__definemacros_item, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + "", definition={'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}, rule='items')
754
- if "undef-macros" in data_keys:
755
- data_keys.remove("undef-macros")
756
- data__undefmacros = data["undef-macros"]
757
- if not isinstance(data__undefmacros, (list, tuple)):
758
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".undef-macros must be array", value=data__undefmacros, name="" + (name_prefix or "data") + ".undef-macros", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
759
- data__undefmacros_is_list = isinstance(data__undefmacros, (list, tuple))
760
- if data__undefmacros_is_list:
761
- data__undefmacros_len = len(data__undefmacros)
762
- for data__undefmacros_x, data__undefmacros_item in enumerate(data__undefmacros):
763
- if not isinstance(data__undefmacros_item, (str)):
764
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".undef-macros[{data__undefmacros_x}]".format(**locals()) + " must be string", value=data__undefmacros_item, name="" + (name_prefix or "data") + ".undef-macros[{data__undefmacros_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
765
- if "library-dirs" in data_keys:
766
- data_keys.remove("library-dirs")
767
- data__librarydirs = data["library-dirs"]
768
- if not isinstance(data__librarydirs, (list, tuple)):
769
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".library-dirs must be array", value=data__librarydirs, name="" + (name_prefix or "data") + ".library-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
770
- data__librarydirs_is_list = isinstance(data__librarydirs, (list, tuple))
771
- if data__librarydirs_is_list:
772
- data__librarydirs_len = len(data__librarydirs)
773
- for data__librarydirs_x, data__librarydirs_item in enumerate(data__librarydirs):
774
- if not isinstance(data__librarydirs_item, (str)):
775
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".library-dirs[{data__librarydirs_x}]".format(**locals()) + " must be string", value=data__librarydirs_item, name="" + (name_prefix or "data") + ".library-dirs[{data__librarydirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
776
- if "libraries" in data_keys:
777
- data_keys.remove("libraries")
778
- data__libraries = data["libraries"]
779
- if not isinstance(data__libraries, (list, tuple)):
780
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".libraries must be array", value=data__libraries, name="" + (name_prefix or "data") + ".libraries", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
781
- data__libraries_is_list = isinstance(data__libraries, (list, tuple))
782
- if data__libraries_is_list:
783
- data__libraries_len = len(data__libraries)
784
- for data__libraries_x, data__libraries_item in enumerate(data__libraries):
785
- if not isinstance(data__libraries_item, (str)):
786
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".libraries[{data__libraries_x}]".format(**locals()) + " must be string", value=data__libraries_item, name="" + (name_prefix or "data") + ".libraries[{data__libraries_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
787
- if "runtime-library-dirs" in data_keys:
788
- data_keys.remove("runtime-library-dirs")
789
- data__runtimelibrarydirs = data["runtime-library-dirs"]
790
- if not isinstance(data__runtimelibrarydirs, (list, tuple)):
791
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".runtime-library-dirs must be array", value=data__runtimelibrarydirs, name="" + (name_prefix or "data") + ".runtime-library-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
792
- data__runtimelibrarydirs_is_list = isinstance(data__runtimelibrarydirs, (list, tuple))
793
- if data__runtimelibrarydirs_is_list:
794
- data__runtimelibrarydirs_len = len(data__runtimelibrarydirs)
795
- for data__runtimelibrarydirs_x, data__runtimelibrarydirs_item in enumerate(data__runtimelibrarydirs):
796
- if not isinstance(data__runtimelibrarydirs_item, (str)):
797
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".runtime-library-dirs[{data__runtimelibrarydirs_x}]".format(**locals()) + " must be string", value=data__runtimelibrarydirs_item, name="" + (name_prefix or "data") + ".runtime-library-dirs[{data__runtimelibrarydirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
798
- if "extra-objects" in data_keys:
799
- data_keys.remove("extra-objects")
800
- data__extraobjects = data["extra-objects"]
801
- if not isinstance(data__extraobjects, (list, tuple)):
802
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-objects must be array", value=data__extraobjects, name="" + (name_prefix or "data") + ".extra-objects", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
803
- data__extraobjects_is_list = isinstance(data__extraobjects, (list, tuple))
804
- if data__extraobjects_is_list:
805
- data__extraobjects_len = len(data__extraobjects)
806
- for data__extraobjects_x, data__extraobjects_item in enumerate(data__extraobjects):
807
- if not isinstance(data__extraobjects_item, (str)):
808
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-objects[{data__extraobjects_x}]".format(**locals()) + " must be string", value=data__extraobjects_item, name="" + (name_prefix or "data") + ".extra-objects[{data__extraobjects_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
809
- if "extra-compile-args" in data_keys:
810
- data_keys.remove("extra-compile-args")
811
- data__extracompileargs = data["extra-compile-args"]
812
- if not isinstance(data__extracompileargs, (list, tuple)):
813
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-compile-args must be array", value=data__extracompileargs, name="" + (name_prefix or "data") + ".extra-compile-args", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
814
- data__extracompileargs_is_list = isinstance(data__extracompileargs, (list, tuple))
815
- if data__extracompileargs_is_list:
816
- data__extracompileargs_len = len(data__extracompileargs)
817
- for data__extracompileargs_x, data__extracompileargs_item in enumerate(data__extracompileargs):
818
- if not isinstance(data__extracompileargs_item, (str)):
819
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-compile-args[{data__extracompileargs_x}]".format(**locals()) + " must be string", value=data__extracompileargs_item, name="" + (name_prefix or "data") + ".extra-compile-args[{data__extracompileargs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
820
- if "extra-link-args" in data_keys:
821
- data_keys.remove("extra-link-args")
822
- data__extralinkargs = data["extra-link-args"]
823
- if not isinstance(data__extralinkargs, (list, tuple)):
824
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-link-args must be array", value=data__extralinkargs, name="" + (name_prefix or "data") + ".extra-link-args", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
825
- data__extralinkargs_is_list = isinstance(data__extralinkargs, (list, tuple))
826
- if data__extralinkargs_is_list:
827
- data__extralinkargs_len = len(data__extralinkargs)
828
- for data__extralinkargs_x, data__extralinkargs_item in enumerate(data__extralinkargs):
829
- if not isinstance(data__extralinkargs_item, (str)):
830
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-link-args[{data__extralinkargs_x}]".format(**locals()) + " must be string", value=data__extralinkargs_item, name="" + (name_prefix or "data") + ".extra-link-args[{data__extralinkargs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
831
- if "export-symbols" in data_keys:
832
- data_keys.remove("export-symbols")
833
- data__exportsymbols = data["export-symbols"]
834
- if not isinstance(data__exportsymbols, (list, tuple)):
835
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".export-symbols must be array", value=data__exportsymbols, name="" + (name_prefix or "data") + ".export-symbols", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
836
- data__exportsymbols_is_list = isinstance(data__exportsymbols, (list, tuple))
837
- if data__exportsymbols_is_list:
838
- data__exportsymbols_len = len(data__exportsymbols)
839
- for data__exportsymbols_x, data__exportsymbols_item in enumerate(data__exportsymbols):
840
- if not isinstance(data__exportsymbols_item, (str)):
841
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".export-symbols[{data__exportsymbols_x}]".format(**locals()) + " must be string", value=data__exportsymbols_item, name="" + (name_prefix or "data") + ".export-symbols[{data__exportsymbols_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
842
- if "swig-opts" in data_keys:
843
- data_keys.remove("swig-opts")
844
- data__swigopts = data["swig-opts"]
845
- if not isinstance(data__swigopts, (list, tuple)):
846
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".swig-opts must be array", value=data__swigopts, name="" + (name_prefix or "data") + ".swig-opts", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
847
- data__swigopts_is_list = isinstance(data__swigopts, (list, tuple))
848
- if data__swigopts_is_list:
849
- data__swigopts_len = len(data__swigopts)
850
- for data__swigopts_x, data__swigopts_item in enumerate(data__swigopts):
851
- if not isinstance(data__swigopts_item, (str)):
852
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".swig-opts[{data__swigopts_x}]".format(**locals()) + " must be string", value=data__swigopts_item, name="" + (name_prefix or "data") + ".swig-opts[{data__swigopts_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
853
- if "depends" in data_keys:
854
- data_keys.remove("depends")
855
- data__depends = data["depends"]
856
- if not isinstance(data__depends, (list, tuple)):
857
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".depends must be array", value=data__depends, name="" + (name_prefix or "data") + ".depends", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type')
858
- data__depends_is_list = isinstance(data__depends, (list, tuple))
859
- if data__depends_is_list:
860
- data__depends_len = len(data__depends)
861
- for data__depends_x, data__depends_item in enumerate(data__depends):
862
- if not isinstance(data__depends_item, (str)):
863
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".depends[{data__depends_x}]".format(**locals()) + " must be string", value=data__depends_item, name="" + (name_prefix or "data") + ".depends[{data__depends_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
864
- if "language" in data_keys:
865
- data_keys.remove("language")
866
- data__language = data["language"]
867
- if not isinstance(data__language, (str)):
868
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".language must be string", value=data__language, name="" + (name_prefix or "data") + ".language", definition={'type': 'string'}, rule='type')
869
- if "optional" in data_keys:
870
- data_keys.remove("optional")
871
- data__optional = data["optional"]
872
- if not isinstance(data__optional, (bool)):
873
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional must be boolean", value=data__optional, name="" + (name_prefix or "data") + ".optional", definition={'type': 'boolean'}, rule='type')
874
- if "py-limited-api" in data_keys:
875
- data_keys.remove("py-limited-api")
876
- data__pylimitedapi = data["py-limited-api"]
877
- if not isinstance(data__pylimitedapi, (bool)):
878
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-limited-api must be boolean", value=data__pylimitedapi, name="" + (name_prefix or "data") + ".py-limited-api", definition={'type': 'boolean'}, rule='type')
879
- if data_keys:
880
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='additionalProperties')
881
- return data
882
-
883
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_find_directive(data, custom_formats={}, name_prefix=None):
884
- if not isinstance(data, (dict)):
885
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}, rule='type')
886
- data_is_dict = isinstance(data, dict)
887
- if data_is_dict:
888
- data_keys = set(data.keys())
889
- if "find" in data_keys:
890
- data_keys.remove("find")
891
- data__find = data["find"]
892
- if not isinstance(data__find, (dict)):
893
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find must be object", value=data__find, name="" + (name_prefix or "data") + ".find", definition={'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}, rule='type')
894
- data__find_is_dict = isinstance(data__find, dict)
895
- if data__find_is_dict:
896
- data__find_keys = set(data__find.keys())
897
- if "where" in data__find_keys:
898
- data__find_keys.remove("where")
899
- data__find__where = data__find["where"]
900
- if not isinstance(data__find__where, (list, tuple)):
901
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.where must be array", value=data__find__where, name="" + (name_prefix or "data") + ".find.where", definition={'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, rule='type')
902
- data__find__where_is_list = isinstance(data__find__where, (list, tuple))
903
- if data__find__where_is_list:
904
- data__find__where_len = len(data__find__where)
905
- for data__find__where_x, data__find__where_item in enumerate(data__find__where):
906
- if not isinstance(data__find__where_item, (str)):
907
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.where[{data__find__where_x}]".format(**locals()) + " must be string", value=data__find__where_item, name="" + (name_prefix or "data") + ".find.where[{data__find__where_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
908
- if "exclude" in data__find_keys:
909
- data__find_keys.remove("exclude")
910
- data__find__exclude = data__find["exclude"]
911
- if not isinstance(data__find__exclude, (list, tuple)):
912
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.exclude must be array", value=data__find__exclude, name="" + (name_prefix or "data") + ".find.exclude", definition={'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, rule='type')
913
- data__find__exclude_is_list = isinstance(data__find__exclude, (list, tuple))
914
- if data__find__exclude_is_list:
915
- data__find__exclude_len = len(data__find__exclude)
916
- for data__find__exclude_x, data__find__exclude_item in enumerate(data__find__exclude):
917
- if not isinstance(data__find__exclude_item, (str)):
918
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.exclude[{data__find__exclude_x}]".format(**locals()) + " must be string", value=data__find__exclude_item, name="" + (name_prefix or "data") + ".find.exclude[{data__find__exclude_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
919
- if "include" in data__find_keys:
920
- data__find_keys.remove("include")
921
- data__find__include = data__find["include"]
922
- if not isinstance(data__find__include, (list, tuple)):
923
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.include must be array", value=data__find__include, name="" + (name_prefix or "data") + ".find.include", definition={'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, rule='type')
924
- data__find__include_is_list = isinstance(data__find__include, (list, tuple))
925
- if data__find__include_is_list:
926
- data__find__include_len = len(data__find__include)
927
- for data__find__include_x, data__find__include_item in enumerate(data__find__include):
928
- if not isinstance(data__find__include_item, (str)):
929
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.include[{data__find__include_x}]".format(**locals()) + " must be string", value=data__find__include_item, name="" + (name_prefix or "data") + ".find.include[{data__find__include_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
930
- if "namespaces" in data__find_keys:
931
- data__find_keys.remove("namespaces")
932
- data__find__namespaces = data__find["namespaces"]
933
- if not isinstance(data__find__namespaces, (bool)):
934
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.namespaces must be boolean", value=data__find__namespaces, name="" + (name_prefix or "data") + ".find.namespaces", definition={'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}, rule='type')
935
- if data__find_keys:
936
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".find must not contain "+str(data__find_keys)+" properties", value=data__find, name="" + (name_prefix or "data") + ".find", definition={'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}, rule='additionalProperties')
937
- if data_keys:
938
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '<https://setuptools.pypa.io/en/latest/userguide/package_discovery.html>`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}, rule='additionalProperties')
939
- return data
940
-
941
- def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data, custom_formats={}, name_prefix=None):
942
- if not isinstance(data, (str)):
943
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, rule='type')
944
- data_any_of_count11 = 0
945
- if not data_any_of_count11:
946
- try:
947
- if not isinstance(data, (str)):
948
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type')
949
- if isinstance(data, str):
950
- if not custom_formats["python-module-name-relaxed"](data):
951
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be python-module-name-relaxed", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format')
952
- data_any_of_count11 += 1
953
- except JsonSchemaValueException: pass
954
- if not data_any_of_count11:
955
- try:
956
- if not isinstance(data, (str)):
957
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'pep561-stub-name'}, rule='type')
958
- if isinstance(data, str):
959
- if not custom_formats["pep561-stub-name"](data):
960
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be pep561-stub-name", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'pep561-stub-name'}, rule='format')
961
- data_any_of_count11 += 1
962
- except JsonSchemaValueException: pass
963
- if not data_any_of_count11:
964
- raise JsonSchemaValueException("" + (name_prefix or "data") + " cannot be validated by any definition", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, rule='anyOf')
965
- return data
966
-
967
- def validate_https___setuptools_pypa_io_en_latest_deprecated_distutils_configfile_html(data, custom_formats={}, name_prefix=None):
968
- if not isinstance(data, (dict)):
969
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '<https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html>`_.', 'See also `the old Python docs <https://docs.python.org/3.11/install/>_`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, rule='type')
970
- data_is_dict = isinstance(data, dict)
971
- if data_is_dict:
972
- data_keys = set(data.keys())
973
- if "global" in data_keys:
974
- data_keys.remove("global")
975
- data__global = data["global"]
976
- if not isinstance(data__global, (dict)):
977
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".global must be object", value=data__global, name="" + (name_prefix or "data") + ".global", definition={'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}, rule='type')
978
- for data_key, data_val in data.items():
979
- if REGEX_PATTERNS['.+'].search(data_key):
980
- if data_key in data_keys:
981
- data_keys.remove(data_key)
982
- if not isinstance(data_val, (dict)):
983
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be object", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'object'}, rule='type')
984
- return data
985
-
986
- def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml(data, custom_formats={}, name_prefix=None):
987
- if not isinstance(data, (dict)):
988
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='type')
989
- try:
990
- try:
991
- data_is_dict = isinstance(data, dict)
992
- if data_is_dict:
993
- data__missing_keys = set(['dynamic']) - data.keys()
994
- if data__missing_keys:
995
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, rule='required')
996
- data_keys = set(data.keys())
997
- if "dynamic" in data_keys:
998
- data_keys.remove("dynamic")
999
- data__dynamic = data["dynamic"]
1000
- data__dynamic_is_list = isinstance(data__dynamic, (list, tuple))
1001
- if data__dynamic_is_list:
1002
- data__dynamic_contains = False
1003
- for data__dynamic_key in data__dynamic:
1004
- try:
1005
- if data__dynamic_key != "version":
1006
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be same as const definition: version", value=data__dynamic_key, name="" + (name_prefix or "data") + ".dynamic", definition={'const': 'version'}, rule='const')
1007
- data__dynamic_contains = True
1008
- break
1009
- except JsonSchemaValueException: pass
1010
- if not data__dynamic_contains:
1011
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must contain one of contains definition", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}, rule='contains')
1012
- except JsonSchemaValueException: pass
1013
- else:
1014
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must NOT match a disallowed definition", value=data, name="" + (name_prefix or "data") + "", definition={'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, rule='not')
1015
- except JsonSchemaValueException:
1016
- pass
1017
- else:
1018
- data_is_dict = isinstance(data, dict)
1019
- if data_is_dict:
1020
- data__missing_keys = set(['version']) - data.keys()
1021
- if data__missing_keys:
1022
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}, rule='required')
1023
- try:
1024
- data_is_dict = isinstance(data, dict)
1025
- if data_is_dict:
1026
- data__missing_keys = set(['license-files']) - data.keys()
1027
- if data__missing_keys:
1028
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['license-files']}, rule='required')
1029
- except JsonSchemaValueException:
1030
- pass
1031
- else:
1032
- data_is_dict = isinstance(data, dict)
1033
- if data_is_dict:
1034
- data_keys = set(data.keys())
1035
- if "license" in data_keys:
1036
- data_keys.remove("license")
1037
- data__license = data["license"]
1038
- if not isinstance(data__license, (str)):
1039
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be string", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string'}, rule='type')
1040
- data_is_dict = isinstance(data, dict)
1041
- if data_is_dict:
1042
- data__missing_keys = set(['name']) - data.keys()
1043
- if data__missing_keys:
1044
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='required')
1045
- data_keys = set(data.keys())
1046
- if "name" in data_keys:
1047
- data_keys.remove("name")
1048
- data__name = data["name"]
1049
- if not isinstance(data__name, (str)):
1050
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, rule='type')
1051
- if isinstance(data__name, str):
1052
- if not custom_formats["pep508-identifier"](data__name):
1053
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be pep508-identifier", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, rule='format')
1054
- if "version" in data_keys:
1055
- data_keys.remove("version")
1056
- data__version = data["version"]
1057
- if not isinstance(data__version, (str)):
1058
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".version must be string", value=data__version, name="" + (name_prefix or "data") + ".version", definition={'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, rule='type')
1059
- if isinstance(data__version, str):
1060
- if not custom_formats["pep440"](data__version):
1061
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".version must be pep440", value=data__version, name="" + (name_prefix or "data") + ".version", definition={'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, rule='format')
1062
- if "description" in data_keys:
1063
- data_keys.remove("description")
1064
- data__description = data["description"]
1065
- if not isinstance(data__description, (str)):
1066
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".description must be string", value=data__description, name="" + (name_prefix or "data") + ".description", definition={'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, rule='type')
1067
- if "readme" in data_keys:
1068
- data_keys.remove("readme")
1069
- data__readme = data["readme"]
1070
- data__readme_one_of_count12 = 0
1071
- if data__readme_one_of_count12 < 2:
1072
- try:
1073
- if not isinstance(data__readme, (str)):
1074
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be string", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, rule='type')
1075
- data__readme_one_of_count12 += 1
1076
- except JsonSchemaValueException: pass
1077
- if data__readme_one_of_count12 < 2:
1078
- try:
1079
- if not isinstance(data__readme, (dict)):
1080
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be object", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}, rule='type')
1081
- data__readme_any_of_count13 = 0
1082
- if not data__readme_any_of_count13:
1083
- try:
1084
- data__readme_is_dict = isinstance(data__readme, dict)
1085
- if data__readme_is_dict:
1086
- data__readme__missing_keys = set(['file']) - data__readme.keys()
1087
- if data__readme__missing_keys:
1088
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, rule='required')
1089
- data__readme_keys = set(data__readme.keys())
1090
- if "file" in data__readme_keys:
1091
- data__readme_keys.remove("file")
1092
- data__readme__file = data__readme["file"]
1093
- if not isinstance(data__readme__file, (str)):
1094
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.file must be string", value=data__readme__file, name="" + (name_prefix or "data") + ".readme.file", definition={'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}, rule='type')
1095
- data__readme_any_of_count13 += 1
1096
- except JsonSchemaValueException: pass
1097
- if not data__readme_any_of_count13:
1098
- try:
1099
- data__readme_is_dict = isinstance(data__readme, dict)
1100
- if data__readme_is_dict:
1101
- data__readme__missing_keys = set(['text']) - data__readme.keys()
1102
- if data__readme__missing_keys:
1103
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}, rule='required')
1104
- data__readme_keys = set(data__readme.keys())
1105
- if "text" in data__readme_keys:
1106
- data__readme_keys.remove("text")
1107
- data__readme__text = data__readme["text"]
1108
- if not isinstance(data__readme__text, (str)):
1109
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.text must be string", value=data__readme__text, name="" + (name_prefix or "data") + ".readme.text", definition={'type': 'string', 'description': 'Full text describing the project.'}, rule='type')
1110
- data__readme_any_of_count13 += 1
1111
- except JsonSchemaValueException: pass
1112
- if not data__readme_any_of_count13:
1113
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme cannot be validated by any definition", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, rule='anyOf')
1114
- data__readme_is_dict = isinstance(data__readme, dict)
1115
- if data__readme_is_dict:
1116
- data__readme__missing_keys = set(['content-type']) - data__readme.keys()
1117
- if data__readme__missing_keys:
1118
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}, rule='required')
1119
- data__readme_keys = set(data__readme.keys())
1120
- if "content-type" in data__readme_keys:
1121
- data__readme_keys.remove("content-type")
1122
- data__readme__contenttype = data__readme["content-type"]
1123
- if not isinstance(data__readme__contenttype, (str)):
1124
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.content-type must be string", value=data__readme__contenttype, name="" + (name_prefix or "data") + ".readme.content-type", definition={'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}, rule='type')
1125
- data__readme_one_of_count12 += 1
1126
- except JsonSchemaValueException: pass
1127
- if data__readme_one_of_count12 != 1:
1128
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be valid exactly by one definition" + (" (" + str(data__readme_one_of_count12) + " matches found)"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, rule='oneOf')
1129
- if "requires-python" in data_keys:
1130
- data_keys.remove("requires-python")
1131
- data__requirespython = data["requires-python"]
1132
- if not isinstance(data__requirespython, (str)):
1133
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".requires-python must be string", value=data__requirespython, name="" + (name_prefix or "data") + ".requires-python", definition={'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, rule='type')
1134
- if isinstance(data__requirespython, str):
1135
- if not custom_formats["pep508-versionspec"](data__requirespython):
1136
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".requires-python must be pep508-versionspec", value=data__requirespython, name="" + (name_prefix or "data") + ".requires-python", definition={'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, rule='format')
1137
- if "license" in data_keys:
1138
- data_keys.remove("license")
1139
- data__license = data["license"]
1140
- data__license_one_of_count14 = 0
1141
- if data__license_one_of_count14 < 2:
1142
- try:
1143
- if not isinstance(data__license, (str)):
1144
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be string", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, rule='type')
1145
- if isinstance(data__license, str):
1146
- if not custom_formats["SPDX"](data__license):
1147
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be SPDX", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, rule='format')
1148
- data__license_one_of_count14 += 1
1149
- except JsonSchemaValueException: pass
1150
- if data__license_one_of_count14 < 2:
1151
- try:
1152
- if not isinstance(data__license, (dict)):
1153
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be object", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, rule='type')
1154
- data__license_is_dict = isinstance(data__license, dict)
1155
- if data__license_is_dict:
1156
- data__license__missing_keys = set(['file']) - data__license.keys()
1157
- if data__license__missing_keys:
1158
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must contain " + (str(sorted(data__license__missing_keys)) + " properties"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, rule='required')
1159
- data__license_keys = set(data__license.keys())
1160
- if "file" in data__license_keys:
1161
- data__license_keys.remove("file")
1162
- data__license__file = data__license["file"]
1163
- if not isinstance(data__license__file, (str)):
1164
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license.file must be string", value=data__license__file, name="" + (name_prefix or "data") + ".license.file", definition={'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}, rule='type')
1165
- data__license_one_of_count14 += 1
1166
- except JsonSchemaValueException: pass
1167
- if data__license_one_of_count14 < 2:
1168
- try:
1169
- if not isinstance(data__license, (dict)):
1170
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be object", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}, rule='type')
1171
- data__license_is_dict = isinstance(data__license, dict)
1172
- if data__license_is_dict:
1173
- data__license__missing_keys = set(['text']) - data__license.keys()
1174
- if data__license__missing_keys:
1175
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must contain " + (str(sorted(data__license__missing_keys)) + " properties"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}, rule='required')
1176
- data__license_keys = set(data__license.keys())
1177
- if "text" in data__license_keys:
1178
- data__license_keys.remove("text")
1179
- data__license__text = data__license["text"]
1180
- if not isinstance(data__license__text, (str)):
1181
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license.text must be string", value=data__license__text, name="" + (name_prefix or "data") + ".license.text", definition={'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}, rule='type')
1182
- data__license_one_of_count14 += 1
1183
- except JsonSchemaValueException: pass
1184
- if data__license_one_of_count14 != 1:
1185
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be valid exactly by one definition" + (" (" + str(data__license_one_of_count14) + " matches found)"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, rule='oneOf')
1186
- if "license-files" in data_keys:
1187
- data_keys.remove("license-files")
1188
- data__licensefiles = data["license-files"]
1189
- if not isinstance(data__licensefiles, (list, tuple)):
1190
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files must be array", value=data__licensefiles, name="" + (name_prefix or "data") + ".license-files", definition={'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, rule='type')
1191
- data__licensefiles_is_list = isinstance(data__licensefiles, (list, tuple))
1192
- if data__licensefiles_is_list:
1193
- data__licensefiles_len = len(data__licensefiles)
1194
- for data__licensefiles_x, data__licensefiles_item in enumerate(data__licensefiles):
1195
- if not isinstance(data__licensefiles_item, (str)):
1196
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + " must be string", value=data__licensefiles_item, name="" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
1197
- if "authors" in data_keys:
1198
- data_keys.remove("authors")
1199
- data__authors = data["authors"]
1200
- if not isinstance(data__authors, (list, tuple)):
1201
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".authors must be array", value=data__authors, name="" + (name_prefix or "data") + ".authors", definition={'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, rule='type')
1202
- data__authors_is_list = isinstance(data__authors, (list, tuple))
1203
- if data__authors_is_list:
1204
- data__authors_len = len(data__authors)
1205
- for data__authors_x, data__authors_item in enumerate(data__authors):
1206
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data__authors_item, custom_formats, (name_prefix or "data") + ".authors[{data__authors_x}]".format(**locals()))
1207
- if "maintainers" in data_keys:
1208
- data_keys.remove("maintainers")
1209
- data__maintainers = data["maintainers"]
1210
- if not isinstance(data__maintainers, (list, tuple)):
1211
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".maintainers must be array", value=data__maintainers, name="" + (name_prefix or "data") + ".maintainers", definition={'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, rule='type')
1212
- data__maintainers_is_list = isinstance(data__maintainers, (list, tuple))
1213
- if data__maintainers_is_list:
1214
- data__maintainers_len = len(data__maintainers)
1215
- for data__maintainers_x, data__maintainers_item in enumerate(data__maintainers):
1216
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data__maintainers_item, custom_formats, (name_prefix or "data") + ".maintainers[{data__maintainers_x}]".format(**locals()))
1217
- if "keywords" in data_keys:
1218
- data_keys.remove("keywords")
1219
- data__keywords = data["keywords"]
1220
- if not isinstance(data__keywords, (list, tuple)):
1221
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".keywords must be array", value=data__keywords, name="" + (name_prefix or "data") + ".keywords", definition={'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, rule='type')
1222
- data__keywords_is_list = isinstance(data__keywords, (list, tuple))
1223
- if data__keywords_is_list:
1224
- data__keywords_len = len(data__keywords)
1225
- for data__keywords_x, data__keywords_item in enumerate(data__keywords):
1226
- if not isinstance(data__keywords_item, (str)):
1227
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".keywords[{data__keywords_x}]".format(**locals()) + " must be string", value=data__keywords_item, name="" + (name_prefix or "data") + ".keywords[{data__keywords_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type')
1228
- if "classifiers" in data_keys:
1229
- data_keys.remove("classifiers")
1230
- data__classifiers = data["classifiers"]
1231
- if not isinstance(data__classifiers, (list, tuple)):
1232
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers must be array", value=data__classifiers, name="" + (name_prefix or "data") + ".classifiers", definition={'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, rule='type')
1233
- data__classifiers_is_list = isinstance(data__classifiers, (list, tuple))
1234
- if data__classifiers_is_list:
1235
- data__classifiers_len = len(data__classifiers)
1236
- for data__classifiers_x, data__classifiers_item in enumerate(data__classifiers):
1237
- if not isinstance(data__classifiers_item, (str)):
1238
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + " must be string", value=data__classifiers_item, name="" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, rule='type')
1239
- if isinstance(data__classifiers_item, str):
1240
- if not custom_formats["trove-classifier"](data__classifiers_item):
1241
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + " must be trove-classifier", value=data__classifiers_item, name="" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, rule='format')
1242
- if "urls" in data_keys:
1243
- data_keys.remove("urls")
1244
- data__urls = data["urls"]
1245
- if not isinstance(data__urls, (dict)):
1246
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls must be object", value=data__urls, name="" + (name_prefix or "data") + ".urls", definition={'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, rule='type')
1247
- data__urls_is_dict = isinstance(data__urls, dict)
1248
- if data__urls_is_dict:
1249
- data__urls_keys = set(data__urls.keys())
1250
- for data__urls_key, data__urls_val in data__urls.items():
1251
- if REGEX_PATTERNS['^.+$'].search(data__urls_key):
1252
- if data__urls_key in data__urls_keys:
1253
- data__urls_keys.remove(data__urls_key)
1254
- if not isinstance(data__urls_val, (str)):
1255
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + " must be string", value=data__urls_val, name="" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'url'}, rule='type')
1256
- if isinstance(data__urls_val, str):
1257
- if not custom_formats["url"](data__urls_val):
1258
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + " must be url", value=data__urls_val, name="" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'url'}, rule='format')
1259
- if data__urls_keys:
1260
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls must not contain "+str(data__urls_keys)+" properties", value=data__urls, name="" + (name_prefix or "data") + ".urls", definition={'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, rule='additionalProperties')
1261
- if "scripts" in data_keys:
1262
- data_keys.remove("scripts")
1263
- data__scripts = data["scripts"]
1264
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__scripts, custom_formats, (name_prefix or "data") + ".scripts")
1265
- if "gui-scripts" in data_keys:
1266
- data_keys.remove("gui-scripts")
1267
- data__guiscripts = data["gui-scripts"]
1268
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__guiscripts, custom_formats, (name_prefix or "data") + ".gui-scripts")
1269
- if "entry-points" in data_keys:
1270
- data_keys.remove("entry-points")
1271
- data__entrypoints = data["entry-points"]
1272
- data__entrypoints_is_dict = isinstance(data__entrypoints, dict)
1273
- if data__entrypoints_is_dict:
1274
- data__entrypoints_keys = set(data__entrypoints.keys())
1275
- for data__entrypoints_key, data__entrypoints_val in data__entrypoints.items():
1276
- if REGEX_PATTERNS['^.+$'].search(data__entrypoints_key):
1277
- if data__entrypoints_key in data__entrypoints_keys:
1278
- data__entrypoints_keys.remove(data__entrypoints_key)
1279
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__entrypoints_val, custom_formats, (name_prefix or "data") + ".entry-points.{data__entrypoints_key}".format(**locals()))
1280
- if data__entrypoints_keys:
1281
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must not contain "+str(data__entrypoints_keys)+" properties", value=data__entrypoints, name="" + (name_prefix or "data") + ".entry-points", definition={'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, rule='additionalProperties')
1282
- data__entrypoints_len = len(data__entrypoints)
1283
- if data__entrypoints_len != 0:
1284
- data__entrypoints_property_names = True
1285
- for data__entrypoints_key in data__entrypoints:
1286
- try:
1287
- if isinstance(data__entrypoints_key, str):
1288
- if not custom_formats["python-entrypoint-group"](data__entrypoints_key):
1289
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must be python-entrypoint-group", value=data__entrypoints_key, name="" + (name_prefix or "data") + ".entry-points", definition={'format': 'python-entrypoint-group'}, rule='format')
1290
- except JsonSchemaValueException:
1291
- data__entrypoints_property_names = False
1292
- if not data__entrypoints_property_names:
1293
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must be named by propertyName definition", value=data__entrypoints, name="" + (name_prefix or "data") + ".entry-points", definition={'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, rule='propertyNames')
1294
- if "dependencies" in data_keys:
1295
- data_keys.remove("dependencies")
1296
- data__dependencies = data["dependencies"]
1297
- if not isinstance(data__dependencies, (list, tuple)):
1298
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependencies must be array", value=data__dependencies, name="" + (name_prefix or "data") + ".dependencies", definition={'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, rule='type')
1299
- data__dependencies_is_list = isinstance(data__dependencies, (list, tuple))
1300
- if data__dependencies_is_list:
1301
- data__dependencies_len = len(data__dependencies)
1302
- for data__dependencies_x, data__dependencies_item in enumerate(data__dependencies):
1303
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data__dependencies_item, custom_formats, (name_prefix or "data") + ".dependencies[{data__dependencies_x}]".format(**locals()))
1304
- if "optional-dependencies" in data_keys:
1305
- data_keys.remove("optional-dependencies")
1306
- data__optionaldependencies = data["optional-dependencies"]
1307
- if not isinstance(data__optionaldependencies, (dict)):
1308
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be object", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='type')
1309
- data__optionaldependencies_is_dict = isinstance(data__optionaldependencies, dict)
1310
- if data__optionaldependencies_is_dict:
1311
- data__optionaldependencies_keys = set(data__optionaldependencies.keys())
1312
- for data__optionaldependencies_key, data__optionaldependencies_val in data__optionaldependencies.items():
1313
- if REGEX_PATTERNS['^.+$'].search(data__optionaldependencies_key):
1314
- if data__optionaldependencies_key in data__optionaldependencies_keys:
1315
- data__optionaldependencies_keys.remove(data__optionaldependencies_key)
1316
- if not isinstance(data__optionaldependencies_val, (list, tuple)):
1317
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}".format(**locals()) + " must be array", value=data__optionaldependencies_val, name="" + (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, rule='type')
1318
- data__optionaldependencies_val_is_list = isinstance(data__optionaldependencies_val, (list, tuple))
1319
- if data__optionaldependencies_val_is_list:
1320
- data__optionaldependencies_val_len = len(data__optionaldependencies_val)
1321
- for data__optionaldependencies_val_x, data__optionaldependencies_val_item in enumerate(data__optionaldependencies_val):
1322
- validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data__optionaldependencies_val_item, custom_formats, (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}[{data__optionaldependencies_val_x}]".format(**locals()))
1323
- if data__optionaldependencies_keys:
1324
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must not contain "+str(data__optionaldependencies_keys)+" properties", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='additionalProperties')
1325
- data__optionaldependencies_len = len(data__optionaldependencies)
1326
- if data__optionaldependencies_len != 0:
1327
- data__optionaldependencies_property_names = True
1328
- for data__optionaldependencies_key in data__optionaldependencies:
1329
- try:
1330
- if isinstance(data__optionaldependencies_key, str):
1331
- if not custom_formats["pep508-identifier"](data__optionaldependencies_key):
1332
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be pep508-identifier", value=data__optionaldependencies_key, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'format': 'pep508-identifier'}, rule='format')
1333
- except JsonSchemaValueException:
1334
- data__optionaldependencies_property_names = False
1335
- if not data__optionaldependencies_property_names:
1336
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be named by propertyName definition", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='propertyNames')
1337
- if "dynamic" in data_keys:
1338
- data_keys.remove("dynamic")
1339
- data__dynamic = data["dynamic"]
1340
- if not isinstance(data__dynamic, (list, tuple)):
1341
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be array", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}, rule='type')
1342
- data__dynamic_is_list = isinstance(data__dynamic, (list, tuple))
1343
- if data__dynamic_is_list:
1344
- data__dynamic_len = len(data__dynamic)
1345
- for data__dynamic_x, data__dynamic_item in enumerate(data__dynamic):
1346
- if data__dynamic_item not in ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']:
1347
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic[{data__dynamic_x}]".format(**locals()) + " must be one of ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']", value=data__dynamic_item, name="" + (name_prefix or "data") + ".dynamic[{data__dynamic_x}]".format(**locals()) + "", definition={'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}, rule='enum')
1348
- if data_keys:
1349
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '<https://packaging.python.org/specifications/core-metadata/#summary>`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '<https://peps.python.org/pep-0621/#readme>`_', "with meaning similar to the one defined in `core metadata's Description", '<https://packaging.python.org/specifications/core-metadata/#description>`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '<https://packaging.python.org/specifications/core-metadata/#requires-python>`_.']}, 'license': {'description': '`Project license <https://peps.python.org/pep-0621/#license>`_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '<https://packaging.python.org/specifications/core-metadata/#license>`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier <https://pypi.org/classifiers/>`_.'}, '$$description': ['`Trove classifiers <https://pypi.org/classifiers/>`_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '<https://packaging.python.org/specifications/entry-points/>`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='additionalProperties')
1350
- return data
1351
-
1352
- def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data, custom_formats={}, name_prefix=None):
1353
- if not isinstance(data, (str)):
1354
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}, rule='type')
1355
- if isinstance(data, str):
1356
- if not custom_formats["pep508"](data):
1357
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be pep508", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}, rule='format')
1358
- return data
1359
-
1360
- def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data, custom_formats={}, name_prefix=None):
1361
- if not isinstance(data, (dict)):
1362
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='type')
1363
- data_is_dict = isinstance(data, dict)
1364
- if data_is_dict:
1365
- data_keys = set(data.keys())
1366
- for data_key, data_val in data.items():
1367
- if REGEX_PATTERNS['^.+$'].search(data_key):
1368
- if data_key in data_keys:
1369
- data_keys.remove(data_key)
1370
- if not isinstance(data_val, (str)):
1371
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be string", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}, rule='type')
1372
- if isinstance(data_val, str):
1373
- if not custom_formats["python-entrypoint-reference"](data_val):
1374
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be python-entrypoint-reference", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}, rule='format')
1375
- if data_keys:
1376
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='additionalProperties')
1377
- data_len = len(data)
1378
- if data_len != 0:
1379
- data_property_names = True
1380
- for data_key in data:
1381
- try:
1382
- if isinstance(data_key, str):
1383
- if not custom_formats["python-entrypoint-name"](data_key):
1384
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be python-entrypoint-name", value=data_key, name="" + (name_prefix or "data") + "", definition={'format': 'python-entrypoint-name'}, rule='format')
1385
- except JsonSchemaValueException:
1386
- data_property_names = False
1387
- if not data_property_names:
1388
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be named by propertyName definition", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '<https://packaging.python.org/specifications/entry-points/>`_', 'and `setuptools docs', '<https://setuptools.pypa.io/en/latest/userguide/entry_point.html>`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='propertyNames')
1389
- return data
1390
-
1391
- def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data, custom_formats={}, name_prefix=None):
1392
- if not isinstance(data, (dict)):
1393
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, rule='type')
1394
- data_is_dict = isinstance(data, dict)
1395
- if data_is_dict:
1396
- data_keys = set(data.keys())
1397
- if "name" in data_keys:
1398
- data_keys.remove("name")
1399
- data__name = data["name"]
1400
- if not isinstance(data__name, (str)):
1401
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, rule='type')
1402
- if "email" in data_keys:
1403
- data_keys.remove("email")
1404
- data__email = data["email"]
1405
- if not isinstance(data__email, (str)):
1406
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".email must be string", value=data__email, name="" + (name_prefix or "data") + ".email", definition={'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}, rule='type')
1407
- if isinstance(data__email, str):
1408
- if not REGEX_PATTERNS["idn-email_re_pattern"].match(data__email):
1409
- raise JsonSchemaValueException("" + (name_prefix or "data") + ".email must be idn-email", value=data__email, name="" + (name_prefix or "data") + ".email", definition={'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}, rule='format')
1410
- if data_keys:
1411
- raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, rule='additionalProperties')
1412
- return data