パッケージ: python3-aiogithubapi (26.0.0-1)
python3-aiogithubapi に関するリンク
Debian の資源:
aiogithubapi ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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.
その他の python3-aiogithubapi 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-aiohttp
- http client/server for asyncio
-
- dep: python3-backoff
- Function decoration for backoff and retry
