Devtools for Azure SDK and CLI for Python
Перейти к файлу
Laurent Mazuel 48e6798686
Deprecation of the package
2021-12-10 10:16:39 -08:00
doc Add subclass kwarg information 2017-06-27 09:17:44 -07:00
scripts Update the resource removal sequence 2018-05-04 15:17:56 -07:00
src/azure_devtools update 2021-04-23 19:32:51 +08:00
.coveragerc Rename coveragerc file 2017-06-18 22:39:27 -07:00
.gitignore Update the resource removal sequence 2018-05-04 15:17:56 -07:00
.travis.yml remove pylint on ci_tools 2020-07-22 10:34:50 +08:00
HISTORY.rst Update HISTORY.rst 2021-04-25 14:12:11 +08:00
LICENSE Initial commit 2017-04-26 15:16:05 -07:00
Pipfile CI tools tests recording 2018-06-27 09:37:27 -07:00
README.rst Deprecation of the package 2021-12-10 10:16:39 -08:00
pylintrc make pylint compatibale with Python 2.7 2020-07-22 12:57:58 +08:00
requirements.txt make pylint compatibale with Python 2.7 2020-07-22 12:57:58 +08:00
setup.cfg Use Pytest as test launcher 2018-06-27 09:37:27 -07:00
setup.py version;history 2021-04-25 10:30:33 +08:00

README.rst

.. image:: https://travis-ci.org/Azure/azure-python-devtools.svg?branch=master
    :target: https://travis-ci.org/Azure/azure-python-devtools

*Disclaimer*: The package "azure-devtools" is no longer maintened nor used in any Microsoft projects anymore.

Development tools for Python-based Azure tools
==============================================

This package contains tools to aid in developing Python-based Azure code.

This includes the following components:

scenario_tests
--------------

A testing framework to handle much of the busywork
associated with testing code that interacts with Azure.

ci_tools
--------

Some tooling to help developing CI tools. This includes some Git helpers,
Github RestAPI wrapper and a Bot framework for Github issues.

Contributing
============

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.