{"id":27802,"library":"gh-store","title":"gh-store","description":"A lightweight data store that uses GitHub Issues as a backend. Current version: 0.11.3. Requires Python 3.11-3.13. Release cadence: irregular.","status":"active","version":"0.11.3","language":"python","source_language":"en","source_url":"https://github.com/yourfriendlaurence/gh-store","tags":["data-store","github-api","persistence","issues-backend"],"install":[{"cmd":"pip install gh-store","lang":"bash","label":"Install"}],"dependencies":[],"imports":[{"wrong":"from gh_store import GitHubStore","symbol":"GitHubStore","correct":"import gh_store"}],"quickstart":{"code":"from gh_store import GitHubStore\nimport os\n\nstore = GitHubStore(\n    token=os.environ.get('GITHUB_TOKEN', ''),\n    repo='owner/repo',\n    issue_template='data'\n)\nstore.set('key', {'value': 42})\nprint(store.get('key'))","lang":"python","description":"Initialize with a GitHub personal access token and repo, then set/get key-value pairs."},"warnings":[{"fix":"Change `template='data'` to `issue_template='data'`.","message":"In v0.11.0, the `issue_template` parameter was renamed from `template` to `issue_template`. Old code using `template` will raise TypeError.","severity":"breaking","affected_versions":"<0.11.0"},{"fix":"Consider batching or caching. Use a GITHUB_TOKEN with sufficient scope.","message":"Store operations count against GitHub API rate limits (5000 requests/hour for authenticated users). Bulk operations can exhaust limits quickly.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'-3.13':21 '0.11.3':17 '3.11':20 'api':30 'backend':14,34 'cadenc':23 'current':15 'data':6,26 'data-stor':25 'gh':2 'gh-store':1 'github':10,29 'github-api':28 'irregular':24 'issu':11,33 'issues-backend':32 'lightweight':5 'persist':31 'python':19 'releas':22 'requir':18 'store':3,7,27 'use':9 'version':16","created_at":"2026-05-09T05:52:09.955584+00:00","updated_at":"2026-05-09T05:52:09.955584+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"gh-store","cli_version":"ERROR: Could not consume arg: --version","type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/gh-store/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}