Metadata-Version: 1.1
Name: azure
Version: 3.0.0
Summary: Microsoft Azure Client Libraries for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: azpysdkhelp@microsoft.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: Microsoft Azure SDK for Python
        ==============================
        
        This is the Microsoft Azure bundle.
        
        This package does not contain any code in itself. It installs a set
        of packages that provide Microsoft Azure functionality.
        
        All packages in this bundle have been tested with Python 2.7, 3.4, 3.5 and 3.6.
        
        This package uses PEP440 syntax, and thus requires pip >= 6.0 and/or setuptools >= 8.0
        to be installed.
        
        
        Documentation
        =============
        
        All documentation related to these packages can be found at http://docs.microsoft.com/python/azure/
        
        
        Features
        ========
        
        This version of the Azure package bundle consists of the following
        packages. Follow the links for more information on each package.
        Note that versions are fixed at the minor version number level 
        (i.e. no breaking changes can be introduced, but features are allowed)
        
        -  `azure-mgmt v2.x <https://pypi.python.org/pypi/azure-mgmt>`__
        -  `azure-batch v4.x <https://pypi.python.org/pypi/azure-batch>`__
        -  `azure-cosmosb-table v1.x <https://pypi.python.org/pypi/azure-cosmosdb-table>`__
        -  `azure-datalake-store v0.0.x <https://pypi.python.org/pypi/azure-datalake-store>`__
        -  `azure-eventgrid v0.1.x <https://pypi.python.org/pypi/azure-eventgrid>`__
        -  `azure-graphrbac v0.40.x <https://pypi.python.org/pypi/azure-graphrbac>`__
        -  `azure-keyvault v0.3.x <https://pypi.python.org/pypi/azure-keyvault>`__
        -  `azure-servicebus v0.21.x <https://pypi.python.org/pypi/azure-servicebus>`__
        -  `azure-servicefabric v6.1.2.9 <https://pypi.python.org/pypi/azure-servicefabric>`__
        -  `azure-servicemanagement-legacy v0.20.x <https://pypi.python.org/pypi/azure-servicemanagement-legacy>`__
        -  `azure-storage-blob v1.x <https://pypi.python.org/pypi/azure-storage-blob>`__
        -  `azure-storage-queue v1.x <https://pypi.python.org/pypi/azure-storage-queue>`__
        -  `azure-storage-file v1.x <https://pypi.python.org/pypi/azure-storage-file>`__
        
        Note that if you don't need all of these packages, you can install/uninstall them individually.
        
        
        Installation
        ============
        
        To install the Azure package bundle, type:
        
        .. code:: shell
        
            pip install azure
        
        
        Upgrade
        =======
        
        This package is not compatible with `azure-storage`.
        If you installed `azure-storage`, or if you installed `azure` 1.x/2.x and didn't
        uninstall `azure-storage`, you must uninstall `azure-storage` first:
        
        .. code:: shell
        
            pip uninstall azure-storage
        
        
        Upgrading from azure<1.0 is not supported. You must uninstall the old version first.
        
        .. code:: shell
        
            pip uninstall azure
            pip install azure
        
        
        Compatibility
        =============
        
        For details on the breaking changes, see the PyPI page of each individual package.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
