qbraid-cli 0.10.1__tar.gz → 0.10.3__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.

Potentially problematic release.


This version of qbraid-cli might be problematic. Click here for more details.

Files changed (122) hide show
  1. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/ci-pr-target.yml +1 -1
  2. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/main.yml +1 -1
  3. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/LICENSE +6 -4
  4. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/PKG-INFO +3 -3
  5. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/README.md +1 -1
  6. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/requirements.txt +1 -1
  7. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/pyproject.toml +2 -2
  8. qbraid_cli-0.10.3/qbraid_cli/_version.py +21 -0
  9. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/admin/app.py +1 -1
  10. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/admin/headers.py +3 -3
  11. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/files/app.py +4 -4
  12. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/PKG-INFO +3 -3
  13. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/requires.txt +1 -1
  14. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/files/test_files_commands.py +4 -4
  15. qbraid_cli-0.10.1/qbraid_cli/_version.py +0 -16
  16. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.env.example +0 -0
  17. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  18. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  19. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  20. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/dependabot.yml +0 -0
  21. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/bump-version.yml +0 -0
  22. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/docs-pr.yml +0 -0
  23. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/docs.yml +0 -0
  24. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/format.yml +0 -0
  25. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/pre-release.yml +0 -0
  26. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/publish.yml +0 -0
  27. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.github/workflows/tag-on-merge.yml +0 -0
  28. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.gitignore +0 -0
  29. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/.readthedocs.yml +0 -0
  30. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/CONTRIBUTING.md +0 -0
  31. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/MANIFEST.IN +0 -0
  32. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/Makefile +0 -0
  33. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/Makefile +0 -0
  34. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/_static/favicon.ico +0 -0
  35. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/_static/logo.png +0 -0
  36. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/_static/style/custom.css +0 -0
  37. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/_static/style/s4defs-roles.css +0 -0
  38. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/conf.py +0 -0
  39. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/index.rst +0 -0
  40. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/docs/make.bat +0 -0
  41. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/__init__.py +0 -0
  42. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/account/__init__.py +0 -0
  43. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/account/app.py +0 -0
  44. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/admin/__init__.py +0 -0
  45. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/admin/validation.py +0 -0
  46. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/chat/__init__.py +0 -0
  47. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/chat/app.py +0 -0
  48. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/configure/__init__.py +0 -0
  49. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/configure/actions.py +0 -0
  50. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/configure/app.py +0 -0
  51. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/devices/__init__.py +0 -0
  52. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/devices/app.py +0 -0
  53. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/devices/validation.py +0 -0
  54. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/envs/__init__.py +0 -0
  55. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/envs/activate.py +0 -0
  56. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/envs/app.py +0 -0
  57. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/envs/create.py +0 -0
  58. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/envs/data_handling.py +0 -0
  59. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/exceptions.py +0 -0
  60. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/files/__init__.py +0 -0
  61. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/handlers.py +0 -0
  62. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/jobs/__init__.py +0 -0
  63. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/jobs/app.py +0 -0
  64. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/jobs/toggle_braket.py +0 -0
  65. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/jobs/validation.py +0 -0
  66. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/kernels/__init__.py +0 -0
  67. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/kernels/app.py +0 -0
  68. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/main.py +0 -0
  69. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/pip/__init__.py +0 -0
  70. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/pip/app.py +0 -0
  71. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/pip/hooks.py +0 -0
  72. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli/py.typed +0 -0
  73. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/SOURCES.txt +0 -0
  74. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/dependency_links.txt +0 -0
  75. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/entry_points.txt +0 -0
  76. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/qbraid_cli.egg-info/top_level.txt +0 -0
  77. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/setup.cfg +0 -0
  78. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/__init__.py +0 -0
  79. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/account/__init__.py +0 -0
  80. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/account/test_account_credits.py +0 -0
  81. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/admin/test_headers.py +0 -0
  82. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/configure/__init__.py +0 -0
  83. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/configure/test_configure_commands.py +0 -0
  84. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/configure/test_configure_prompt_for_config.py +0 -0
  85. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/configure/test_configure_set.py +0 -0
  86. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/configure/test_configure_validate_input.py +0 -0
  87. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/conftest.py +0 -0
  88. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/devices/__init__.py +0 -0
  89. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/devices/test_devices_list.py +0 -0
  90. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/devices/test_devices_validations.py +0 -0
  91. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/__init__.py +0 -0
  92. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_activate.py +0 -0
  93. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_activate_find_shell_rc.py +0 -0
  94. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_activate_print_command.py +0 -0
  95. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_activate_pyenv.py +0 -0
  96. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_create_from_yaml.py +0 -0
  97. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_list.py +0 -0
  98. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/envs/test_envs_remove.py +0 -0
  99. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/files/__init__.py +0 -0
  100. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/__init__.py +0 -0
  101. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_disable.py +0 -0
  102. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_enable.py +0 -0
  103. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_list.py +0 -0
  104. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_state.py +0 -0
  105. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_toggle_braket_confirm.py +0 -0
  106. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_toggle_braket_disable.py +0 -0
  107. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_toggle_braket_enable.py +0 -0
  108. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_toggle_braket_get_data.py +0 -0
  109. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_validate_get_state.py +0 -0
  110. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_validate_handle_state.py +0 -0
  111. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/jobs/test_jobs_validate_library.py +0 -0
  112. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/kernels/__init__.py +0 -0
  113. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/kernels/test_kernels_list.py +0 -0
  114. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/resources/envs/correct.yaml +0 -0
  115. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/resources/envs/icon.png +0 -0
  116. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tests/resources/envs/incorrect.yaml +0 -0
  117. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/bump_version.py +0 -0
  118. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/create_dev_build.sh +0 -0
  119. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/install_wheel_extras.sh +0 -0
  120. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/split_md.py +0 -0
  121. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/split_rst.py +0 -0
  122. {qbraid_cli-0.10.1 → qbraid_cli-0.10.3}/tools/stamp_pre_release.py +0 -0
