A high level wrapper around the AzureDevops API including OOP principals and state management
Project description
Ado Wrapper
This is a Python Package which works as an interface to the Azure DevOps API
It is essentially a wrapper for the (horrible to work with) ADO API, and supports OOP principals.
Any resource can be fetched by calling the <resource>.get_by_id()
function.
It also includes a solution for managing resources created by this script, which is extremely useful for testing the creation of random resources. To delete all resources created by this, run the main module with the "--delete-everything" flag.
If you're reading this readme not from the code, here's a link to the github repo
Commands Used To Ensure Quality
pylint .
mypy . --strict
flake8 --ignore=E501,E126,E121,W503,W504,PBP --exclude=script.py
bandit -c pyproject.toml -r .
ruff check
black . --line-length 140
python3.11 -m pytest tests/ -vvvv -s
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ado_wrapper-1.33.0.tar.gz
.
File metadata
- Download URL: ado_wrapper-1.33.0.tar.gz
- Upload date:
- Size: 89.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a8068ffe5806c48cc7b3ce62bb9dd8a28108e02d08239d11ae2988009a2d83e |
|
MD5 | ffb3a57b2c10821f6d7ca79430d58201 |
|
BLAKE2b-256 | 9c251951a5cf4b572d049da5e6bc8c52b01121ff24cff0181dab5471cc7f44e0 |
File details
Details for the file ado_wrapper-1.33.0-py3-none-any.whl
.
File metadata
- Download URL: ado_wrapper-1.33.0-py3-none-any.whl
- Upload date:
- Size: 115.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.6 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d96b3d5a9472c864ebd258ffa1bc9b48997d18d01d142241c882d921bc120b22 |
|
MD5 | 9f830c298fad2871deef6593c686a46a |
|
BLAKE2b-256 | e568159b47c86cd02c03e810749d84b1d16d585dd02e27a42013d9ec1b119638 |