blob: 0f0b99984a649ec1463dcbb17e8acf672d1920f0 [file] [log] [blame]
Jon Wayne Parrott377f2932016-10-04 10:20:36 -07001Google Auth Python Library (Experimental)
2=========================================
3
4|build| |docs| |pypi|
5
6This library simplifies using Google's various server-to-server authentication
7mechanisms 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
16Installing
17----------
18
19You can install directly from `GitHub`_::
20
21 $ pip install git+https://github.com/GoogleCloudPlatform/google-auth-library-python.git
22
23This package is not currently available from PyPI because it is experimental.
24
25.. _GitHub: https://github.com/GoogleCloudPlatform/google-auth-library-python
26
27Documentation
28-------------
29
30Google Auth Python Library has usage and reference documentation at `google-auth.readthedocs.io <https://google-auth.readthedocs.io>`_.
31
32Maintainers
33-----------
34
35- `@jonparrott <https://github.com/jonparrott>`_ (Jon Wayne Parrott)
36- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
37- `@bjwatson <https://github.com/bjwatson>`_ (Brian Watson)
38
39Contributing
40------------
41
42Contributions to this library are always welcome and highly encouraged.
43
44See `CONTRIBUTING`_ for more information on how to get started.
45
46.. _CONTRIBUTING: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CONTRIBUTING.rst
47
48License
49-------
50
51Apache 2.0 - See `LICENSE`_ for more information.
52
53.. _LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE