Metadata-Version: 1.1
Name: azure
Version: 2.0.0rc1
Summary: Microsoft Azure Client Libraries for Python
Home-page: https://github.com/Azure/azure-sdk-for-python
Author: Microsoft Corporation
Author-email: ptvshelp@microsoft.com
License: Apache License 2.0
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.3, 3.4 and 3.5.
        
        
        Features
        ========
        
        This version of the Azure package bundle consists of the following
        packages. Follow the links for more information on each package.
        
        -  `azure-mgmt v0.30.0rc1 <https://pypi.python.org/pypi/azure-mgmt/0.30.0rc1>`__
        -  `azure-graphrbac v0.30.0rc1 <https://pypi.python.org/pypi/azure-graphrbac/0.30.0rc1>`__
        -  `azure-servicebus v0.20.1 <https://pypi.python.org/pypi/azure-servicebus/0.20.1>`__
        -  `azure-servicemanagement-legacy v0.20.2 <https://pypi.python.org/pypi/azure-servicemanagement-legacy/0.20.2>`__
        -  `azure-storage v0.30.0 <https://pypi.python.org/pypi/azure-storage/0.30.0>`__
        
        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
        =======
        
        Upgrading from azure<1.0 is not supported. You must uninstall the old version first.
        
        .. code:: shell
        
            pip uninstall azure
            pip install azure
        
        
        Compatibility
        =============
        
        Some breaking changes were introduced in azure==1.0.
        
        If you are porting your code from an older version (<1.0), be prepared
        to change some import statements and rename exception classes.
        
        For details on the breaking changes, see the
        `change log <https://github.com/Azure/azure-sdk-for-python/blob/master/ChangeLog.txt>`__.
        
        
        Uninstall
        =========
        
        Installing the azure bundle package installs several packages.
        
        Use the following script to uninstall all of them.
        
        .. code:: shell
        
            pip uninstall azure
            pip uninstall azure-mgmt
            pip uninstall azure-mgmt-authorization
            pip uninstall azure-mgmt-cdn
            pip uninstall azure-mgmt-compute
            pip uninstall azure-mgmt-dns
            pip uninstall azure-mgmt-logic
            pip uninstall azure-mgmt-graphrbac
            pip uninstall azure-mgmt-network
            pip uninstall azure-mgmt-notificationhubs
            pip uninstall azure-mgmt-redis
            pip uninstall azure-mgmt-resource
            pip uninstall azure-mgmt-scheduler
            pip uninstall azure-mgmt-storage
            pip uninstall azure-mgmt-web
            pip uninstall azure-mgmt-nspkg
            pip uninstall azure-graphrbac
            pip uninstall azure-servicebus
            pip uninstall azure-storage
            pip uninstall azure-common
            pip uninstall azure-nspkg
        
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: Apache Software License
