Source: aiogithubapi
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-aresponses <!nocheck>,
 python3-backoff <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-pytest-cov <!nocheck>,
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.
