{"id":50561966,"url":"https://github.com/legopitstop/mclang-py","last_synced_at":"2026-06-04T12:01:30.177Z","repository":{"id":178463760,"uuid":"661902413","full_name":"legopitstop/mclang-py","owner":"legopitstop","description":"Read and write to .lang files.","archived":false,"fork":false,"pushed_at":"2026-05-19T20:11:25.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-19T23:50:00.405Z","etag":null,"topics":["bedrock-edition","hacktoberfest","lang","language","minecraft","modtoberfest","pypi","python","pythonpackage","translate"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mclang/","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/legopitstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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":{"github":null,"patreon":"Legopitstop","open_collective":null,"ko_fi":"legopitstop","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-07-03T23:53:35.000Z","updated_at":"2026-05-19T20:11:35.000Z","dependencies_parsed_at":"2024-04-15T05:53:54.537Z","dependency_job_id":null,"html_url":"https://github.com/legopitstop/mclang-py","commit_stats":null,"previous_names":["legopitstop/mclang","legopitstop/mclang-py"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/legopitstop/mclang-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmclang-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmclang-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmclang-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmclang-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/mclang-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmclang-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33903134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["bedrock-edition","hacktoberfest","lang","language","minecraft","modtoberfest","pypi","python","pythonpackage","translate"],"created_at":"2026-06-04T12:01:28.636Z","updated_at":"2026-06-04T12:01:30.164Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# mclang\n\n![Tests](https://github.com/legopitstop/mclang-py/actions/workflows/tests.yml/badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/mclang)](https://pypi.org/project/mclang/)\n[![Python](https://img.shields.io/pypi/pyversions/mclang)](https://www.python.org/downloads//)\n![Downloads](https://img.shields.io/pypi/dm/mclang)\n![Status](https://img.shields.io/pypi/status/mclang)\n[![Issues](https://img.shields.io/github/issues/legopitstop/mclang-py)](https://github.com/legopitstop/mclang-py/issues)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nCreate or open Minecraft: Bedrock Edition `.lang` files.\n\n## Installation\n\nInstall the module with pip:\n\n```bat\npip3 install mclang\n```\n\nUpdate existing installation: `pip3 install mclang --upgrade`\n\n## Links\n\n- [Documentation](https://docs.lpsmods.dev/mclang)\n- [Source Code](https://github.com/legopitstop/mclang)\n\n## Features\n\n- Read and write to `.lang` files.\n- Supports comments\n- Add translation support to your Python application.\n- Translate your .lang file between different languages.\n\n## Example\n\n```Python\nlang = \"\"\"\ntest=This is cool!\ntest2=It worked!\n\"\"\"\n\ndoc = mclang.loads(lang)\nprint(doc.tl(\"test\"))\n# This is cool!\n```\n\n## Road map\n\n- [ ] Add inline comment support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fmclang-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fmclang-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fmclang-py/lists"}