Jon Wayne Parrott | 24d87e8 | 2017-01-11 13:29:02 -0800 | [diff] [blame] | 1 | Google Auth Python Library |
| 2 | ========================== |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 3 | |
Bu Sun Kim | e61a873 | 2019-11-11 11:26:00 -0800 | [diff] [blame] | 4 | |docs| |pypi| |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 5 | |
| 6 | This library simplifies using Google's various server-to-server authentication |
| 7 | mechanisms to access Google APIs. |
| 8 | |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 9 | .. |docs| image:: https://readthedocs.org/projects/google-auth/badge/?version=latest |
| 10 | :target: https://google-auth.readthedocs.io/en/latest/ |
Jon Wayne Parrott | 90c1c1b | 2016-12-14 12:43:30 -0800 | [diff] [blame] | 11 | .. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 12 | :target: https://pypi.python.org/pypi/google-auth |
| 13 | |
| 14 | Installing |
| 15 | ---------- |
| 16 | |
Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 17 | You can install using `pip`_:: |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 18 | |
Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 19 | $ pip install google-auth |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 20 | |
Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 21 | .. _pip: https://pip.pypa.io/en/stable/ |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 22 | |
michaelawyu | ddf3cec | 2017-10-13 10:20:44 -0700 | [diff] [blame] | 23 | For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform. |
| 24 | |
| 25 | .. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/setup |
| 26 | |
Christopher Wilcox | 3f73694 | 2018-12-14 12:24:38 -0800 | [diff] [blame] | 27 | Supported Python Versions |
| 28 | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 29 | Python >= 3.4 |
| 30 | |
| 31 | Deprecated Python Versions |
| 32 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 33 | Python == 2.7. Python 2.7 support will be removed on January 1, 2020. |
| 34 | |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 35 | Documentation |
| 36 | ------------- |
| 37 | |
| 38 | Google Auth Python Library has usage and reference documentation at `google-auth.readthedocs.io <https://google-auth.readthedocs.io>`_. |
| 39 | |
Bu Sun Kim | ae3bafd | 2019-10-02 14:05:04 -0700 | [diff] [blame] | 40 | Current Maintainers |
| 41 | ------------------- |
| 42 | - `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim) |
| 43 | |
| 44 | Authors |
| 45 | ------- |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 46 | |
Christopher Wilcox | 5f65d27 | 2018-09-19 10:35:40 -0700 | [diff] [blame] | 47 | - `@theacodes <https://github.com/theacodes>`_ (Thea Flowers) |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 48 | - `@dhermes <https://github.com/dhermes>`_ (Danny Hermes) |
Jon Wayne Parrott | 709953d | 2017-04-17 13:13:13 -0700 | [diff] [blame] | 49 | - `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer) |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 50 | |
| 51 | Contributing |
| 52 | ------------ |
| 53 | |
| 54 | Contributions to this library are always welcome and highly encouraged. |
| 55 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 56 | See `CONTRIBUTING.rst`_ for more information on how to get started. |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 57 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 58 | .. _CONTRIBUTING.rst: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CONTRIBUTING.rst |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 59 | |
| 60 | License |
| 61 | ------- |
| 62 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 63 | Apache 2.0 - See `the LICENSE`_ for more information. |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 64 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 65 | .. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE |