9 buildPythonPackage rec {
10 pname = "stringbrewer";
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-wtETgi+Tk1ALJzzIM6Ic5zkDbALGL0cELg8X75uepkk=";
19 propagatedBuildInputs = [
24 # Package has no tests
26 pythonImportsCheck = [ "stringbrewer" ];
29 description = "Python library to generate random strings matching a pattern";
30 homepage = "https://github.com/simoncozens/stringbrewer";
31 license = licenses.mit;
32 maintainers = with maintainers; [ danc86 ];