qctrl-client 17.0.0__tar.gz → 17.0.1__tar.gz
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.
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/PKG-INFO +2 -2
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/pyproject.toml +2 -2
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/LICENSE +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/README.md +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/__init__.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/__init__.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/api_key.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/base.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/cli.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/constants.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/helpers.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/keycloak.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/mixins.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/oidc.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/password.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/redirect_listener.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/service_account.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/auth/token_exchange.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/client.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/consistency_headers.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/defaults.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/exceptions.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/globals.py +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/py.typed +0 -0
- {qctrl_client-17.0.0 → qctrl_client-17.0.1}/qctrlclient/pytest_plugin.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: qctrl-client
|
|
3
|
-
Version: 17.0.
|
|
3
|
+
Version: 17.0.1
|
|
4
4
|
Summary: Q-CTRL Client
|
|
5
5
|
License: https://q-ctrl.com/terms
|
|
6
6
|
Keywords: black opal,boulder opal,fire opal,ironstone opal,nisq,open controls,q control,q ctrl,q-control,q-ctrl,qcontrol,qctrl,quantum,quantum algorithms,quantum circuits,quantum coding,quantum coding software,quantum computing,quantum control,quantum control software,quantum control theory,quantum engineering,quantum error correction,quantum firmware,quantum fundamentals,quantum navigation,quantum sensing,qubit,qudit
|
|
@@ -8,7 +8,7 @@ Author: Q-CTRL
|
|
|
8
8
|
Author-email: support@q-ctrl.com>
|
|
9
9
|
Maintainer: Q-CTRL
|
|
10
10
|
Maintainer-email: support@q-ctrl.com>
|
|
11
|
-
Requires-Python: >=3.10, <3.
|
|
11
|
+
Requires-Python: >=3.10, <3.15
|
|
12
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Environment :: Console
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|