ya.make 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.34.0)
  4. LICENSE(Apache-2.0)
  5. PEERDIR(
  6. contrib/python/cachetools
  7. contrib/python/cryptography
  8. contrib/python/grpcio
  9. contrib/python/packaging
  10. contrib/python/pyasn1-modules
  11. contrib/python/requests
  12. contrib/python/rsa
  13. )
  14. NO_LINT()
  15. NO_CHECK_IMPORTS(
  16. google.auth._oauth2client
  17. google.auth.transport._aiohttp_requests
  18. )
  19. PY_SRCS(
  20. TOP_LEVEL
  21. google/auth/__init__.py
  22. google/auth/_cloud_sdk.py
  23. google/auth/_credentials_async.py
  24. google/auth/_credentials_base.py
  25. google/auth/_default.py
  26. google/auth/_default_async.py
  27. google/auth/_exponential_backoff.py
  28. google/auth/_helpers.py
  29. google/auth/_jwt_async.py
  30. google/auth/_oauth2client.py
  31. google/auth/_refresh_worker.py
  32. google/auth/_service_account_info.py
  33. google/auth/aio/__init__.py
  34. google/auth/aio/credentials.py
  35. google/auth/api_key.py
  36. google/auth/app_engine.py
  37. google/auth/aws.py
  38. google/auth/compute_engine/__init__.py
  39. google/auth/compute_engine/_metadata.py
  40. google/auth/compute_engine/credentials.py
  41. google/auth/credentials.py
  42. google/auth/crypt/__init__.py
  43. google/auth/crypt/_cryptography_rsa.py
  44. google/auth/crypt/_helpers.py
  45. google/auth/crypt/_python_rsa.py
  46. google/auth/crypt/base.py
  47. google/auth/crypt/es256.py
  48. google/auth/crypt/rsa.py
  49. google/auth/downscoped.py
  50. google/auth/environment_vars.py
  51. google/auth/exceptions.py
  52. google/auth/external_account.py
  53. google/auth/external_account_authorized_user.py
  54. google/auth/iam.py
  55. google/auth/identity_pool.py
  56. google/auth/impersonated_credentials.py
  57. google/auth/jwt.py
  58. google/auth/metrics.py
  59. google/auth/pluggable.py
  60. google/auth/transport/__init__.py
  61. google/auth/transport/_aiohttp_requests.py
  62. google/auth/transport/_custom_tls_signer.py
  63. google/auth/transport/_http_client.py
  64. google/auth/transport/_mtls_helper.py
  65. google/auth/transport/_requests_base.py
  66. google/auth/transport/grpc.py
  67. google/auth/transport/mtls.py
  68. google/auth/transport/requests.py
  69. google/auth/transport/urllib3.py
  70. google/auth/version.py
  71. google/oauth2/__init__.py
  72. google/oauth2/_client.py
  73. google/oauth2/_client_async.py
  74. google/oauth2/_credentials_async.py
  75. google/oauth2/_id_token_async.py
  76. google/oauth2/_reauth_async.py
  77. google/oauth2/_service_account_async.py
  78. google/oauth2/challenges.py
  79. google/oauth2/credentials.py
  80. google/oauth2/gdch_credentials.py
  81. google/oauth2/id_token.py
  82. google/oauth2/reauth.py
  83. google/oauth2/service_account.py
  84. google/oauth2/sts.py
  85. google/oauth2/utils.py
  86. google/oauth2/webauthn_handler.py
  87. google/oauth2/webauthn_handler_factory.py
  88. google/oauth2/webauthn_types.py
  89. )
  90. RESOURCE_FILES(
  91. PREFIX contrib/python/google-auth/py3/
  92. .dist-info/METADATA
  93. .dist-info/top_level.txt
  94. google/auth/py.typed
  95. google/oauth2/py.typed
  96. )
  97. END()
  98. RECURSE_FOR_TESTS(
  99. tests
  100. )