{"id":43011145,"url":"https://github.com/pknull/rpg-card","last_synced_at":"2026-01-31T05:10:54.543Z","repository":{"id":295937687,"uuid":"92541329","full_name":"pknull/rpg-card","owner":"pknull","description":"Card randomizer for rpg systems","archived":false,"fork":false,"pushed_at":"2026-01-17T03:32:41.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-17T15:24:32.289Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pknull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-05-26T19:14:56.000Z","updated_at":"2026-01-17T03:32:45.000Z","dependencies_parsed_at":"2025-05-28T06:29:28.582Z","dependency_job_id":null,"html_url":"https://github.com/pknull/rpg-card","commit_stats":null,"previous_names":["pknull/rpg-card"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pknull/rpg-card","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pknull","download_url":"https://codeload.github.com/pknull/rpg-card/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-card/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28929866,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: 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":[],"created_at":"2026-01-31T05:10:53.970Z","updated_at":"2026-01-31T05:10:54.538Z","avatar_url":"https://github.com/pknull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPG Card\n\nA small library for creating and dealing cards for various RPG systems.\n\n\u003e This project is partially managed by [Asha](https://github.com/pknull/asha), a Claude Code framework.\n\n## Installation\n\n```bash\npip install -e .\n```\n\n## Usage\n\n```python\nfrom card_picker import Deck, StandardCard\n\n# Build a standard 54 card deck\ndeck = Deck(StandardCard)\ndeck.create()\ndeck.shuffle()\n\n# Deal five cards\nhand = deck.deal(5)\nprint(hand)\n```\n\nThe module also includes `TarotCard`, `ShadowCard`, and `UnoCard` implementations.\n\n## Running tests\n\nThe project uses `pytest` for tests:\n\n```bash\npytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknull%2Frpg-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpknull%2Frpg-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknull%2Frpg-card/lists"}