Microsoft Azure SDK for Python
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.
INSTALLATION
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.0rc2
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
DISCLAIMER
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 the end of March 2016. Please send us your feedback!
Features
Installation
To install a bundle that includes all of the Azure client libraries listed above, see the azure bundle package.
Usage
For detailed documentation, please view our documentation on ReadTheDocs.
For further examples please visit the Microsoft Azure Python Developer Center.
Need Help?
Be sure to check out the Microsoft Azure Developer Forums on Stack Overflow if you have trouble with the provided code.
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.