Source: aiogithubapi Maintainer: Home Assistant Team Uploaders: Edward Betts , Section: python Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-hatchling, Build-Depends-Indep: python3-aiohttp , python3-aresponses , python3-backoff , python3-pytest , python3-pytest-asyncio , python3-pytest-cov , Standards-Version: 4.7.3 Homepage: https://github.com/ludeeus/aiogithubapi Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/aiogithubapi Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/aiogithubapi.git Testsuite: autopkgtest-pkg-pybuild Package: python3-aiogithubapi Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Asynchronous client for the GitHub API This library provides an asynchronous interface to the GitHub API, intended for querying and monitoring repository-related data. . It handles authenticated access to GitHub using OAuth tokens and makes requests to GitHub endpoints to retrieve information about repositories associated with an account, including owned and starred repositories. . The API surface focuses on common repository activity and metadata. This includes retrieving details for items such as the latest commit on the default branch, newly created discussions, issues, pull requests, releases, and tags, along with associated identifiers and web URLs. . It can also fetch repository counters used for status and diagnostics, such as numbers of discussions, forks, open issues, open pull requests, stars, and watchers. . The library communicates with GitHub services over HTTPS via the GitHub REST API.