@@ -73,7 +73,7 @@ jobs:
73
73
  QBRAID_API_KEY: ${{ secrets.QBRAID_API_KEY }}
74
74
  - name: Upload coverage to Codecov
75
75
  if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
76
- uses: codecov/codecov-action@v5.3.1
76
+ uses: codecov/codecov-action@v5.4.0
77
77
  with:
78
78
  token: ${{ secrets.CODECOV_TOKEN }}
79
79
  fail_ci_if_error: false
@@ -76,7 +76,7 @@ jobs:
76
76
  QBRAID_API_KEY: ${{ secrets.QBRAID_API_KEY }}
77
77
  - name: Upload coverage to Codecov
78
78
  if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
79
- uses: codecov/codecov-action@v5.3.1
79
+ uses: codecov/codecov-action@v5.4.0
80
80
  with:
81
81
  token: ${{ secrets.CODECOV_TOKEN }}
82
82
  fail_ci_if_error: false
@@ -1,10 +1,10 @@
1
- qBraid Closed-Source Software License
1
+ qBraid Commercial Software License
2
2
 
3
- Copyright (c) 2024, qBraid Development Team
3
+ Copyright (c) 2025, qBraid Development Team
4
4
 
5
5
  All rights reserved.
6
6
 
7
- This license agreement ("License") is between the qBraid Development Team ("Author") and you, the Licensee. By using or distributing the qBraid ("Software"), you agree to the following terms:
7
+ This license agreement ("License") is between the qBraid Development Team ("Author") and you, the Licensee. This software and associated documentation files (the "Software") may only be used by authorized qBraid customers who have agreed to qBraid's Terms of Service and have a valid subscription or license agreement with qBraid. By using or distributing this Software, you agree to the following terms:
8
8
 
9
9
  1. Grant of License.
10
10
 
