8 buildPythonPackage rec {
9 pname = "graphqlclient";
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "0b6r3ng78qsn7c9zksx4rgdkmp5296d40kbmjn8q614cz0ymyc5k";
18 propagatedBuildInputs = [ six ];
20 # Project has no tests
23 pythonImportsCheck = [ "graphqlclient" ];
26 description = "Simple GraphQL client for Python";
27 homepage = "https://github.com/prisma-labs/python-graphql-client";
28 license = licenses.mit;
29 maintainers = with maintainers; [ lde ];