14 buildPythonPackage rec {
15 pname = "google-api-python-client";
19 disabled = pythonOlder "3.7";
22 inherit pname version;
23 hash = "sha256-UaA4XP9l7BNRBui+YO5xElVzlt3l9EETriORK63doUM=";
30 propagatedBuildInputs = [
39 # No tests included in archive
42 pythonImportsCheck = [
47 description = "The official Python client library for Google's discovery based APIs";
49 These client libraries are officially supported by Google. However, the
50 libraries are considered complete and are in maintenance mode. This means
51 that we will address critical bugs and security issues but will not add
54 homepage = "https://github.com/google/google-api-python-client";
55 changelog = "https://github.com/googleapis/google-api-python-client/releases/tag/v${version}";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ ];