Metadata-Version: 2.4
Name: azure-devtools
Version: 1.2.1
Summary: Microsoft Azure Development Tools for SDK
Home-page: https://github.com/Azure/azure-python-devtools
Author: Microsoft Corporation
Author-email: ptvshelp@microsoft.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: ConfigArgParse>=0.12.0
Requires-Dist: six>=1.10.0
Requires-Dist: vcrpy>=3.0.0
Provides-Extra: ci-tools
Requires-Dist: PyGithub>=1.40; extra == "ci-tools"
Requires-Dist: GitPython; extra == "ci-tools"
Requires-Dist: requests>=2.0; extra == "ci-tools"
Provides-Extra: systemperf
Requires-Dist: aiohttp>=3.0; extra == "systemperf"
Requires-Dist: requests>=2.0; extra == "systemperf"
Requires-Dist: tornado==6.0.3; extra == "systemperf"
Requires-Dist: httpx>=0.21; extra == "systemperf"
Requires-Dist: azure-core; extra == "systemperf"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

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

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.
