• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

google/H01-Nov-2021-13,4409,719

google_auth.egg-info/H03-May-2022-10072

tests/H01-Nov-2021-15,45511,682

LICENSEH A D01-Nov-202111.1 KiB202169

MANIFEST.inH A D01-Nov-2021100 43

PKG-INFOH A D01-Nov-20213 KiB10072

README.rstH A D01-Nov-20211.9 KiB6843

setup.cfgH A D01-Nov-202167 85

setup.pyH A D01-Nov-20212.9 KiB8660

README.rst

1Google Auth Python Library
2==========================
3
4|pypi|
5
6This library simplifies using Google's various server-to-server authentication
7mechanisms to access Google APIs.
8
9.. |pypi| image:: https://img.shields.io/pypi/v/google-auth.svg
10   :target: https://pypi.python.org/pypi/google-auth
11
12Installing
13----------
14
15You can install using `pip`_::
16
17    $ pip install google-auth
18
19.. _pip: https://pip.pypa.io/en/stable/
20
21For more information on setting up your Python development environment, please refer to `Python Development Environment Setup Guide`_ for Google Cloud Platform.
22
23.. _`Python Development Environment Setup Guide`: https://cloud.google.com/python/setup
24
25Supported Python Versions
26^^^^^^^^^^^^^^^^^^^^^^^^^
27Python >= 3.6
28
29Unsupported Python Versions
30^^^^^^^^^^^^^^^^^^^^^^^^^^^
31- Python == 2.7:  The last version of this library with support for Python 2.7
32  was `google.auth == 1.34.0`.
33
34- Python 3.5:   The last version of this library with support for Python 3.5
35  was `google.auth == 1.23.0`.
36
37Documentation
38-------------
39
40Google Auth Python Library has usage and reference documentation at https://googleapis.dev/python/google-auth/latest/index.html.
41
42Current Maintainers
43-------------------
44- `@busunkim96 <https://github.com/busunkim96>`_ (Bu Sun Kim)
45
46Authors
47-------
48
49- `@theacodes <https://github.com/theacodes>`_ (Thea Flowers)
50- `@dhermes <https://github.com/dhermes>`_ (Danny Hermes)
51- `@lukesneeringer <https://github.com/lukesneeringer>`_ (Luke Sneeringer)
52
53Contributing
54------------
55
56Contributions to this library are always welcome and highly encouraged.
57
58See `CONTRIBUTING.rst`_ for more information on how to get started.
59
60.. _CONTRIBUTING.rst: https://github.com/googleapis/google-auth-library-python/blob/main/CONTRIBUTING.rst
61
62License
63-------
64
65Apache 2.0 - See `the LICENSE`_ for more information.
66
67.. _the LICENSE: https://github.com/googleapis/google-auth-library-python/blob/main/LICENSE
68