Skip to content

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

License

Notifications You must be signed in to change notification settings

skasturi/azure-sdk-for-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Azure SDK for Python

https://img.shields.io/pypi/v/azure.svg?maxAge=2592000 https://img.shields.io/pypi/pyversions/azure.svg?maxAge=2592000 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.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

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 July 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

About

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • PowerShell 0.1%
  • Jupyter Notebook 0.0%
  • Bicep 0.0%
  • HTML 0.0%
  • Jinja 0.0%