py2docfx 0.1.16.dev2052678__py3-none-any.whl → 0.1.16.dev2064350__py3-none-any.whl

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 (281) hide show
  1. py2docfx/convert_prepare/environment.py +3 -1
  2. py2docfx/convert_prepare/get_source.py +6 -1
  3. py2docfx/convert_prepare/package_info.py +1 -1
  4. py2docfx/venv/basevenv/Lib/site-packages/babel/py.typed +1 -0
  5. py2docfx/venv/basevenv/Lib/site-packages/markupsafe/_speedups.pyi +1 -0
  6. py2docfx/venv/basevenv/Lib/site-packages/markupsafe/py.typed +0 -0
  7. py2docfx/venv/basevenv/Lib/site-packages/packaging/py.typed +0 -0
  8. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  9. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  10. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
  11. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  12. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  13. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  14. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  15. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
  16. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  17. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  18. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
  19. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
  20. py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  21. py2docfx/venv/basevenv/Lib/site-packages/pip/py.typed +4 -0
  22. py2docfx/venv/basevenv/Lib/site-packages/pkg_resources/py.typed +0 -0
  23. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  24. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  25. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
  26. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
  27. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  28. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
  29. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
  30. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  31. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
  32. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  33. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  34. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
  35. py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  36. py2docfx/venv/basevenv/Lib/site-packages/sphinx/py.typed +0 -0
  37. py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/applehelp/py.typed +0 -0
  38. py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/htmlhelp/py.typed +0 -0
  39. py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/qthelp/py.typed +0 -0
  40. py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/serializinghtml/py.typed +0 -0
  41. py2docfx/venv/basevenv/Lib/site-packages/urllib3/_version.py +9 -4
  42. py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
  43. py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
  44. py2docfx/venv/basevenv/Lib/site-packages/urllib3/exceptions.py +12 -4
  45. py2docfx/venv/basevenv/Lib/site-packages/urllib3/http2/connection.py +1 -1
  46. py2docfx/venv/basevenv/Lib/site-packages/urllib3/py.typed +2 -0
  47. py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_.py +21 -1
  48. py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
  49. py2docfx/venv/basevenv/Lib/site-packages/wheel/__init__.py +1 -1
  50. py2docfx/venv/basevenv/Lib/site-packages/wheel/__main__.py +7 -5
  51. py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
  52. py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
  53. py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
  54. py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
  55. py2docfx/venv/basevenv/Lib/site-packages/wheel/_metadata.py +184 -0
  56. py2docfx/venv/basevenv/Lib/site-packages/wheel/bdist_wheel.py +12 -23
  57. py2docfx/venv/basevenv/Lib/site-packages/wheel/macosx_libfile.py +4 -0
  58. py2docfx/venv/basevenv/Lib/site-packages/wheel/metadata.py +17 -183
  59. py2docfx/venv/basevenv/Lib/site-packages/wheel/wheelfile.py +30 -16
  60. py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py +1 -1
  61. py2docfx/venv/venv1/Lib/site-packages/azure/core/credentials.py +5 -4
  62. py2docfx/venv/venv1/Lib/site-packages/azure/core/instrumentation.py +67 -0
  63. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base.py +3 -1
  64. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools.py +1 -1
  65. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py +4 -4
  66. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py +1 -2
  67. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_distributed_tracing.py +152 -29
  68. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect.py +3 -2
  69. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect_async.py +2 -2
  70. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py +3 -10
  71. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry_async.py +3 -8
  72. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_universal.py +2 -0
  73. py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_aiohttp.py +0 -1
  74. py2docfx/venv/venv1/Lib/site-packages/azure/core/polling/base_polling.py +3 -3
  75. py2docfx/venv/venv1/Lib/site-packages/azure/core/py.typed +0 -0
  76. py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_http_response_impl_async.py +3 -0
  77. py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_rest_py3.py +2 -2
  78. py2docfx/venv/venv1/Lib/site-packages/azure/core/settings.py +27 -21
  79. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/__init__.py +3 -7
  80. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_abstract_span.py +2 -35
  81. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_models.py +71 -0
  82. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/common.py +12 -4
  83. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator.py +66 -13
  84. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator_async.py +62 -23
  85. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/ext/opencensus_span/py.typed +0 -0
  86. py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/opentelemetry.py +244 -0
  87. py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_connection_string_parser.py +1 -2
  88. py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_messaging_shared.py +1 -1
  89. py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py +1 -1
  90. py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_utils.py +1 -1
  91. py2docfx/venv/venv1/Lib/site-packages/azure/identity/py.typed +0 -0
  92. py2docfx/venv/venv1/Lib/site-packages/certifi/py.typed +0 -0
  93. py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/py.typed +0 -0
  94. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi +28 -0
  95. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi +8 -0
  96. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi +7 -0
  97. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi +17 -0
  98. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi +117 -0
  99. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi +72 -0
  100. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi +103 -0
  101. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi +38 -0
  102. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi +18 -0
  103. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi +51 -0
  104. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi +41 -0
  105. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi +52 -0
  106. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi +12 -0
  107. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi +12 -0
  108. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi +19 -0
  109. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi +21 -0
  110. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi +43 -0
  111. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi +33 -0
  112. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi +13 -0
  113. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi +55 -0
  114. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi +12 -0
  115. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi +12 -0
  116. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi +46 -0
  117. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi +49 -0
  118. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi +22 -0
  119. py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi +246 -0
  120. py2docfx/venv/venv1/Lib/site-packages/cryptography/py.typed +0 -0
  121. py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.pyi +24 -0
  122. py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.pyi +120 -0
  123. py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.pyi +102 -0
  124. py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.pyi +50 -0
  125. py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.pyi +405 -0
  126. py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.pyi +65 -0
  127. py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.pyi +62 -0
  128. py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.pyi +60 -0
  129. py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.pyi +43 -0
  130. py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.pyi +144 -0
  131. py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.pyi +86 -0
  132. py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.pyi +41 -0
  133. py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.pyi +90 -0
  134. py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.pyi +45 -0
  135. py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.pyi +60 -0
  136. py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.pyi +94 -0
  137. py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.pyi +41 -0
  138. py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.pyi +47 -0
  139. py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.pyi +40 -0
  140. py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.pyi +47 -0
  141. py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.pyi +57 -0
  142. py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.pyi +186 -0
  143. py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.pyi +104 -0
  144. py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.pyi +57 -0
  145. py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.pyi +57 -0
  146. py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.pyi +116 -0
  147. py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.pyi +93 -0
  148. py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.pyi +49 -0
  149. py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.pyi +170 -0
  150. py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.pyi +34 -0
  151. py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.pyi +60 -0
  152. py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.pyi +55 -0
  153. py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.pyi +56 -0
  154. py2docfx/venv/venv1/Lib/site-packages/google/api_core/py.typed +2 -0
  155. py2docfx/venv/venv1/Lib/site-packages/google/auth/py.typed +2 -0
  156. py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.pyi +45 -0
  157. py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.pyi +96 -0
  158. py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.pyi +118 -0
  159. py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.pyi +91 -0
  160. py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.pyi +42 -0
  161. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.pyi +126 -0
  162. py2docfx/venv/venv1/Lib/site-packages/google/oauth2/py.typed +2 -0
  163. py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.pyi +58 -0
  164. py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.pyi +309 -0
  165. py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.pyi +51 -0
  166. py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.pyi +207 -0
  167. py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.pyi +71 -0
  168. py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.pyi +41 -0
  169. py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.pyi +40 -0
  170. py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.pyi +42 -0
  171. py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.pyi +36 -0
  172. py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.pyi +77 -0
  173. py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.pyi +40 -0
  174. py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.pyi +27 -0
  175. py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.pyi +39 -0
  176. py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.pyi +31 -0
  177. py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.pyi +36 -0
  178. py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.pyi +31 -0
  179. py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.pyi +31 -0
  180. py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.pyi +36 -0
  181. py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.pyi +50 -0
  182. py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.pyi +48 -0
  183. py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.pyi +74 -0
  184. py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.pyi +39 -0
  185. py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.pyi +39 -0
  186. py2docfx/venv/venv1/Lib/site-packages/idna/py.typed +0 -0
  187. py2docfx/venv/venv1/Lib/site-packages/jwt/py.typed +0 -0
  188. py2docfx/venv/venv1/Lib/site-packages/packaging/__init__.py +15 -0
  189. py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_elffile.py +9 -7
  190. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_manylinux.py +12 -9
  191. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_musllinux.py +5 -3
  192. py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_parser.py +11 -13
  193. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_tokenizer.py +10 -8
  194. py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/__init__.py +145 -0
  195. py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/_spdx.py +759 -0
  196. py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/markers.py +103 -25
  197. py2docfx/venv/venv1/Lib/site-packages/packaging/metadata.py +863 -0
  198. py2docfx/venv/venv1/Lib/site-packages/packaging/py.typed +0 -0
  199. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/requirements.py +5 -4
  200. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/specifiers.py +40 -31
  201. py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/tags.py +96 -50
  202. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/utils.py +39 -48
  203. py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/version.py +53 -32
  204. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
  205. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
  206. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
  207. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
  208. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
  209. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
  210. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
  211. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
  212. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
  213. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
  214. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
  215. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
  216. py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
  217. py2docfx/venv/venv1/Lib/site-packages/pip/py.typed +4 -0
  218. py2docfx/venv/venv1/Lib/site-packages/pkg_resources/py.typed +0 -0
  219. py2docfx/venv/venv1/Lib/site-packages/rsa/py.typed +1 -0
  220. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
  221. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
  222. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
  223. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
  224. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
  225. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
  226. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
  227. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
  228. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
  229. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
  230. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
  231. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
  232. py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
  233. py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py +30 -12
  234. py2docfx/venv/venv1/Lib/site-packages/urllib3/_version.py +9 -4
  235. py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
  236. py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
  237. py2docfx/venv/venv1/Lib/site-packages/urllib3/exceptions.py +12 -4
  238. py2docfx/venv/venv1/Lib/site-packages/urllib3/http2/connection.py +1 -1
  239. py2docfx/venv/venv1/Lib/site-packages/urllib3/py.typed +2 -0
  240. py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_.py +21 -1
  241. py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
  242. py2docfx/venv/venv1/Lib/site-packages/wheel/__init__.py +1 -1
  243. py2docfx/venv/venv1/Lib/site-packages/wheel/__main__.py +7 -5
  244. py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
  245. py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
  246. py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
  247. py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
  248. py2docfx/venv/venv1/Lib/site-packages/wheel/_metadata.py +184 -0
  249. py2docfx/venv/venv1/Lib/site-packages/wheel/bdist_wheel.py +12 -23
  250. py2docfx/venv/venv1/Lib/site-packages/wheel/macosx_libfile.py +4 -0
  251. py2docfx/venv/venv1/Lib/site-packages/wheel/metadata.py +17 -183
  252. py2docfx/venv/venv1/Lib/site-packages/wheel/wheelfile.py +30 -16
  253. {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/METADATA +2 -3
  254. {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/RECORD +263 -104
  255. {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/WHEEL +1 -1
  256. py2docfx/venv/basevenv/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
  257. py2docfx/venv/basevenv/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
  258. py2docfx/venv/basevenv/Lib/site-packages/wheel/util.py +0 -17
  259. py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_elffile.py +0 -108
  260. py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_parser.py +0 -356
  261. py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/markers.py +0 -253
  262. py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/tags.py +0 -571
  263. py2docfx/venv/venv1/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
  264. py2docfx/venv/venv1/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
  265. py2docfx/venv/venv1/Lib/site-packages/wheel/util.py +0 -17
  266. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_manylinux.py +0 -260
  267. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_musllinux.py +0 -83
  268. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_structures.py +0 -61
  269. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_tokenizer.py +0 -192
  270. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/requirements.py +0 -90
  271. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/specifiers.py +0 -1011
  272. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/utils.py +0 -172
  273. py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/version.py +0 -561
  274. /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/__init__.py → certifi/py.typed} +0 -0
  275. /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/packaging/__init__.py → charset_normalizer/py.typed} +0 -0
  276. /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/__init__.py → basevenv/Lib/site-packages/idna/py.typed} +0 -0
  277. /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/packaging/__init__.py → basevenv/Lib/site-packages/jinja2/py.typed} +0 -0
  278. /py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
  279. /py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_structures.py +0 -0
  280. /py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
  281. {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,60 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import descriptor as _descriptor
22
+ from google.protobuf import message as _message
23
+ from google.protobuf.internal import containers as _containers
24
+
25
+ DESCRIPTOR: _descriptor.FileDescriptor
26
+
27
+ class Context(_message.Message):
28
+ __slots__ = ("rules",)
29
+ RULES_FIELD_NUMBER: _ClassVar[int]
30
+ rules: _containers.RepeatedCompositeFieldContainer[ContextRule]
31
+ def __init__(
32
+ self, rules: _Optional[_Iterable[_Union[ContextRule, _Mapping]]] = ...
33
+ ) -> None: ...
34
+
35
+ class ContextRule(_message.Message):
36
+ __slots__ = (
37
+ "selector",
38
+ "requested",
39
+ "provided",
40
+ "allowed_request_extensions",
41
+ "allowed_response_extensions",
42
+ )
43
+ SELECTOR_FIELD_NUMBER: _ClassVar[int]
44
+ REQUESTED_FIELD_NUMBER: _ClassVar[int]
45
+ PROVIDED_FIELD_NUMBER: _ClassVar[int]
46
+ ALLOWED_REQUEST_EXTENSIONS_FIELD_NUMBER: _ClassVar[int]
47
+ ALLOWED_RESPONSE_EXTENSIONS_FIELD_NUMBER: _ClassVar[int]
48
+ selector: str
49
+ requested: _containers.RepeatedScalarFieldContainer[str]
50
+ provided: _containers.RepeatedScalarFieldContainer[str]
51
+ allowed_request_extensions: _containers.RepeatedScalarFieldContainer[str]
52
+ allowed_response_extensions: _containers.RepeatedScalarFieldContainer[str]
53
+ def __init__(
54
+ self,
55
+ selector: _Optional[str] = ...,
56
+ requested: _Optional[_Iterable[str]] = ...,
57
+ provided: _Optional[_Iterable[str]] = ...,
58
+ allowed_request_extensions: _Optional[_Iterable[str]] = ...,
59
+ allowed_response_extensions: _Optional[_Iterable[str]] = ...,
60
+ ) -> None: ...
@@ -0,0 +1,43 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import descriptor as _descriptor
22
+ from google.protobuf import message as _message
23
+ from google.protobuf.internal import containers as _containers
24
+
25
+ from google.api import policy_pb2 as _policy_pb2
26
+
27
+ DESCRIPTOR: _descriptor.FileDescriptor
28
+
29
+ class Control(_message.Message):
30
+ __slots__ = ("environment", "method_policies")
31
+ ENVIRONMENT_FIELD_NUMBER: _ClassVar[int]
32
+ METHOD_POLICIES_FIELD_NUMBER: _ClassVar[int]
33
+ environment: str
34
+ method_policies: _containers.RepeatedCompositeFieldContainer[
35
+ _policy_pb2.MethodPolicy
36
+ ]
37
+ def __init__(
38
+ self,
39
+ environment: _Optional[str] = ...,
40
+ method_policies: _Optional[
41
+ _Iterable[_Union[_policy_pb2.MethodPolicy, _Mapping]]
42
+ ] = ...,
43
+ ) -> None: ...
@@ -0,0 +1,144 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import any_pb2 as _any_pb2
22
+ from google.protobuf import descriptor as _descriptor
23
+ from google.protobuf import message as _message
24
+ from google.protobuf import timestamp_pb2 as _timestamp_pb2
25
+ from google.protobuf.internal import containers as _containers
26
+
27
+ DESCRIPTOR: _descriptor.FileDescriptor
28
+
29
+ class Distribution(_message.Message):
30
+ __slots__ = (
31
+ "count",
32
+ "mean",
33
+ "sum_of_squared_deviation",
34
+ "range",
35
+ "bucket_options",
36
+ "bucket_counts",
37
+ "exemplars",
38
+ )
39
+
40
+ class Range(_message.Message):
41
+ __slots__ = ("min", "max")
42
+ MIN_FIELD_NUMBER: _ClassVar[int]
43
+ MAX_FIELD_NUMBER: _ClassVar[int]
44
+ min: float
45
+ max: float
46
+ def __init__(
47
+ self, min: _Optional[float] = ..., max: _Optional[float] = ...
48
+ ) -> None: ...
49
+
50
+ class BucketOptions(_message.Message):
51
+ __slots__ = ("linear_buckets", "exponential_buckets", "explicit_buckets")
52
+
53
+ class Linear(_message.Message):
54
+ __slots__ = ("num_finite_buckets", "width", "offset")
55
+ NUM_FINITE_BUCKETS_FIELD_NUMBER: _ClassVar[int]
56
+ WIDTH_FIELD_NUMBER: _ClassVar[int]
57
+ OFFSET_FIELD_NUMBER: _ClassVar[int]
58
+ num_finite_buckets: int
59
+ width: float
60
+ offset: float
61
+ def __init__(
62
+ self,
63
+ num_finite_buckets: _Optional[int] = ...,
64
+ width: _Optional[float] = ...,
65
+ offset: _Optional[float] = ...,
66
+ ) -> None: ...
67
+
68
+ class Exponential(_message.Message):
69
+ __slots__ = ("num_finite_buckets", "growth_factor", "scale")
70
+ NUM_FINITE_BUCKETS_FIELD_NUMBER: _ClassVar[int]
71
+ GROWTH_FACTOR_FIELD_NUMBER: _ClassVar[int]
72
+ SCALE_FIELD_NUMBER: _ClassVar[int]
73
+ num_finite_buckets: int
74
+ growth_factor: float
75
+ scale: float
76
+ def __init__(
77
+ self,
78
+ num_finite_buckets: _Optional[int] = ...,
79
+ growth_factor: _Optional[float] = ...,
80
+ scale: _Optional[float] = ...,
81
+ ) -> None: ...
82
+
83
+ class Explicit(_message.Message):
84
+ __slots__ = ("bounds",)
85
+ BOUNDS_FIELD_NUMBER: _ClassVar[int]
86
+ bounds: _containers.RepeatedScalarFieldContainer[float]
87
+ def __init__(self, bounds: _Optional[_Iterable[float]] = ...) -> None: ...
88
+ LINEAR_BUCKETS_FIELD_NUMBER: _ClassVar[int]
89
+ EXPONENTIAL_BUCKETS_FIELD_NUMBER: _ClassVar[int]
90
+ EXPLICIT_BUCKETS_FIELD_NUMBER: _ClassVar[int]
91
+ linear_buckets: Distribution.BucketOptions.Linear
92
+ exponential_buckets: Distribution.BucketOptions.Exponential
93
+ explicit_buckets: Distribution.BucketOptions.Explicit
94
+ def __init__(
95
+ self,
96
+ linear_buckets: _Optional[
97
+ _Union[Distribution.BucketOptions.Linear, _Mapping]
98
+ ] = ...,
99
+ exponential_buckets: _Optional[
100
+ _Union[Distribution.BucketOptions.Exponential, _Mapping]
101
+ ] = ...,
102
+ explicit_buckets: _Optional[
103
+ _Union[Distribution.BucketOptions.Explicit, _Mapping]
104
+ ] = ...,
105
+ ) -> None: ...
106
+
107
+ class Exemplar(_message.Message):
108
+ __slots__ = ("value", "timestamp", "attachments")
109
+ VALUE_FIELD_NUMBER: _ClassVar[int]
110
+ TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
111
+ ATTACHMENTS_FIELD_NUMBER: _ClassVar[int]
112
+ value: float
113
+ timestamp: _timestamp_pb2.Timestamp
114
+ attachments: _containers.RepeatedCompositeFieldContainer[_any_pb2.Any]
115
+ def __init__(
116
+ self,
117
+ value: _Optional[float] = ...,
118
+ timestamp: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
119
+ attachments: _Optional[_Iterable[_Union[_any_pb2.Any, _Mapping]]] = ...,
120
+ ) -> None: ...
121
+ COUNT_FIELD_NUMBER: _ClassVar[int]
122
+ MEAN_FIELD_NUMBER: _ClassVar[int]
123
+ SUM_OF_SQUARED_DEVIATION_FIELD_NUMBER: _ClassVar[int]
124
+ RANGE_FIELD_NUMBER: _ClassVar[int]
125
+ BUCKET_OPTIONS_FIELD_NUMBER: _ClassVar[int]
126
+ BUCKET_COUNTS_FIELD_NUMBER: _ClassVar[int]
127
+ EXEMPLARS_FIELD_NUMBER: _ClassVar[int]
128
+ count: int
129
+ mean: float
130
+ sum_of_squared_deviation: float
131
+ range: Distribution.Range
132
+ bucket_options: Distribution.BucketOptions
133
+ bucket_counts: _containers.RepeatedScalarFieldContainer[int]
134
+ exemplars: _containers.RepeatedCompositeFieldContainer[Distribution.Exemplar]
135
+ def __init__(
136
+ self,
137
+ count: _Optional[int] = ...,
138
+ mean: _Optional[float] = ...,
139
+ sum_of_squared_deviation: _Optional[float] = ...,
140
+ range: _Optional[_Union[Distribution.Range, _Mapping]] = ...,
141
+ bucket_options: _Optional[_Union[Distribution.BucketOptions, _Mapping]] = ...,
142
+ bucket_counts: _Optional[_Iterable[int]] = ...,
143
+ exemplars: _Optional[_Iterable[_Union[Distribution.Exemplar, _Mapping]]] = ...,
144
+ ) -> None: ...
@@ -0,0 +1,86 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import descriptor as _descriptor
22
+ from google.protobuf import message as _message
23
+ from google.protobuf.internal import containers as _containers
24
+
25
+ DESCRIPTOR: _descriptor.FileDescriptor
26
+
27
+ class Documentation(_message.Message):
28
+ __slots__ = (
29
+ "summary",
30
+ "pages",
31
+ "rules",
32
+ "documentation_root_url",
33
+ "service_root_url",
34
+ "overview",
35
+ )
36
+ SUMMARY_FIELD_NUMBER: _ClassVar[int]
37
+ PAGES_FIELD_NUMBER: _ClassVar[int]
38
+ RULES_FIELD_NUMBER: _ClassVar[int]
39
+ DOCUMENTATION_ROOT_URL_FIELD_NUMBER: _ClassVar[int]
40
+ SERVICE_ROOT_URL_FIELD_NUMBER: _ClassVar[int]
41
+ OVERVIEW_FIELD_NUMBER: _ClassVar[int]
42
+ summary: str
43
+ pages: _containers.RepeatedCompositeFieldContainer[Page]
44
+ rules: _containers.RepeatedCompositeFieldContainer[DocumentationRule]
45
+ documentation_root_url: str
46
+ service_root_url: str
47
+ overview: str
48
+ def __init__(
49
+ self,
50
+ summary: _Optional[str] = ...,
51
+ pages: _Optional[_Iterable[_Union[Page, _Mapping]]] = ...,
52
+ rules: _Optional[_Iterable[_Union[DocumentationRule, _Mapping]]] = ...,
53
+ documentation_root_url: _Optional[str] = ...,
54
+ service_root_url: _Optional[str] = ...,
55
+ overview: _Optional[str] = ...,
56
+ ) -> None: ...
57
+
58
+ class DocumentationRule(_message.Message):
59
+ __slots__ = ("selector", "description", "deprecation_description")
60
+ SELECTOR_FIELD_NUMBER: _ClassVar[int]
61
+ DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
62
+ DEPRECATION_DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
63
+ selector: str
64
+ description: str
65
+ deprecation_description: str
66
+ def __init__(
67
+ self,
68
+ selector: _Optional[str] = ...,
69
+ description: _Optional[str] = ...,
70
+ deprecation_description: _Optional[str] = ...,
71
+ ) -> None: ...
72
+
73
+ class Page(_message.Message):
74
+ __slots__ = ("name", "content", "subpages")
75
+ NAME_FIELD_NUMBER: _ClassVar[int]
76
+ CONTENT_FIELD_NUMBER: _ClassVar[int]
77
+ SUBPAGES_FIELD_NUMBER: _ClassVar[int]
78
+ name: str
79
+ content: str
80
+ subpages: _containers.RepeatedCompositeFieldContainer[Page]
81
+ def __init__(
82
+ self,
83
+ name: _Optional[str] = ...,
84
+ content: _Optional[str] = ...,
85
+ subpages: _Optional[_Iterable[_Union[Page, _Mapping]]] = ...,
86
+ ) -> None: ...
@@ -0,0 +1,41 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Optional as _Optional
18
+
19
+ from google.protobuf import descriptor as _descriptor
20
+ from google.protobuf import message as _message
21
+ from google.protobuf.internal import containers as _containers
22
+
23
+ DESCRIPTOR: _descriptor.FileDescriptor
24
+
25
+ class Endpoint(_message.Message):
26
+ __slots__ = ("name", "aliases", "target", "allow_cors")
27
+ NAME_FIELD_NUMBER: _ClassVar[int]
28
+ ALIASES_FIELD_NUMBER: _ClassVar[int]
29
+ TARGET_FIELD_NUMBER: _ClassVar[int]
30
+ ALLOW_CORS_FIELD_NUMBER: _ClassVar[int]
31
+ name: str
32
+ aliases: _containers.RepeatedScalarFieldContainer[str]
33
+ target: str
34
+ allow_cors: bool
35
+ def __init__(
36
+ self,
37
+ name: _Optional[str] = ...,
38
+ aliases: _Optional[_Iterable[str]] = ...,
39
+ target: _Optional[str] = ...,
40
+ allow_cors: bool = ...,
41
+ ) -> None: ...
@@ -0,0 +1,90 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+
17
+ from google.protobuf import descriptor as _descriptor
18
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
19
+
20
+ DESCRIPTOR: _descriptor.FileDescriptor
21
+
22
+ class ErrorReason(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
23
+ __slots__ = ()
24
+ ERROR_REASON_UNSPECIFIED: _ClassVar[ErrorReason]
25
+ SERVICE_DISABLED: _ClassVar[ErrorReason]
26
+ BILLING_DISABLED: _ClassVar[ErrorReason]
27
+ API_KEY_INVALID: _ClassVar[ErrorReason]
28
+ API_KEY_SERVICE_BLOCKED: _ClassVar[ErrorReason]
29
+ API_KEY_HTTP_REFERRER_BLOCKED: _ClassVar[ErrorReason]
30
+ API_KEY_IP_ADDRESS_BLOCKED: _ClassVar[ErrorReason]
31
+ API_KEY_ANDROID_APP_BLOCKED: _ClassVar[ErrorReason]
32
+ API_KEY_IOS_APP_BLOCKED: _ClassVar[ErrorReason]
33
+ RATE_LIMIT_EXCEEDED: _ClassVar[ErrorReason]
34
+ RESOURCE_QUOTA_EXCEEDED: _ClassVar[ErrorReason]
35
+ LOCATION_TAX_POLICY_VIOLATED: _ClassVar[ErrorReason]
36
+ USER_PROJECT_DENIED: _ClassVar[ErrorReason]
37
+ CONSUMER_SUSPENDED: _ClassVar[ErrorReason]
38
+ CONSUMER_INVALID: _ClassVar[ErrorReason]
39
+ SECURITY_POLICY_VIOLATED: _ClassVar[ErrorReason]
40
+ ACCESS_TOKEN_EXPIRED: _ClassVar[ErrorReason]
41
+ ACCESS_TOKEN_SCOPE_INSUFFICIENT: _ClassVar[ErrorReason]
42
+ ACCOUNT_STATE_INVALID: _ClassVar[ErrorReason]
43
+ ACCESS_TOKEN_TYPE_UNSUPPORTED: _ClassVar[ErrorReason]
44
+ CREDENTIALS_MISSING: _ClassVar[ErrorReason]
45
+ RESOURCE_PROJECT_INVALID: _ClassVar[ErrorReason]
46
+ SESSION_COOKIE_INVALID: _ClassVar[ErrorReason]
47
+ USER_BLOCKED_BY_ADMIN: _ClassVar[ErrorReason]
48
+ RESOURCE_USAGE_RESTRICTION_VIOLATED: _ClassVar[ErrorReason]
49
+ SYSTEM_PARAMETER_UNSUPPORTED: _ClassVar[ErrorReason]
50
+ ORG_RESTRICTION_VIOLATION: _ClassVar[ErrorReason]
51
+ ORG_RESTRICTION_HEADER_INVALID: _ClassVar[ErrorReason]
52
+ SERVICE_NOT_VISIBLE: _ClassVar[ErrorReason]
53
+ GCP_SUSPENDED: _ClassVar[ErrorReason]
54
+ LOCATION_POLICY_VIOLATED: _ClassVar[ErrorReason]
55
+ MISSING_ORIGIN: _ClassVar[ErrorReason]
56
+ OVERLOADED_CREDENTIALS: _ClassVar[ErrorReason]
57
+
58
+ ERROR_REASON_UNSPECIFIED: ErrorReason
59
+ SERVICE_DISABLED: ErrorReason
60
+ BILLING_DISABLED: ErrorReason
61
+ API_KEY_INVALID: ErrorReason
62
+ API_KEY_SERVICE_BLOCKED: ErrorReason
63
+ API_KEY_HTTP_REFERRER_BLOCKED: ErrorReason
64
+ API_KEY_IP_ADDRESS_BLOCKED: ErrorReason
65
+ API_KEY_ANDROID_APP_BLOCKED: ErrorReason
66
+ API_KEY_IOS_APP_BLOCKED: ErrorReason
67
+ RATE_LIMIT_EXCEEDED: ErrorReason
68
+ RESOURCE_QUOTA_EXCEEDED: ErrorReason
69
+ LOCATION_TAX_POLICY_VIOLATED: ErrorReason
70
+ USER_PROJECT_DENIED: ErrorReason
71
+ CONSUMER_SUSPENDED: ErrorReason
72
+ CONSUMER_INVALID: ErrorReason
73
+ SECURITY_POLICY_VIOLATED: ErrorReason
74
+ ACCESS_TOKEN_EXPIRED: ErrorReason
75
+ ACCESS_TOKEN_SCOPE_INSUFFICIENT: ErrorReason
76
+ ACCOUNT_STATE_INVALID: ErrorReason
77
+ ACCESS_TOKEN_TYPE_UNSUPPORTED: ErrorReason
78
+ CREDENTIALS_MISSING: ErrorReason
79
+ RESOURCE_PROJECT_INVALID: ErrorReason
80
+ SESSION_COOKIE_INVALID: ErrorReason
81
+ USER_BLOCKED_BY_ADMIN: ErrorReason
82
+ RESOURCE_USAGE_RESTRICTION_VIOLATED: ErrorReason
83
+ SYSTEM_PARAMETER_UNSUPPORTED: ErrorReason
84
+ ORG_RESTRICTION_VIOLATION: ErrorReason
85
+ ORG_RESTRICTION_HEADER_INVALID: ErrorReason
86
+ SERVICE_NOT_VISIBLE: ErrorReason
87
+ GCP_SUSPENDED: ErrorReason
88
+ LOCATION_POLICY_VIOLATED: ErrorReason
89
+ MISSING_ORIGIN: ErrorReason
90
+ OVERLOADED_CREDENTIALS: ErrorReason
@@ -0,0 +1,45 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+
17
+ from google.protobuf import descriptor as _descriptor
18
+ from google.protobuf import descriptor_pb2 as _descriptor_pb2
19
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
20
+
21
+ DESCRIPTOR: _descriptor.FileDescriptor
22
+
23
+ class FieldBehavior(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
24
+ __slots__ = ()
25
+ FIELD_BEHAVIOR_UNSPECIFIED: _ClassVar[FieldBehavior]
26
+ OPTIONAL: _ClassVar[FieldBehavior]
27
+ REQUIRED: _ClassVar[FieldBehavior]
28
+ OUTPUT_ONLY: _ClassVar[FieldBehavior]
29
+ INPUT_ONLY: _ClassVar[FieldBehavior]
30
+ IMMUTABLE: _ClassVar[FieldBehavior]
31
+ UNORDERED_LIST: _ClassVar[FieldBehavior]
32
+ NON_EMPTY_DEFAULT: _ClassVar[FieldBehavior]
33
+ IDENTIFIER: _ClassVar[FieldBehavior]
34
+
35
+ FIELD_BEHAVIOR_UNSPECIFIED: FieldBehavior
36
+ OPTIONAL: FieldBehavior
37
+ REQUIRED: FieldBehavior
38
+ OUTPUT_ONLY: FieldBehavior
39
+ INPUT_ONLY: FieldBehavior
40
+ IMMUTABLE: FieldBehavior
41
+ UNORDERED_LIST: FieldBehavior
42
+ NON_EMPTY_DEFAULT: FieldBehavior
43
+ IDENTIFIER: FieldBehavior
44
+ FIELD_BEHAVIOR_FIELD_NUMBER: _ClassVar[int]
45
+ field_behavior: _descriptor.FieldDescriptor
@@ -0,0 +1,60 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import descriptor as _descriptor
22
+ from google.protobuf import descriptor_pb2 as _descriptor_pb2
23
+ from google.protobuf import message as _message
24
+ from google.protobuf.internal import containers as _containers
25
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
26
+
27
+ DESCRIPTOR: _descriptor.FileDescriptor
28
+ FIELD_INFO_FIELD_NUMBER: _ClassVar[int]
29
+ field_info: _descriptor.FieldDescriptor
30
+
31
+ class FieldInfo(_message.Message):
32
+ __slots__ = ("format", "referenced_types")
33
+
34
+ class Format(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
35
+ __slots__ = ()
36
+ FORMAT_UNSPECIFIED: _ClassVar[FieldInfo.Format]
37
+ UUID4: _ClassVar[FieldInfo.Format]
38
+ IPV4: _ClassVar[FieldInfo.Format]
39
+ IPV6: _ClassVar[FieldInfo.Format]
40
+ IPV4_OR_IPV6: _ClassVar[FieldInfo.Format]
41
+ FORMAT_UNSPECIFIED: FieldInfo.Format
42
+ UUID4: FieldInfo.Format
43
+ IPV4: FieldInfo.Format
44
+ IPV6: FieldInfo.Format
45
+ IPV4_OR_IPV6: FieldInfo.Format
46
+ FORMAT_FIELD_NUMBER: _ClassVar[int]
47
+ REFERENCED_TYPES_FIELD_NUMBER: _ClassVar[int]
48
+ format: FieldInfo.Format
49
+ referenced_types: _containers.RepeatedCompositeFieldContainer[TypeReference]
50
+ def __init__(
51
+ self,
52
+ format: _Optional[_Union[FieldInfo.Format, str]] = ...,
53
+ referenced_types: _Optional[_Iterable[_Union[TypeReference, _Mapping]]] = ...,
54
+ ) -> None: ...
55
+
56
+ class TypeReference(_message.Message):
57
+ __slots__ = ("type_name",)
58
+ TYPE_NAME_FIELD_NUMBER: _ClassVar[int]
59
+ type_name: str
60
+ def __init__(self, type_name: _Optional[str] = ...) -> None: ...
@@ -0,0 +1,94 @@
1
+ # Copyright 2025 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ from typing import ClassVar as _ClassVar
16
+ from typing import Iterable as _Iterable
17
+ from typing import Mapping as _Mapping
18
+ from typing import Optional as _Optional
19
+ from typing import Union as _Union
20
+
21
+ from google.protobuf import descriptor as _descriptor
22
+ from google.protobuf import message as _message
23
+ from google.protobuf.internal import containers as _containers
24
+
25
+ DESCRIPTOR: _descriptor.FileDescriptor
26
+
27
+ class Http(_message.Message):
28
+ __slots__ = ("rules", "fully_decode_reserved_expansion")
29
+ RULES_FIELD_NUMBER: _ClassVar[int]
30
+ FULLY_DECODE_RESERVED_EXPANSION_FIELD_NUMBER: _ClassVar[int]
31
+ rules: _containers.RepeatedCompositeFieldContainer[HttpRule]
32
+ fully_decode_reserved_expansion: bool
33
+ def __init__(
34
+ self,
35
+ rules: _Optional[_Iterable[_Union[HttpRule, _Mapping]]] = ...,
36
+ fully_decode_reserved_expansion: bool = ...,
37
+ ) -> None: ...
38
+
39
+ class HttpRule(_message.Message):
40
+ __slots__ = (
41
+ "selector",
42
+ "get",
43
+ "put",
44
+ "post",
45
+ "delete",
46
+ "patch",
47
+ "custom",
48
+ "body",
49
+ "response_body",
50
+ "additional_bindings",
51
+ )
52
+ SELECTOR_FIELD_NUMBER: _ClassVar[int]
53
+ GET_FIELD_NUMBER: _ClassVar[int]
54
+ PUT_FIELD_NUMBER: _ClassVar[int]
55
+ POST_FIELD_NUMBER: _ClassVar[int]
56
+ DELETE_FIELD_NUMBER: _ClassVar[int]
57
+ PATCH_FIELD_NUMBER: _ClassVar[int]
58
+ CUSTOM_FIELD_NUMBER: _ClassVar[int]
59
+ BODY_FIELD_NUMBER: _ClassVar[int]
60
+ RESPONSE_BODY_FIELD_NUMBER: _ClassVar[int]
61
+ ADDITIONAL_BINDINGS_FIELD_NUMBER: _ClassVar[int]
62
+ selector: str
63
+ get: str
64
+ put: str
65
+ post: str
66
+ delete: str
67
+ patch: str
68
+ custom: CustomHttpPattern
69
+ body: str
70
+ response_body: str
71
+ additional_bindings: _containers.RepeatedCompositeFieldContainer[HttpRule]
72
+ def __init__(
73
+ self,
74
+ selector: _Optional[str] = ...,
75
+ get: _Optional[str] = ...,
76
+ put: _Optional[str] = ...,
77
+ post: _Optional[str] = ...,
78
+ delete: _Optional[str] = ...,
79
+ patch: _Optional[str] = ...,
80
+ custom: _Optional[_Union[CustomHttpPattern, _Mapping]] = ...,
81
+ body: _Optional[str] = ...,
82
+ response_body: _Optional[str] = ...,
83
+ additional_bindings: _Optional[_Iterable[_Union[HttpRule, _Mapping]]] = ...,
84
+ ) -> None: ...
85
+
86
+ class CustomHttpPattern(_message.Message):
87
+ __slots__ = ("kind", "path")
88
+ KIND_FIELD_NUMBER: _ClassVar[int]
89
+ PATH_FIELD_NUMBER: _ClassVar[int]
90
+ kind: str
91
+ path: str
92
+ def __init__(
93
+ self, kind: _Optional[str] = ..., path: _Optional[str] = ...
94
+ ) -> None: ...