dragosv / wlc

Weblate commandline client

Home Page:https://weblate.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wlc

Weblate commandline client using Weblate's REST API.

Build Status

Build status

Code coverage

PyPI package

Translation status

Documentation

Installation

Install using pip:

pip3 install wlc

Sources are available at <https://github.com/WeblateOrg/wlc>.

Usage

Please see Weblate documentation for more complete documentation.

Command line usage:

wlc list-projects
wlc list-components
wlc list-translations
wlc list-languages
wlc show
wlc ls
wlc commit
wlc push
wlc pull
wlc repo
wlc stats
wlc lock
wlc unlock
wlc lock-status
wlc download
wlc upload

Configuration is stored in ~/.config/weblate:

[weblate]
url = https://hosted.weblate.org/api/

[keys]
https://hosted.weblate.org/api/ = APIKEY

About

Weblate commandline client

https://weblate.org/

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%