This project provides a set of Python packages that make it easy to access the Microsoft Azure components such as ServiceManagement, Storage*, and ServiceBus.
The SDK supports Python 2.7, 3.3, 3.4 and 3.5.
*Looking for the Azure Storage client library? It moved to a new GitHub repository.
See important information if you're currently using this SDK < 1.0 in this issue.
The latest recommended release is currently a release candidate, tell this to pip to install it!
- Use the
--pre
flag:pip install --pre azure
- Specify the version:
pip install azure==2.0.0rc5
If you want to install azure
from source:
git clone git://github.com/Azure/azure-sdk-for-python.git cd azure-sdk-for-python python setup.py install
This is a release candidate. It could have minor breaking changes until the stable release.
Some of the new generated libraries have not yet been tested extensively, and some have known issues (such as azure-mgmt-web).
Our goal is to release a stable version by July 2016. Please send us your feedback!
To install a bundle that includes all of the Azure client libraries listed above, see the azure bundle package.
For detailed documentation, please view our documentation on ReadTheDocs.
For further examples please visit the Microsoft Azure Python Developer Center.
Be sure to check out the Microsoft Azure Developer Forums on Stack Overflow if you have trouble with the provided code.
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.