aiogithubapi 26.0.0-1
Package Information
| 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. |
|---|---|
| Maintainer | Home Assistant Team <team+homeassistant@tracker.debian.org> |
| Changed By | Edward Betts <edward@4angle.com> |
| Sponsor | edward@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/homeassistant-team/deps/aiogithubapi.git (browse) |
| Closes | #1130023 |
| Tracker | https://tracker.debian.org/pkg/aiogithubapi |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Architecture | all source |
|---|---|
| Distribution | unstable |
| Date | Sat, 07 Mar 2026 15:59:36 +0000 |
| Source | aiogithubapi |
| Version | 26.0.0-1 |
| Changed-By | Edward Betts |
Changelog
aiogithubapi (26.0.0-1) unstable; urgency=medium . * Initial release. (Closes: #1130023)
.dsc
| Priority | optional |
|---|---|
| Component | main |
| Package-List | python3-aiogithubapi deb python optional arch=all |
| Section | python |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aiogithubapi Upstream-Contact: Joakim Sørensen <joasoe@proton.me> Source: https://github.com/ludeeus/aiogithubapi Files: * Copyright: 2020-2022 Joakim Sørensen @ludeeus License: MIT Files: debian/* Copyright: 2026 Edward Betts <edward@4angle.com> License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.