@@ -24,7 +24,7 @@ This license agreement ("License") is between the qBraid Development Team ("Auth
24
24
 
25
25
  5. Attribution
26
26
 
27
- If the Software is used in a non-private setting, including but not limited to academic work, commercial settings, or published literature, attribution must be given to the "qBraid Jupyter Environment Manager authored by the qBraid Development Team."
27
+ If the Software is used in a non-private setting, including but not limited to academic work, commercial settings, or published literature, attribution must be given to the "qBraid CLI authored by the qBraid Development Team."
28
28
 
29
29
  6. Disclaimer of Warranty.
30
30
 
@@ -39,3 +39,5 @@ This license agreement ("License") is between the qBraid Development Team ("Auth
39
39
  This License is effective until terminated. Your rights under this License will terminate automatically without notice from the Author if you fail to comply with any term(s) of this License.
40
40
 
41
41
  By using the Software, you agree to be bound by the terms of this License. Redistribution of the Software or use of the Software other than as specifically authorized under this License is prohibited and may result in severe civil and criminal penalties.
42
+
43
+ For licensing inquiries, please contact: contact@qbraid.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: qbraid-cli
3
- Version: 0.10.1
3
+ Version: 0.10.3
4
4
  Summary: Command Line Interface for interacting with all parts of the qBraid platform.
5
5
  Author-email: qBraid Development Team <contact@qbraid.com>
6
6
  License: Proprietary
@@ -30,7 +30,7 @@ License-File: LICENSE
30
30
  Requires-Dist: typer>=0.12.1
31
31
  Requires-Dist: rich>=10.11.0
32
32
  Requires-Dist: click
33
- Requires-Dist: qbraid-core>=0.1.33
33
+ Requires-Dist: qbraid-core<0.2,>=0.1.35
34
34
  Provides-Extra: jobs
35
35
  Requires-Dist: amazon-braket-sdk>=1.48.1; extra == "jobs"
36
36
  Provides-Extra: envs
@@ -87,7 +87,7 @@ After installation, you must configure your account credentials to use the CLI l
87
87
  [account.qbraid.com](https://account.qbraid.com/)
88
88
  2. Copy your API Key token from the left side of
89
89
  your [account page](https://account.qbraid.com/):
90
- 3. Save your API key from step 2 in local configuration file `~/.qbraid/qbraidrc` using:
90
+ 3. Save your API key from step 2 in local [configuration file](https://docs.qbraid.com/cli/user-guide/config-files) `~/.qbraid/qbraidrc` using:
91
91
 
92
92
  ```bash
93
93
  $ qbraid configure
@@ -44,7 +44,7 @@ After installation, you must configure your account credentials to use the CLI l
44
44
  [account.qbraid.com](https://account.qbraid.com/)
45
45
  2. Copy your API Key token from the left side of
46
46
  your [account page](https://account.qbraid.com/):
47
- 3. Save your API key from step 2 in local configuration file `~/.qbraid/qbraidrc` using:
47
+ 3. Save your API key from step 2 in local [configuration file](https://docs.qbraid.com/cli/user-guide/config-files) `~/.qbraid/qbraidrc` using:
48
48
 
49
49
  ```bash
50
50
  $ qbraid configure
@@ -1,4 +1,4 @@
1
- sphinx>=7.2.6,<8.2.0
1
+ sphinx>=7.2.6,<8.3.0
2
2
  sphinx-rtd-theme>=1.3,<3.1
3
3
  docutils<0.22
4
4
  toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "qbraid-cli"
7
- version = "0.10.1"
7
+ version = "0.10.3"
8
8
  description = "Command Line Interface for interacting with all parts of the qBraid platform."
9
9
  readme = "README.md"
10
10
  authors = [{ name = "qBraid Development Team", email = "contact@qbraid.com" }]
@@ -31,7 +31,7 @@ dependencies = [
31
31
  "typer>=0.12.1",
32
32
  "rich>=10.11.0",
33
33
  "click",
34
- "qbraid-core>=0.1.33",
34
+ "qbraid-core>=0.1.35,<0.2",
35
35
  ]
36
36
  requires-python = ">= 3.9"
37
37
 
@@ -0,0 +1,21 @@
1
+ # file generated by setuptools-scm
2
+ # don't change, don't track in version control
3
+
4
+ __all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
5
+
6
+ TYPE_CHECKING = False
7
+ if TYPE_CHECKING:
8
+ from typing import Tuple
9
+ from typing import Union
10
+
11
+ VERSION_TUPLE = Tuple[Union[int, str], ...]
12
+ else:
13
+ VERSION_TUPLE = object
14
+
15
+ version: str
16
+ __version__: str
17
+ __version_tuple__: VERSION_TUPLE
18
+ version_tuple: VERSION_TUPLE
19
+
20
+ __version__ = version = '0.1.dev1+g513ac95'
21
+ __version_tuple__ = version_tuple = (0, 1, 'dev1', 'g513ac95')
@@ -29,7 +29,7 @@ def admin_headers(
29
29
  "default", "--type", "-t", help="Type of header to use."
30
30
  ),
31
31
  skip_files: list[str] = typer.Option(
32
- [], "--skip", "-s", help="Files to skip during verification.", callback=validate_paths_exist
32
+ [], "--skip", "-s", help="Files to skip during verification."
33
33
  ),
34
34
  fix: bool = typer.Option(
35
35
  False, "--fix", "-f", help="Whether to fix the headers instead of just verifying."
@@ -74,7 +74,7 @@ DEFAULT_HEADER_APACHE = f"""# Copyright {CURR_YEAR} qBraid
74
74
  DEFAULT_HEADER_MIT = f"""# MIT License
75
75
  #
76
76
  # Copyright (c) {CURR_YEAR} qBraid
77
- #
77
+ #
78
78
  # Permission is hereby granted, free of charge, to any person obtaining a copy
79
79
  # of this software and associated documentation files (the "Software"), to deal
80
80
  # in the Software without restriction, including without limitation the rights
@@ -116,7 +116,7 @@ def get_formatted_header(header_type: HeaderType, project_name: Optional[str] =
116
116
  header = HEADER_TYPES[header_type]
117
117
  if header_type == HeaderType.gpl:
118
118
  if project_name is None:
119
- raise ValueError("Project name is required for GPL header")
119
+ handle_error("ValueError", "Project name is required for GPL header")
120
120
 
121
121
  if project_name.split(" ")[0].lower() == "the":
122
122
  project_name = project_name[:1].lower() + project_name[1:]
@@ -126,7 +126,7 @@ def get_formatted_header(header_type: HeaderType, project_name: Optional[str] =
126
126
  return header.format(project_name=project_name, project_name_start=project_name_start)
127
127
 
128
128
  if project_name is not None:
129
- warnings.warn(f"Project name is not used for header type '{header_type}'.", UserWarning)
129
+ warnings.warn(f"\nProject name is not used for header type '{header_type}'.", UserWarning)
130
130
 
131
131
  return header
132
132
 
@@ -69,9 +69,9 @@ def files_upload(
69
69
  handle_error("Error", "File too large. Must be less than 10MB for direct upload.")
70
70
 
71
71
  def upload_file() -> dict[str, Any]:
72
- from qbraid_core.services.files import FileManagerClient
72
+ from qbraid_core.services.storage import FileStorageClient
73
73
 
74
- client = FileManagerClient()
74
+ client = FileStorageClient()
75
75
  data = client.upload_file(
76
76
  filepath, namespace=namespace, object_path=object_path, overwrite=overwrite
77
77
  )
@@ -119,9 +119,9 @@ def files_download(
119
119
  """Download a file from qBraid storage."""
120
120
 
121
121
  def download_file() -> Path:
122
- from qbraid_core.services.files import FileManagerClient
122
+ from qbraid_core.services.storage import FileStorageClient
123
123
 
124
- client = FileManagerClient()
124
+ client = FileStorageClient()
125
125
  file_path = client.download_file(
126
126
  object_path, namespace=namespace, save_path=save_path, overwrite=overwrite
127
127
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: qbraid-cli
3
- Version: 0.10.1
3
+ Version: 0.10.3
4
4
  Summary: Command Line Interface for interacting with all parts of the qBraid platform.
5
5
  Author-email: qBraid Development Team <contact@qbraid.com>
6
6
  License: Proprietary
@@ -30,7 +30,7 @@ License-File: LICENSE
30
30
  Requires-Dist: typer>=0.12.1
31
31
  Requires-Dist: rich>=10.11.0
32
32
  Requires-Dist: click
33
- Requires-Dist: qbraid-core>=0.1.33
33
+ Requires-Dist: qbraid-core<0.2,>=0.1.35
34
34
  Provides-Extra: jobs
35
35
  Requires-Dist: amazon-braket-sdk>=1.48.1; extra == "jobs"
36
36
  Provides-Extra: envs
@@ -87,7 +87,7 @@ After installation, you must configure your account credentials to use the CLI l
87
87
  [account.qbraid.com](https://account.qbraid.com/)
88
88
  2. Copy your API Key token from the left side of
89
89
  your [account page](https://account.qbraid.com/):
90
- 3. Save your API key from step 2 in local configuration file `~/.qbraid/qbraidrc` using:
90
+ 3. Save your API key from step 2 in local [configuration file](https://docs.qbraid.com/cli/user-guide/config-files) `~/.qbraid/qbraidrc` using:
91
91
 
92
92
  ```bash
93
93
  $ qbraid configure
@@ -1,7 +1,7 @@
1
1
  typer>=0.12.1
2
2
  rich>=10.11.0
3
3
  click
4
- qbraid-core>=0.1.33
4
+ qbraid-core<0.2,>=0.1.35
5
5
 
6
6
  [dev]
7
7
  isort
@@ -28,7 +28,7 @@ def test_files_upload(runner, tmp_path):
28
28
  test_file = tmp_path / "test_file.txt"
29
29
  test_file.write_text("Test content")
30
30
 
31
- with patch("qbraid_core.services.files.FileManagerClient") as mock_client:
31
+ with patch("qbraid_core.services.storage.FileStorageClient") as mock_client:
32
32
  mock_client.return_value.upload_file.return_value = {
33
33
  "namespace": "user",
34
34
  "objectPath": "test_file.txt",
@@ -47,7 +47,7 @@ def test_files_upload_with_options(runner, tmp_path):
47
47
  test_file = tmp_path / "test_file.txt"
48
48
  test_file.write_text("Test content")
49
49
 
50
- with patch("qbraid_core.services.files.FileManagerClient") as mock_client:
50
+ with patch("qbraid_core.services.storage.FileStorageClient") as mock_client:
51
51
  mock_client.return_value.upload_file.return_value = {
52
52
  "namespace": "custom",
53
53
  "objectPath": "folder/test_file.txt",
@@ -74,7 +74,7 @@ def test_files_upload_with_options(runner, tmp_path):
74
74
 
75
75
  def test_files_download(runner, tmp_path):
76
76
  """Test the `files download` command."""
77
- with patch("qbraid_core.services.files.FileManagerClient") as mock_client:
77
+ with patch("qbraid_core.services.storage.FileStorageClient") as mock_client:
78
78
  mock_client.return_value.download_file.return_value = tmp_path / "downloaded_file.txt"
79
79
 
80
80
  result = runner.invoke(files_app, ["download", "test_file.txt"])
@@ -89,7 +89,7 @@ def test_files_download_with_options(runner, tmp_path):
89
89
  save_path = tmp_path / "custom_folder"
90
90
  save_path.mkdir()
91
91
 
92
- with patch("qbraid_core.services.files.FileManagerClient") as mock_client:
92
+ with patch("qbraid_core.services.storage.FileStorageClient") as mock_client:
93
93
  mock_client.return_value.download_file.return_value = save_path / "downloaded_file.txt"
94
94
 
95
95
  result = runner.invoke(
@@ -1,16 +0,0 @@
1
- # file generated by setuptools_scm
2
- # don't change, don't track in version control
3
- TYPE_CHECKING = False
4
- if TYPE_CHECKING:
5
- from typing import Tuple, Union
6
- VERSION_TUPLE = Tuple[Union[int, str], ...]
7
- else:
8
- VERSION_TUPLE = object
9
-
10
- version: str
11
- __version__: str
12
- __version_tuple__: VERSION_TUPLE
13
- version_tuple: VERSION_TUPLE
14
-
15
- __version__ = version = '0.1.dev1+gc13ff23'
16
- __version_tuple__ = version_tuple = (0, 1, 'dev1', 'gc13ff23')
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