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.
- py2docfx/convert_prepare/environment.py +3 -1
- py2docfx/convert_prepare/get_source.py +6 -1
- py2docfx/convert_prepare/package_info.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/babel/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/_speedups.pyi +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/markupsafe/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/basevenv/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinx/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/applehelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/htmlhelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/qthelp/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/sphinxcontrib/serializinghtml/py.typed +0 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_.py +21 -1
- py2docfx/venv/basevenv/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
- py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/basevenv/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/basevenv/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/basevenv/Lib/site-packages/wheel/wheelfile.py +30 -16
- py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/credentials.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/instrumentation.py +67 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base.py +3 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py +4 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_distributed_tracing.py +152 -29
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect_async.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py +3 -10
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry_async.py +3 -8
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_universal.py +2 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/transport/_aiohttp.py +0 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/polling/base_polling.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/core/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_http_response_impl_async.py +3 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/rest/_rest_py3.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/settings.py +27 -21
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/__init__.py +3 -7
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_abstract_span.py +2 -35
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/_models.py +71 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/common.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator.py +66 -13
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/decorator_async.py +62 -23
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/ext/opencensus_span/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/tracing/opentelemetry.py +244 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_connection_string_parser.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_messaging_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_utils.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/__init__.pyi +28 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/_openssl.pyi +8 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/asn1.pyi +7 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/exceptions.pyi +17 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/ocsp.pyi +117 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/__init__.pyi +72 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/aead.pyi +103 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ciphers.pyi +38 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/cmac.pyi +18 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dh.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/dsa.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ec.pyi +52 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed25519.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/ed448.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hashes.pyi +19 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/hmac.pyi +21 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/kdf.pyi +43 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/keys.pyi +33 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/poly1305.pyi +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/rsa.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x25519.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/openssl/x448.pyi +12 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs12.pyi +46 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/pkcs7.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/test_support.pyi +22 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/hazmat/bindings/_rust/x509.pyi +246 -0
- py2docfx/venv/venv1/Lib/site-packages/cryptography/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.pyi +24 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.pyi +120 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.pyi +102 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.pyi +405 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.pyi +65 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.pyi +62 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.pyi +43 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.pyi +144 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.pyi +86 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.pyi +90 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.pyi +94 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.pyi +47 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.pyi +186 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.pyi +104 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.pyi +57 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.pyi +116 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.pyi +93 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.pyi +49 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.pyi +170 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.pyi +34 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.pyi +60 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.pyi +55 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.pyi +56 -0
- py2docfx/venv/venv1/Lib/site-packages/google/api_core/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/auth/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.pyi +45 -0
- py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.pyi +96 -0
- py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.pyi +118 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.pyi +91 -0
- py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.pyi +126 -0
- py2docfx/venv/venv1/Lib/site-packages/google/oauth2/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.pyi +58 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.pyi +309 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.pyi +51 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.pyi +207 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.pyi +71 -0
- py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.pyi +41 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.pyi +42 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.pyi +77 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.pyi +40 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.pyi +27 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.pyi +31 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.pyi +36 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.pyi +50 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.pyi +48 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.pyi +74 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.pyi +39 -0
- py2docfx/venv/venv1/Lib/site-packages/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/jwt/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/__init__.py +15 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_elffile.py +9 -7
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_manylinux.py +12 -9
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_musllinux.py +5 -3
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/_parser.py +11 -13
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_tokenizer.py +10 -8
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/__init__.py +145 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/licenses/_spdx.py +759 -0
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/markers.py +103 -25
- py2docfx/venv/venv1/Lib/site-packages/packaging/metadata.py +863 -0
- py2docfx/venv/venv1/Lib/site-packages/packaging/py.typed +0 -0
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/requirements.py +5 -4
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/specifiers.py +40 -31
- py2docfx/venv/venv1/Lib/site-packages/{wheel/vendored/packaging → packaging}/tags.py +96 -50
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/utils.py +39 -48
- py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/version.py +53 -32
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/chardet/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/pyparsing/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tenacity/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/pip/py.typed +4 -0
- py2docfx/venv/venv1/Lib/site-packages/pkg_resources/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/rsa/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/collections/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- py2docfx/venv/venv1/Lib/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py +30 -12
- py2docfx/venv/venv1/Lib/site-packages/urllib3/_version.py +9 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/emscripten/response.py +8 -16
- py2docfx/venv/venv1/Lib/site-packages/urllib3/contrib/pyopenssl.py +10 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/exceptions.py +12 -4
- py2docfx/venv/venv1/Lib/site-packages/urllib3/http2/connection.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/py.typed +2 -0
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_.py +21 -1
- py2docfx/venv/venv1/Lib/site-packages/urllib3/util/ssl_match_hostname.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/wheel/__main__.py +7 -5
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/__init__.py +3 -5
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/convert.py +14 -9
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/pack.py +1 -2
- py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/tags.py +4 -3
- py2docfx/venv/venv1/Lib/site-packages/wheel/_metadata.py +184 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/bdist_wheel.py +12 -23
- py2docfx/venv/venv1/Lib/site-packages/wheel/macosx_libfile.py +4 -0
- py2docfx/venv/venv1/Lib/site-packages/wheel/metadata.py +17 -183
- py2docfx/venv/venv1/Lib/site-packages/wheel/wheelfile.py +30 -16
- {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/METADATA +2 -3
- {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/RECORD +263 -104
- {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/WHEEL +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/basevenv/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/basevenv/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_elffile.py +0 -108
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/_parser.py +0 -356
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/markers.py +0 -253
- py2docfx/venv/basevenv/Lib/site-packages/wheel/vendored/packaging/tags.py +0 -571
- py2docfx/venv/venv1/Lib/site-packages/wheel/_bdist_wheel.py +0 -613
- py2docfx/venv/venv1/Lib/site-packages/wheel/_setuptools_logging.py +0 -26
- py2docfx/venv/venv1/Lib/site-packages/wheel/util.py +0 -17
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_manylinux.py +0 -260
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_musllinux.py +0 -83
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_structures.py +0 -61
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/_tokenizer.py +0 -192
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/requirements.py +0 -90
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/specifiers.py +0 -1011
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/utils.py +0 -172
- py2docfx/venv/venv1/Lib/site-packages/wheel/vendored/packaging/version.py +0 -561
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/__init__.py → certifi/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/{wheel/vendored/packaging/__init__.py → charset_normalizer/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/__init__.py → basevenv/Lib/site-packages/idna/py.typed} +0 -0
- /py2docfx/venv/{venv1/Lib/site-packages/wheel/vendored/packaging/__init__.py → basevenv/Lib/site-packages/jinja2/py.typed} +0 -0
- /py2docfx/venv/basevenv/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- /py2docfx/venv/{basevenv/Lib/site-packages/wheel/vendored → venv1/Lib/site-packages}/packaging/_structures.py +0 -0
- /py2docfx/venv/venv1/Lib/site-packages/wheel/{cli → _commands}/unpack.py +0 -0
- {py2docfx-0.1.16.dev2052678.dist-info → py2docfx-0.1.16.dev2064350.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,40 @@
|
|
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 CalendarPeriod(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
23
|
+
__slots__ = ()
|
24
|
+
CALENDAR_PERIOD_UNSPECIFIED: _ClassVar[CalendarPeriod]
|
25
|
+
DAY: _ClassVar[CalendarPeriod]
|
26
|
+
WEEK: _ClassVar[CalendarPeriod]
|
27
|
+
FORTNIGHT: _ClassVar[CalendarPeriod]
|
28
|
+
MONTH: _ClassVar[CalendarPeriod]
|
29
|
+
QUARTER: _ClassVar[CalendarPeriod]
|
30
|
+
HALF: _ClassVar[CalendarPeriod]
|
31
|
+
YEAR: _ClassVar[CalendarPeriod]
|
32
|
+
|
33
|
+
CALENDAR_PERIOD_UNSPECIFIED: CalendarPeriod
|
34
|
+
DAY: CalendarPeriod
|
35
|
+
WEEK: CalendarPeriod
|
36
|
+
FORTNIGHT: CalendarPeriod
|
37
|
+
MONTH: CalendarPeriod
|
38
|
+
QUARTER: CalendarPeriod
|
39
|
+
HALF: CalendarPeriod
|
40
|
+
YEAR: CalendarPeriod
|
@@ -0,0 +1,42 @@
|
|
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 Mapping as _Mapping
|
17
|
+
from typing import Optional as _Optional
|
18
|
+
from typing import Union as _Union
|
19
|
+
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import wrappers_pb2 as _wrappers_pb2
|
23
|
+
|
24
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
25
|
+
|
26
|
+
class Color(_message.Message):
|
27
|
+
__slots__ = ("red", "green", "blue", "alpha")
|
28
|
+
RED_FIELD_NUMBER: _ClassVar[int]
|
29
|
+
GREEN_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
BLUE_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
ALPHA_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
red: float
|
33
|
+
green: float
|
34
|
+
blue: float
|
35
|
+
alpha: _wrappers_pb2.FloatValue
|
36
|
+
def __init__(
|
37
|
+
self,
|
38
|
+
red: _Optional[float] = ...,
|
39
|
+
green: _Optional[float] = ...,
|
40
|
+
blue: _Optional[float] = ...,
|
41
|
+
alpha: _Optional[_Union[_wrappers_pb2.FloatValue, _Mapping]] = ...,
|
42
|
+
) -> None: ...
|
@@ -0,0 +1,36 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class Date(_message.Message):
|
24
|
+
__slots__ = ("year", "month", "day")
|
25
|
+
YEAR_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
MONTH_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
DAY_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
year: int
|
29
|
+
month: int
|
30
|
+
day: int
|
31
|
+
def __init__(
|
32
|
+
self,
|
33
|
+
year: _Optional[int] = ...,
|
34
|
+
month: _Optional[int] = ...,
|
35
|
+
day: _Optional[int] = ...,
|
36
|
+
) -> None: ...
|
@@ -0,0 +1,77 @@
|
|
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 Mapping as _Mapping
|
17
|
+
from typing import Optional as _Optional
|
18
|
+
from typing import Union as _Union
|
19
|
+
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
21
|
+
from google.protobuf import duration_pb2 as _duration_pb2
|
22
|
+
from google.protobuf import message as _message
|
23
|
+
|
24
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
25
|
+
|
26
|
+
class DateTime(_message.Message):
|
27
|
+
__slots__ = (
|
28
|
+
"year",
|
29
|
+
"month",
|
30
|
+
"day",
|
31
|
+
"hours",
|
32
|
+
"minutes",
|
33
|
+
"seconds",
|
34
|
+
"nanos",
|
35
|
+
"utc_offset",
|
36
|
+
"time_zone",
|
37
|
+
)
|
38
|
+
YEAR_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
MONTH_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
DAY_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
HOURS_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
MINUTES_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
SECONDS_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
NANOS_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
UTC_OFFSET_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
TIME_ZONE_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
year: int
|
48
|
+
month: int
|
49
|
+
day: int
|
50
|
+
hours: int
|
51
|
+
minutes: int
|
52
|
+
seconds: int
|
53
|
+
nanos: int
|
54
|
+
utc_offset: _duration_pb2.Duration
|
55
|
+
time_zone: TimeZone
|
56
|
+
def __init__(
|
57
|
+
self,
|
58
|
+
year: _Optional[int] = ...,
|
59
|
+
month: _Optional[int] = ...,
|
60
|
+
day: _Optional[int] = ...,
|
61
|
+
hours: _Optional[int] = ...,
|
62
|
+
minutes: _Optional[int] = ...,
|
63
|
+
seconds: _Optional[int] = ...,
|
64
|
+
nanos: _Optional[int] = ...,
|
65
|
+
utc_offset: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ...,
|
66
|
+
time_zone: _Optional[_Union[TimeZone, _Mapping]] = ...,
|
67
|
+
) -> None: ...
|
68
|
+
|
69
|
+
class TimeZone(_message.Message):
|
70
|
+
__slots__ = ("id", "version")
|
71
|
+
ID_FIELD_NUMBER: _ClassVar[int]
|
72
|
+
VERSION_FIELD_NUMBER: _ClassVar[int]
|
73
|
+
id: str
|
74
|
+
version: str
|
75
|
+
def __init__(
|
76
|
+
self, id: _Optional[str] = ..., version: _Optional[str] = ...
|
77
|
+
) -> None: ...
|
@@ -0,0 +1,40 @@
|
|
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 DayOfWeek(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
23
|
+
__slots__ = ()
|
24
|
+
DAY_OF_WEEK_UNSPECIFIED: _ClassVar[DayOfWeek]
|
25
|
+
MONDAY: _ClassVar[DayOfWeek]
|
26
|
+
TUESDAY: _ClassVar[DayOfWeek]
|
27
|
+
WEDNESDAY: _ClassVar[DayOfWeek]
|
28
|
+
THURSDAY: _ClassVar[DayOfWeek]
|
29
|
+
FRIDAY: _ClassVar[DayOfWeek]
|
30
|
+
SATURDAY: _ClassVar[DayOfWeek]
|
31
|
+
SUNDAY: _ClassVar[DayOfWeek]
|
32
|
+
|
33
|
+
DAY_OF_WEEK_UNSPECIFIED: DayOfWeek
|
34
|
+
MONDAY: DayOfWeek
|
35
|
+
TUESDAY: DayOfWeek
|
36
|
+
WEDNESDAY: DayOfWeek
|
37
|
+
THURSDAY: DayOfWeek
|
38
|
+
FRIDAY: DayOfWeek
|
39
|
+
SATURDAY: DayOfWeek
|
40
|
+
SUNDAY: DayOfWeek
|
@@ -0,0 +1,27 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class Decimal(_message.Message):
|
24
|
+
__slots__ = ("value",)
|
25
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
value: str
|
27
|
+
def __init__(self, value: _Optional[str] = ...) -> None: ...
|
@@ -0,0 +1,39 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class Expr(_message.Message):
|
24
|
+
__slots__ = ("expression", "title", "description", "location")
|
25
|
+
EXPRESSION_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
TITLE_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
LOCATION_FIELD_NUMBER: _ClassVar[int]
|
29
|
+
expression: str
|
30
|
+
title: str
|
31
|
+
description: str
|
32
|
+
location: str
|
33
|
+
def __init__(
|
34
|
+
self,
|
35
|
+
expression: _Optional[str] = ...,
|
36
|
+
title: _Optional[str] = ...,
|
37
|
+
description: _Optional[str] = ...,
|
38
|
+
location: _Optional[str] = ...,
|
39
|
+
) -> None: ...
|
@@ -0,0 +1,31 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class Fraction(_message.Message):
|
24
|
+
__slots__ = ("numerator", "denominator")
|
25
|
+
NUMERATOR_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
DENOMINATOR_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
numerator: int
|
28
|
+
denominator: int
|
29
|
+
def __init__(
|
30
|
+
self, numerator: _Optional[int] = ..., denominator: _Optional[int] = ...
|
31
|
+
) -> None: ...
|
@@ -0,0 +1,36 @@
|
|
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 Mapping as _Mapping
|
17
|
+
from typing import Optional as _Optional
|
18
|
+
from typing import Union as _Union
|
19
|
+
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
23
|
+
|
24
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
25
|
+
|
26
|
+
class Interval(_message.Message):
|
27
|
+
__slots__ = ("start_time", "end_time")
|
28
|
+
START_TIME_FIELD_NUMBER: _ClassVar[int]
|
29
|
+
END_TIME_FIELD_NUMBER: _ClassVar[int]
|
30
|
+
start_time: _timestamp_pb2.Timestamp
|
31
|
+
end_time: _timestamp_pb2.Timestamp
|
32
|
+
def __init__(
|
33
|
+
self,
|
34
|
+
start_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
35
|
+
end_time: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ...,
|
36
|
+
) -> None: ...
|
@@ -0,0 +1,31 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class LatLng(_message.Message):
|
24
|
+
__slots__ = ("latitude", "longitude")
|
25
|
+
LATITUDE_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
LONGITUDE_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
latitude: float
|
28
|
+
longitude: float
|
29
|
+
def __init__(
|
30
|
+
self, latitude: _Optional[float] = ..., longitude: _Optional[float] = ...
|
31
|
+
) -> None: ...
|
@@ -0,0 +1,31 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class LocalizedText(_message.Message):
|
24
|
+
__slots__ = ("text", "language_code")
|
25
|
+
TEXT_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
LANGUAGE_CODE_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
text: str
|
28
|
+
language_code: str
|
29
|
+
def __init__(
|
30
|
+
self, text: _Optional[str] = ..., language_code: _Optional[str] = ...
|
31
|
+
) -> None: ...
|
@@ -0,0 +1,36 @@
|
|
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 Optional as _Optional
|
17
|
+
|
18
|
+
from google.protobuf import descriptor as _descriptor
|
19
|
+
from google.protobuf import message as _message
|
20
|
+
|
21
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
22
|
+
|
23
|
+
class Money(_message.Message):
|
24
|
+
__slots__ = ("currency_code", "units", "nanos")
|
25
|
+
CURRENCY_CODE_FIELD_NUMBER: _ClassVar[int]
|
26
|
+
UNITS_FIELD_NUMBER: _ClassVar[int]
|
27
|
+
NANOS_FIELD_NUMBER: _ClassVar[int]
|
28
|
+
currency_code: str
|
29
|
+
units: int
|
30
|
+
nanos: int
|
31
|
+
def __init__(
|
32
|
+
self,
|
33
|
+
currency_code: _Optional[str] = ...,
|
34
|
+
units: _Optional[int] = ...,
|
35
|
+
nanos: _Optional[int] = ...,
|
36
|
+
) -> None: ...
|
@@ -0,0 +1,50 @@
|
|
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 Month(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
23
|
+
__slots__ = ()
|
24
|
+
MONTH_UNSPECIFIED: _ClassVar[Month]
|
25
|
+
JANUARY: _ClassVar[Month]
|
26
|
+
FEBRUARY: _ClassVar[Month]
|
27
|
+
MARCH: _ClassVar[Month]
|
28
|
+
APRIL: _ClassVar[Month]
|
29
|
+
MAY: _ClassVar[Month]
|
30
|
+
JUNE: _ClassVar[Month]
|
31
|
+
JULY: _ClassVar[Month]
|
32
|
+
AUGUST: _ClassVar[Month]
|
33
|
+
SEPTEMBER: _ClassVar[Month]
|
34
|
+
OCTOBER: _ClassVar[Month]
|
35
|
+
NOVEMBER: _ClassVar[Month]
|
36
|
+
DECEMBER: _ClassVar[Month]
|
37
|
+
|
38
|
+
MONTH_UNSPECIFIED: Month
|
39
|
+
JANUARY: Month
|
40
|
+
FEBRUARY: Month
|
41
|
+
MARCH: Month
|
42
|
+
APRIL: Month
|
43
|
+
MAY: Month
|
44
|
+
JUNE: Month
|
45
|
+
JULY: Month
|
46
|
+
AUGUST: Month
|
47
|
+
SEPTEMBER: Month
|
48
|
+
OCTOBER: Month
|
49
|
+
NOVEMBER: Month
|
50
|
+
DECEMBER: Month
|
@@ -0,0 +1,48 @@
|
|
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 Mapping as _Mapping
|
17
|
+
from typing import Optional as _Optional
|
18
|
+
from typing import Union as _Union
|
19
|
+
|
20
|
+
from google.protobuf import descriptor as _descriptor
|
21
|
+
from google.protobuf import message as _message
|
22
|
+
|
23
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
24
|
+
|
25
|
+
class PhoneNumber(_message.Message):
|
26
|
+
__slots__ = ("e164_number", "short_code", "extension")
|
27
|
+
|
28
|
+
class ShortCode(_message.Message):
|
29
|
+
__slots__ = ("region_code", "number")
|
30
|
+
REGION_CODE_FIELD_NUMBER: _ClassVar[int]
|
31
|
+
NUMBER_FIELD_NUMBER: _ClassVar[int]
|
32
|
+
region_code: str
|
33
|
+
number: str
|
34
|
+
def __init__(
|
35
|
+
self, region_code: _Optional[str] = ..., number: _Optional[str] = ...
|
36
|
+
) -> None: ...
|
37
|
+
E164_NUMBER_FIELD_NUMBER: _ClassVar[int]
|
38
|
+
SHORT_CODE_FIELD_NUMBER: _ClassVar[int]
|
39
|
+
EXTENSION_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
e164_number: str
|
41
|
+
short_code: PhoneNumber.ShortCode
|
42
|
+
extension: str
|
43
|
+
def __init__(
|
44
|
+
self,
|
45
|
+
e164_number: _Optional[str] = ...,
|
46
|
+
short_code: _Optional[_Union[PhoneNumber.ShortCode, _Mapping]] = ...,
|
47
|
+
extension: _Optional[str] = ...,
|
48
|
+
) -> None: ...
|
@@ -0,0 +1,74 @@
|
|
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 PostalAddress(_message.Message):
|
26
|
+
__slots__ = (
|
27
|
+
"revision",
|
28
|
+
"region_code",
|
29
|
+
"language_code",
|
30
|
+
"postal_code",
|
31
|
+
"sorting_code",
|
32
|
+
"administrative_area",
|
33
|
+
"locality",
|
34
|
+
"sublocality",
|
35
|
+
"address_lines",
|
36
|
+
"recipients",
|
37
|
+
"organization",
|
38
|
+
)
|
39
|
+
REVISION_FIELD_NUMBER: _ClassVar[int]
|
40
|
+
REGION_CODE_FIELD_NUMBER: _ClassVar[int]
|
41
|
+
LANGUAGE_CODE_FIELD_NUMBER: _ClassVar[int]
|
42
|
+
POSTAL_CODE_FIELD_NUMBER: _ClassVar[int]
|
43
|
+
SORTING_CODE_FIELD_NUMBER: _ClassVar[int]
|
44
|
+
ADMINISTRATIVE_AREA_FIELD_NUMBER: _ClassVar[int]
|
45
|
+
LOCALITY_FIELD_NUMBER: _ClassVar[int]
|
46
|
+
SUBLOCALITY_FIELD_NUMBER: _ClassVar[int]
|
47
|
+
ADDRESS_LINES_FIELD_NUMBER: _ClassVar[int]
|
48
|
+
RECIPIENTS_FIELD_NUMBER: _ClassVar[int]
|
49
|
+
ORGANIZATION_FIELD_NUMBER: _ClassVar[int]
|
50
|
+
revision: int
|
51
|
+
region_code: str
|
52
|
+
language_code: str
|
53
|
+
postal_code: str
|
54
|
+
sorting_code: str
|
55
|
+
administrative_area: str
|
56
|
+
locality: str
|
57
|
+
sublocality: str
|
58
|
+
address_lines: _containers.RepeatedScalarFieldContainer[str]
|
59
|
+
recipients: _containers.RepeatedScalarFieldContainer[str]
|
60
|
+
organization: str
|
61
|
+
def __init__(
|
62
|
+
self,
|
63
|
+
revision: _Optional[int] = ...,
|
64
|
+
region_code: _Optional[str] = ...,
|
65
|
+
language_code: _Optional[str] = ...,
|
66
|
+
postal_code: _Optional[str] = ...,
|
67
|
+
sorting_code: _Optional[str] = ...,
|
68
|
+
administrative_area: _Optional[str] = ...,
|
69
|
+
locality: _Optional[str] = ...,
|
70
|
+
sublocality: _Optional[str] = ...,
|
71
|
+
address_lines: _Optional[_Iterable[str]] = ...,
|
72
|
+
recipients: _Optional[_Iterable[str]] = ...,
|
73
|
+
organization: _Optional[str] = ...,
|
74
|
+
) -> None: ...
|