py2docfx 0.1.20.dev2196627__py3-none-any.whl → 0.1.20.dev2243675__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/venv/basevenv/Lib/site-packages/charset_normalizer/api.py +3 -2
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/legacy.py +17 -1
- py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/version.py +1 -1
- py2docfx/venv/basevenv/Lib/site-packages/requests/__version__.py +2 -2
- py2docfx/venv/basevenv/Lib/site-packages/requests/adapters.py +17 -40
- py2docfx/venv/basevenv/Lib/site-packages/requests/sessions.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py +21 -9
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py +21 -9
- py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_bearer_token_provider.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/authorization_code.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azd_cli.py +82 -17
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_cli.py +28 -5
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_powershell.py +28 -4
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/broker.py +79 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/chained.py +9 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py +153 -53
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/imds.py +25 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/shared_cache.py +12 -5
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/vscode.py +163 -144
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/workload_identity.py +23 -12
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/__init__.py +4 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/interactive.py +14 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/pipeline.py +4 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/utils.py +96 -0
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_bearer_token_provider.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/authorization_code.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py +32 -13
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py +26 -5
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_powershell.py +13 -2
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/chained.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py +120 -55
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/imds.py +27 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/on_behalf_of.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/shared_cache.py +12 -5
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/vscode.py +15 -67
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/workload_identity.py +17 -13
- py2docfx/venv/venv1/Lib/site-packages/cffi/__init__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/cffi/cparser.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cffi/recompiler.py +5 -5
- py2docfx/venv/venv1/Lib/site-packages/cffi/setuptools_ext.py +13 -0
- py2docfx/venv/venv1/Lib/site-packages/cffi/vengine_cpy.py +3 -0
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/api.py +3 -2
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/legacy.py +17 -1
- py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/version.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/api_pb2.py +12 -8
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/compiler/plugin_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor.py +398 -246
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pb2.py +74 -72
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pool.py +5 -4
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/duration_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/empty_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/field_mask_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/api_implementation.py +0 -6
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/extension_dict.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/field_mask.py +3 -3
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_edition_defaults.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_message.py +10 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/type_checkers.py +47 -5
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/json_format.py +55 -32
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/runtime_version.py +6 -26
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/source_context_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/struct_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/text_format.py +30 -19
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/timestamp_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/type_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/google/protobuf/wrappers_pb2.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/pycparser/__init__.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/pycparser/c_generator.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/pycparser/c_lexer.py +14 -0
- py2docfx/venv/venv1/Lib/site-packages/pycparser/c_parser.py +30 -7
- py2docfx/venv/venv1/Lib/site-packages/pycparser/lextab.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/pycparser/yacctab.py +132 -127
- py2docfx/venv/venv1/Lib/site-packages/requests/__version__.py +2 -2
- py2docfx/venv/venv1/Lib/site-packages/requests/adapters.py +17 -40
- py2docfx/venv/venv1/Lib/site-packages/requests/sessions.py +1 -1
- py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py +91 -18
- {py2docfx-0.1.20.dev2196627.dist-info → py2docfx-0.1.20.dev2243675.dist-info}/METADATA +1 -1
- {py2docfx-0.1.20.dev2196627.dist-info → py2docfx-0.1.20.dev2243675.dist-info}/RECORD +86 -88
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/linux_vscode_adapter.py +0 -100
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/macos_vscode_adapter.py +0 -34
- py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/win_vscode_adapter.py +0 -77
- {py2docfx-0.1.20.dev2196627.dist-info → py2docfx-0.1.20.dev2243675.dist-info}/WHEEL +0 -0
- {py2docfx-0.1.20.dev2196627.dist-info → py2docfx-0.1.20.dev2243675.dist-info}/top_level.txt +0 -0
|
@@ -172,15 +172,15 @@ py2docfx/venv/basevenv/Lib/site-packages/certifi/core.py,sha256=XFXycndG5pf37aye
|
|
|
172
172
|
py2docfx/venv/basevenv/Lib/site-packages/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
173
173
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/__init__.py,sha256=0NT8MHi7SKq3juMqYfOdrkzjisK0L73lneNHH4qaUAs,1638
|
|
174
174
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/__main__.py,sha256=2sj_BS6H0sU25C1bMqz9DVwa6kOK9lchSEbSU-_iu7M,115
|
|
175
|
-
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/api.py,sha256=
|
|
175
|
+
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/api.py,sha256=ODy4hX78b3ldTl5sViYPU1yzQ5qkclfgSIFE8BtNrTI,23337
|
|
176
176
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/cd.py,sha256=uq8nVxRpR6Guc16ACvOWtL8KO3w7vYaCh8hHisuOyTg,12917
|
|
177
177
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/constant.py,sha256=mCJmYzpBU27Ut9kiNWWoBbhhxQ-aRVw3K7LSwoFwBGI,44728
|
|
178
|
-
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/legacy.py,sha256=
|
|
178
|
+
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/legacy.py,sha256=ui08NlKqAXU3Y7smK-NFJjEgRRQz9ruM7aNCbT0OOrE,2811
|
|
179
179
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/md.py,sha256=LSuW2hNgXSgF7JGdRapLAHLuj6pABHiP85LTNAYmu7c,20780
|
|
180
180
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/models.py,sha256=ZR2PE-fqf6dASZfqdE5Uhkmr0o1MciSdXOjuNqwkmvg,12754
|
|
181
181
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
182
182
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/utils.py,sha256=XtWIQeOuz7cnGebMzyi4Vvi1JtA84QBSIeR9PDzF7pw,12584
|
|
183
|
-
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/version.py,sha256=
|
|
183
|
+
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/version.py,sha256=laniWEeVCCfwRgYLf_rZ2f0qWaNwWTEXQEfUUL_MMvw,123
|
|
184
184
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/cli/__init__.py,sha256=d9MUx-1V_qD3x9igIy4JT4oC5CU0yjulk7QyZWeRFhg,144
|
|
185
185
|
py2docfx/venv/basevenv/Lib/site-packages/charset_normalizer/cli/__main__.py,sha256=-pdJCyPywouPyFsC8_eTSgTmvh1YEvgjsvy1WZ0XjaA,13027
|
|
186
186
|
py2docfx/venv/basevenv/Lib/site-packages/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266
|
|
@@ -1233,9 +1233,9 @@ py2docfx/venv/basevenv/Lib/site-packages/pygments/styles/vs.py,sha256=s7YnzbIPuF
|
|
|
1233
1233
|
py2docfx/venv/basevenv/Lib/site-packages/pygments/styles/xcode.py,sha256=PbQdzgGaA4a9LAU1i58alY9kM4IFlQX5jHQwOYmf_Rk,1504
|
|
1234
1234
|
py2docfx/venv/basevenv/Lib/site-packages/pygments/styles/zenburn.py,sha256=suZEKzBTCYdhf2cxNwcY7UATJK1tq5eYhGdBcXdf6MU,2203
|
|
1235
1235
|
py2docfx/venv/basevenv/Lib/site-packages/requests/__init__.py,sha256=4xaAERmPDIBPsa2PsjpU9r06yooK-2mZKHTZAhWRWts,5072
|
|
1236
|
-
py2docfx/venv/basevenv/Lib/site-packages/requests/__version__.py,sha256=
|
|
1236
|
+
py2docfx/venv/basevenv/Lib/site-packages/requests/__version__.py,sha256=QKDceK8K_ujqwDDc3oYrR0odOBYgKVOQQ5vFap_G_cg,435
|
|
1237
1237
|
py2docfx/venv/basevenv/Lib/site-packages/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495
|
|
1238
|
-
py2docfx/venv/basevenv/Lib/site-packages/requests/adapters.py,sha256=
|
|
1238
|
+
py2docfx/venv/basevenv/Lib/site-packages/requests/adapters.py,sha256=8nX113gbb123aUtx2ETkAN_6IsYX-M2fRoLGluTEcRk,26285
|
|
1239
1239
|
py2docfx/venv/basevenv/Lib/site-packages/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449
|
|
1240
1240
|
py2docfx/venv/basevenv/Lib/site-packages/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186
|
|
1241
1241
|
py2docfx/venv/basevenv/Lib/site-packages/requests/certs.py,sha256=Z9Sb410Anv6jUFTyss0jFFhU6xst8ctELqfy8Ev23gw,429
|
|
@@ -1246,7 +1246,7 @@ py2docfx/venv/basevenv/Lib/site-packages/requests/help.py,sha256=gPX5d_H7Xd88aDA
|
|
|
1246
1246
|
py2docfx/venv/basevenv/Lib/site-packages/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733
|
|
1247
1247
|
py2docfx/venv/basevenv/Lib/site-packages/requests/models.py,sha256=MjZdZ4k7tnw-1nz5PKShjmPmqyk0L6DciwnFngb_Vk4,35510
|
|
1248
1248
|
py2docfx/venv/basevenv/Lib/site-packages/requests/packages.py,sha256=_g0gZ681UyAlKHRjH6kanbaoxx2eAb6qzcXiODyTIoc,904
|
|
1249
|
-
py2docfx/venv/basevenv/Lib/site-packages/requests/sessions.py,sha256=
|
|
1249
|
+
py2docfx/venv/basevenv/Lib/site-packages/requests/sessions.py,sha256=Cl1dpEnOfwrzzPbku-emepNeN4Rt_0_58Iy2x-JGTm8,30503
|
|
1250
1250
|
py2docfx/venv/basevenv/Lib/site-packages/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322
|
|
1251
1251
|
py2docfx/venv/basevenv/Lib/site-packages/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912
|
|
1252
1252
|
py2docfx/venv/basevenv/Lib/site-packages/requests/utils.py,sha256=WqU86rZ3wvhC-tQjWcjtH_HEKZwWB3iWCZV6SW5DEdQ,33213
|
|
@@ -1909,7 +1909,7 @@ py2docfx/venv/basevenv/Scripts/rst2xetex.py,sha256=uWxjDPOf9Z8l7aEFeT8cCblcux3eC
|
|
|
1909
1909
|
py2docfx/venv/basevenv/Scripts/rst2xml.py,sha256=CKkwwj1YliluYTi6ChKsmhoZnWpgscpqS37NbX-QuHc,641
|
|
1910
1910
|
py2docfx/venv/basevenv/Scripts/rstpep2html.py,sha256=06BgO_8bJHmUoIeZGxYvn3TT8tTg68K-xavXlgq4-UU,709
|
|
1911
1911
|
py2docfx/venv/venv1/Lib/site-packages/six.py,sha256=xRyR9wPT1LNpbJI8tf7CE-BeddkhU5O--sfy-mo5BN8,34703
|
|
1912
|
-
py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py,sha256=
|
|
1912
|
+
py2docfx/venv/venv1/Lib/site-packages/typing_extensions.py,sha256=Qz0R0XDTok0usGXrwb_oSM6n49fOaFZ6tSvqLUwvftg,160429
|
|
1913
1913
|
py2docfx/venv/venv1/Lib/site-packages/_distutils_hack/__init__.py,sha256=34HmvLo07j45Uvd2VR-2aRQ7lJD91sTK6zJgn5fphbQ,6755
|
|
1914
1914
|
py2docfx/venv/venv1/Lib/site-packages/_distutils_hack/override.py,sha256=Eu_s-NF6VIZ4Cqd0tbbA5wtWky2IZPNd8et6GLt1mzo,44
|
|
1915
1915
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/__init__.py,sha256=LSh4JOGr9VWqzYXf_D1V2Z2Li7ckvTeybj5mwofOxc0,1730
|
|
@@ -1918,7 +1918,7 @@ py2docfx/venv/venv1/Lib/site-packages/azure/core/_enum_meta.py,sha256=AjeC43sBJ8
|
|
|
1918
1918
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/_match_conditions.py,sha256=3TIhb4vBO1hBe7MaQwS_9i-d6p7o4jn5L6M-OiQahkg,1864
|
|
1919
1919
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/_pipeline_client.py,sha256=96Gb-bQRYifLnDmZoOPAGDCR9dgWdkpW40CDtCf6PpU,8721
|
|
1920
1920
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/_pipeline_client_async.py,sha256=n2E9Wf0UbI7Ajr4guZpluNj2JMzkr5m2QjLCUT1Bydg,12052
|
|
1921
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py,sha256=
|
|
1921
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/core/_version.py,sha256=OXo_NHj7ChfTpLA5ZHBXvZXNk4SSpp1-Hk7_AzcWoQ4,493
|
|
1922
1922
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/async_paging.py,sha256=vOsAzruKeeOvuCIxWS4lQbVoIEFnjTHHk4mEWnvo6P4,6045
|
|
1923
1923
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/configuration.py,sha256=Q8Oeb5RXWTJdF6kqODFn9r_tg_LM7oZM8M7WKk9Bnjc,7191
|
|
1924
1924
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/credentials.py,sha256=MpYslcF2dG__viKLFVeZoPG0c9-PoNm0uzr7sX-Pr8A,9138
|
|
@@ -1936,15 +1936,15 @@ py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_base_async.py,sha256=
|
|
|
1936
1936
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools.py,sha256=xHTonCm5kOnINWaue3ntlVpqSBK4hT-bp0O47paNRDY,3455
|
|
1937
1937
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/_tools_async.py,sha256=aqE5qBGemH5JE3YOBQdz1M70gPI5jG0AfzVpCxqkTDw,2821
|
|
1938
1938
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/__init__.py,sha256=S1nbAxkF1ba0RmerJbhWxP6mgOXjDDXn28uYQHRCMxw,2751
|
|
1939
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py,sha256=
|
|
1940
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py,sha256=
|
|
1939
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication.py,sha256=3s8QOUE7gDzsUCLWdWRaSR_Xscdenv6NSPj0oNg5zeQ,14220
|
|
1940
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_authentication_async.py,sha256=yw0aYBgfpt_aYD7mJeHdi5IUiMaRQAxHzn1oC4Bqeps,10594
|
|
1941
1941
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_base.py,sha256=TwgLBRJFlLbQIH5DLG8petEUJ7Jca4LB_cyY-uI_4rg,5461
|
|
1942
1942
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_base_async.py,sha256=xpyfjO8wrU3tYLgnQ5QaHpBKqROwdC7B8J0Lw6XcvsQ,2429
|
|
1943
1943
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_custom_hook.py,sha256=ma7Eh7sXNreLTZGj2MH9uvcIP8fzlMFZq0CdF3g390Y,3754
|
|
1944
1944
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_distributed_tracing.py,sha256=PSuz82Phy-KolQdND_2w5I-PL9tqimh9O8HorDVLWQg,12781
|
|
1945
1945
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect.py,sha256=mCzBa1uOJCPFYHLm4ha1_WERdpbvvie4EFiu-Gon7X8,9332
|
|
1946
1946
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_redirect_async.py,sha256=bbKwWxpDAdX4bN9Ol1u9GHjrMeAVD7XwMzFCPkPQOs0,4476
|
|
1947
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py,sha256=
|
|
1947
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry.py,sha256=I0ObCYz9hWndTqcCCXaArUQMWTOgSkEHXh_ANABcmWc,25385
|
|
1948
1948
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_retry_async.py,sha256=h7TgrU2alzuXPdxR5sG8cHYWamxgBa49Fhnk3Xa5Z5o,9809
|
|
1949
1949
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_sensitive_header_cleanup_policy.py,sha256=NBHYUg0b9jxP9QHxeaYSHIiAmA5yq4rpaVhNnuoQfhQ,3645
|
|
1950
1950
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/pipeline/policies/_universal.py,sha256=1Zq876WB0EYuZHvcEBShT4bZmm7S7YFHl4tCSSRx2no,32364
|
|
@@ -1991,41 +1991,42 @@ py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_pipeline_transport_rest_
|
|
|
1991
1991
|
py2docfx/venv/venv1/Lib/site-packages/azure/core/utils/_utils.py,sha256=QvAQKO_XYHRrb5Z0cJpqh4NbY2ILOlaqlKgnlrweoIw,5917
|
|
1992
1992
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/__init__.py,sha256=1_aawdgVj8zUg542WFM7ndEf99uDj683OkNlNc0iQ7A,1990
|
|
1993
1993
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_auth_record.py,sha256=5EULRHUBGVeXvGhCsiRZsHJ1G1NjMVriiBp8oQUlMmo,3972
|
|
1994
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_bearer_token_provider.py,sha256=
|
|
1994
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_bearer_token_provider.py,sha256=l8xsnsq9tDkEgIF2yiFx8bZ6b7iG4adznTf1EzJUp1o,1678
|
|
1995
1995
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_constants.py,sha256=BHS6WqiU4isdxMEtDEe_WuHQSH4l-uLLil_7Kdfc36Y,2826
|
|
1996
1996
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_enums.py,sha256=kaZnPeoAQiEYVW19_BaXFaP_rt4viwfiIRPzYuo5rGs,2399
|
|
1997
1997
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_exceptions.py,sha256=YxKx_rcD5iWl6tcH5SzQmmQIG4ZGGNDlNgMGphYbMNM,2140
|
|
1998
1998
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_persistent_cache.py,sha256=zjPU1HBHWGxXuv6R09zBp5uPKj0sd9c8rEUzu84sA90,5835
|
|
1999
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py,sha256=
|
|
1999
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py,sha256=nQCtxBMCQIs0E6Pbw4ouIOx-fTur_V_feHoUhxxwdd4,170
|
|
2000
2000
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2001
2001
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/__init__.py,sha256=HiD0uRVJ7Okw8ICCzWrMWKeEvf2RUa3DuwdDUgIxg5s,1756
|
|
2002
2002
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/app_service.py,sha256=mc0GqUWXLjcgkZX64IV3aVmJd1M1-fo5h6ssVe0Iklo,1424
|
|
2003
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/authorization_code.py,sha256=
|
|
2004
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azd_cli.py,sha256=
|
|
2003
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/authorization_code.py,sha256=JeVG45l8AkwI3Pky6jFYdIk7Dv47UITTWntZ5xnT8lQ,7251
|
|
2004
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azd_cli.py,sha256=0-DzF2wBrXFQUzDpzEXpdIHmfzRsM2-N1pGoBxExQGI,15027
|
|
2005
2005
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_arc.py,sha256=2B5SYKKGIEg8y8kC_zccSspxqVllKrIgP4WF_WD9ky0,4907
|
|
2006
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_cli.py,sha256=
|
|
2006
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_cli.py,sha256=atWISu_w6xZoMwITp3dw53oUkusSWvaCRe9JsoiBEG4,12574
|
|
2007
2007
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_ml.py,sha256=qLMRTkkecgZRwA6HoXf-9GoEp0HddbPoYioBcWYwOF4,3000
|
|
2008
2008
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_pipelines.py,sha256=QtMuhYSeSDMJo76W5OHJORRu2IRb61ueKyZoi8R2bck,8566
|
|
2009
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_powershell.py,sha256=
|
|
2009
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_powershell.py,sha256=Xazx1VBRxXs-9WmaNrloYFtXz0_8VahUNKcnO_GQvIc,12176
|
|
2010
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/broker.py,sha256=it-HSh0qPSKygD3Q8tr-4iyIdcatsEqYeYJB0YKXzC0,3564
|
|
2010
2011
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/browser.py,sha256=mkkIqHvkNPYwqcPHRQscx_qtQWDpf0TNBuxVu2ynf6Q,8307
|
|
2011
2012
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/certificate.py,sha256=uHVCvvdcjkIuamb_66ANHh6TVQAO9lUhcSjxr4J2V-0,9179
|
|
2012
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/chained.py,sha256=
|
|
2013
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/chained.py,sha256=vcUtqckmgqdLpDnz8XGmR2FwruLygRbgvM94-wPD1h0,10311
|
|
2013
2014
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/client_assertion.py,sha256=i8S8rK86FQaFaAhVS_jaTJljCYufvsXA0AzG9fDCyIc,3517
|
|
2014
2015
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/client_secret.py,sha256=U4d2uOTMfXCfjTBtZLpM1_uvVDSqQgtfPlMx88oqO_8,3114
|
|
2015
2016
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/cloud_shell.py,sha256=yyuxWKBM8cp0EI6IbVuGP2LvXfkidV0se5NABBuMH7k,1928
|
|
2016
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py,sha256=
|
|
2017
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py,sha256=NLkDLiGp_f70YOlFtKjaKqOHXbFhvaocmAJETJuReTI,20583
|
|
2017
2018
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/device_code.py,sha256=DXW99i6FiKJ1EeTbqMqLbRZW8zpHpJkuyURHSe56i8E,6763
|
|
2018
2019
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/environment.py,sha256=8AC3oZjMk2SPkI3Uir-wMvSb3LaZCa04k5et3YPvbdE,9369
|
|
2019
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/imds.py,sha256=
|
|
2020
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/imds.py,sha256=KyQrN3mspRGngd60gP2sljIW_iEPaKXrL-GkAvVSd-Y,6755
|
|
2020
2021
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/managed_identity.py,sha256=xCvspdwk3MP1UFL_489PfLaYOlmOktdO265fowR4ZUU,10332
|
|
2021
2022
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/on_behalf_of.py,sha256=e8av70lj1hwwqrQc7bX1MI5bH5OWsZA6LZvy1ib_M4U,9014
|
|
2022
2023
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/service_fabric.py,sha256=JNjcqb69fMffWzk4VmjYfxYYpzEJGl3xUKwvRIra53o,2724
|
|
2023
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/shared_cache.py,sha256=
|
|
2024
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/shared_cache.py,sha256=ptIDxYfgMt1NCYq6fqrygN__k77TawFD7i4IkW5q_wQ,9407
|
|
2024
2025
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/silent.py,sha256=8gq0CyQOThOkAF6KF9ku1YO1JuBdY_ZgJOXl-BHFK2o,9329
|
|
2025
2026
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/user_password.py,sha256=IoVzYb3qnJCYeMdhKYDzGK-Mp6Um9n5xiTfZNshmf1I,5403
|
|
2026
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/vscode.py,sha256=
|
|
2027
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/workload_identity.py,sha256=
|
|
2028
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/__init__.py,sha256=
|
|
2027
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/vscode.py,sha256=MDBVFoQGcga2UCe9XKAm_jiqAh449avICK20CwtnGw0,11019
|
|
2028
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/workload_identity.py,sha256=SMzl9_2Xl9koTc5dIh86yAUGgHkUfh90_yOBjqMdEdk,4643
|
|
2029
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/__init__.py,sha256=IMmQGZDBaTIcTEgiWqtMQNSH8Hg85rkGhRqQHVLBP-I,1698
|
|
2029
2030
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/aad_client.py,sha256=O8b9pnlc6HIRdV0YqrCjYaMOt1z8mYKPE4bOdrYtR-Q,3299
|
|
2030
2031
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/aad_client_base.py,sha256=XrKbEcpvSLbagJUvucRkNSze4cLRYYFMH6qh2ASMgf8,17087
|
|
2031
2032
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/aadclient_certificate.py,sha256=_rB9Y8sYtzcRYRnoQyDPIygqLr3kJFbmL70H3shfXgs,2925
|
|
@@ -2033,44 +2034,41 @@ py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/auth_code_redirec
|
|
|
2033
2034
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/client_credential_base.py,sha256=YBEnqgTBOebvSoTaCY20qt3ue7_ovK4i0O_HyX_pC3E,2508
|
|
2034
2035
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/decorators.py,sha256=uM-aP4FsVYT2aR1BX41kdvHHs83XxB-O0vYzRq3YUw4,2877
|
|
2035
2036
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/get_token_mixin.py,sha256=l1tAeMvUDwxvagsZdFcrhVvch8eDqr4QcEjQqBH1kyY,7314
|
|
2036
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/interactive.py,sha256=
|
|
2037
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/linux_vscode_adapter.py,sha256=LL2ImHX7IzfSwOQ0BuvOrQ1do_X6fo_o3b3r4O77nI8,2952
|
|
2038
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/macos_vscode_adapter.py,sha256=sRcYxS_xaiSaRmruqUH3_wXmDA6BWRACXNs8dnvBkNw,1202
|
|
2037
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/interactive.py,sha256=2VfW-yVUABPhZu2v3Kxt9HpiT1kSNVjY1gTY4puTP6s,14444
|
|
2039
2038
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/managed_identity_base.py,sha256=pBEoUq39MElBnuvqwEAsjco2I4wznp3nxwgDkW5qiPo,2416
|
|
2040
2039
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/managed_identity_client.py,sha256=mWD_pDAjsFaUUdiVo5oupe9jt8mCEzraNs0_Wtha8_g,5982
|
|
2041
2040
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_client.py,sha256=QgBTA_rgMLCfajktZOvDwEMkecudyPZIlGU--6m2M2o,5871
|
|
2042
2041
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_credentials.py,sha256=yEzbeHljbMFHJrwgQuIo6YO7jbaCx69x3e_DFXi4GAg,6124
|
|
2043
2042
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_managed_identity_client.py,sha256=rd8rRTye492y940_rUJLUgFBeMaKOBUDBa0NTUuDvjg,9695
|
|
2044
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/pipeline.py,sha256=
|
|
2043
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/pipeline.py,sha256=xQSTYxi3hGw74zR38HisQDL5p84BajDpbcArX2e2awM,3115
|
|
2045
2044
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/shared_token_cache.py,sha256=Q4sGmpQrrxWu0yXRuZ66ndqxa8CjHORvTp2Suegz2sY,12555
|
|
2046
2045
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/user_agent.py,sha256=aOlTYL7cTqLLoRppt0oKao64YtYnUrw6BAfDc9pghZg,319
|
|
2047
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/utils.py,sha256=
|
|
2048
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/win_vscode_adapter.py,sha256=XM3JW1YeY9-4p3aauJThbBKVdmQ-RD-pzaAFrS8QhOc,2444
|
|
2046
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/utils.py,sha256=mOrK0yTbjv9hpkO84ug-oSBT-NVablZMdAIfXUKJHb0,10066
|
|
2049
2047
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/__init__.py,sha256=sXPK0GJ7WNbMWQaTvbG1SXa2riULBZvayDTlLRzTosY,1325
|
|
2050
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_bearer_token_provider.py,sha256=
|
|
2048
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_bearer_token_provider.py,sha256=K9vgiLSru5AucMSnUW4sHqKrgeDr2UxzjwHY7tm27G0,1777
|
|
2051
2049
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/__init__.py,sha256=HQ-rmMldjHhb9kHne-0zbGFcIPraamf_Y4l2tJQ8LBg,1482
|
|
2052
2050
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/app_service.py,sha256=xb8LIoDfAdCZj60CiaKtdjUDLecNbLfkuC9Xy1ItwuE,836
|
|
2053
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/authorization_code.py,sha256=
|
|
2054
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py,sha256=
|
|
2051
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/authorization_code.py,sha256=3ZI8kT-X8PhxLDFEZdLWXpZAiqa5drpOtRX8cN1T0cs,7435
|
|
2052
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py,sha256=QvV_--HUexqU2_bsUCHVoJu3Svxc0n-TgGXOYrnETfE,11828
|
|
2055
2053
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_arc.py,sha256=ottnsKp-t7mpUXrn1I_TtgHKqT75WsZR5qGMkz7_mF0,1857
|
|
2056
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py,sha256=
|
|
2054
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py,sha256=Y7DBu25BJPOSuQoZ0gGObjcAH1o7NvuTTC_ksjfB2kc,11023
|
|
2057
2055
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_ml.py,sha256=D7hQWuNLFHQb60Za5cXFeAK7aRT5ta0i8banjc4j0tQ,827
|
|
2058
2056
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_pipelines.py,sha256=jNGC1o_pG6cZ8zaJFN6dOZQpvMyEzVdf4EYMqwQV-AQ,7458
|
|
2059
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_powershell.py,sha256
|
|
2057
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_powershell.py,sha256=-w_1HPiMt5Gs-6leCyzvCpD4u8EVQ7Q8B9nvKcmDbSQ,9231
|
|
2060
2058
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/certificate.py,sha256=a_j-ZM4V9Bb6M1gskSCVSjhKNWNQGIdfYYNNXXqRYJw,3953
|
|
2061
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/chained.py,sha256=
|
|
2059
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/chained.py,sha256=F4vyASy-0ODVVy56kGbjG2GJKG9Idm-BdKjM6oOHvX0,9657
|
|
2062
2060
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/client_assertion.py,sha256=f46y6n1fMTTBaEZaMc9Dux7TwcSwGXkQq4pScLf8Jic,3511
|
|
2063
2061
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/client_secret.py,sha256=JHI9N_0qzvKpV_RvMMjChfnPMRtbPb7FF_n6GIVnKRk,3218
|
|
2064
2062
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/cloud_shell.py,sha256=jJ4b3hacR-Mzk3vcwvzbxwF4DrN60uyHv1BIhUzD3bA,1225
|
|
2065
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py,sha256=
|
|
2063
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py,sha256=mpvlsWt-xhEuBMnWiv2prM2dRBfF7yujnkdnRDA__As,17468
|
|
2066
2064
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/environment.py,sha256=89Ow1EQ000EN66axjgDDvJlb4uLAdgvzYoYGNytAzdg,7904
|
|
2067
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/imds.py,sha256=
|
|
2065
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/imds.py,sha256=DRZ10S8agMe0VD1m2FZzT1F5bhHZNZgrEgL36gA1QgA,5328
|
|
2068
2066
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/managed_identity.py,sha256=JlZqlGuCQP0iSlUF1LTsFSNTD6nZYoLypk3cyTbj-Co,9391
|
|
2069
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/on_behalf_of.py,sha256=
|
|
2067
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/on_behalf_of.py,sha256=8XSs8iZpy_JY241VcihE7m-5ixDPRkxlz4tSCwEuH4M,7371
|
|
2070
2068
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/service_fabric.py,sha256=xJtnzR__JzHixCV63E-P1OS3Ecqh7qsTfXMMEUG4BIA,1808
|
|
2071
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/shared_cache.py,sha256=
|
|
2072
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/vscode.py,sha256=
|
|
2073
|
-
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/workload_identity.py,sha256=
|
|
2069
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/shared_cache.py,sha256=Xd5gmOwowxfGEHaPZu2zV-ttKkyP1tuCLuC53m1Fc_0,7849
|
|
2070
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/vscode.py,sha256=NPIBbyp4C3u9hk3hjOYyJhrtnM8YziUUqyUBW_JV5wo,3984
|
|
2071
|
+
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/workload_identity.py,sha256=owUfXZ94_OPqbnpYk0uNscLv9drNyMymekONExvGI6s,3903
|
|
2074
2072
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/__init__.py,sha256=kqVXG7igSXSP_Gi4MzJPHoXaudlQV18A7U1qNEvXeMM,838
|
|
2075
2073
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/aad_client.py,sha256=nDPSqqrFjtmm5xWLc7exa3aWxDvhwwge8yEZ__5ZtrQ,4260
|
|
2076
2074
|
py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/decorators.py,sha256=aw8JChj6khlmXPkjbMtypcvUgwfyIiUlUF1227nFREI,2940
|
|
@@ -2085,38 +2083,38 @@ py2docfx/venv/venv1/Lib/site-packages/certifi/__init__.py,sha256=0a5ro4KTYep37Oo
|
|
|
2085
2083
|
py2docfx/venv/venv1/Lib/site-packages/certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243
|
|
2086
2084
|
py2docfx/venv/venv1/Lib/site-packages/certifi/core.py,sha256=XFXycndG5pf37ayeF8N32HUuDafsyhkVMbO4BAPWHa0,3394
|
|
2087
2085
|
py2docfx/venv/venv1/Lib/site-packages/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2088
|
-
py2docfx/venv/venv1/Lib/site-packages/cffi/__init__.py,sha256
|
|
2086
|
+
py2docfx/venv/venv1/Lib/site-packages/cffi/__init__.py,sha256=-ksBQ7MfDzVvbBlV_ftYBWAmEqfA86ljIzMxzaZeAlI,511
|
|
2089
2087
|
py2docfx/venv/venv1/Lib/site-packages/cffi/_imp_emulation.py,sha256=RxREG8zAbI2RPGBww90u_5fi8sWdahpdipOoPzkp7C0,2960
|
|
2090
2088
|
py2docfx/venv/venv1/Lib/site-packages/cffi/_shimmed_dist_utils.py,sha256=Bjj2wm8yZbvFvWEx5AEfmqaqZyZFhYfoyLLQHkXZuao,2230
|
|
2091
2089
|
py2docfx/venv/venv1/Lib/site-packages/cffi/api.py,sha256=alBv6hZQkjpmZplBphdaRn2lPO9-CORs_M7ixabvZWI,42169
|
|
2092
2090
|
py2docfx/venv/venv1/Lib/site-packages/cffi/backend_ctypes.py,sha256=h5ZIzLc6BFVXnGyc9xPqZWUS7qGy7yFSDqXe68Sa8z4,42454
|
|
2093
2091
|
py2docfx/venv/venv1/Lib/site-packages/cffi/cffi_opcode.py,sha256=JDV5l0R0_OadBX_uE7xPPTYtMdmpp8I9UYd6av7aiDU,5731
|
|
2094
2092
|
py2docfx/venv/venv1/Lib/site-packages/cffi/commontypes.py,sha256=7N6zPtCFlvxXMWhHV08psUjdYIK2XgsN3yo5dgua_v4,2805
|
|
2095
|
-
py2docfx/venv/venv1/Lib/site-packages/cffi/cparser.py,sha256=
|
|
2093
|
+
py2docfx/venv/venv1/Lib/site-packages/cffi/cparser.py,sha256=QUTfmlL-aO-MYR8bFGlvAUHc36OQr7XYLe0WLkGFjRo,44790
|
|
2096
2094
|
py2docfx/venv/venv1/Lib/site-packages/cffi/error.py,sha256=v6xTiS4U0kvDcy4h_BDRo5v39ZQuj-IMRYLv5ETddZs,877
|
|
2097
2095
|
py2docfx/venv/venv1/Lib/site-packages/cffi/ffiplatform.py,sha256=avxFjdikYGJoEtmJO7ewVmwG_VEVl6EZ_WaNhZYCqv4,3584
|
|
2098
2096
|
py2docfx/venv/venv1/Lib/site-packages/cffi/lock.py,sha256=l9TTdwMIMpi6jDkJGnQgE9cvTIR7CAntIJr8EGHt3pY,747
|
|
2099
2097
|
py2docfx/venv/venv1/Lib/site-packages/cffi/model.py,sha256=W30UFQZE73jL5Mx5N81YT77us2W2iJjTm0XYfnwz1cg,21797
|
|
2100
2098
|
py2docfx/venv/venv1/Lib/site-packages/cffi/pkgconfig.py,sha256=LP1w7vmWvmKwyqLaU1Z243FOWGNQMrgMUZrvgFuOlco,4374
|
|
2101
|
-
py2docfx/venv/venv1/Lib/site-packages/cffi/recompiler.py,sha256=
|
|
2102
|
-
py2docfx/venv/venv1/Lib/site-packages/cffi/setuptools_ext.py,sha256
|
|
2103
|
-
py2docfx/venv/venv1/Lib/site-packages/cffi/vengine_cpy.py,sha256=
|
|
2099
|
+
py2docfx/venv/venv1/Lib/site-packages/cffi/recompiler.py,sha256=78J6lMEEOygXNmjN9-fOFFO3j7eW-iFxSrxfvQb54bY,65509
|
|
2100
|
+
py2docfx/venv/venv1/Lib/site-packages/cffi/setuptools_ext.py,sha256=0rCwBJ1W7FHWtiMKfNXsSST88V8UXrui5oeXFlDNLG8,9411
|
|
2101
|
+
py2docfx/venv/venv1/Lib/site-packages/cffi/vengine_cpy.py,sha256=oyQKD23kpE0aChUKA8Jg0e723foPiYzLYEdb-J0MiNs,43881
|
|
2104
2102
|
py2docfx/venv/venv1/Lib/site-packages/cffi/vengine_gen.py,sha256=DUlEIrDiVin1Pnhn1sfoamnS5NLqfJcOdhRoeSNeJRg,26939
|
|
2105
2103
|
py2docfx/venv/venv1/Lib/site-packages/cffi/verifier.py,sha256=oX8jpaohg2Qm3aHcznidAdvrVm5N4sQYG0a3Eo5mIl4,11182
|
|
2106
2104
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/__init__.py,sha256=0NT8MHi7SKq3juMqYfOdrkzjisK0L73lneNHH4qaUAs,1638
|
|
2107
2105
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/__main__.py,sha256=2sj_BS6H0sU25C1bMqz9DVwa6kOK9lchSEbSU-_iu7M,115
|
|
2108
|
-
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/api.py,sha256=
|
|
2106
|
+
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/api.py,sha256=ODy4hX78b3ldTl5sViYPU1yzQ5qkclfgSIFE8BtNrTI,23337
|
|
2109
2107
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/cd.py,sha256=uq8nVxRpR6Guc16ACvOWtL8KO3w7vYaCh8hHisuOyTg,12917
|
|
2110
2108
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/constant.py,sha256=mCJmYzpBU27Ut9kiNWWoBbhhxQ-aRVw3K7LSwoFwBGI,44728
|
|
2111
|
-
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/legacy.py,sha256=
|
|
2109
|
+
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/legacy.py,sha256=ui08NlKqAXU3Y7smK-NFJjEgRRQz9ruM7aNCbT0OOrE,2811
|
|
2112
2110
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/md.py,sha256=LSuW2hNgXSgF7JGdRapLAHLuj6pABHiP85LTNAYmu7c,20780
|
|
2113
2111
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/models.py,sha256=ZR2PE-fqf6dASZfqdE5Uhkmr0o1MciSdXOjuNqwkmvg,12754
|
|
2114
2112
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2115
2113
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/utils.py,sha256=XtWIQeOuz7cnGebMzyi4Vvi1JtA84QBSIeR9PDzF7pw,12584
|
|
2116
|
-
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/version.py,sha256=
|
|
2114
|
+
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/version.py,sha256=laniWEeVCCfwRgYLf_rZ2f0qWaNwWTEXQEfUUL_MMvw,123
|
|
2117
2115
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/cli/__init__.py,sha256=d9MUx-1V_qD3x9igIy4JT4oC5CU0yjulk7QyZWeRFhg,144
|
|
2118
2116
|
py2docfx/venv/venv1/Lib/site-packages/charset_normalizer/cli/__main__.py,sha256=-pdJCyPywouPyFsC8_eTSgTmvh1YEvgjsvy1WZ0XjaA,13027
|
|
2119
|
-
py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py,sha256=
|
|
2117
|
+
py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py,sha256=oT66UDXiHV3RrIrSl7yt-nF_JOcsvzYFafF8uvPgn9c,445
|
|
2120
2118
|
py2docfx/venv/venv1/Lib/site-packages/cryptography/__init__.py,sha256=QDuQ3te_14R9iGF-2Q5yEwD1FTJrCWqpnuhlMIJBsno,762
|
|
2121
2119
|
py2docfx/venv/venv1/Lib/site-packages/cryptography/exceptions.py,sha256=835EWILc2fwxw-gyFMriciC2SqhViETB10LBSytnDIc,1087
|
|
2122
2120
|
py2docfx/venv/venv1/Lib/site-packages/cryptography/fernet.py,sha256=3Cvxkh0KJSbX8HbnCHu4wfCW7U0GgfUA3v_qQ8a8iWc,6963
|
|
@@ -2430,19 +2428,19 @@ py2docfx/venv/venv1/Lib/site-packages/google/oauth2/utils.py,sha256=4crAdpKbDtob
|
|
|
2430
2428
|
py2docfx/venv/venv1/Lib/site-packages/google/oauth2/webauthn_handler.py,sha256=6hYiSDIFXlLwghsYf13ceDiOWdLYn6Dh7-YwSqTbLaA,2743
|
|
2431
2429
|
py2docfx/venv/venv1/Lib/site-packages/google/oauth2/webauthn_handler_factory.py,sha256=soE5cokZ3pLNbBo1HC6F1N-N-I-ir-DGlD0trGPCpBs,429
|
|
2432
2430
|
py2docfx/venv/venv1/Lib/site-packages/google/oauth2/webauthn_types.py,sha256=IHdqUe-EWOU-CmyLnHLniqc7vGHZ8HpavB0dcjn7Zl8,5386
|
|
2433
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/__init__.py,sha256=
|
|
2431
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/__init__.py,sha256=8Y0DH_MqUJ7H9LbmTkbzxzMlnDo04gLtZtsLXXBzBtA,346
|
|
2434
2432
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any.py,sha256=37npo8IyL1i9heh7Dxih_RKQE2BKFuv7m9NXbWxoSdo,1319
|
|
2435
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any_pb2.py,sha256=
|
|
2436
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/api_pb2.py,sha256=
|
|
2437
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor.py,sha256=
|
|
2433
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/any_pb2.py,sha256=MJT7FL9qdGwfXFLtJ-DFE295L4QPZvqIGYMmV5dPZIk,1725
|
|
2434
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/api_pb2.py,sha256=Mcdn9hmWMD1FjMIV66b3NOg_iXI2tifa_IQQ8v4dL-E,3600
|
|
2435
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor.py,sha256=h69lWJP0qsxrpA659qda5IxwvIdFC1eqnkZxe7u-bTI,53428
|
|
2438
2436
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_database.py,sha256=FHAOZc5uz86IsMqr3Omc19AenuwrOknut2wCQ0mGsGc,5936
|
|
2439
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pb2.py,sha256=
|
|
2440
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pool.py,sha256=
|
|
2437
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pb2.py,sha256=cuS6caq5UyVrKPxKRLSH0SwDrLp7nubm9dETadEa3JI,366096
|
|
2438
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/descriptor_pool.py,sha256=SV_5FYtwXsqVrc4Z3Shfgtb7R_IrnXLkvdKAqHhMxcA,48793
|
|
2441
2439
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/duration.py,sha256=vQTwVyiiyGm3Wy3LW8ohA3tkGkrUKoTn_p4SdEBU8bM,2672
|
|
2442
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/duration_pb2.py,sha256=
|
|
2443
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/empty_pb2.py,sha256=
|
|
2444
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/field_mask_pb2.py,sha256=
|
|
2445
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/json_format.py,sha256=
|
|
2440
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/duration_pb2.py,sha256=Pa3zVKHF94JJ3QLTVyOJ4pJEzfPwSgvWj6SHoHcBxVg,1805
|
|
2441
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/empty_pb2.py,sha256=t-IfTqS7SVWW0AUisRxRhtN7d8HbdLO6w59xclK_8L4,1669
|
|
2442
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/field_mask_pb2.py,sha256=usVPAB-ouZ-_Y4WDJ-aJclfLSJHLqwbUKXexCbcUbNA,1765
|
|
2443
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/json_format.py,sha256=ayLfLSWJkzBBI746w_TjevBHdEaZx_aK_ftGGbYq-rM,38000
|
|
2446
2444
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/message.py,sha256=IeyQE68rj_YcUhy20XS5Dr3tU27_JYZ5GLLHm-TbbD4,14917
|
|
2447
2445
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/message_factory.py,sha256=uELqRiWo-3pBJupnQTlHsGJmgDJ3p4HqX3T7d46MMug,6607
|
|
2448
2446
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/proto.py,sha256=cuqMtlacasjTNQdfyKiTubEKXNapgdAEcnQTv65AmoE,4389
|
|
@@ -2450,34 +2448,34 @@ py2docfx/venv/venv1/Lib/site-packages/google/protobuf/proto_builder.py,sha256=pG
|
|
|
2450
2448
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/proto_json.py,sha256=fUy0Vb4m_831-oabn7JbzmyipcoJpQWtBdgTMoj8Yp4,3094
|
|
2451
2449
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/proto_text.py,sha256=ZD21wifWF_HVMcJkVJBo3jGNFxqELCrgOeIshuz565U,5307
|
|
2452
2450
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/reflection.py,sha256=gMVfWDmnckEbp4vTR5gKq2HDwRb_eI5rfylZOoFSmEQ,1241
|
|
2453
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/runtime_version.py,sha256=
|
|
2451
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/runtime_version.py,sha256=21Vi5Qle9nEMNlfIG5C8-2D1hhjafI3mPO7JCrJ7CN4,3033
|
|
2454
2452
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/service_reflection.py,sha256=WHElGnPgywDtn3X8xKVNsZZOCgJOTzgpAyTd-rmCKGU,10058
|
|
2455
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/source_context_pb2.py,sha256=
|
|
2456
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/struct_pb2.py,sha256=
|
|
2453
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/source_context_pb2.py,sha256=9EBFAvy2Zqnr9N2To7d8j8INWzFnwQ4AuQFxWFp3XPU,1791
|
|
2454
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/struct_pb2.py,sha256=tDxVOgLZ_OOl5my7EyjXY84dmWTrHsi2uIKJN0-Xmv8,3061
|
|
2457
2455
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/symbol_database.py,sha256=s0pExuYyJvi1q0pD82AEoJtH2EDZ2vAZCIqja84CKcc,5752
|
|
2458
2456
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/text_encoding.py,sha256=Ao1Q6OP8i4p8VDtvpe8uW1BjX7aQZvkJggvhFYYrB7w,3621
|
|
2459
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/text_format.py,sha256=
|
|
2457
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/text_format.py,sha256=URjGtTNUqe0OSJ-3AAjEjhHH9L084OoUD8gsGFZkvkg,64149
|
|
2460
2458
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/timestamp.py,sha256=s23LWq6hDiFIeAtVUn8LwfEc5aRM7WAwTz_hCaOVndk,3133
|
|
2461
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/timestamp_pb2.py,sha256=
|
|
2462
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/type_pb2.py,sha256=
|
|
2459
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/timestamp_pb2.py,sha256=Q-0Nv_OVSHqkqL93BTiN-3SUhEOrTQRRu8FMRnLUoJk,1815
|
|
2460
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/type_pb2.py,sha256=1YEPCj8n2DGWFzDWpxgNysqmZaRe1qwkTjMRvGNxvUw,5438
|
|
2463
2461
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/unknown_fields.py,sha256=r3CJ2e4_XUq41TcgB8w6E0yZxxzSTCQLF4C7OOHa9lo,3065
|
|
2464
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/wrappers_pb2.py,sha256=
|
|
2462
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/wrappers_pb2.py,sha256=uugrs9YuMGL2a5H3Il64cDbWdCr-r5rvYVjNADWp-Vg,3037
|
|
2465
2463
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/compiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2466
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/compiler/plugin_pb2.py,sha256=
|
|
2464
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/compiler/plugin_pb2.py,sha256=ui2WBU8pb1XH-LZWWzvaxgOB1GP-AV2Dj5Y5MpD_3Bo,3797
|
|
2467
2465
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/__init__.py,sha256=8d_k1ksNWIuqPDEEEtOjgC3Xx8kAXD2-04R7mxJlSbs,272
|
|
2468
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/api_implementation.py,sha256=
|
|
2466
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/api_implementation.py,sha256=EQ7EImSxJDLiM3AXoQwuuD7K0Lz50072CS1trt2bzqo,4669
|
|
2469
2467
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/builder.py,sha256=VPnrHqqt6J66RwZe19hLm01Zl1vP_jFKpL-bC8nEncY,4112
|
|
2470
2468
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/containers.py,sha256=xC6yATB8GxCAlVQtZj0QIfSPcGORJb0kDxoWAKRV7YQ,22175
|
|
2471
2469
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/decoder.py,sha256=TwaTXm9Ioew3oO3Wa1hgVYLiHVe7BFdF4NAsjv2FyGs,37588
|
|
2472
2470
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/encoder.py,sha256=Vujp3bU10dLBasUnRaGZKD-ZTLq7zEGA8wKh7mVLR-g,27297
|
|
2473
2471
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/enum_type_wrapper.py,sha256=PNhK87a_NP1JIfFHuYFibpE4hHdHYawXwqZxMEtvsvo,3747
|
|
2474
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/extension_dict.py,sha256=
|
|
2475
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/field_mask.py,sha256=
|
|
2472
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/extension_dict.py,sha256=4af0h32jq5BwL7uB6ym3ipdzz3kTH75WGMHLHluGsNA,7141
|
|
2473
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/field_mask.py,sha256=QbOfhzKaTkvYR9k7HYigVidVgyobBRUicBibO71ufHo,10442
|
|
2476
2474
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/message_listener.py,sha256=uh8viU_MvWdDe4Kl14CromKVFAzBMPlMzFZ4vew_UJc,2008
|
|
2477
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_edition_defaults.py,sha256=
|
|
2478
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_message.py,sha256=
|
|
2475
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_edition_defaults.py,sha256=iYUirQbUcoj-fLbWZJwtItLWHk406eSFIPJegaFbEhA,542
|
|
2476
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/python_message.py,sha256=R4K1To2F9pVh_MLM8C321oWRghUAVelHgONiPEW8EVo,57898
|
|
2479
2477
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/testing_refleaks.py,sha256=VnitLBTnynWcayPsvHlScMZCczZs7vf0_x8csPFBxBg,4495
|
|
2480
|
-
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/type_checkers.py,sha256=
|
|
2478
|
+
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/type_checkers.py,sha256=gCOL390SA4A4EQvnUpa-lKxyxHtmiZBoLQelo6JBdX4,17252
|
|
2481
2479
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/well_known_types.py,sha256=b2MhbOXaQY8FRzpiTGcUT16R9DKhZEeEj3xBkYNdwAk,22850
|
|
2482
2480
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/internal/wire_format.py,sha256=EbAXZdb23iCObCZxNgaMx8-VRF2UjgyPrBCTtV10Rx8,7087
|
|
2483
2481
|
py2docfx/venv/venv1/Lib/site-packages/google/protobuf/pyext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -3457,17 +3455,17 @@ py2docfx/venv/venv1/Lib/site-packages/pyasn1_modules/rfc8696.py,sha256=iqGh7uhZ9
|
|
|
3457
3455
|
py2docfx/venv/venv1/Lib/site-packages/pyasn1_modules/rfc8702.py,sha256=t7J9gvKZ3n02UCUjTHeJZWdcC8moBe2QmA_P6K8LVww,2739
|
|
3458
3456
|
py2docfx/venv/venv1/Lib/site-packages/pyasn1_modules/rfc8708.py,sha256=iHNsHkk1G419l7KOQAZwq25yL9m6wyACmM0lS4f5XGw,978
|
|
3459
3457
|
py2docfx/venv/venv1/Lib/site-packages/pyasn1_modules/rfc8769.py,sha256=vwRJCfdmar4FdQ-IhCHJRyyn4fVm_82WsVMuqBeDy5o,441
|
|
3460
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/__init__.py,sha256=
|
|
3458
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/__init__.py,sha256=FQFl5XuxXZiYHrBuN1EElN1COlR8k4aCSdG7h7a7zLw,2918
|
|
3461
3459
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/_ast_gen.py,sha256=0JRVnDW-Jw-3IjVlo8je9rbAcp6Ko7toHAnB5zi7h0Q,10555
|
|
3462
3460
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/_build_tables.py,sha256=4d_UkIxJ4YfHTVn6xBzBA52wDo7qxg1B6aZAJYJas9Q,1087
|
|
3463
3461
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ast_transforms.py,sha256=GTMYlUgWmXd5wJVyovXY1qzzAqjxzCpVVg0664dKGBs,5691
|
|
3464
3462
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_ast.py,sha256=HWeOrfYdCY0u5XaYhE1i60uVyE3yMWdcxzECUX-DqJw,31445
|
|
3465
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_generator.py,sha256=
|
|
3466
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_lexer.py,sha256=
|
|
3467
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_parser.py,sha256=
|
|
3468
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/lextab.py,sha256=
|
|
3463
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_generator.py,sha256=XWK3oGM_eVD5d_JfgJxFO95Y6vUMfRi8pov5FQjHH2s,17790
|
|
3464
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_lexer.py,sha256=bq7LALBDUw452KT3J7QzHj2qMoCugGWjITNPWD7yiOE,17728
|
|
3465
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/c_parser.py,sha256=ujQZ7y6Qded9h5SDrhtgSlHw0vSYVa_yiMtW9ZnsezY,75462
|
|
3466
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/lextab.py,sha256=eLh3spnPArpAKCVAEK1JCOgUX0L9wrJdfOTLyw8sLRE,8776
|
|
3469
3467
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/plyparser.py,sha256=8tLOoEytcapvWrr1JfCf7Dog-wulBtS1YrDs8S7JfMo,4875
|
|
3470
|
-
py2docfx/venv/venv1/Lib/site-packages/pycparser/yacctab.py,sha256=
|
|
3468
|
+
py2docfx/venv/venv1/Lib/site-packages/pycparser/yacctab.py,sha256=ovX4pQW7sjbRf8c-GxpU6J65pqVGAgbU_G_YuW5NPHM,213007
|
|
3471
3469
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/__init__.py,sha256=q4s86QwRsYRa20L9ueSxfh-hPihpftBjDOvYa2_SS2Y,102
|
|
3472
3470
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/cpp.py,sha256=UtC3ylTWp5_1MKA-PLCuwKQR8zSOnlGuGGIdzj8xS98,33282
|
|
3473
3471
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/ctokens.py,sha256=MKksnN40TehPhgVfxCJhjj_BjL943apreABKYz-bl0Y,3177
|
|
@@ -3475,9 +3473,9 @@ py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/lex.py,sha256=rCMi0yjlZmjH5S
|
|
|
3475
3473
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/yacc.py,sha256=eatSDkRLgRr6X3-hoDk_SQQv065R0BdL2K7fQ54CgVM,137323
|
|
3476
3474
|
py2docfx/venv/venv1/Lib/site-packages/pycparser/ply/ygen.py,sha256=2JYNeYtrPz1JzLSLO3d4GsS8zJU8jY_I_CR1VI9gWrA,2251
|
|
3477
3475
|
py2docfx/venv/venv1/Lib/site-packages/requests/__init__.py,sha256=4xaAERmPDIBPsa2PsjpU9r06yooK-2mZKHTZAhWRWts,5072
|
|
3478
|
-
py2docfx/venv/venv1/Lib/site-packages/requests/__version__.py,sha256=
|
|
3476
|
+
py2docfx/venv/venv1/Lib/site-packages/requests/__version__.py,sha256=QKDceK8K_ujqwDDc3oYrR0odOBYgKVOQQ5vFap_G_cg,435
|
|
3479
3477
|
py2docfx/venv/venv1/Lib/site-packages/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495
|
|
3480
|
-
py2docfx/venv/venv1/Lib/site-packages/requests/adapters.py,sha256=
|
|
3478
|
+
py2docfx/venv/venv1/Lib/site-packages/requests/adapters.py,sha256=8nX113gbb123aUtx2ETkAN_6IsYX-M2fRoLGluTEcRk,26285
|
|
3481
3479
|
py2docfx/venv/venv1/Lib/site-packages/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449
|
|
3482
3480
|
py2docfx/venv/venv1/Lib/site-packages/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186
|
|
3483
3481
|
py2docfx/venv/venv1/Lib/site-packages/requests/certs.py,sha256=Z9Sb410Anv6jUFTyss0jFFhU6xst8ctELqfy8Ev23gw,429
|
|
@@ -3488,7 +3486,7 @@ py2docfx/venv/venv1/Lib/site-packages/requests/help.py,sha256=gPX5d_H7Xd88aDABej
|
|
|
3488
3486
|
py2docfx/venv/venv1/Lib/site-packages/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733
|
|
3489
3487
|
py2docfx/venv/venv1/Lib/site-packages/requests/models.py,sha256=MjZdZ4k7tnw-1nz5PKShjmPmqyk0L6DciwnFngb_Vk4,35510
|
|
3490
3488
|
py2docfx/venv/venv1/Lib/site-packages/requests/packages.py,sha256=_g0gZ681UyAlKHRjH6kanbaoxx2eAb6qzcXiODyTIoc,904
|
|
3491
|
-
py2docfx/venv/venv1/Lib/site-packages/requests/sessions.py,sha256=
|
|
3489
|
+
py2docfx/venv/venv1/Lib/site-packages/requests/sessions.py,sha256=Cl1dpEnOfwrzzPbku-emepNeN4Rt_0_58Iy2x-JGTm8,30503
|
|
3492
3490
|
py2docfx/venv/venv1/Lib/site-packages/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322
|
|
3493
3491
|
py2docfx/venv/venv1/Lib/site-packages/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912
|
|
3494
3492
|
py2docfx/venv/venv1/Lib/site-packages/requests/utils.py,sha256=WqU86rZ3wvhC-tQjWcjtH_HEKZwWB3iWCZV6SW5DEdQ,33213
|
|
@@ -3913,7 +3911,7 @@ py2docfx/venv/venv1/Lib/site-packages/wheel/_commands/convert.py,sha256=0wSJMU0m
|
|
|
3913
3911
|
py2docfx/venv/venv1/Lib/site-packages/wheel/_commands/pack.py,sha256=o3iwjfRHl7N9ul-M2kHbewLJZnqBLAWf0tzUCwoiTMw,3078
|
|
3914
3912
|
py2docfx/venv/venv1/Lib/site-packages/wheel/_commands/tags.py,sha256=Rv2ySVb8-qX3osKp3uJgxcIMXkjt43XUD0-zvC6KvnY,4775
|
|
3915
3913
|
py2docfx/venv/venv1/Lib/site-packages/wheel/_commands/unpack.py,sha256=Y_J7ynxPSoFFTT7H0fMgbBlVErwyDGcObgme5MBuz58,1021
|
|
3916
|
-
py2docfx-0.1.20.
|
|
3917
|
-
py2docfx-0.1.20.
|
|
3918
|
-
py2docfx-0.1.20.
|
|
3919
|
-
py2docfx-0.1.20.
|
|
3914
|
+
py2docfx-0.1.20.dev2243675.dist-info/METADATA,sha256=9re9JuIZjAa17Vi3FiKBEIfilcdJUxUJl3QnTf3iPng,548
|
|
3915
|
+
py2docfx-0.1.20.dev2243675.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
3916
|
+
py2docfx-0.1.20.dev2243675.dist-info/top_level.txt,sha256=5dH2uP81dczt_qQJ38wiZ-gzoVWasfiJALWRSjdbnYU,9
|
|
3917
|
+
py2docfx-0.1.20.dev2243675.dist-info/RECORD,,
|
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
# ------------------------------------
|
|
2
|
-
# Copyright (c) Microsoft Corporation.
|
|
3
|
-
# Licensed under the MIT License.
|
|
4
|
-
# ------------------------------------
|
|
5
|
-
import os
|
|
6
|
-
import json
|
|
7
|
-
import logging
|
|
8
|
-
import ctypes as ct
|
|
9
|
-
from .._constants import VSCODE_CREDENTIALS_SECTION
|
|
10
|
-
|
|
11
|
-
_LOGGER = logging.getLogger(__name__)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
def _c_str(string):
|
|
15
|
-
return ct.c_char_p(string.encode("utf-8"))
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
class _SECRET_SCHEMA_ATTRIBUTE(ct.Structure):
|
|
19
|
-
_fields_ = [
|
|
20
|
-
("name", ct.c_char_p),
|
|
21
|
-
("type", ct.c_uint),
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
class _SECRET_SCHEMA(ct.Structure):
|
|
26
|
-
_fields_ = [
|
|
27
|
-
("name", ct.c_char_p),
|
|
28
|
-
("flags", ct.c_uint),
|
|
29
|
-
("attributes", _SECRET_SCHEMA_ATTRIBUTE * 2),
|
|
30
|
-
]
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
_PSECRET_SCHEMA = ct.POINTER(_SECRET_SCHEMA)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
try:
|
|
37
|
-
_libsecret = ct.cdll.LoadLibrary("libsecret-1.so.0")
|
|
38
|
-
_libsecret.secret_password_lookup_sync.argtypes = [
|
|
39
|
-
ct.c_void_p,
|
|
40
|
-
ct.c_void_p,
|
|
41
|
-
ct.c_void_p,
|
|
42
|
-
ct.c_char_p,
|
|
43
|
-
ct.c_char_p,
|
|
44
|
-
ct.c_char_p,
|
|
45
|
-
ct.c_char_p,
|
|
46
|
-
ct.c_void_p,
|
|
47
|
-
]
|
|
48
|
-
_libsecret.secret_password_lookup_sync.restype = ct.c_char_p
|
|
49
|
-
_libsecret.secret_password_free.argtypes = [ct.c_char_p]
|
|
50
|
-
except OSError:
|
|
51
|
-
_libsecret = None # type: ignore
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
def _get_refresh_token(service_name, account_name):
|
|
55
|
-
if not _libsecret:
|
|
56
|
-
return None
|
|
57
|
-
|
|
58
|
-
err = ct.c_int()
|
|
59
|
-
attributes = [_SECRET_SCHEMA_ATTRIBUTE(_c_str("service"), 0), _SECRET_SCHEMA_ATTRIBUTE(_c_str("account"), 0)]
|
|
60
|
-
pattributes = (_SECRET_SCHEMA_ATTRIBUTE * 2)(*attributes)
|
|
61
|
-
schema = _SECRET_SCHEMA()
|
|
62
|
-
pschema = _PSECRET_SCHEMA(schema)
|
|
63
|
-
ct.memset(pschema, 0, ct.sizeof(schema))
|
|
64
|
-
schema.name = _c_str("org.freedesktop.Secret.Generic") # pylint: disable=attribute-defined-outside-init
|
|
65
|
-
schema.flags = 2 # pylint: disable=attribute-defined-outside-init
|
|
66
|
-
schema.attributes = pattributes # pylint: disable=attribute-defined-outside-init
|
|
67
|
-
p_str = _libsecret.secret_password_lookup_sync(
|
|
68
|
-
pschema,
|
|
69
|
-
None,
|
|
70
|
-
ct.byref(err),
|
|
71
|
-
_c_str("service"),
|
|
72
|
-
_c_str(service_name),
|
|
73
|
-
_c_str("account"),
|
|
74
|
-
_c_str(account_name),
|
|
75
|
-
None,
|
|
76
|
-
)
|
|
77
|
-
if err.value == 0 and p_str:
|
|
78
|
-
return p_str.decode("utf-8")
|
|
79
|
-
|
|
80
|
-
return None
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
def get_user_settings():
|
|
84
|
-
try:
|
|
85
|
-
path = os.path.join(os.environ["HOME"], ".config", "Code", "User", "settings.json")
|
|
86
|
-
with open(path, encoding="utf-8") as file:
|
|
87
|
-
return json.load(file)
|
|
88
|
-
except Exception as ex: # pylint:disable=broad-except
|
|
89
|
-
_LOGGER.debug('Exception reading VS Code user settings: "%s"', ex, exc_info=_LOGGER.isEnabledFor(logging.DEBUG))
|
|
90
|
-
return {}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
def get_refresh_token(cloud_name):
|
|
94
|
-
try:
|
|
95
|
-
return _get_refresh_token(VSCODE_CREDENTIALS_SECTION, cloud_name)
|
|
96
|
-
except Exception as ex: # pylint:disable=broad-except
|
|
97
|
-
_LOGGER.debug(
|
|
98
|
-
'Exception retrieving VS Code credentials: "%s"', ex, exc_info=_LOGGER.isEnabledFor(logging.DEBUG)
|
|
99
|
-
)
|
|
100
|
-
return None
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
# ------------------------------------
|
|
2
|
-
# Copyright (c) Microsoft Corporation.
|
|
3
|
-
# Licensed under the MIT License.
|
|
4
|
-
# ------------------------------------
|
|
5
|
-
import os
|
|
6
|
-
import json
|
|
7
|
-
import logging
|
|
8
|
-
from msal_extensions.osx import Keychain, KeychainError
|
|
9
|
-
from .._constants import VSCODE_CREDENTIALS_SECTION
|
|
10
|
-
|
|
11
|
-
_LOGGER = logging.getLogger(__name__)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
def get_user_settings():
|
|
15
|
-
try:
|
|
16
|
-
path = os.path.join(os.environ["HOME"], "Library", "Application Support", "Code", "User", "settings.json")
|
|
17
|
-
with open(path, encoding="utf-8") as file:
|
|
18
|
-
return json.load(file)
|
|
19
|
-
except Exception as ex: # pylint:disable=broad-except
|
|
20
|
-
_LOGGER.debug('Exception reading VS Code user settings: "%s"', ex, exc_info=_LOGGER.isEnabledFor(logging.DEBUG))
|
|
21
|
-
return {}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
def get_refresh_token(cloud_name):
|
|
25
|
-
try:
|
|
26
|
-
key_chain = Keychain()
|
|
27
|
-
return key_chain.get_generic_password(VSCODE_CREDENTIALS_SECTION, cloud_name)
|
|
28
|
-
except KeychainError:
|
|
29
|
-
return None
|
|
30
|
-
except Exception as ex: # pylint:disable=broad-except
|
|
31
|
-
_LOGGER.debug(
|
|
32
|
-
'Exception retrieving VS Code credentials: "%s"', ex, exc_info=_LOGGER.isEnabledFor(logging.DEBUG)
|
|
33
|
-
)
|
|
34
|
-
return None
|