Name | ado_wrapper JSON |
Version |
1.41.0
JSON |
| download |
home_page | None |
Summary | A high level wrapper around the AzureDevops API including OOP principals and state management |
upload_time | 2025-01-14 14:41:31 |
maintainer | None |
docs_url | None |
author | Ben Skerritt |
requires_python | <4.0,>=3.10 |
license | Proprietary |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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](https://github.com/UP929312/ado-wrapper)
## 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
Raw data
{
"_id": null,
"home_page": null,
"name": "ado_wrapper",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": "Ben Skerritt",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/48/d6/099ae0d279782eb77ccbd3313e03f2c30a820da8332c10ad0d55f2be932d/ado_wrapper-1.41.0.tar.gz",
"platform": null,
"description": "# Ado Wrapper\n\nThis is a Python Package which works as an interface to the Azure DevOps API\n\nIt is essentially a wrapper for the (horrible to work with) ADO API, and supports OOP principals.\n\nAny resource can be fetched by calling the `<resource>.get_by_id()` function.\n\nIt also includes a solution for managing resources created by this script, which is extremely useful for testing the creation of random resources.\nTo delete all resources created by this, run the main module with the \"--delete-everything\" flag.\n\nIf you're reading this readme not from the code, here's a link to the [github repo](https://github.com/UP929312/ado-wrapper)\n\n## Commands Used To Ensure Quality\n\npylint . \nmypy . --strict \nflake8 --ignore=E501,E126,E121,W503,W504,PBP --exclude=script.py \nbandit -c pyproject.toml -r . \nruff check \nblack . --line-length 140 \npython3.11 -m pytest tests/ -vvvv -s \n",
"bugtrack_url": null,
"license": "Proprietary",
"summary": "A high level wrapper around the AzureDevops API including OOP principals and state management",
"version": "1.41.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "645b51002b21d28bf29ff41cb7f72a987ac78be6b31b6f69145c11899c32aedc",
"md5": "6dea658bcae9475229ef8e3a341e0858",
"sha256": "37ba5777e10c231562cf22c4acd00b8676c03f63b0b09324031d9f4a8ebdcbc3"
},
"downloads": -1,
"filename": "ado_wrapper-1.41.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6dea658bcae9475229ef8e3a341e0858",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 127429,
"upload_time": "2025-01-14T14:41:18",
"upload_time_iso_8601": "2025-01-14T14:41:18.241415Z",
"url": "https://files.pythonhosted.org/packages/64/5b/51002b21d28bf29ff41cb7f72a987ac78be6b31b6f69145c11899c32aedc/ado_wrapper-1.41.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "48d6099ae0d279782eb77ccbd3313e03f2c30a820da8332c10ad0d55f2be932d",
"md5": "cee170cbcc34ffdb06acd2159afb166c",
"sha256": "b960ad3bad1106cff12bb56b542ba8aacef4294499ca38eb86abd2f5e2dfec86"
},
"downloads": -1,
"filename": "ado_wrapper-1.41.0.tar.gz",
"has_sig": false,
"md5_digest": "cee170cbcc34ffdb06acd2159afb166c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 99270,
"upload_time": "2025-01-14T14:41:31",
"upload_time_iso_8601": "2025-01-14T14:41:31.724707Z",
"url": "https://files.pythonhosted.org/packages/48/d6/099ae0d279782eb77ccbd3313e03f2c30a820da8332c10ad0d55f2be932d/ado_wrapper-1.41.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-14 14:41:31",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ado_wrapper"
}