4 , google-api-python-client
11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
21 hash = "sha256-aP6pNDR7thK3qEiBHUgUnbhAvPtfpNeothYbLSrf7HA=";
24 propagatedBuildInputs = [
25 google-api-python-client
33 pythonImportsCheck = [
38 description = "Google Drive API Python wrapper library";
39 homepage = "https://github.com/iterative/PyDrive2";
40 changelog = "https://github.com/iterative/PyDrive2/releases/tag/${version}";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ sei40kr ];