{"id":17089702,"url":"https://github.com/lonnen/astragalus","last_synced_at":"2025-07-22T22:03:19.301Z","repository":{"id":159113899,"uuid":"634424613","full_name":"lonnen/astragalus","owner":"lonnen","description":"a utility for Cult of the Lamb's minigame Knucklebones","archived":false,"fork":false,"pushed_at":"2025-06-06T06:30:08.000Z","size":64,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-06T07:27:59.536Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/lonnen.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-30T04:22:30.000Z","updated_at":"2025-06-06T06:30:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7bf0a4a3-1ca2-485c-bef9-a37b505fbeac","html_url":"https://github.com/lonnen/astragalus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lonnen/astragalus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonnen%2Fastragalus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonnen%2Fastragalus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonnen%2Fastragalus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonnen%2Fastragalus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lonnen","download_url":"https://codeload.github.com/lonnen/astragalus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lonnen%2Fastragalus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580298,"owners_count":23951193,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-14T13:48:39.454Z","updated_at":"2025-07-22T22:03:19.283Z","avatar_url":"https://github.com/lonnen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========\nASTRAGALUS\n==========\n\nAn set of utilities for playing `Cult of the Lamb \u003chttps://www.cultofthelamb.com/\u003e`_'s minigame `Knucklebones \u003chttps://cult-of-the-lamb.fandom.com/wiki/Knucklebones\u003e`_.\n\n:Code:          https://github.com/lonnen/astragalus\n:Issues:        https://github.com/lonnen/astragalus/issues\n:Releases:      https://pypi.org/project/astragalus/#history\n:License:       MIT; See LICENSE\n\nInstall\n=======\n\nTo install astragalus, run:\n\n.. code-block:: shell\n\n    $ pip install git+https://github.com/lonnen/astragalus.git\n\nExample Usage\n=============\n\nHere's the basic idea:\n\n.. code-block:: python\n\n    \u003e\u003e\u003e from random import randint\n    \u003e\u003e\u003e from astragalus import KnucklebonesBoard\n    \u003e\u003e\u003e board = KnucklebonesBoard()\n    \u003e\u003e\u003e column = 2\n    \u003e\u003e\u003e dice_roll = randint(1, 6)\n    \u003e\u003e\u003e board.push(column, dice_roll)\n    \u003e\u003e\u003e print(board)\n\n.. code-block:: python\n\n    \"0006000000000000001\"\n\nStatus\n======\n\nThe board is implemented with all the constraints necessary to make legal moves, but the game is\nis not fully implemented. For the moment you'll need to implement rolling your own `d6` every round.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonnen%2Fastragalus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flonnen%2Fastragalus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flonnen%2Fastragalus/lists"}