Skip to content

schaabs/azure-sdk-for-python

This branch is 16180 commits behind Azure/azure-sdk-for-python:main.

Folders and files

NameName
Last commit message
Last commit date
Nov 15, 2017
Oct 16, 2017
Nov 10, 2017
Jan 9, 2018
Jan 12, 2018
Jan 12, 2018
Jan 9, 2018
Jan 12, 2018
Jan 12, 2018
Jan 12, 2018
Jan 12, 2018
Jan 9, 2018
Jan 12, 2018
Jan 12, 2018
Jan 23, 2018
Jan 12, 2018
Jan 12, 2018
Jan 12, 2018
Jan 9, 2018
Jan 4, 2018
Jan 30, 2018
Nov 1, 2017
Oct 16, 2017
Jan 17, 2018
Jan 17, 2018
Oct 17, 2017
Jan 24, 2018
Oct 6, 2017
May 18, 2017
Oct 26, 2017
Oct 26, 2017
Aug 4, 2017
Jan 11, 2018
Dec 19, 2017
Oct 23, 2017
Dec 1, 2017
Jan 25, 2018
Feb 1, 2018
Dec 12, 2017
Jan 11, 2018
Apr 10, 2017
Jan 11, 2018
Oct 25, 2017
Oct 26, 2017
May 2, 2017
Jan 24, 2018
Jan 23, 2018
Jan 17, 2018
Oct 11, 2017
Jan 5, 2018
Jun 6, 2017
Nov 1, 2017
Apr 18, 2017
Jan 2, 2018
Jan 23, 2018
Sep 15, 2017
Oct 24, 2017
Dec 13, 2017
Jan 17, 2018
Jun 27, 2017
Apr 10, 2017
Jun 23, 2017
Oct 16, 2017
Oct 27, 2017
Aug 9, 2017
Oct 25, 2017
Nov 3, 2017
Nov 3, 2017
Jan 31, 2018
Sep 8, 2017
Jun 23, 2017
Jun 23, 2017
Dec 13, 2017
Aug 24, 2017
Jan 18, 2018
Jan 10, 2018
Dec 11, 2017
Jul 3, 2017
Oct 25, 2017
Jan 11, 2018
Apr 10, 2017
Jan 30, 2018
Oct 6, 2017
Oct 26, 2017
Jul 17, 2017
Jun 20, 2017
Sep 28, 2017
Sep 21, 2016
Jan 25, 2018
Apr 19, 2017
May 24, 2016
Jul 8, 2016
Jun 29, 2015
Sep 18, 2017
Dec 12, 2017
Mar 16, 2016
Mar 17, 2016
Jul 5, 2017
Jul 20, 2016
Aug 9, 2017
Aug 9, 2017
Jul 24, 2017
Jun 6, 2017
Jan 25, 2018
Jan 31, 2018
Jul 28, 2017
Nov 28, 2017
Jun 30, 2017
Jan 12, 2018

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 https://ci.appveyor.com/api/projects/status/m51hrgewcxknxhsd/branch/master?svg=true

This project provides a set of Python packages that make it easy to access Management (Virtual Machines, ...) or Runtime (ServiceBus using HTTP, Batch, Monitor) components of Microsoft Azure Complete feature list of this repo and where to find Python packages not in this repo can be found on our Azure SDK for Python features chapter on ReadTheDocs.

The SDK supports Python 2.7, 3.3, 3.4, 3.5 and 3.6.

If you're currently using the azure package < 1.0 then please read important information in this issue.

INSTALLATION

You can install each Azure service's library individually:

$ pip install azure-batch          # Install the latest Batch runtime library
$ pip install azure-mgmt-storage   # Install the latest Storage management library

Preview packages can be installed using the --pre flag:

$ pip install --pre azure-mgmt-compute # will install only the latest Compute Management library

You can also install a set of Azure libraries in a single line using the azure meta-package.

$ pip install azure

We publish a preview version of this package, which you can access using the --pre flag:

$ pip install --pre azure

The full list of available packages and their latest version can be found on our documentation on docs.microsoft.com

If you want to install all packages of the repo from source:

git clone git://github.com/Azure/azure-sdk-for-python.git
cd azure-sdk-for-python
python setup.py install

Usage

For detailed documentation, please view our documentation on docs.microsoft.com. However, we are migrating content from our documentation on ReadTheDocs and you might still find useful information there.

For further samples please visit the Azure Samples website.

Tests

For detailed documentation about our test framework, please visit this Azure SDK test tutorial.

Need Help?

Be sure to check out the Microsoft Azure Developer Forums on Stack Overflow if you have trouble with the provided code. Most questions are tagged azure and python.

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.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Learn More

Microsoft Azure Python Developer Center

About

Microsoft Azure SDK for Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%