7 buildPythonPackage rec {
8 pname = "graphqlclient";
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "0b6r3ng78qsn7c9zksx4rgdkmp5296d40kbmjn8q614cz0ymyc5k";
17 propagatedBuildInputs = [
21 # Project has no tests
24 pythonImportsCheck = [ "graphqlclient" ];
27 description = "Simple GraphQL client for Python";
28 homepage = "https://github.com/prisma-labs/python-graphql-client";
29 license = licenses.mit;
30 maintainers = with maintainers; [ lde ];