File: README.rst

package info (click to toggle)
python-azure 20230112%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 749,544 kB
  • sloc: python: 6,815,827; javascript: 287; makefile: 195; xml: 109; sh: 105
file content (32 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.. 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.