azure-quantum 2.3.0__py3-none-any.whl → 2.5.0.dev0__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.
- azure/quantum/_client/__init__.py +11 -5
- azure/quantum/_client/_client.py +40 -49
- azure/quantum/_client/_configuration.py +34 -41
- azure/quantum/_client/_model_base.py +1159 -0
- azure/quantum/_client/_serialization.py +285 -172
- azure/quantum/_client/_version.py +1 -1
- azure/quantum/_client/aio/__init__.py +29 -0
- azure/quantum/_client/aio/_client.py +143 -0
- azure/quantum/_client/aio/_configuration.py +82 -0
- azure/quantum/_client/aio/_patch.py +20 -0
- azure/quantum/_client/aio/operations/__init__.py +35 -0
- azure/quantum/_client/aio/operations/_operations.py +1824 -0
- azure/quantum/_client/aio/operations/_patch.py +20 -0
- azure/quantum/_client/models/__init__.py +41 -30
- azure/quantum/_client/models/_enums.py +34 -4
- azure/quantum/_client/models/_models.py +435 -764
- azure/quantum/_client/operations/__init__.py +16 -10
- azure/quantum/_client/operations/_operations.py +1191 -769
- azure/quantum/_client/py.typed +1 -0
- azure/quantum/target/microsoft/elements/dft/target.py +2 -1
- azure/quantum/target/rigetti/target.py +1 -1
- azure/quantum/version.py +1 -1
- azure/quantum/workspace.py +371 -38
- {azure_quantum-2.3.0.dist-info → azure_quantum-2.5.0.dev0.dist-info}/METADATA +1 -1
- {azure_quantum-2.3.0.dist-info → azure_quantum-2.5.0.dev0.dist-info}/RECORD +27 -19
- azure/quantum/_client/_vendor.py +0 -20
- {azure_quantum-2.3.0.dist-info → azure_quantum-2.5.0.dev0.dist-info}/WHEEL +0 -0
- {azure_quantum-2.3.0.dist-info → azure_quantum-2.5.0.dev0.dist-info}/top_level.txt +0 -0
|
@@ -2,25 +2,33 @@ azure/quantum/__init__.py,sha256=Za8xZY4lzFkW8m4ero-bqrfN437D2NRukM77ukb4GPM,508
|
|
|
2
2
|
azure/quantum/_constants.py,sha256=nDL_QrGdI_Zz_cvTB9nVgfE7J6A_Boo1ollMYqsiEBs,3499
|
|
3
3
|
azure/quantum/_workspace_connection_params.py,sha256=KoT90U89Dj6pVwAKp_ENJL1hyTF0oQe7w0QioOGvjXg,21685
|
|
4
4
|
azure/quantum/storage.py,sha256=_4bMniDk9LrB_K5CQwuCivJFZXdmhRvU2b6Z3xxXw9I,12556
|
|
5
|
-
azure/quantum/version.py,sha256=
|
|
6
|
-
azure/quantum/workspace.py,sha256=
|
|
5
|
+
azure/quantum/version.py,sha256=xGEvcIhZU7wg1ZhopXL0Dk_7CMW1CYRXUUtsJG8Qtks,240
|
|
6
|
+
azure/quantum/workspace.py,sha256=zhhSMq_l7ybuhU_MvsD5cQW8nL03ZyKjkczJ9jjpXcY,35579
|
|
7
7
|
azure/quantum/_authentication/__init__.py,sha256=bniNZlS0hMIjO_y7DevGBAS6MixyA5pbPHcdGipUWM4,236
|
|
8
8
|
azure/quantum/_authentication/_chained.py,sha256=0rdohB_fVGFHUhlly9sGxqQTBTZGpGxtlBqNHDFbAqE,4848
|
|
9
9
|
azure/quantum/_authentication/_default.py,sha256=RzhK5UNQb6TK95VQI4o8Gm2nxtOaz64yA0J9Tw9zpW4,6625
|
|
10
10
|
azure/quantum/_authentication/_token.py,sha256=mOrvibDiOgkDnqU1OBIw9PyIv-np6DkdxMNC4UtuGkc,3616
|
|
11
|
-
azure/quantum/_client/__init__.py,sha256=
|
|
12
|
-
azure/quantum/_client/_client.py,sha256=
|
|
13
|
-
azure/quantum/_client/_configuration.py,sha256=
|
|
11
|
+
azure/quantum/_client/__init__.py,sha256=P3K9ffYchHhHjJhCEAEwutSD3xRW92XDUQNYDjwhYqI,1056
|
|
12
|
+
azure/quantum/_client/_client.py,sha256=Zjqakj3NvRXXlSMi7S1LtJuWkhsNRFhlmCaJGwB6K-U,6616
|
|
13
|
+
azure/quantum/_client/_configuration.py,sha256=FFUHJPp6X0015GpD-YLmYCoq8GI86nHCnDS_THTSHbg,4184
|
|
14
|
+
azure/quantum/_client/_model_base.py,sha256=hu7OdRS2Ra1igfBo-R3zS3dzO3YhFC4FGHJ_WiyZgNg,43736
|
|
14
15
|
azure/quantum/_client/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
15
|
-
azure/quantum/_client/_serialization.py,sha256=
|
|
16
|
-
azure/quantum/_client/
|
|
17
|
-
azure/quantum/_client/
|
|
18
|
-
azure/quantum/_client/
|
|
19
|
-
azure/quantum/_client/
|
|
20
|
-
azure/quantum/_client/
|
|
16
|
+
azure/quantum/_client/_serialization.py,sha256=bBl0y0mh-0sDd-Z8_dj921jQQhqhYWTOl59qSLuk01M,86686
|
|
17
|
+
azure/quantum/_client/_version.py,sha256=0viF8rvxQfMuUiNz8-HmNc-M5F1PxSOl_OE0wY2QshQ,500
|
|
18
|
+
azure/quantum/_client/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
|
19
|
+
azure/quantum/_client/aio/__init__.py,sha256=JB_qjKGBP8bCqOAYlToDikL3nF9rCnIsq2lf0OSP-kw,1000
|
|
20
|
+
azure/quantum/_client/aio/_client.py,sha256=Gr-PssuXfSxcktOjl0Q0F9hyXN2wZhK6ceqSuUMgQ0M,6787
|
|
21
|
+
azure/quantum/_client/aio/_configuration.py,sha256=ScmA9JAeiqzUBbrAF_x7hWLRPZKb2JWChvJf-iB6_uE,4227
|
|
22
|
+
azure/quantum/_client/aio/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
23
|
+
azure/quantum/_client/aio/operations/__init__.py,sha256=YsursegE17FYuBSlfxPdHzpx8zbfh9C9TTtEBKCGVEk,1392
|
|
24
|
+
azure/quantum/_client/aio/operations/_operations.py,sha256=q8Tu_TDAhSILRrkPUrboeyIsrVnkeOtsJJ5tqYUF2VQ,78287
|
|
25
|
+
azure/quantum/_client/aio/operations/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
26
|
+
azure/quantum/_client/models/__init__.py,sha256=MR2av7s_tCP66hicN9JXCmTngJ4_-ozM4cmblGjPwn8,1971
|
|
27
|
+
azure/quantum/_client/models/_enums.py,sha256=RNCPXxeae4d7wtPqcSxu5JZBLFLZZYVZbALjui_f1fM,4288
|
|
28
|
+
azure/quantum/_client/models/_models.py,sha256=w208Pgf3mWVKW6FrbvPzFvPu9mY04bj763vwpo49N38,29613
|
|
21
29
|
azure/quantum/_client/models/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
22
|
-
azure/quantum/_client/operations/__init__.py,sha256=
|
|
23
|
-
azure/quantum/_client/operations/_operations.py,sha256=
|
|
30
|
+
azure/quantum/_client/operations/__init__.py,sha256=YsursegE17FYuBSlfxPdHzpx8zbfh9C9TTtEBKCGVEk,1392
|
|
31
|
+
azure/quantum/_client/operations/_operations.py,sha256=EL4c4l1t6VwdIay8_V2PomXYdF-MjG_PDSjQKwTQHfI,99639
|
|
24
32
|
azure/quantum/_client/operations/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
25
33
|
azure/quantum/argument_types/__init__.py,sha256=AEDyuUMipR2za248GrRzqxfzr0Ysd8tj2F0OQBSFKWg,255
|
|
26
34
|
azure/quantum/argument_types/types.py,sha256=2mM8s37DKgNfSsjzwmg4dnmj9roSeHY1ZT5vKnpjAYM,1041
|
|
@@ -59,14 +67,14 @@ azure/quantum/target/microsoft/target.py,sha256=MlEBPhXYcHPBuORSeoslFgpw31C_cwJB
|
|
|
59
67
|
azure/quantum/target/microsoft/elements/__init__.py,sha256=gVVpaN5086iuBnajtvTjSd7MLExtnsR6RDCmcgz6xpE,70
|
|
60
68
|
azure/quantum/target/microsoft/elements/dft/__init__.py,sha256=kCXOA9HT-gb23An-A0eyktlB66VoH6EwNO4gPM97l3U,224
|
|
61
69
|
azure/quantum/target/microsoft/elements/dft/job.py,sha256=6v7lZwXyUGrOI8J17akanMrFXrPVDhsZR3c6AFpa5So,6942
|
|
62
|
-
azure/quantum/target/microsoft/elements/dft/target.py,sha256=
|
|
70
|
+
azure/quantum/target/microsoft/elements/dft/target.py,sha256=_qCzVYjtVBi9hC3bXO-b4bdiZtJgevm9B8z3sIGHNEo,9111
|
|
63
71
|
azure/quantum/target/pasqal/__init__.py,sha256=qbe6oWTQTsnTYwY3xZr32z4AWaYIchx71bYlqC2rQqw,348
|
|
64
72
|
azure/quantum/target/pasqal/result.py,sha256=SUvpnrtgvCGiepmNpyifW8b4p14-SZZ1ToCC0NAdIwg,1463
|
|
65
73
|
azure/quantum/target/pasqal/target.py,sha256=K_vqavov6gvS84voRKeBx9pO8g4LrtWrlZ5-RMLWozw,5139
|
|
66
74
|
azure/quantum/target/rigetti/__init__.py,sha256=I1vyzZBYGI540pauTqJd0RSSyTShGqkEL7Yjo25_RNY,378
|
|
67
75
|
azure/quantum/target/rigetti/result.py,sha256=65mtAZxfdNrTWNjWPqgfwt2BZN6Nllo4g_bls7-Nm68,2334
|
|
68
|
-
azure/quantum/target/rigetti/target.py,sha256=
|
|
69
|
-
azure_quantum-2.
|
|
70
|
-
azure_quantum-2.
|
|
71
|
-
azure_quantum-2.
|
|
72
|
-
azure_quantum-2.
|
|
76
|
+
azure/quantum/target/rigetti/target.py,sha256=Gw6-Km8t8nZ1aGPSgVOVi3o-bsPeQMk9P2qPqxiGAHE,7580
|
|
77
|
+
azure_quantum-2.5.0.dev0.dist-info/METADATA,sha256=G9-niU9sglY-NXtYHP_XhMxzr0or4N-NR_iY3KHnGL8,7362
|
|
78
|
+
azure_quantum-2.5.0.dev0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
79
|
+
azure_quantum-2.5.0.dev0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
|
80
|
+
azure_quantum-2.5.0.dev0.dist-info/RECORD,,
|
azure/quantum/_client/_vendor.py
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# --------------------------------------------------------------------------
|
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
5
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
6
|
-
# --------------------------------------------------------------------------
|
|
7
|
-
|
|
8
|
-
from typing import List, cast
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
def _format_url_section(template, **kwargs):
|
|
12
|
-
components = template.split("/")
|
|
13
|
-
while components:
|
|
14
|
-
try:
|
|
15
|
-
return template.format(**kwargs)
|
|
16
|
-
except KeyError as key:
|
|
17
|
-
# Need the cast, as for some reasons "split" is typed as list[str | Any]
|
|
18
|
-
formatted_components = cast(List[str], template.split("/"))
|
|
19
|
-
components = [c for c in formatted_components if "{}".format(key.args[0]) not in c]
|
|
20
|
-
template = "/".join(components)
|
|
File without changes
|
|
File without changes
|