azure-mgmt-quantum


Nameazure-mgmt-quantum JSON
Version 1.0.0b5 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Quantum Management Client Library for Python
upload_time2024-03-21 05:30:58
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_python>=3.8
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This is the Microsoft Azure Quantum Management Client Library.
This package has been tested with Python 3.8+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

### Prerequisites

- Python 3.8+ is required to use this package.
- [Azure subscription](https://azure.microsoft.com/free/)

### Install the package

```bash
pip install azure-mgmt-quantum
pip install azure-identity
```

### Authentication

By default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.

- `AZURE_CLIENT_ID` for Azure client ID.
- `AZURE_TENANT_ID` for Azure tenant ID.
- `AZURE_CLIENT_SECRET` for Azure client secret.

In addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.

With above configuration, client can be authenticated by following code:

```python
from azure.identity import DefaultAzureCredential
from azure.mgmt.quantum import AzureQuantumManagementClient
import os

sub_id = os.getenv("AZURE_SUBSCRIPTION_ID")
client = AzureQuantumManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)
```

## Examples

Code samples for this package can be found at:
- [Search Quantum Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com
- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)


## Troubleshooting

## Next steps

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in the
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project. 


# Release History

## 1.0.0b5 (2024-03-18)

### Features Added

  - Added operation WorkspaceOperations.list_keys
  - Added operation WorkspaceOperations.regenerate_keys
  - Model QuantumWorkspace has a new parameter properties
  - Model Resource has a new parameter system_data
  - Model TrackedResource has a new parameter system_data

### Breaking Changes

  - Client name is changed from `AzureQuantumManagementClient` to `AzureQuantumMgmtClient`
  - Model QuantumWorkspace no longer has parameter endpoint_uri
  - Model QuantumWorkspace no longer has parameter providers
  - Model QuantumWorkspace no longer has parameter provisioning_state
  - Model QuantumWorkspace no longer has parameter storage_account
  - Model QuantumWorkspace no longer has parameter usable

## 1.0.0b4 (2023-07-21)

### Other Changes

  - Regular release

## 1.0.0b3 (2022-11-07)

### Features Added

  - Added operation group WorkspaceOperations
  - Model QuantumWorkspace has a new parameter system_data
  - Model SkuDescription has a new parameter auto_add
  - Model SkuDescription has a new parameter restricted_access_uri
  - Model SkuDescription has a new parameter version

## 1.0.0b2 (2021-08-04)

**Features**

 - Model SkuDescription has a new parameter version
 - Model SkuDescription has a new parameter restricted_access_uri
 - Model QuantumWorkspace has a new parameter system_data
 - Added operation group WorkspaceOperations

## 1.0.0b1 (2021-01-28)

* Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-mgmt-quantum",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/b6/85dee21274d3bb88c66dee73b1ad99561e59c98d6e6635757b466f7c5472/azure-mgmt-quantum-1.0.0b5.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis is the Microsoft Azure Quantum Management Client Library.\nThis package has been tested with Python 3.8+.\nFor a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).\n\n## _Disclaimer_\n\n_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_\n\n## Getting started\n\n### Prerequisites\n\n- Python 3.8+ is required to use this package.\n- [Azure subscription](https://azure.microsoft.com/free/)\n\n### Install the package\n\n```bash\npip install azure-mgmt-quantum\npip install azure-identity\n```\n\n### Authentication\n\nBy default, [Azure Active Directory](https://aka.ms/awps/aad) token authentication depends on correct configure of following environment variables.\n\n- `AZURE_CLIENT_ID` for Azure client ID.\n- `AZURE_TENANT_ID` for Azure tenant ID.\n- `AZURE_CLIENT_SECRET` for Azure client secret.\n\nIn addition, Azure subscription ID can be configured via environment variable `AZURE_SUBSCRIPTION_ID`.\n\nWith above configuration, client can be authenticated by following code:\n\n```python\nfrom azure.identity import DefaultAzureCredential\nfrom azure.mgmt.quantum import AzureQuantumManagementClient\nimport os\n\nsub_id = os.getenv(\"AZURE_SUBSCRIPTION_ID\")\nclient = AzureQuantumManagementClient(credential=DefaultAzureCredential(), subscription_id=sub_id)\n```\n\n## Examples\n\nCode samples for this package can be found at:\n- [Search Quantum Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com\n- [Azure Python Mgmt SDK Samples Repo](https://aka.ms/azsdk/python/mgmt/samples)\n\n\n## Troubleshooting\n\n## Next steps\n\n## Provide Feedback\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n[Issues](https://github.com/Azure/azure-sdk-for-python/issues)\nsection of the project. \n\n\n# Release History\n\n## 1.0.0b5 (2024-03-18)\n\n### Features Added\n\n  - Added operation WorkspaceOperations.list_keys\n  - Added operation WorkspaceOperations.regenerate_keys\n  - Model QuantumWorkspace has a new parameter properties\n  - Model Resource has a new parameter system_data\n  - Model TrackedResource has a new parameter system_data\n\n### Breaking Changes\n\n  - Client name is changed from `AzureQuantumManagementClient` to `AzureQuantumMgmtClient`\n  - Model QuantumWorkspace no longer has parameter endpoint_uri\n  - Model QuantumWorkspace no longer has parameter providers\n  - Model QuantumWorkspace no longer has parameter provisioning_state\n  - Model QuantumWorkspace no longer has parameter storage_account\n  - Model QuantumWorkspace no longer has parameter usable\n\n## 1.0.0b4 (2023-07-21)\n\n### Other Changes\n\n  - Regular release\n\n## 1.0.0b3 (2022-11-07)\n\n### Features Added\n\n  - Added operation group WorkspaceOperations\n  - Model QuantumWorkspace has a new parameter system_data\n  - Model SkuDescription has a new parameter auto_add\n  - Model SkuDescription has a new parameter restricted_access_uri\n  - Model SkuDescription has a new parameter version\n\n## 1.0.0b2 (2021-08-04)\n\n**Features**\n\n - Model SkuDescription has a new parameter version\n - Model SkuDescription has a new parameter restricted_access_uri\n - Model QuantumWorkspace has a new parameter system_data\n - Added operation group WorkspaceOperations\n\n## 1.0.0b1 (2021-01-28)\n\n* Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Quantum Management Client Library for Python",
    "version": "1.0.0b5",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cca5e497c521a4709f4544f1c5d5f4ea4a4e996010f26fea14a16039068c91ed",
                "md5": "056cba66d329f82b72ba57aee08e3ceb",
                "sha256": "40d906bbc00d3dbfbdca2e803ccf4a6c7f6d436d651337f787a96b256e984279"
            },
            "downloads": -1,
            "filename": "azure_mgmt_quantum-1.0.0b5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "056cba66d329f82b72ba57aee08e3ceb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 66998,
            "upload_time": "2024-03-21T05:30:59",
            "upload_time_iso_8601": "2024-03-21T05:30:59.801291Z",
            "url": "https://files.pythonhosted.org/packages/cc/a5/e497c521a4709f4544f1c5d5f4ea4a4e996010f26fea14a16039068c91ed/azure_mgmt_quantum-1.0.0b5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cb685dee21274d3bb88c66dee73b1ad99561e59c98d6e6635757b466f7c5472",
                "md5": "66b86f39eb5b29ae5ce1414be93add83",
                "sha256": "b3271ad3792428dfccc0514d01b0da0fe345dca27bb0caea07706786e1b1e180"
            },
            "downloads": -1,
            "filename": "azure-mgmt-quantum-1.0.0b5.tar.gz",
            "has_sig": false,
            "md5_digest": "66b86f39eb5b29ae5ce1414be93add83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 50599,
            "upload_time": "2024-03-21T05:30:58",
            "upload_time_iso_8601": "2024-03-21T05:30:58.015798Z",
            "url": "https://files.pythonhosted.org/packages/3c/b6/85dee21274d3bb88c66dee73b1ad99561e59c98d6e6635757b466f7c5472/azure-mgmt-quantum-1.0.0b5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 05:30:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-mgmt-quantum"
}
        
Elapsed time: 0.37030s