{"id":22192090,"url":"https://github.com/srinivasreddy/allhub","last_synced_at":"2025-07-26T22:31:54.070Z","repository":{"id":50095225,"uuid":"204402796","full_name":"srinivasreddy/allhub","owner":"srinivasreddy","description":"allhub is a  library for github REST API","archived":false,"fork":false,"pushed_at":"2022-12-08T07:44:11.000Z","size":302,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-07T04:09:38.882Z","etag":null,"topics":["git","github","github-api-v3","python","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srinivasreddy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-26T05:33:37.000Z","updated_at":"2021-06-04T11:38:19.000Z","dependencies_parsed_at":"2022-08-03T19:00:13.843Z","dependency_job_id":null,"html_url":"https://github.com/srinivasreddy/allhub","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasreddy%2Fallhub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasreddy%2Fallhub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasreddy%2Fallhub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srinivasreddy%2Fallhub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srinivasreddy","download_url":"https://codeload.github.com/srinivasreddy/allhub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724135,"owners_count":17810036,"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":["git","github","github-api-v3","python","rest-api"],"created_at":"2024-12-02T12:19:10.871Z","updated_at":"2024-12-02T12:19:11.558Z","avatar_url":"https://github.com/srinivasreddy.png","language":"Python","readme":"### About allhub\n\n`allhub` is a REST API library for Github REST API v3 written in python. Currently, this library is under heavy\ndevelopment.  Maybe i will cut a release once i am confident that major part of the library covered with tests.\n\n\n### Features\n\n1. `allhub` is heavily inspired by Javascript, meaning that you can access the properties on JSON\nobject either object.prop or object[\"prop\"]. I feel the later version is kind of verbose, and I recommend\nyou use the object.prop.\n\n2. I have seen most of the Github libraries are not covered comprehensively. But this library aims to covers \nall of REST API v3.\n\n3. I have designed this library keeping programmer ergonomics in mind, so that you create only one object\n to access any of the API.\n\n### License\nApache License 2.0\nMIT\n\nin case you need  some other license, please let me know.\n\n\n### Examples\n```python\nfrom allhub import AllHub\nallhub = AllHub(\n\"username\",\n\"tokenxxxxxxxxxxxxxxx\",\n\"app_tokenxxxxxxxxxxxxxx\",\n\"password\"\n)\nresponse = allhub.xxxxxxxxx()\n```\n\n## TODO\n\n`allhub` requires some love. Currently, unit tests are almost non existent. Love to take the coverage to 100%.\nBut I am severely limited by time and priorities. If someone wants to send unit tests, please fork and\nsend the patch away.\n\nYou are more than welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivasreddy%2Fallhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrinivasreddy%2Fallhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrinivasreddy%2Fallhub/lists"}