{"id":21283365,"url":"https://github.com/jg-rp/liquid-babel","last_synced_at":"2025-03-15T14:42:06.856Z","repository":{"id":59992886,"uuid":"519291873","full_name":"jg-rp/liquid-babel","owner":"jg-rp","description":"Internationalization and localization for Liquid templates","archived":false,"fork":false,"pushed_at":"2023-10-30T06:54:01.000Z","size":242,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T16:51:47.087Z","etag":null,"topics":["i18n","internationalization","liquid","liquid-templating-engine","python"],"latest_commit_sha":null,"homepage":"https://jg-rp.github.io/liquid/babel/introduction","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/jg-rp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","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}},"created_at":"2022-07-29T17:09:39.000Z","updated_at":"2023-04-26T13:22:46.000Z","dependencies_parsed_at":"2023-01-29T16:45:56.937Z","dependency_job_id":"60f67cfe-08ea-48ec-8ad8-5c49b4e580f3","html_url":"https://github.com/jg-rp/liquid-babel","commit_stats":{"total_commits":46,"total_committers":1,"mean_commits":46.0,"dds":0.0,"last_synced_commit":"6b637343f20af6d120bf90df4263df065438a5cd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jg-rp%2Fliquid-babel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jg-rp%2Fliquid-babel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jg-rp%2Fliquid-babel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jg-rp%2Fliquid-babel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jg-rp","download_url":"https://codeload.github.com/jg-rp/liquid-babel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243746130,"owners_count":20341203,"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":["i18n","internationalization","liquid","liquid-templating-engine","python"],"created_at":"2024-11-21T11:08:03.248Z","updated_at":"2025-03-15T14:42:06.814Z","avatar_url":"https://github.com/jg-rp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePython Liquid Babel\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nInternationalization and localization for \u003ca href=\"https://github.com/jg-rp/liquid/\"\u003eLiquid\u003c/a\u003e templates.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/jg-rp/liquid-babel/blob/main/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/l/liquid-babel?style=flat-square\" alt=\"PyPI - License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/jg-rp/liquid-babel/actions\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/jg-rp/liquid-babel/tests.yaml?branch=main\u0026label=tests\u0026style=flat-square\" alt=\"GitHub Workflow Status\"\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://pypi.org/project/liquid-babel/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/liquid-babel?style=flat-square\" alt=\"PyPI\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/liquid-babel/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/liquid-babel?style=flat-square\" alt=\"PyPI - Python Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/liquid-babel/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/pypy-3.7%20%7C%203.8%20%7C%203.9-blue?style=flat-square\" alt=\"PyPy Version\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Install\n\nInstall Python Liquid Babel with [pip](https://pip.pypa.io/en/stable/getting-started/):\n\n```plain\n$ python -m pip install -U liquid-babel\n```\n\nOr [pipenv](https://pipenv.pypa.io/en/latest/):\n\n```plain\n$ pipenv install liquid-babel\n```\n\n## Links\n\n- Documentation: https://jg-rp.github.io/liquid/babel/introduction\n- Filter reference: https://jg-rp.github.io/liquid/babel/filters\n- Change log: https://github.com/jg-rp/liquid-babel/blob/main/CHANGES.md\n- PyPi: https://pypi.org/project/liquid-babel/\n- Source Code: https://github.com/jg-rp/liquid-babel\n- Issue tracker: https://github.com/jg-rp/liquid-babel/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjg-rp%2Fliquid-babel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjg-rp%2Fliquid-babel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjg-rp%2Fliquid-babel/lists"}