1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Source: wlc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Standards-Version: 4.7.2
Build-Depends:
debhelper-compat (= 13),
dh-sequence-bash-completion,
dh-sequence-python3,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-argcomplete,
python3-dateutil,
python3-httpretty,
python3-pytest,
python3-pytest-runner,
python3-requests,
python3-requests-toolbelt,
python3-responses,
python3-setuptools,
python3-xdg,
Vcs-Browser: https://salsa.debian.org/python-team/packages/wlc
Vcs-Git: https://salsa.debian.org/python-team/packages/wlc.git
Homepage: https://github.com/WeblateOrg/wlc
Package: wlc
Architecture: all
Depends:
python3-dateutil,
python3-requests,
python3-xdg,
${misc:Depends},
${python3:Depends},
Recommends:
${python3:Recommends},
Suggests:
${python3:Suggests},
Provides:
python3-wlc,
Description: Command line utility for Weblate
Weblate is a web-based continuous localization system. It has full integration
with Git, translator attribution, handling of several branches, displaying
context, sane merging of translations and consistency checks.
.
This package provides the Weblate Client, which is a Python library and a
command-line utility that manages Weblate remotely using Weblate’s REST API.
|