{"id":15371394,"url":"https://github.com/codingjoe/flit-gettext","last_synced_at":"2026-01-07T10:05:24.876Z","repository":{"id":199929693,"uuid":"703427029","full_name":"codingjoe/flit-gettext","owner":"codingjoe","description":"Compiling gettext i18n messages during project bundling.","archived":false,"fork":false,"pushed_at":"2024-04-29T03:03:17.000Z","size":23,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T05:54:33.933Z","etag":null,"topics":["build","flit","gettext","packaging","pep518"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codingjoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"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},"funding":{"github":["codingjoe"]}},"created_at":"2023-10-11T08:18:08.000Z","updated_at":"2024-05-03T13:56:38.647Z","dependencies_parsed_at":"2023-10-14T11:51:22.160Z","dependency_job_id":"49127564-8b60-4322-938f-7b9ef15e9127","html_url":"https://github.com/codingjoe/flit-gettext","commit_stats":null,"previous_names":["codingjoe/flit-gettext"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fflit-gettext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fflit-gettext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fflit-gettext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codingjoe%2Fflit-gettext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codingjoe","download_url":"https://codeload.github.com/codingjoe/flit-gettext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931718,"owners_count":20695958,"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":["build","flit","gettext","packaging","pep518"],"created_at":"2024-10-01T13:46:47.690Z","updated_at":"2026-01-07T10:05:24.787Z","avatar_url":"https://github.com/codingjoe.png","language":"Python","funding_links":["https://github.com/sponsors/codingjoe"],"categories":[],"sub_categories":[],"readme":"# Flit gettext\n\n[![PyPi Version](https://img.shields.io/pypi/v/flit-gettext.svg)](https://pypi.python.org/pypi/flit-gettext/)\n[![Test Coverage](https://codecov.io/gh/codingjoe/flit-gettext/branch/main/graph/badge.svg)](https://codecov.io/gh/codingjoe/flit-gettext)\n[![GitHub License](https://img.shields.io/github/license/codingjoe/flit-gettext)](https://raw.githubusercontent.com/codingjoe/flit-gettext/main/LICENSE)\n\nCompiling gettext i18n messages during project bundling.\n\n_\"Binary files should never be committed to a repository to promote transparency and security.\"_\nThat is why this project was created.\n\n### Usage\n\nSimple, just add `flit-gettext` to your `pyproject.toml`\nbuild-system requirements and set the `build-backend`:\n\n```toml\n# pyproject.toml\n[build-system]\nrequires = [\n  \"flit-gettext[scm]\",  # [scm] is optional\n  # …others, like wheel, etc.\n]\n# using flit-core as a base build-backend\nbuild-backend = \"flit_gettext.core\"\n# or using flit-scm as a base build-backend for git-based versioning\nbuild-backend = \"flit_gettext.scm\"\n# To use use flit-scm, you will need to include the optional dependency above.\n```\n\n_Please make sure, your build system has `gettext` installed._\nIf you ship wheels, those will include the compiled `.mo` files.\n\n**That's it!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fflit-gettext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingjoe%2Fflit-gettext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingjoe%2Fflit-gettext/lists"}