PC-Azure


NamePC-Azure JSON
Version 1.0.1.post4 PyPI version JSON
download
home_pageNone
SummaryThis package includes modules to interact with Microsoft Azure.
upload_time2024-06-13 22:47:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords azure key vault secret microsoft
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PC_Azure
ABK Productivity & Collaboration Python code to interact with Microsoft Azure

## Requirements
In order to use the Python classes contained in this package you'll need:
* An Azure account - https://portal.azure.com/
* Install the Azure command line interface (Azure CLI)
* Authenticate in Azure using Azure CLI

See section below for more information about Azure CLI.

### Azure CLI resources
* <a href=https://learn.microsoft.com/en-us/cli/azure/>Azure CLI</a>
* <a href=https://learn.microsoft.com/en-us/cli/azure/install-azure-cli>Install Azure CLI</a>
* <a href=https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli>Authenticate through Azure CLI</a>
  
## Troubleshooting
If you have already installed Azure CLI, but you keep getting prompted to sign in using a web browser, you may need to re-log in. To fix this, type `az login` on a terminal.

## Classes
### Azure_Key_Vault
#### Methods
  * constructor : Receives the name of the Azure Key Vault
  * get_secret : Receives a secret name and returns the corresponding secret value stored in the Azure Key Vault that is defined in the constructor
  
  #### References
  https://learn.microsoft.com/en-us/azure/key-vault/secrets/quick-create-python

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PC-Azure",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Azure, Key Vault, secret, Microsoft",
    "author": null,
    "author_email": "\"Marcos E. Mercado\" <marcos_elias@hotmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# PC_Azure\r\nABK Productivity &amp; Collaboration Python code to interact with Microsoft Azure\r\n\r\n## Requirements\r\nIn order to use the Python classes contained in this package you'll need:\r\n* An Azure account - https://portal.azure.com/\r\n* Install the Azure command line interface (Azure CLI)\r\n* Authenticate in Azure using Azure CLI\r\n\r\nSee section below for more information about Azure CLI.\r\n\r\n### Azure CLI resources\r\n* <a href=https://learn.microsoft.com/en-us/cli/azure/>Azure CLI</a>\r\n* <a href=https://learn.microsoft.com/en-us/cli/azure/install-azure-cli>Install Azure CLI</a>\r\n* <a href=https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli>Authenticate through Azure CLI</a>\r\n  \r\n## Troubleshooting\r\nIf you have already installed Azure CLI, but you keep getting prompted to sign in using a web browser, you may need to re-log in. To fix this, type `az login` on a terminal.\r\n\r\n## Classes\r\n### Azure_Key_Vault\r\n#### Methods\r\n  * constructor : Receives the name of the Azure Key Vault\r\n  * get_secret : Receives a secret name and returns the corresponding secret value stored in the Azure Key Vault that is defined in the constructor\r\n  \r\n  #### References\r\n  https://learn.microsoft.com/en-us/azure/key-vault/secrets/quick-create-python\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "This package includes modules to interact with Microsoft Azure.",
    "version": "1.0.1.post4",
    "project_urls": null,
    "split_keywords": [
        "azure",
        " key vault",
        " secret",
        " microsoft"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "737c35ce33140aad0c041d42eaabf9773cfbca449b33ce22d46537b325c190d7",
                "md5": "31db81efd7b9abc874a4712d2d5e4d5c",
                "sha256": "e4912aa9ba5ed39aff2a677426d36bf22724887585b9780967f2faffe8b54af4"
            },
            "downloads": -1,
            "filename": "PC_Azure-1.0.1.post4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "31db81efd7b9abc874a4712d2d5e4d5c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4024,
            "upload_time": "2024-06-13T22:47:02",
            "upload_time_iso_8601": "2024-06-13T22:47:02.995441Z",
            "url": "https://files.pythonhosted.org/packages/73/7c/35ce33140aad0c041d42eaabf9773cfbca449b33ce22d46537b325c190d7/PC_Azure-1.0.1.post4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-13 22:47:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pc-azure"
}
        
Elapsed time: 3.55683s