{"id":28523190,"url":"https://github.com/weblateorg/wlc","last_synced_at":"2026-01-16T19:59:43.461Z","repository":{"id":9644520,"uuid":"54489946","full_name":"WeblateOrg/wlc","owner":"WeblateOrg","description":"Weblate command line client","archived":false,"fork":false,"pushed_at":"2025-07-03T20:41:36.000Z","size":1164,"stargazers_count":37,"open_issues_count":3,"forks_count":20,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-07-03T21:34:31.810Z","etag":null,"topics":["command-line-tool","hacktoberfest","i18n","internationalization","python3","weblate"],"latest_commit_sha":null,"homepage":"https://weblate.org/","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/WeblateOrg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"WeblateOrg","open_collective":"weblate","liberapay":"Weblate","custom":"https://weblate.org/donate/"}},"created_at":"2016-03-22T16:12:47.000Z","updated_at":"2025-07-03T20:41:39.000Z","dependencies_parsed_at":"2023-09-22T11:42:46.674Z","dependency_job_id":"af48d326-881b-42e3-b190-6d20184f359c","html_url":"https://github.com/WeblateOrg/wlc","commit_stats":{"total_commits":1142,"total_committers":21,"mean_commits":54.38095238095238,"dds":0.468476357267951,"last_synced_commit":"531ea8e310fd17c4ff0da115f1dca097b7936197"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/WeblateOrg/wlc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeblateOrg%2Fwlc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeblateOrg%2Fwlc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeblateOrg%2Fwlc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeblateOrg%2Fwlc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeblateOrg","download_url":"https://codeload.github.com/WeblateOrg/wlc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeblateOrg%2Fwlc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263853347,"owners_count":23520127,"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":["command-line-tool","hacktoberfest","i18n","internationalization","python3","weblate"],"created_at":"2025-06-09T10:07:35.061Z","updated_at":"2026-01-16T19:59:43.455Z","avatar_url":"https://github.com/WeblateOrg.png","language":"Python","funding_links":["https://github.com/sponsors/WeblateOrg","https://opencollective.com/weblate","https://liberapay.com/Weblate","https://weblate.org/donate/"],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://weblate.org/\"\u003e\u003cimg alt=\"Weblate\" src=\"https://s.weblate.org/cdn/Logo-Darktext-borders.png\" height=\"80px\" /\u003e\u003c/a\u003e\n\n**Weblate is libre software web-based continuous localization system,\nused by over 2500 libre projects and companies in more than 165 countries.**\n\n# wlc\n\nwlc is a [Weblate](https://weblate.org/) command-line client using [Weblate's REST API](https://docs.weblate.org/en/latest/api.html).\n\n[![Website](https://img.shields.io/badge/website-weblate.org-blue.svg)](https://weblate.org/)\n[![Translation status](https://hosted.weblate.org/widgets/weblate/-/svg-badge.svg)](https://hosted.weblate.org/engage/weblate/?utm_source=widget)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/552/badge)](https://bestpractices.coreinfrastructure.org/projects/552)\n[![PyPI package](https://img.shields.io/pypi/v/wlc.svg)](https://pypi.org/project/wlc/)\n[![Documentation](https://readthedocs.org/projects/weblate/badge/)](https://docs.weblate.org/en/latest/wlc.html)\n\n## PIP Installation\n\nInstall using pip:\n\n```console\npip3 install wlc\n```\n\nSources are available at \u003chttps://github.com/WeblateOrg/wlc\u003e.\n\n## Usage\n\nPlease see [Weblate documentation](https://docs.weblate.org/en/latest/wlc.html) for more complete documentation.\n\nCommand-line usage:\n\n```console\nwlc list-projects\nwlc list-components\nwlc list-translations\nwlc list-languages\nwlc show\nwlc ls\nwlc commit\nwlc push\nwlc pull\nwlc repo\nwlc stats\nwlc lock\nwlc unlock\nwlc lock-status\nwlc download\nwlc upload\n```\n\nConfiguration is stored in `~/.config/weblate`. The key/values (`retries`,\n`timeout`, `method_whitelist`, `backoff_factor`, `status_forcelist`) are closely\ncoupled with the [urllib3 parameters](https://urllib3.readthedocs.io/en/latest/reference/urllib3.util.html) and allows the user to configure request\nparameters.\n\n```ini\n[weblate]\nurl = https://hosted.weblate.org/api/\nretries = 3\nmethod_whitelist = PUT,POST,GET\nbackoff_factor = 0.2\nstatus_forcelist = 429,500,502,503,504\ntimeout = 30\n\n[keys]\nhttps://hosted.weblate.org/api/ = APIKEY\n```\n\n## Docker image\n\nThe image is published on [Docker Hub](https://hub.docker.com/r/weblate/wlc).\n\nBuilding locally:\n\n```console\ndocker build -t weblate/wlc .\n```\n\nDetailed documentation is available in [Weblate documentation](https://docs.weblate.org/en/latest/wlc.html#docker-wlc).\n\n## Docker hub tags\n\nYou can use following tags on Docker hub:\n\n| Tag name | Description                                                                       | Use case                                        |\n| -------- | --------------------------------------------------------------------------------- | ----------------------------------------------- |\n| `latest` | wlc stable release, matches latest tagged release                                 | Rolling updates in a production environment     |\n| `edge`   | wlc development                                                                   | Staging environment                             |\n| version  | wlc stable release, see [weblate/wlc](https://hub.docker.com/r/weblate/wlc/tags/) | Well defined deploy in a production environment |\n\nEvery image is tested by our CI before it gets published, so even the `bleeding` version should be quite safe to use.\n\n## Contributing\n\nContributions are welcome! See [documentation](https://docs.weblate.org/en/latest/contributing/modules.html) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblateorg%2Fwlc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweblateorg%2Fwlc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweblateorg%2Fwlc/lists"}