Metadata-Version: 2.0
Name: azure-devtools
Version: 0.5.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
Platform: UNKNOWN
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
Requires-Dist: ConfigArgParse (>=0.12.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: vcrpy (>=1.11.0)

.. 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.
Currently it includes ``scenario_tests``,
a testing framework to handle much of the busywork
associated with testing code that interacts with Azure.

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.


