README.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Google Auth Python Library
  2. ==========================
  3. |pypi|
  4. This library simplifies using Google's various server-to-server authentication
  5. mechanisms to access Google APIs.
  6. .. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg
  7. :target: https://pypi.python.org/pypi/google-auth
  8. Installing
  9. ----------
  10. You can install using `pip`_::
  11. $ pip install google-auth
  12. .. _pip: https://pip.pypa.io/en/stable/
  13. For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
  14. .. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/setup
  15. Supported Python Versions
  16. ^^^^^^^^^^^^^^^^^^^^^^^^^
  17. Python >= 3.5
  18. Deprecated Python Versions
  19. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  20. Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
  21. Documentation
  22. -------------
  23. Google Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.
  24. Current Maintainers
  25. -------------------
  26. - `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim)
  27. Authors
  28. -------
  29. - `@theacodes <https://github.com/theacodes>`_ (Thea Flowers)
  30. - `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
  31. - `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
  32. Contributing
  33. ------------
  34. Contributions to this library are always welcome and highly encouraged.
  35. See `CONTRIBUTING.rst`_ for more information on how to get started.
  36. .. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/master/CONTRIBUTING.rst
  37. License
  38. -------
  39. Apache 2.0 - See `the LICENSE`_ for more information.
  40. .. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/master/LICENSE