{"id":2634348,"name":"aiogithubapi","ecosystem":"pypi","description":"Asynchronous Python client for the GitHub API","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/ludeeus/aiogithubapi","keywords_array":[],"namespace":null,"versions_count":46,"first_release_published_at":"2019-07-24T18:13:25.000Z","latest_release_published_at":"2026-02-28T09:56:51.000Z","latest_release_number":"26.0.0","last_synced_at":"2026-06-09T18:02:53.083Z","created_at":"2022-04-10T09:59:14.695Z","updated_at":"2026-06-09T18:10:08.742Z","registry_url":"https://pypi.org/project/aiogithubapi/","install_command":"pip install aiogithubapi --index-url https://pypi.org/simple","documentation_url":"https://aiogithubapi.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Intended Audience :: Developers","Natural Language :: English","Topic :: Software Development :: Libraries :: Python Modules"],"normalized_name":"aiogithubapi","project_status":null},"repo_metadata":{"id":35032414,"uuid":"198505021","full_name":"ludeeus/aiogithubapi","owner":"ludeeus","description":"Asynchronous Python client for the GitHub API","archived":false,"fork":false,"pushed_at":"2026-06-05T13:35:57.000Z","size":1047,"stargazers_count":28,"open_issues_count":7,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-05T15:18:35.211Z","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["ludeeus"]}},"created_at":"2019-07-23T20:39:53.000Z","updated_at":"2026-03-19T14:30:20.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":46,"template":false,"template_full_name":null,"purl":"pkg:github/ludeeus/aiogithubapi","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/sbom","scorecard":{"id":603060,"data":{"date":"2025-08-11","repo":{"name":"github.com/ludeeus/aiogithubapi","commit":"f292eadf94b6fcf8b2a3bc44c6dc9f6df9622bd7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":6.4,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/actions.yml:1","Warn: no topLevel permission defined: .github/workflows/release-drafter.yml:1","Info: found token with 'none' permissions: .github/workflows/release.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Maintained","score":10,"reason":"22 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:76: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/actions.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/actions.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release-drafter.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/release-drafter.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release-drafter.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/release-drafter.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/ludeeus/aiogithubapi/release.yml/main?enable=pin","Warn: downloadThenRun not pinned by hash: .github/workflows/actions.yml:92","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/release.yml:12"],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-79v4-65xg-pq4g","Warn: Project is vulnerable to: GHSA-77hh-43cm-v8j6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Branch-Protection","score":4,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Warn: 'stale review dismissal' is disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Warn: 'last push approval' is disabled on branch 'main'","Warn: 'up-to-date branches' is disabled on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-21T00:54:16.933Z","repository_id":35032414,"created_at":"2025-08-21T00:54:16.933Z","updated_at":"2025-08-21T00:54:16.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34119350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"ludeeus","name":"Joakim Sørensen","uuid":"15093472","kind":"user","description":"","email":"","website":"https://www.ludeeus.dev","location":"Norway","twitter":"ludeeus","company":"@NabuCasa","icon_url":"https://avatars.githubusercontent.com/u/15093472?u=afd377480e8308476be0278000675f0b7e362d38\u0026v=4","repositories_count":108,"last_synced_at":"2026-01-11T14:16:45.155Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/ludeeus","funding_links":["https://github.com/sponsors/ludeeus"],"total_stars":1165,"followers":685,"following":19,"created_at":"2022-11-12T19:45:15.023Z","updated_at":"2026-01-11T14:16:45.155Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ludeeus","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ludeeus/repositories"},"tags":[{"name":"26.0.0","sha":"279ed462ef7d2f7dbafe476d0953393ed2bb9660","kind":"commit","published_at":"2026-02-27T17:01:01.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/26.0.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/26.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@26.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/26.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/26.0.0/manifests"},{"name":"25.5.0","sha":"4b947e9830ba04387a4a5bcde19b0613197f87e2","kind":"commit","published_at":"2025-05-26T06:50:24.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/25.5.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/25.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@25.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/25.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/25.5.0/manifests"},{"name":"24.6.0","sha":"7a73e8e74e9458af3cbcaffc0b42f5ef2f08af2f","kind":"commit","published_at":"2024-06-27T06:08:55.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/24.6.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/24.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@24.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/24.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/24.6.0/manifests"},{"name":"23.11.0","sha":"9b910cf8a98a84bbd6aa3dc5a76393d01e8fd3cc","kind":"commit","published_at":"2023-11-03T07:25:53.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/23.11.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/23.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@23.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.11.0/manifests"},{"name":"23.9.0","sha":"8f9f60635ed2770de551ef0857428539efd9a35d","kind":"commit","published_at":"2023-09-25T20:23:54.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/23.9.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/23.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@23.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.9.0/manifests"},{"name":"23.2.1","sha":"149fdf4b6af0aa0a4375ee76d365784de0674bed","kind":"commit","published_at":"2023-02-24T14:37:31.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/23.2.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/23.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@23.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.2.1/manifests"},{"name":"23.2.0","sha":"eb2d40039a3b1282638e2efc8665b082554f853e","kind":"commit","published_at":"2023-02-24T13:26:23.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/23.2.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/23.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@23.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/23.2.0/manifests"},{"name":"22.12.2","sha":"3758b426e33870f182be156209cd2087caf7d0ef","kind":"commit","published_at":"2022-12-04T16:59:14.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.12.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.2/manifests"},{"name":"22.12.1","sha":"32de6ea0b024982e72ee9275322ee48a72c51ba8","kind":"commit","published_at":"2022-12-04T16:39:29.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.12.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.1/manifests"},{"name":"22.12.0","sha":"dc3c69898abe75d574de06174b79c019b657ffc3","kind":"commit","published_at":"2022-12-04T15:44:56.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.12.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.12.0/manifests"},{"name":"22.10.1","sha":"178d28d253453e6fcc16c30a4418f042273d62a0","kind":"commit","published_at":"2022-10-25T17:45:55.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.10.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.10.1/manifests"},{"name":"22.10.0","sha":"a6c145cb8c34e4b0076807f7213657c4e2e64cac","kind":"commit","published_at":"2022-10-25T11:12:36.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.10.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.10.0/manifests"},{"name":"22.3.1","sha":"565bb948152eac921b5e26117d58aa23936cbf30","kind":"commit","published_at":"2022-03-06T10:58:53.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.3.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.3.1/manifests"},{"name":"22.3.0","sha":"1bf80c53e84507099ee46ed441788c3590a578b1","kind":"commit","published_at":"2022-03-05T19:42:27.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.3.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.3.0/manifests"},{"name":"22.2.4","sha":"545ca37856a55c85d4b3660ca1a65aab5e84c877","kind":"commit","published_at":"2022-02-26T08:33:50.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.2.4","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.4/manifests"},{"name":"22.2.3","sha":"0859e3ca427d303f8a79ecb458ce815a860fa653","kind":"commit","published_at":"2022-02-20T08:09:46.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.2.3","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.3/manifests"},{"name":"22.2.2","sha":"a8daec3c0af9b1a444ab06264bbd4ee9d31ddd13","kind":"commit","published_at":"2022-02-19T19:59:42.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.2.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.2/manifests"},{"name":"22.2.1","sha":"b8540e30970de675b9d381ef47952d1104b380f8","kind":"commit","published_at":"2022-02-19T15:59:45.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.2.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.1/manifests"},{"name":"22.2.0","sha":"d80888e2c1341e2d87bf60eeccbfc27a7f5ee335","kind":"commit","published_at":"2022-02-04T16:54:04.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.2.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.2.0/manifests"},{"name":"22.1.2","sha":"77f4b5ee5f67ee1b66df3947a5fef5b8d782e9df","kind":"commit","published_at":"2022-01-24T15:03:59.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.1.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.2/manifests"},{"name":"22.1.1","sha":"30efe4ea1392882401d457d5f2b32780cd0230f1","kind":"commit","published_at":"2022-01-24T14:48:32.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.1.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.1/manifests"},{"name":"22.1.0","sha":"9d33bad77e49f8ee720bcd81c2cbab8a4cf8ebac","kind":"commit","published_at":"2022-01-14T09:54:19.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/22.1.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/22.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@22.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/22.1.0/manifests"},{"name":"21.11.0","sha":"ba38f24a8987efd0ac3f5a512abeb1a6c959d2d8","kind":"commit","published_at":"2021-11-01T10:32:33.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.11.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.11.0/manifests"},{"name":"21.8.1","sha":"d012dc2d201cfdce32a706c00aa4cf246288f46b","kind":"commit","published_at":"2021-08-27T09:54:53.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.8.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.8.1/manifests"},{"name":"21.8.0","sha":"5235dc6eaf27b48591a5cee9b49fa45482b2cb1c","kind":"commit","published_at":"2021-08-22T15:03:11.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.8.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.8.0/manifests"},{"name":"21.4.0","sha":"a44fa0c35971508bca6da20667d82202fa6eff7a","kind":"commit","published_at":"2021-04-25T11:02:27.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.4.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.4.0/manifests"},{"name":"21.2.0","sha":"d31448a539ed6b8555c023bf9aba15556165adf9","kind":"commit","published_at":"2021-02-07T13:49:34.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.2.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.2.0/manifests"},{"name":"21.1.1","sha":"77f090cf87390fd4bd1e3f163d9d5f0f08de31bb","kind":"commit","published_at":"2021-01-31T11:21:35.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.1.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.1.1/manifests"},{"name":"21.1.0","sha":"fe295dc5d285dd66c25284a3b61e656e475766f6","kind":"commit","published_at":"2021-01-09T20:10:14.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/21.1.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/21.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@21.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/21.1.0/manifests"},{"name":"2.0.0","sha":"803eec253265386b7a937cbac95118559e3cdc29","kind":"commit","published_at":"2020-09-13T17:02:59.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/2.0.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/2.0.0/manifests"},{"name":"1.1.2","sha":"078325f9bc274562d877123891a46f8b3b9ae377","kind":"commit","published_at":"2020-08-02T15:56:33.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.1.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.2/manifests"},{"name":"1.1.1","sha":"72cebadd5c6c71aea9390bb55ffbf4618496608b","kind":"commit","published_at":"2020-08-02T14:05:53.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.1.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.1/manifests"},{"name":"1.1.0","sha":"1fd1b8473de80e6ccd4ecb1260560903c6d814dc","kind":"commit","published_at":"2020-08-02T13:56:38.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.1.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.1.0/manifests"},{"name":"1.0.4","sha":"3b434d0a92d8479eb27969abd1068c45e99474cb","kind":"commit","published_at":"2020-05-10T11:36:27.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.0.4","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.4/manifests"},{"name":"1.0.3","sha":"4f77c43f2494bff9880dca24fd740c2a5113f026","kind":"commit","published_at":"2020-05-10T10:59:13.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.0.3","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.3/manifests"},{"name":"1.0.2","sha":"7e0cb860e9c01ba161ed169ba1335a2ab980aa76","kind":"commit","published_at":"2020-04-18T10:55:40.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.0.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.2/manifests"},{"name":"1.0.1","sha":"5ab4c6788ba3d3cbf2401c5a88f6236d38e5265b","kind":"commit","published_at":"2020-04-18T10:52:07.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.0.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"c559b423872bf92ae9de2c2794aec4f62deb7def","kind":"commit","published_at":"2020-04-18T10:48:13.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/1.0.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/1.0.0/manifests"},{"name":"0.5.0","sha":"ea14132feb05998b8abffc2227c03652a5933f7f","kind":"commit","published_at":"2020-02-09T15:16:26.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.5.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.5.0/manifests"},{"name":"0.4.3","sha":"f86de7d1343e52c3a25e5d655b3a9d7478ce279b","kind":"commit","published_at":"2019-12-19T09:22:03.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.4.3","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.3/manifests"},{"name":"0.4.2","sha":"73fde969c4c1a57ad7b33458ed52d087face5c7c","kind":"commit","published_at":"2019-09-21T08:01:31.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.4.2","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.2/manifests"},{"name":"0.4.1","sha":"6ea4827415f5b2ea508b1704e5c17aa383688cc2","kind":"commit","published_at":"2019-09-14T09:26:16.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.4.1","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.1/manifests"},{"name":"0.4.0","sha":"00653455ac20e9a879ef34d2f64c6072cf8fb742","kind":"commit","published_at":"2019-09-14T07:10:31.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.4.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.4.0/manifests"},{"name":"0.3.0","sha":"e253fd090c5effc342733ad1b7ed2d54ef03c025","kind":"commit","published_at":"2019-08-11T12:15:20.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.3.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.3.0/manifests"},{"name":"0.2.0","sha":"46ddf0df42ecd307d8399ce57c4e922b14300a78","kind":"commit","published_at":"2019-08-01T14:56:38.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.2.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"e473a240b18b930e5585b99d901bb24a6b67d691","kind":"commit","published_at":"2019-07-24T17:59:40.000Z","download_url":"https://codeload.github.com/ludeeus/aiogithubapi/tar.gz/0.1.0","html_url":"https://github.com/ludeeus/aiogithubapi/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/ludeeus/aiogithubapi@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-06-09T18:10:08.742Z","dependent_packages_count":1,"downloads":145951,"downloads_period":"last-month","dependent_repos_count":469,"rankings":{"downloads":2.324761904761905,"dependent_repos_count":0.6590931609795508,"dependent_packages_count":4.778372240132306,"stargazers_count":13.667610421183795,"forks_count":9.842737218350246,"docker_downloads_count":0.1901122576687818,"average":5.243781200512764},"purl":"pkg:pypi/aiogithubapi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/aiogithubapi","docker_dependents_count":61,"docker_downloads_count":757189574,"usage_url":"https://repos.ecosyste.ms/usage/pypi/aiogithubapi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/aiogithubapi/dependencies","status":null,"funding_links":["https://github.com/sponsors/ludeeus"],"critical":null,"issue_metadata":{"last_synced_at":"2026-04-09T17:01:21.700Z","issues_count":7,"pull_requests_count":460,"avg_time_to_close_issue":3577024.0,"avg_time_to_close_pull_request":1665021.111111111,"issues_closed_count":5,"pull_requests_closed_count":423,"pull_request_authors_count":9,"issue_authors_count":7,"avg_comments_per_issue":1.5714285714285714,"avg_comments_per_pull_request":0.5456521739130434,"merged_pull_requests_count":251,"bot_issues_count":1,"bot_pull_requests_count":418,"past_year_issues_count":1,"past_year_pull_requests_count":78,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":568548.1071428572,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":56,"past_year_pull_request_authors_count":4,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.21794871794871795,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":69,"past_year_merged_pull_requests_count":49,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ludeeus%2Faiogithubapi/issues","maintainers":[{"login":"ludeeus","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ludeeus"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/aiogithubapi/codemeta","maintainers":[{"uuid":"ludeeus","login":"ludeeus","name":null,"email":null,"url":null,"packages_count":30,"html_url":"https://pypi.org/user/ludeeus/","role":null,"created_at":"2022-11-15T00:42:43.792Z","updated_at":"2022-11-15T00:42:43.792Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/ludeeus/packages"}]}