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.1.0.tar.gz (39.7 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.1.0-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ado_source_core-0.1.0.tar.gz
  • Upload date:
  • Size: 39.7 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.1.0.tar.gz
Algorithm Hash digest
SHA256 f7ec47ad031512c5255f7a071084101b3bf0a47c1aef21e228ca13fe60627c1c
MD5 6e6c8804d0e04d1b337320cb187f837d
BLAKE2b-256 6eda0c815e22a2339b68f592055563aa513ab1e985a65cbcd5c4be68d3096bcd

See more details on using hashes here.

Provenance

The following attestation bundles were made for ado_source_core-0.1.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.1.0-py3-none-any.whl.

File metadata

  • Download URL: ado_source_core-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 33.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ado_source_core-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e53e122b6357dca9f48e76b041619497a4c33263ec1d9ce5b1fa6b533814ba6c
MD5 70674c5faf52daf3c31f2a76872b7056
BLAKE2b-256 a51d2ddd4039d9665a47171eeed0d9b861c4bd8217c333dabd6e61621c659db2

See more details on using hashes here.

Provenance

The following attestation bundles were made for ado_source_core-0.1.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