Microsoft Azure SDK for Python ============================== .. image:: https://img.shields.io/pypi/v/azure.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/azure/ .. image:: https://img.shields.io/pypi/pyversions/azure.svg?maxAge=2592000 :target: https://pypi.python.org/pypi/azure/ .. image:: https://dev.azure.com/azure-sdk/public/_apis/build/status/46?branchName=main :target: https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=46&branchName=main .. image:: https://img.shields.io/badge/dependencies-analyzed-blue.svg :target: https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-python/dependencies/dependencies.html This project provides a set of Python packages that make it easy to access Management (Virtual Machines, ...) or Runtime (ServiceBus using HTTP, Batch, Monitor) components of `Microsoft Azure `_ Complete feature list of this repo and where to find Python packages not in this repo can be found on our `Azure SDK for Python documentation `__. The SDK supports Python 3.7 or later. For more details, please read our page on `Azure SDK for Python version support policy `__. If you're currently using the ``azure`` package < 1.0 then please read important information in `this issue `__. INSTALLATION ============ You can install each Azure service's library individually: .. code-block:: console $ pip install azure-batch # Install the latest Batch runtime library $ pip install azure-mgmt-storage # Install the latest Storage management library Preview packages can be installed using the ``--pre`` flag: .. code-block:: console $ pip install --pre azure-mgmt-compute # will install only the latest Compute Management library The full list of available packages and their latest version can be found on our `documentation on docs.microsoft.com `__ If you want to install all packages of the repo from source:: git clone git://github.com/Azure/azure-sdk-for-python.git cd azure-sdk-for-python python setup.py install Usage ===== For detailed documentation, please view our `documentation on docs.microsoft.com `__. For further samples please visit the `Azure Samples website `__. Tests ===== For detailed documentation about our test framework, please visit this `Azure SDK test tutorial `__. Need Help? ========== Be sure to check out the Microsoft Azure `Developer Forums on Stack Overflow `__ if you have trouble with the provided code. Most questions are tagged `azure and python `__. Contribute Code or Provide Feedback =================================== If you would like to become an active contributor to this project please follow the instructions provided in `Microsoft Azure Projects Contribution Guidelines `__. If you encounter any bugs with the library please file an issue in the `Issues `__ section of the project. Code of Conduct =============== This project has adopted the `Microsoft Open Source Code of Conduct `__. For more information see the `Code of Conduct FAQ `__ or contact `opencode@microsoft.com `__ with any additional questions or comments. Learn More ========== `Microsoft Azure Python Developer Center `__ .. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2FREADME.png