{"id":20384187,"url":"https://github.com/levelz-file/py-bindings","last_synced_at":"2026-03-11T05:03:34.045Z","repository":{"id":238609889,"uuid":"792001690","full_name":"LevelZ-File/py-bindings","owner":"LevelZ-File","description":"Python Parser \u0026 API for the LevelZ File Format","archived":false,"fork":false,"pushed_at":"2025-10-07T15:11:54.000Z","size":436,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-07T17:29:20.874Z","etag":null,"topics":["levelz","python","python3","sphinx-python"],"latest_commit_sha":null,"homepage":"https://levelz-file.github.io/py-bindings/","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/LevelZ-File.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"patreon":"gmitch215"}},"created_at":"2024-04-25T19:32:11.000Z","updated_at":"2025-09-09T01:01:04.000Z","dependencies_parsed_at":"2025-09-09T07:21:16.247Z","dependency_job_id":"5aec72bb-12d1-4390-8e42-c3a809f277a6","html_url":"https://github.com/LevelZ-File/py-bindings","commit_stats":null,"previous_names":["levelz-file/py-bindings"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LevelZ-File/py-bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fpy-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fpy-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fpy-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fpy-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LevelZ-File","download_url":"https://codeload.github.com/LevelZ-File/py-bindings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LevelZ-File%2Fpy-bindings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30372127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"online","status_checked_at":"2026-03-11T02:00:07.027Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["levelz","python","python3","sphinx-python"],"created_at":"2024-11-15T02:26:38.542Z","updated_at":"2026-03-11T05:03:31.587Z","avatar_url":"https://github.com/LevelZ-File.png","language":"Python","funding_links":["https://patreon.com/gmitch215"],"categories":[],"sub_categories":[],"readme":"# levelz-py\n\n\u003e Python bindings \u0026 API for the LevelZ File Format\n\n![GitHub Release](https://img.shields.io/github/v/release/LevelZ-File/py-bindings)\n\n## Overview\n\nProvides Python Parsing/Support for the LevelZ File Format. \n\n## Download\n\n```bash\npip install levelz\n```\n\n## Usage\n\n```py\nfrom levelz import Coordiante2D\n\ncoord = Coordiante2D(1, 2)\nprint(coord)\n```\n\n```py\nfrom levelz import parse_lines, Level2D\n\nlines = [\n    \"@type 2\",\n    \"@spawn default\",\n    \"---\",\n    \"grass: [0, 0]*[0, 1]\"\n]\n\nlevel: Level2D = parse_lines(lines)\n```\n\n```py\nfrom levelz import parse_file\n\nlevel = parse_file(\"level.lvlz\")\nprint(level)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fpy-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevelz-file%2Fpy-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevelz-file%2Fpy-bindings/lists"}