19 buildPythonPackage rec {
20 pname = "google-auth";
24 inherit pname version;
25 sha256 = "sha256-m9Q20ZqwRwAaE0ByDStinrlt1QMljFJJIewq8+6IqA4=";
28 propagatedBuildInputs = [
46 pythonImportsCheck = [
52 description = "Google Auth Python Library";
54 This library simplifies using Google’s various server-to-server
55 authentication mechanisms to access Google APIs.
57 homepage = "https://github.com/googleapis/google-auth-library-python";
58 changelog = "https://github.com/googleapis/google-auth-library-python/blob/v${version}/CHANGELOG.md";
59 license = licenses.asl20;
60 maintainers = with maintainers; [ SuperSandro2000 ];