{"id":15657542,"url":"https://github.com/ludeeus/aiogithubapi","last_synced_at":"2026-02-28T11:43:53.278Z","repository":{"id":35032414,"uuid":"198505021","full_name":"ludeeus/aiogithubapi","owner":"ludeeus","description":"Asynchronous Python client for the GitHub API","archived":false,"fork":false,"pushed_at":"2025-05-07T06:29:19.000Z","size":1337,"stargazers_count":29,"open_issues_count":1,"forks_count":17,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T10:04:33.616Z","etag":null,"topics":["async","github","github-api","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ludeeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ludeeus"]}},"created_at":"2019-07-23T20:39:53.000Z","updated_at":"2025-05-07T06:29:21.000Z","dependencies_parsed_at":"2023-09-28T18:47:40.030Z","dependency_job_id":"886d01e1-2d22-4264-a3c7-6c5cbe526f46","html_url":"https://github.com/ludeeus/aiogithubapi","commit_stats":{"total_commits":252,"total_committers":11,"mean_commits":22.90909090909091,"dds":"0.45238095238095233","last_synced_commit":"1a8ab789c4886c1597bf509d525f412492064af7"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ludeeus","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254509476,"owners_count":22082891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","github","github-api","python"],"created_at":"2024-10-03T13:07:58.820Z","updated_at":"2026-02-28T11:43:53.199Z","avatar_url":"https://github.com/ludeeus.png","language":"Python","readme":"# aiogithubapi\n\n[![codecov](https://codecov.io/gh/ludeeus/aiogithubapi/branch/main/graph/badge.svg)](https://codecov.io/gh/ludeeus/aiogithubapi)\n![python version](https://img.shields.io/badge/Python-3.9=\u003e\u003c=3.12-blue.svg)\n[![PyPI](https://img.shields.io/pypi/v/aiogithubapi)](https://pypi.org/project/aiogithubapi)\n![Actions](https://github.com/ludeeus/aiogithubapi/workflows/Actions/badge.svg?branch=main)\n\n_Asynchronous Python client for the GitHub API_\n\nThis is not a full client for the API (Have you seen it, it's huge), and will probably never be.\nThings are added when needed or requested.\n\nIf something you need is missing please raise [a feature request to have it added](https://github.com/ludeeus/aiogithubapi/issues/new?assignees=\u0026labels=enhancement\u0026template=feature_request.md) or [create a PR 🎉](#contribute).\n\nFor examples on how to use it see the [tests directory](./tests).\n\n## Install\n\n```bash\npython3 -m pip install aiogithubapi\n```\n\n## Project transition\n\n**Note: This project is currently in a transition phase.**\n\nIn august 2021 a new API interface was introduced (in [#42](https://github.com/ludeeus/aiogithubapi/pull/42)). With that addition, all parts of the old interface is now considered deprecated.\nWhich includes:\n\n- The [`aiogithubapi.common`](./aiogithubapi/common) module\n- The [`aiogithubapi.legacy`](./aiogithubapi/legacy) module\n- The [`aiogithubapi.objects`](./aiogithubapi/objects) module\n- All classes starting with `AIOGitHub`\n- The `async_call_api` function in the [`aiogithubapi/helpers.py`](./aiogithubapi/helpers.py) file\n- The `sigstore_verify_release_asset` function in the [`aiogithubapi/helpers.py`](./aiogithubapi/helpers.py) file\n- The `GitHubDevice` class in `aiogithubapi`, replaced with `GitHubDeviceAPI`\n- The `GitHub` class in `aiogithubapi`, replaced with `GitHubAPI`\n\nLater this year (2024), warning logs will start to be emitted for deprecated code.\n\nEarly next year (2025), the old code will be removed.\n\n## Contribute\n\n**All** contributions are welcome!\n\n1. Fork the repository\n2. Clone the repository locally and open the devcontainer or use GitHub codespaces\n3. Do your changes\n4. Lint the files with `make lint`\n5. Ensure all tests passes with `make test`\n6. Ensure 100% coverage with `make coverage`\n7. Commit your work, and push it to GitHub\n8. Create a PR against the `main` branch\n","funding_links":["https://github.com/sponsors/ludeeus"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeeus%2Faiogithubapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fludeeus%2Faiogithubapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fludeeus%2Faiogithubapi/lists"}