File size: 1,199 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
google-auth-oauthlib
====================
.. toctree::
:hidden:
:maxdepth: 2
Reference <reference/modules>
This library contains experimental `oauthlib`_ integration with `google-auth`_.
.. _oauthlib: https://oauthlib.readthedocs.io
.. _google-auth: https://google-auth.readthedocs.io
Installing
----------
google-auth can be installed with `pip`_::
$ pip install --upgrade google-auth-oauthlib
google-auth-oauthlib is open-source, so you can alternatively grab the source
code from `GitHub`_ and install from source.
.. _pip: https://pip.pypa.io
.. _GitHub:
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
Usage
-----
Consult the :doc:`Module Reference <reference/modules>` documentation.
License
-------
google-auth-oauthlib is made available under the Apache License, Version 2.0.
For more details, see `LICENSE`_
.. _LICENSE:
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/LICENSE
Contributing
------------
We happily welcome contributions, please see our `contributing`_ documentation
for details.
.. _contributing:
https://github.com/GoogleCloudPlatform/google-auth-library-python/CONTRIBUTING.rst
|