.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/docs.yml
.github/workflows/format.yml
.github/workflows/main.yml
.github/workflows/publish.yml
.github/workflows/test-publish.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/favicon.ico
docs/_static/logo.png
docs/_static/cards/jupyter.png
docs/_static/cards/python.png
docs/_static/cards/terminal.png
docs/_static/css/custom.css
docs/_static/css/s4defs-roles.css
docs/api/qbraid_core.rst
docs/api/qbraid_core.services.rst
docs/api/qbraid_core.system.rst
qbraid_core/__init__.py
qbraid_core/_compat.py
qbraid_core/_version.py
qbraid_core/client.py
qbraid_core/config.py
qbraid_core/exceptions.py
qbraid_core/registry.py
qbraid_core/retry.py
qbraid_core/sessions.py
qbraid_core.egg-info/PKG-INFO
qbraid_core.egg-info/SOURCES.txt
qbraid_core.egg-info/dependency_links.txt
qbraid_core.egg-info/requires.txt
qbraid_core.egg-info/top_level.txt
qbraid_core/services/__init__.py
qbraid_core/services/environments/__init__.py
qbraid_core/services/environments/client.py
qbraid_core/services/environments/create.py
qbraid_core/services/environments/exceptions.py
qbraid_core/services/environments/paths.py
qbraid_core/services/environments/state.py
qbraid_core/services/environments/validate.py
qbraid_core/services/quantum/__init__.py
qbraid_core/services/quantum/adapter.py
qbraid_core/services/quantum/client.py
qbraid_core/services/quantum/exceptions.py
qbraid_core/services/quantum/proxy.py
qbraid_core/system/__init__.py
qbraid_core/system/exceptions.py
qbraid_core/system/executables.py
qbraid_core/system/generic.py
qbraid_core/system/packages.py
qbraid_core/system/threader.py
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_compat.py
tests/test_config.py
tests/test_create_environment.py
tests/test_create_local_venv.py
tests/test_delete_environment.py
tests/test_environments.py
tests/test_installed_envs_data.py
tests/test_replace_str.py
tests/test_session.py
tests/test_system_executables.py
tests/test_system_packages.py
tests/test_update_install_status.py
tests/fixtures/__init__.py
tests/fixtures/environments.py
tools/verify_headers.py