8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-WoDK1enG6a46Qfovs0rhiffLQgsqXY+CvZ0jRm5O+mg=";
18 doCheck = false; # tests not in sdist, git not tagged
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "nanoid" ];
25 description = "Tiny, secure, URL-friendly, unique string ID generator for Python";
26 homepage = "https://github.com/puyuan/py-nanoid";
27 license = licenses.mit;