зеркало из
1
0
Форкнуть 0
azure-sdk-for-python/README.rst

94 строки
4.1 KiB
ReStructuredText
Исходник Обычный вид История

2015-03-03 01:19:06 +03:00
Microsoft Azure SDK for Python
==============================
2016-05-14 00:14:25 +03:00
.. image:: https://img.shields.io/pypi/v/azure.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/azure/
.. image:: https://img.shields.io/pypi/pyversions/azure.svg?maxAge=2592000
:target: https://pypi.python.org/pypi/azure/
.. image:: https://dev.azure.com/azure-sdk/public/_apis/build/status/46?branchName=main
:target: https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=46&branchName=main
2016-01-21 01:15:30 +03:00
.. image:: https://img.shields.io/badge/dependencies-analyzed-blue.svg
:target: https://azuresdkartifacts.blob.core.windows.net/azure-sdk-for-python/dependencies/dependencies.html
2015-03-03 01:19:06 +03:00
This project provides a set of Python packages that make it easy to
2017-02-28 21:48:57 +03:00
access Management (Virtual Machines, ...) or Runtime (ServiceBus using HTTP, Batch, Monitor) components of
`Microsoft Azure <https://azure.microsoft.com/>`_
Complete feature list of this repo and where to find Python packages not in this repo can be found on our
2018-06-26 19:10:24 +03:00
`Azure SDK for Python documentation <https://docs.microsoft.com/python/api/overview/azure/?view=azure-python>`__.
2015-03-03 01:19:06 +03:00
The SDK supports Python 3.7 or later. For more details, please read our page on `Azure SDK for Python version support policy <https://github.com/Azure/azure-sdk-for-python/wiki/Azure-SDKs-Python-version-support-policy>`__.
2015-03-03 01:19:06 +03:00
2017-02-28 21:48:57 +03:00
If you're currently using the ``azure`` package < 1.0 then please read important information in `this issue <https://github.com/Azure/azure-sdk-for-python/issues/440>`__.
2015-08-20 00:04:15 +03:00
2016-03-04 19:36:19 +03:00
INSTALLATION
============
2017-05-16 23:45:15 +03:00
You can install each Azure service's library individually:
2016-08-30 04:29:22 +03:00
.. code-block:: console
2016-08-30 04:29:22 +03:00
2017-05-16 22:00:00 +03:00
$ pip install azure-batch # Install the latest Batch runtime library
2017-05-16 23:45:15 +03:00
$ pip install azure-mgmt-storage # Install the latest Storage management library
2016-08-30 04:29:22 +03:00
Preview packages can be installed using the ``--pre`` flag:
2016-08-30 04:29:22 +03:00
.. code-block:: console
2016-08-30 04:29:22 +03:00
2017-05-16 22:00:00 +03:00
$ pip install --pre azure-mgmt-compute # will install only the latest Compute Management library
2016-08-30 04:29:22 +03:00
2016-03-04 19:36:19 +03:00
2017-02-28 21:48:57 +03:00
The full list of available packages and their latest version can be found on our
2017-08-09 23:33:45 +03:00
`documentation on docs.microsoft.com <https://docs.microsoft.com/python/azure/>`__
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
2015-03-03 01:19:06 +03:00
Usage
=====
2017-07-25 20:57:07 +03:00
For detailed documentation, please view our `documentation on docs.microsoft.com <https://docs.microsoft.com/python/azure/>`__.
2015-03-03 01:19:06 +03:00
2018-06-26 19:10:24 +03:00
For further samples please visit the `Azure Samples website <https://azure.microsoft.com/resources/samples/?platform=python>`__.
2015-03-03 01:19:06 +03:00
2017-07-25 20:57:07 +03:00
Tests
=====
2017-08-09 23:33:45 +03:00
For detailed documentation about our test framework, please visit this `Azure SDK test tutorial <https://github.com/Azure/azure-sdk-for-python/wiki/Contributing-to-the-tests>`__.
2015-03-03 01:19:06 +03:00
Need Help?
==========
Be sure to check out the Microsoft Azure `Developer Forums on Stack Overflow <http://go.microsoft.com/fwlink/?LinkId=234489>`__
2017-07-25 20:57:07 +03:00
if you have trouble with the provided code. Most questions are tagged `azure and python <https://stackoverflow.com/questions/tagged/azure+python>`__.
2015-03-03 01:19:06 +03:00
2015-03-03 01:19:06 +03:00
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 <http://azure.github.io/guidelines/>`__.
2015-03-03 01:19:06 +03:00
If you encounter any bugs with the library please file an issue in the
`Issues <https://github.com/Azure/azure-sdk-for-python/issues>`__
section of the project.
2017-08-09 23:33:45 +03:00
Code of Conduct
===============
This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__. For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.
2015-03-03 01:19:06 +03:00
Learn More
==========
`Microsoft Azure Python Developer Center <http://azure.microsoft.com/en-us/develop/python/>`__
.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2FREADME.png