Metadata-Version: 2.0
Name: azure-multiapi-storage
Version: 0.1.0
Summary: Microsoft Azure Storage Client Library for Python with multi API version support.
Home-page: https://github.com/derekbekoe/azure-multiapi-storage-python
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
Requires-Dist: azure-common
Requires-Dist: azure-nspkg
Requires-Dist: cryptography
Requires-Dist: futures
Requires-Dist: python-dateutil
Requires-Dist: requests

Microsoft Azure Storage Client Library for Python - with Multi API version Support
==================================================================================

Handles multi-API versions of Azure Storage Data Plane originally from https://github.com/Azure/azure-storage-python.

Change Log
----------

0.1.0
+++++
* Initial release.  
* Supported API versions:  
    - 2016-05-31 (from 0.34.0 of azure-storage)  
    - 2015-04-05 (from 0.30.0 of azure-storage)  



