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 | |
| 4 | |build| |docs| |pypi| |
| 5 | |
| 6 | This library simplifies using Google's various server-to-server authentication |
| 7 | mechanisms to access Google APIs. |
| 8 | |
| 9 | .. |build| image:: https://travis-ci.org/GoogleCloudPlatform/google-auth-library-python.svg?branch=master |
Jon Wayne Parrott | 90c1c1b | 2016-12-14 12:43:30 -0800 | [diff] [blame] | 10 | :target: https://travis-ci.org/GoogleCloudPlatform/google-auth-library-python |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 11 | .. |docs| image:: https://readthedocs.org/projects/google-auth/badge/?version=latest |
| 12 | :target: https://google-auth.readthedocs.io/en/latest/ |
Jon Wayne Parrott | 90c1c1b | 2016-12-14 12:43:30 -0800 | [diff] [blame] | 13 | .. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 14 | :target: https://pypi.python.org/pypi/google-auth |
| 15 | |
| 16 | Installing |
| 17 | ---------- |
| 18 | |
Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 19 | You can install using `pip`_:: |
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 install google-auth |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 22 | |
Jon Wayne Parrott | 2b773f3 | 2016-10-10 13:32:16 -0700 | [diff] [blame] | 23 | .. _pip: https://pip.pypa.io/en/stable/ |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 24 | |
michaelawyu | ddf3cec | 2017-10-13 10:20:44 -0700 | [diff] [blame^] | 25 | For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform. |
| 26 | |
| 27 | .. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/setup |
| 28 | |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 29 | Documentation |
| 30 | ------------- |
| 31 | |
| 32 | Google Auth Python Library has usage and reference documentation at `google-auth.readthedocs.io <https://google-auth.readthedocs.io>`_. |
| 33 | |
| 34 | Maintainers |
| 35 | ----------- |
| 36 | |
| 37 | - `@jonparrott <https://github.com/jonparrott>`_ (Jon Wayne Parrott) |
| 38 | - `@dhermes <https://github.com/dhermes>`_ (Danny Hermes) |
Jon Wayne Parrott | 709953d | 2017-04-17 13:13:13 -0700 | [diff] [blame] | 39 | - `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer) |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 40 | |
| 41 | Contributing |
| 42 | ------------ |
| 43 | |
| 44 | Contributions to this library are always welcome and highly encouraged. |
| 45 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 46 | See `CONTRIBUTING.rst`_ for more information on how to get started. |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 47 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 48 | .. _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] | 49 | |
| 50 | License |
| 51 | ------- |
| 52 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 53 | Apache 2.0 - See `the LICENSE`_ for more information. |
Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 54 | |
Jon Wayne Parrott | 246df81 | 2016-10-21 14:31:06 -0700 | [diff] [blame] | 55 | .. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE |