{"id":16157445,"url":"https://github.com/apple502j/sb3","last_synced_at":"2025-03-18T20:30:53.591Z","repository":{"id":57464071,"uuid":"208945623","full_name":"apple502j/sb3","owner":"apple502j","description":"sb3 parses SB3.","archived":false,"fork":false,"pushed_at":"2020-06-13T21:23:02.000Z","size":568,"stargazers_count":10,"open_issues_count":4,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-16T23:42:06.569Z","etag":null,"topics":["parser","parser-library","scratch"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/sb3/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apple502j.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}},"created_at":"2019-09-17T02:54:38.000Z","updated_at":"2021-09-23T12:13:20.000Z","dependencies_parsed_at":"2022-09-05T06:01:30.978Z","dependency_job_id":null,"html_url":"https://github.com/apple502j/sb3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple502j%2Fsb3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple502j%2Fsb3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple502j%2Fsb3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apple502j%2Fsb3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apple502j","download_url":"https://codeload.github.com/apple502j/sb3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244301290,"owners_count":20430917,"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","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":["parser","parser-library","scratch"],"created_at":"2024-10-10T01:49:33.670Z","updated_at":"2025-03-18T20:30:53.035Z","avatar_url":"https://github.com/apple502j.png","language":"Python","readme":"# sb3 - sb3 parses SB3\n## Hm, what on earth is sb3?\nI should have said that people using the library should know what SB3 is... well, you guessed it. It's a file extension for Scratch 3.0 Projects. sb3 is a parser for SB3 files. (Also, we have SPRITE3 parser.)\n\n## How do I use it?\nImport, open, and try. Example:\n\n```py\nimport sb3\nproject, assets = sb3.open_sb3(\"my_game.sb3\") # project is a ProjectJSON object, assets is ZipFile.ZipExtFile\nprint(f\"Hmm, I guessed you like the browser with UA {project.meta.user_agent}...\")\nprint(f\"What? You use {' extension, '.join(project.extensions)}!?\")\n```\n\nThere is no documentation as of now. But maybe you can check the testcase code and the source code!\n\n## Hmm, can I use it?\nAll people, cats and other cute animals with **Python 3.6 or above** can use this library. If you are not cute but want to use this, try `sb3.cute()`.\n## Who made it?\nA person named apple502j, with a secretary kenny2github (who invented GenericData class).\n\n## May I contribute?\nOf course under GPL! Feel free to submit issues and PRs. If you have a bug, make sure to submit the SB3 file with the issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple502j%2Fsb3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapple502j%2Fsb3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapple502j%2Fsb3/lists"}