7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "sha256-MZ6avuMNT5HIIXW7ezukAJeO70o+SrgJnBnGjNy4tYE=";
16 propagatedBuildInputs = [
30 description = "wlc is a Weblate commandline client using Weblate's REST API.";
31 homepage = "https://github.com/WeblateOrg/wlc";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ paperdigits ];