qbraid-cli 0.7.0__py3-none-any.whl → 0.8.0__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.
Potentially problematic release.
This version of qbraid-cli might be problematic. Click here for more details.
- qbraid_cli/_version.py +14 -5
- qbraid_cli/admin/__init__.py +9 -0
- qbraid_cli/admin/app.py +50 -0
- qbraid_cli/admin/headers.py +193 -0
- qbraid_cli/admin/validation.py +33 -0
- qbraid_cli/configure/__init__.py +9 -0
- qbraid_cli/configure/actions.py +111 -0
- qbraid_cli/configure/app.py +77 -0
- qbraid_cli/credits/__init__.py +9 -0
- qbraid_cli/credits/app.py +32 -0
- qbraid_cli/devices/__init__.py +9 -0
- qbraid_cli/devices/app.py +80 -0
- qbraid_cli/devices/validation.py +26 -0
- qbraid_cli/envs/__init__.py +9 -0
- qbraid_cli/envs/activate.py +65 -0
- qbraid_cli/envs/app.py +270 -0
- qbraid_cli/envs/create.py +128 -0
- qbraid_cli/envs/data_handling.py +140 -0
- qbraid_cli/exceptions.py +24 -0
- qbraid_cli/handlers.py +168 -0
- qbraid_cli/jobs/__init__.py +9 -0
- qbraid_cli/jobs/app.py +149 -0
- qbraid_cli/jobs/toggle_braket.py +185 -0
- qbraid_cli/jobs/validation.py +93 -0
- qbraid_cli/kernels/__init__.py +9 -0
- qbraid_cli/kernels/app.py +111 -0
- qbraid_cli/main.py +80 -0
- qbraid_cli-0.8.0.dist-info/METADATA +143 -0
- qbraid_cli-0.8.0.dist-info/RECORD +33 -0
- {qbraid_cli-0.7.0.dist-info → qbraid_cli-0.8.0.dist-info}/WHEEL +1 -1
- qbraid_cli-0.8.0.dist-info/entry_points.txt +2 -0
- qbraid_cli/bin/qbraid.sh +0 -1317
- qbraid_cli/configure.py +0 -87
- qbraid_cli/wrapper.py +0 -91
- qbraid_cli-0.7.0.data/scripts/qbraid.sh +0 -1317
- qbraid_cli-0.7.0.dist-info/METADATA +0 -118
- qbraid_cli-0.7.0.dist-info/RECORD +0 -11
- qbraid_cli-0.7.0.dist-info/entry_points.txt +0 -2
- {qbraid_cli-0.7.0.dist-info → qbraid_cli-0.8.0.dist-info}/top_level.txt +0 -0
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: qbraid-cli
|
|
3
|
-
Version: 0.7.0
|
|
4
|
-
Summary: Command Line Interface for interacting with all parts of the qBraid platform.
|
|
5
|
-
Home-page: https://www.qbraid.com/
|
|
6
|
-
Author: qBraid Development Team
|
|
7
|
-
Author-email: contact@qbraid.com
|
|
8
|
-
License: Proprietary
|
|
9
|
-
Project-URL: Documentation, https://docs.qbraid.com/projects/cli/en/latest/cli/qbraid.html
|
|
10
|
-
Keywords: qbraid,cli,quantum,wrapper
|
|
11
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
-
Classifier: Intended Audience :: Developers
|
|
13
|
-
Classifier: Intended Audience :: System Administrators
|
|
14
|
-
Classifier: Natural Language :: English
|
|
15
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
16
|
-
Classifier: Programming Language :: Python
|
|
17
|
-
Classifier: Programming Language :: Python :: 3
|
|
18
|
-
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
23
|
-
Requires-Python: >= 3.8
|
|
24
|
-
Description-Content-Type: text/markdown
|
|
25
|
-
Requires-Dist: qbraid >=0.5.0
|
|
26
|
-
Requires-Dist: awscli
|
|
27
|
-
Requires-Dist: ipykernel
|
|
28
|
-
Provides-Extra: dev
|
|
29
|
-
Requires-Dist: black ; extra == 'dev'
|
|
30
|
-
Requires-Dist: isort ; extra == 'dev'
|
|
31
|
-
Requires-Dist: pylint ; extra == 'dev'
|
|
32
|
-
Provides-Extra: docs
|
|
33
|
-
Requires-Dist: sphinx ~=5.3.0 ; extra == 'docs'
|
|
34
|
-
Requires-Dist: sphinx-rtd-theme ~=1.3.0 ; extra == 'docs'
|
|
35
|
-
Requires-Dist: docutils ~=0.18.1 ; extra == 'docs'
|
|
36
|
-
|
|
37
|
-
<img width="full" alt="qbraid_cli" src="https://qbraid-static.s3.amazonaws.com/logos/qbraid-cli-banner.png">
|
|
38
|
-
|
|
39
|
-
[](https://docs.qbraid.com/projects/cli/en/latest/cli/qbraid.html)
|
|
40
|
-
[](https://pypi.org/project/qbraid-cli/)
|
|
41
|
-
[](https://discord.gg/TPBU2sa8Et)
|
|
42
|
-
|
|
43
|
-
Command Line Interface for interacting with all parts of the qBraid platform.
|
|
44
|
-
|
|
45
|
-
The **qBraid CLI** is a specialized command-line interface tool designed *exclusively* for use within the [qBraid Lab](https://docs.qbraid.com/projects/lab/en/latest/lab/overview.html) platform. It is not intended for local installations or use outside the qBraid Lab environment. This tool ensures seamless integration and optimized performance specifically tailored for qBraid Lab's unique cloud-based quantum computing ecosystem.
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## Getting Started
|
|
49
|
-
|
|
50
|
-
To use the qBraid CLI, login to qBraid (or create an account), launch Lab, and then open Terminal. You can also access the CLI directly from within [Notebooks](https://docs.qbraid.com/projects/lab/en/latest/lab/notebooks.html) using the ``!`` operator. See [quantum jobs example](https://github.com/qBraid/qbraid-lab-demo/blob/045c7a8fbdcae66a7e64533dd9fe0e981dc02cf4/qbraid_lab/quantum_jobs/aws_quantum_jobs.ipynb).
|
|
51
|
-
|
|
52
|
-
- [Launch qBraid Lab →](https://lab.qbraid.com/)
|
|
53
|
-
- [Make an account →](https://account.qbraid.com/)
|
|
54
|
-
|
|
55
|
-
For help, see qBraid Lab User Guide: [Getting Started](https://docs.qbraid.com/projects/lab/en/latest/lab/getting_started.html).
|
|
56
|
-
|
|
57
|
-
## Basic Commands
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
$ qbraid
|
|
61
|
-
-------------------------------
|
|
62
|
-
* Welcome to the qBraid CLI! *
|
|
63
|
-
-------------------------------
|
|
64
|
-
|
|
65
|
-
- Use `qbraid -h` to see available commands.
|
|
66
|
-
|
|
67
|
-
- Use `qbraid --version` to display the current version.
|
|
68
|
-
|
|
69
|
-
Reference Docs: https://docs.qbraid.com/projects/cli/en/latest/cli/qbraid.html
|
|
70
|
-
```
|
|
71
|
-
|
|
72
|
-
A qBraid CLI command has the following structure:
|
|
73
|
-
|
|
74
|
-
```bash
|
|
75
|
-
$ qbraid <command> <subcommand> [options and parameters]
|
|
76
|
-
```
|
|
77
|
-
|
|
78
|
-
For example, to list installed environments, the command would be:
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
$ qbraid envs list
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
To view help documentation, use one of the following:
|
|
85
|
-
|
|
86
|
-
```bash
|
|
87
|
-
$ qbraid help
|
|
88
|
-
$ qbraid <command> help
|
|
89
|
-
$ qbraid <command> <subcommand> help
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
For example:
|
|
93
|
-
|
|
94
|
-
```bash
|
|
95
|
-
$ qbraid help
|
|
96
|
-
|
|
97
|
-
Group
|
|
98
|
-
qbraid
|
|
99
|
-
|
|
100
|
-
Subgroups
|
|
101
|
-
envs : Manage qBraid environments.
|
|
102
|
-
kernels : Manage qBraid kernels.
|
|
103
|
-
jobs : Manage qBraid Quantum Jobs.
|
|
104
|
-
|
|
105
|
-
Arguments
|
|
106
|
-
-V, --version : Show version and exit
|
|
107
|
-
|
|
108
|
-
Global Arguments
|
|
109
|
-
-h, --help : Show this help message and exit.
|
|
110
|
-
|
|
111
|
-
Reference Docs: https://docs.qbraid.com/en/latest/cli/qbraid.html
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
To get the version of the qBraid CLI:
|
|
115
|
-
|
|
116
|
-
```bash
|
|
117
|
-
$ qbraid --version
|
|
118
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
qbraid_cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
qbraid_cli/_version.py,sha256=5otoSbZLPI6OCxtVjAPphT7s8P9ccN7vMBDV0rzZqL0,113
|
|
3
|
-
qbraid_cli/configure.py,sha256=cjzQmP777f7FHPBF8rqoYvCPL-7wpjepsYtOQRNLsgU,2712
|
|
4
|
-
qbraid_cli/wrapper.py,sha256=b5bCg5z0RRyM4UU5Wx_KNtpMsaQLlH5HUW8o8rNAOdQ,2921
|
|
5
|
-
qbraid_cli/bin/qbraid.sh,sha256=GJ8ubjsWKRG7ue6fn9s1wmkDTzsLSKKGt7IJegvRrvs,42229
|
|
6
|
-
qbraid_cli-0.7.0.data/scripts/qbraid.sh,sha256=GJ8ubjsWKRG7ue6fn9s1wmkDTzsLSKKGt7IJegvRrvs,42229
|
|
7
|
-
qbraid_cli-0.7.0.dist-info/METADATA,sha256=naw6GyPH-2c-szeuYuJDJ45dvP7LTj7Rzvh-q1XN2YM,4287
|
|
8
|
-
qbraid_cli-0.7.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
9
|
-
qbraid_cli-0.7.0.dist-info/entry_points.txt,sha256=R4kjhWuATMsL4jtOieHh1i4ifxDu4pdjTmKwrMpA6gY,51
|
|
10
|
-
qbraid_cli-0.7.0.dist-info/top_level.txt,sha256=LTYJgeYSCHo9Il8vZu0yIPuGdGyNaIw6iRy6BeoZo8o,11
|
|
11
|
-
qbraid_cli-0.7.0.dist-info/RECORD,,
|
|
File without changes
|