{"id":15009598,"url":"https://github.com/shysolocup/snapbyob","last_synced_at":"2026-02-11T03:07:10.695Z","repository":{"id":255372809,"uuid":"846655841","full_name":"shysolocup/snapbyob","owner":"shysolocup","description":"A Python framework for the efficient and streamlined creation of Snap! (Build Your Own Blocks) projects","archived":false,"fork":false,"pushed_at":"2024-11-05T18:46:30.000Z","size":498,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-24T17:35:18.416Z","etag":null,"topics":["build-your-own-blocks","buildyourownblocks","framework","frameworks","py","python","python3","snap","wrapper","wrapper-api"],"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/shysolocup.png","metadata":{"files":{"readme":"README.md","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":"2024-08-23T17:07:04.000Z","updated_at":"2024-11-05T18:46:34.000Z","dependencies_parsed_at":"2025-04-09T17:50:35.429Z","dependency_job_id":null,"html_url":"https://github.com/shysolocup/snapbyob","commit_stats":null,"previous_names":["shysolocup/snapbyob"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shysolocup/snapbyob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Fsnapbyob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Fsnapbyob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Fsnapbyob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Fsnapbyob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shysolocup","download_url":"https://codeload.github.com/shysolocup/snapbyob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shysolocup%2Fsnapbyob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T02:08:56.257Z","status":"ssl_error","status_checked_at":"2026-02-11T02:08:51.338Z","response_time":97,"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":["build-your-own-blocks","buildyourownblocks","framework","frameworks","py","python","python3","snap","wrapper","wrapper-api"],"created_at":"2024-09-24T19:26:56.052Z","updated_at":"2026-02-11T03:07:10.680Z","avatar_url":"https://github.com/shysolocup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Snap! (Build Your Own Blocks) Python\nA framework for the efficient and streamlined creation of Snap! (Build Your Own Blocks) projects in Python \u003cbr\u003e \nmade to teach students how to use non-block coding with something familiar\n\u003cbr\u003e\n\n- Full [documentation](https://github.com/shysolocup/snapbyob/wiki)\n- Open source\n\n\u003cbr\u003e\n\n```console\npip install snapbyob\n```\n\n```py\nfrom snapbyob import Project, Enum\nimport asyncio;\n\n\nproj = Project({\n    \"name\": \"Example\"\n});\n\n\n@proj.on(\"block.placed\")\nasync def test(self, ctx):\n    print(ctx.name, ctx.category);\n\n\n@proj.on(\"ping\")\nasync def test(self, time):\n    a = await proj.scripts.insert('control.whenKeyPressed', Enum.keycode.a);\n    await a.scripts.insert('motion.move', x=10, y=10);\n\n\nasync def test():\n    await proj.ping();\n\nasyncio.run(test());\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Fsnapbyob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshysolocup%2Fsnapbyob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshysolocup%2Fsnapbyob/lists"}