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