The Wayback Machine - https://web.archive.org/web/20160330233632/https://github.com/Azure/azure-sdk-for-python
Skip to content
Microsoft Azure SDK for Python
Python Other
Latest commit 01874b0 @lmazuel lmazuel Update index.rst
Failed to load latest commit information.
azure-common Update packaging to use autorest extension of azure-common
azure-graphrbac Update packaging to use autorest extension of azure-common
azure-mgmt-authorization Update packaging to use autorest extension of azure-common
azure-mgmt-cdn Update packaging to use autorest extension of azure-common
azure-mgmt-compute Update packaging to use autorest extension of azure-common
azure-mgmt-logic Update packaging to use autorest extension of azure-common
azure-mgmt-network Update packaging to use autorest extension of azure-common
azure-mgmt-notificationhubs Update packaging to use autorest extension of azure-common
azure-mgmt-nspkg Include Python 3.5 wherever we list the supported Python versions.
azure-mgmt-redis Update packaging to use autorest extension of azure-common
azure-mgmt-resource Update packaging to use autorest extension of azure-common
azure-mgmt-scheduler Update packaging to use autorest extension of azure-common
azure-mgmt-storage Update packaging to use autorest extension of azure-common
azure-mgmt-web Update packaging to use autorest extension of azure-common
azure-mgmt At short term, skip this test if msrest 0.2 is not on Pypi
azure-nspkg Include Python 3.5 wherever we list the supported Python versions.
azure-servicebus Coverage support
azure-servicemanagement-legacy Coverage support
azure Prepare 2.0.0rc2 / 0.30.0rc2
doc Update index.rst
examples/AzureResourceViewer Adapt AzureResourceViewer to 2.0.0rc2
.gitattributes Add example application for ARM.
.gitignore Add *.pubxml to gitignore.
.travis.yml Workaround since azure-common in not yet on Pypi
CODE_OF_CONDUCT.md Code of Conduct
CONTRIBUTING.md Fix mixed rst and md
ChangeLog.txt Update packaging to use autorest extension of azure-common
HOWTO.txt Reorganize the code into multiple pypi packages.
LICENSE.txt Python Azure enlistment is essentially a clone of Node.js Azure enlis…
README.rst Prepare 2.0.0rc2 / 0.30.0rc2
azure.pyproj Update PTVS project
azure.sln Adapt AzureResourceViewer to 2.0.0rc2
build.ps1 Packaging
build_conda.bat Added conda build scripts for all the azure packages.
build_conda.sh Added conda build scripts for all the azure packages.
requirements.txt Coverage support
setup.py Create azure-graphrbac package
swagger_to_sdk_config.json Swagger to SDK configuration file

README.rst

Microsoft Azure SDK for Python

https://travis-ci.org/Azure/azure-sdk-for-python.svg?branch=master

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.

Learn More

Microsoft Azure Python Developer Center

Something went wrong with that request. Please try again.