{"id":38515545,"url":"https://github.com/stevej2608/reactpy-github-buttons","last_synced_at":"2026-01-20T16:47:29.431Z","repository":{"id":213101879,"uuid":"733020956","full_name":"stevej2608/reactpy-github-buttons","owner":"stevej2608","description":"ReactPy wrapper for github-buttons","archived":false,"fork":false,"pushed_at":"2025-12-22T11:50:27.000Z","size":14333,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-22T16:58:45.500Z","etag":null,"topics":["github-buttons","python","reactpy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/stevej2608.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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}},"created_at":"2023-12-18T11:38:46.000Z","updated_at":"2024-04-23T08:08:51.000Z","dependencies_parsed_at":"2023-12-18T13:37:39.352Z","dependency_job_id":null,"html_url":"https://github.com/stevej2608/reactpy-github-buttons","commit_stats":null,"previous_names":["stevej2608/reactpy-github-buttons"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/stevej2608/reactpy-github-buttons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevej2608%2Freactpy-github-buttons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevej2608%2Freactpy-github-buttons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevej2608%2Freactpy-github-buttons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevej2608%2Freactpy-github-buttons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stevej2608","download_url":"https://codeload.github.com/stevej2608/reactpy-github-buttons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stevej2608%2Freactpy-github-buttons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"}},"keywords":["github-buttons","python","reactpy"],"created_at":"2026-01-17T06:28:53.064Z","updated_at":"2026-01-20T16:47:29.425Z","avatar_url":"https://github.com/stevej2608.png","language":"JavaScript","readme":"## reactpy-github-buttons\n\n![](https://raw.githubusercontent.com/stevej2608/reactpy-github-buttons/master/docs/showcase.png)\n\n\n Minimal [ReactPy] wrapper for [github-buttons].\n\n## Usage\n\n    pip install reactpy-github-buttons\n\n\n## Examples\n\nSeveral examples of usage are in the *./examples* folder.\n\n### Minimal\n\n*./examples/single.py*\n```\nfrom reactpy import component, html, run\nfrom reactpy_github_buttons import StarButton\n\n@component\ndef AppMain():\n    return StarButton(user='reactive-python', repo='reactpy')\n\nif __name__ == \"__main__\":\n    run(AppMain)\n```\n\n### With Color Scheme\n\n*./examples/color_scheme.py*\n```\nfrom reactpy import component, html, run\nfrom reactpy_github_buttons import StarButton, make_color_scheme, ColorScheme\n\n@component\ndef AppMain():\n    return StarButton(user='reactive-python', repo='reactpy',\n        show_count=True,\n        color_scheme=make_color_scheme(\n            no_preference=ColorScheme.LIGHT_HIGH_CONTRAST,\n            light=ColorScheme.LIGHT,\n            dark=ColorScheme.DARK_HIGH_CONTRAST,\n        )\n    )\n\nif __name__ == \"__main__\":\n    run(AppMain)\n```\n\n### Buttons Playground\n\nThe [Buttons Playground](https://buttons.github.io/) application has been implemented \nas a RectPy demonstrator.\n\n    python -m examples.button_playground\n\n![](https://raw.githubusercontent.com/stevej2608/reactpy-github-buttons/master/docs/playground.png)\n\n\n[github-buttons]: https://github.com/buttons/github-buttons\n[ReactPy]: https://github.com/reactive-python/reactpy","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevej2608%2Freactpy-github-buttons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevej2608%2Freactpy-github-buttons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevej2608%2Freactpy-github-buttons/lists"}