Skip to main content

Read-only Azure DevOps API client and Pydantic models. OSS library shared by ado-scanner and Shyftport engines.

Project description

ado-source-core

Read-only Azure DevOps API client and Pydantic models. OSS library (MIT-licensed) shared by:

  • ado-scanner — standalone discovery CLI
  • Shyftport engines that need to read from Azure DevOps

This library is read-only. It does not perform any writes against Azure DevOps. Migration-side writes live in proprietary code outside this package.

Install

pip install ado-source-core

Quickstart

import asyncio
from ado_source_core import ADOClient, PATAuth

async def main():
    auth = PATAuth(token="your-pat")
    async with ADOClient(organization="myorg", auth=auth) as client:
        async for repo in client.list_repositories(project="MyProject"):
            print(repo.name, repo.default_branch)

asyncio.run(main())

Status

Alpha. Stable enough for ado-scanner consumption; API may change before v1.0.

License

MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ado_source_core-0.2.0.tar.gz (80.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ado_source_core-0.2.0-py3-none-any.whl (38.1 kB view details)

Uploaded Python 3

File details

Details for the file ado_source_core-0.2.0.tar.gz.

File metadata

  • Download URL: ado_source_core-0.2.0.tar.gz
  • Upload date:
  • Size: 80.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ado_source_core-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d16ae8ffaf64a99b8660ab073729bc196ddd5edd7a18202e61339d4b2c43af99
MD5 e7e9ab4a8601b2f40041e4d39ab05c9a
BLAKE2b-256 7097d4167775fa34a0e375e7f2d8a85d8e4cfc83f3ef46efd7763c3c454a22d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for ado_source_core-0.2.0.tar.gz:

Publisher: release.yml on n8group-oss/ado-source-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ado_source_core-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ado_source_core-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1f5144e23b4db48ccaf6a65a6b8cc3a8975abb9fed4e319d2893bac1d7a02a52
MD5 a49083f08adf3315d8d1d96499b59049
BLAKE2b-256 c5545939be63c14c46bfcbd5c80c11bc22b8cd4727b27f42bda225fc56c993f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for ado_source_core-0.2.0-py3-none-any.whl:

Publisher: release.yml on n8group-oss/ado-source-core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page