An easy to use wrapper around the Azure DevOps REST API
Перейти к файлу
Dale Myers dfd60731d7 Update dev dependencies (includes breaking changes) 2021-11-23 11:57:38 +00:00
.vscode Move project_id into calls 2020-10-14 11:20:02 +01:00
simple_ado Update dev dependencies (includes breaking changes) 2021-11-23 11:57:38 +00:00
tests Update dev dependencies (includes breaking changes) 2021-11-23 11:57:38 +00:00
.gitignore Ignore coverage 2020-04-01 12:07:16 +01:00
CODE_OF_CONDUCT.md Add code 2019-07-17 12:04:49 +01:00
LICENSE Add code 2019-07-17 12:04:49 +01:00
README.md Add code 2019-07-17 12:04:49 +01:00
azure-pipelines.yml Add support for Python 3.8 and Python 3.9 2020-11-13 11:01:05 +00:00
inlinecss.py Add code 2019-07-17 12:04:49 +01:00
poetry.lock Update dev dependencies (includes breaking changes) 2021-11-23 11:57:38 +00:00
pylintrc Move repository_id into calls 2020-10-14 11:58:06 +01:00
pyproject.toml Update dev dependencies (includes breaking changes) 2021-11-23 11:57:38 +00:00
stylecheck.sh Use venv for virtual env directory 2020-09-02 15:52:55 +01:00
test.sh Add code 2019-07-17 12:04:49 +01:00

README.md

simple_ado

simple_ado is a Python wrapper around the Azure DevOps REST API.

Why does it exist when there is an existing Python SDK for the ADO API?

Simply put, it's because the existing one is very complex and difficult to use. This version aims to be as simple as possible to use.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.