METADATA 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Metadata-Version: 2.1
  2. Name: google-auth
  3. Version: 1.35.0
  4. Summary: Google Authentication Library
  5. Home-page: https://github.com/googleapis/google-auth-library-python
  6. Author: Google Cloud Platform
  7. Author-email: googleapis-packages@google.com
  8. License: Apache 2.0
  9. Keywords: google auth oauth client
  10. Platform: UNKNOWN
  11. Classifier: Programming Language :: Python :: 2
  12. Classifier: Programming Language :: Python :: 2.7
  13. Classifier: Programming Language :: Python :: 3
  14. Classifier: Programming Language :: Python :: 3.6
  15. Classifier: Programming Language :: Python :: 3.7
  16. Classifier: Programming Language :: Python :: 3.8
  17. Classifier: Programming Language :: Python :: 3.9
  18. Classifier: Development Status :: 5 - Production/Stable
  19. Classifier: Intended Audience :: Developers
  20. Classifier: License :: OSI Approved :: Apache Software License
  21. Classifier: Operating System :: POSIX
  22. Classifier: Operating System :: Microsoft :: Windows
  23. Classifier: Operating System :: MacOS :: MacOS X
  24. Classifier: Operating System :: OS Independent
  25. Classifier: Topic :: Internet :: WWW/HTTP
  26. Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
  27. Requires-Dist: cachetools (<5.0,>=2.0.0)
  28. Requires-Dist: pyasn1-modules (>=0.2.1)
  29. Requires-Dist: setuptools (>=40.3.0)
  30. Requires-Dist: six (>=1.9.0)
  31. Requires-Dist: rsa (<4.6) ; python_version < "3.6"
  32. Requires-Dist: rsa (<5,>=3.1.4) ; python_version >= "3.6"
  33. Provides-Extra: aiohttp
  34. Requires-Dist: requests (<3.0.0dev,>=2.20.0) ; extra == 'aiohttp'
  35. Requires-Dist: aiohttp (<4.0.0dev,>=3.6.2) ; (python_version >= "3.6") and extra == 'aiohttp'
  36. Provides-Extra: pyopenssl
  37. Requires-Dist: pyopenssl (>=20.0.0) ; extra == 'pyopenssl'
  38. Provides-Extra: reauth
  39. Requires-Dist: pyu2f (>=0.1.5) ; extra == 'reauth'
  40. Google Auth Python Library
  41. ==========================
  42. |pypi|
  43. This library simplifies using Google's various server-to-server authentication
  44. mechanisms to access Google APIs.
  45. .. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg
  46. :target: https://pypi.python.org/pypi/google-auth
  47. Installing
  48. ----------
  49. You can install using `pip`_::
  50. $ pip install google-auth
  51. .. _pip: https://pip.pypa.io/en/stable/
  52. For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
  53. .. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/setup
  54. Supported Python Versions
  55. ^^^^^^^^^^^^^^^^^^^^^^^^^
  56. Python >= 3.5
  57. Deprecated Python Versions
  58. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  59. Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
  60. Documentation
  61. -------------
  62. Google Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.
  63. Current Maintainers
  64. -------------------
  65. - `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim)
  66. Authors
  67. -------
  68. - `@theacodes <https://github.com/theacodes>`_ (Thea Flowers)
  69. - `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
  70. - `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
  71. Contributing
  72. ------------
  73. Contributions to this library are always welcome and highly encouraged.
  74. See `CONTRIBUTING.rst`_ for more information on how to get started.
  75. .. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/master/CONTRIBUTING.rst
  76. License
  77. -------
  78. Apache 2.0 - See `the LICENSE`_ for more information.
  79. .. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/master/LICENSE