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