Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame] | 1 | Google Auth Python Library (Experimental) |
| 2 | ========================================= |
| 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 |
| 10 | :target: https://travis-ci.org/GoogleCloudPlatform//google-auth-library-python |
| 11 | .. |docs| image:: https://readthedocs.org/projects/google-auth/badge/?version=latest |
| 12 | :target: https://google-auth.readthedocs.io/en/latest/ |
| 13 | .. |pypi| image:: https://img.shields.io/pypi/v//google-auth.svg |
| 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 | |
| 25 | Documentation |
| 26 | ------------- |
| 27 | |
| 28 | Google Auth Python Library has usage and reference documentation at `google-auth.readthedocs.io <https://google-auth.readthedocs.io>`_. |
| 29 | |
| 30 | Maintainers |
| 31 | ----------- |
| 32 | |
| 33 | - `@jonparrott <https://github.com/jonparrott>`_ (Jon Wayne Parrott) |
| 34 | - `@dhermes <https://github.com/dhermes>`_ (Danny Hermes) |
| 35 | - `@bjwatson <https://github.com/bjwatson>`_ (Brian Watson) |
| 36 | |
| 37 | Contributing |
| 38 | ------------ |
| 39 | |
| 40 | Contributions to this library are always welcome and highly encouraged. |
| 41 | |
| 42 | See `CONTRIBUTING`_ for more information on how to get started. |
| 43 | |
| 44 | .. _CONTRIBUTING: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CONTRIBUTING.rst |
| 45 | |
| 46 | License |
| 47 | ------- |
| 48 | |
| 49 | Apache 2.0 - See `LICENSE`_ for more information. |
| 50 | |
| 51 | .. _LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE |