7 , google-api-python-client
10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "1bz3dn6wm9mlm2w8czwjmhvf3ws3iggr57hvd8z8acl1qafr2g4m";
20 propagatedBuildInputs = [
21 google-api-python-client
27 # tests depend on a google auth token
30 pythonImportsCheck = [ "drivelib" ];
33 description = "Easy access to the most common Google Drive API calls";
34 homepage = "https://pypi.org/project/drivelib/";
35 license = licenses.gpl3Only;
36 maintainers = with maintainers; [ gravndal ];