DFSG NEW Queue

DFSG, Licensing & New Packages Team

aiogithubapi 26.0.0-1

Package Information

DescriptionAsynchronous 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.

MaintainerHome Assistant Team <team+homeassistant@tracker.debian.org>
Changed ByEdward Betts <edward@4angle.com>
Sponsoredward@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/homeassistant-team/deps/aiogithubapi.git (browse)
Closes#1130023
Trackerhttps://tracker.debian.org/pkg/aiogithubapi
Uploaded3 hours ago

New Package Report

.changes
Architectureall source
Distributionunstable
DateSat, 07 Mar 2026 15:59:36 +0000
Sourceaiogithubapi
Version26.0.0-1
Changed-ByEdward Betts
Changelog
aiogithubapi (26.0.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1130023)
.dsc
Priorityoptional
Componentmain
Package-Listpython3-aiogithubapi deb python optional arch=all
Sectionpython
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.

Back to Dashboard | View all reviews for this package