6 buildPythonPackage rec {
7 pname = "python-string-utils";
12 inherit pname version;
13 hash = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs=";
16 pythonImportsCheck = ["string_utils"];
18 # tests are not available in pypi tarball
22 description = "A handy Python library to validate, manipulate and generate strings.";
23 homepage = "https://github.com/daveoncode/python-string-utils";
24 license = licenses.mit;
25 maintainers = with maintainers; [ teto ];