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
Description: .. 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.
        
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
Provides-Extra: ci_tools
