Metadata-Version: 2.1
Name: azure-devtools
Version: 1.2.0
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: vcrpy>=1.11.0
Provides-Extra: ci-tools
Requires-Dist: GitPython; extra == "ci-tools"
Requires-Dist: PyGithub>=1.40; extra == "ci-tools"
Requires-Dist: requests>=2.0; extra == "ci-tools"

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