10 buildPythonPackage rec {
12 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-sGbsGOVrZhajs4CGtXR9qvuqiGiyJqNhJ+BFHAzzecY=";
20 propagatedBuildInputs = [ docopt ];
28 pytest -k 'not cli_with_lang'
32 description = "Modules to convert numbers to words. 42 --> forty-two";
33 mainProgram = "num2words";
34 homepage = "https://github.com/savoirfairelinux/num2words";
35 license = licenses.lgpl21;
38 longDescription = "num2words is a library that converts numbers like 42 to words like forty-two. It supports multiple languages (see the list below for full list of languages) and can even generate ordinal numbers like forty-second";