{"id":43011151,"url":"https://github.com/pknull/rpg-flip","last_synced_at":"2026-01-31T05:10:55.007Z","repository":{"id":295937684,"uuid":"143097061","full_name":"pknull/rpg-flip","owner":"pknull","description":"A flipper thing","archived":false,"fork":false,"pushed_at":"2026-01-17T02:00:19.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-17T14:33:18.374Z","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":"2018-08-01T03:05:48.000Z","updated_at":"2026-01-17T02:00:24.000Z","dependencies_parsed_at":"2025-05-28T06:29:28.524Z","dependency_job_id":null,"html_url":"https://github.com/pknull/rpg-flip","commit_stats":null,"previous_names":["pknull/rpg-flip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pknull/rpg-flip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-flip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-flip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-flip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-flip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pknull","download_url":"https://codeload.github.com/pknull/rpg-flip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pknull%2Frpg-flip/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:54.516Z","updated_at":"2026-01-31T05:10:55.001Z","avatar_url":"https://github.com/pknull.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rpg-flip\n\nSimple utilities for randomly selecting from a predefined list of sides. The\npackage exposes a `Tosser` class that can operate on any object which defines a\n`SIDES` attribute. A couple of example casts are provided in `flipper.Casts`.\n\n\u003e This project is partially managed by [Asha](https://github.com/pknull/asha), a Claude Code framework.\n\n## Usage\n\n```python\nfrom flipper import Coin, Tosser\n\nt = Tosser(Coin)\nprint(t.toss())  # e.g. ['Heads']\nprint(t.toss(ntoss=2))\nprint(t.toss(ntoss=2, unique=True))\n```\n\n## Development\n\nInstall dependencies (none are required for runtime) and run tests with `pytest`:\n\n```bash\npip install -e .\npytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknull%2Frpg-flip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpknull%2Frpg-flip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpknull%2Frpg-flip/lists"}