7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-WoDK1enG6a46Qfovs0rhiffLQgsqXY+CvZ0jRm5O+mg=";
17 doCheck = false; # tests not in sdist, git not tagged
23 pythonImportsCheck = [
28 description = "A tiny, secure, URL-friendly, unique string ID generator for Python";
29 homepage = "https://github.com/puyuan/py-nanoid";
30 license = licenses.mit;
31 maintainers = with maintainers; [ ];