| oauthlib integration for Google Auth |
| ==================================== |
| |
| |pypi| |
| |
| This library provides `oauthlib`_ integration with `google-auth`_. |
| |
| .. |pypi| image:: https://img.shields.io/pypi/v/google-auth-oauthlib.svg |
| :target: https://pypi.python.org/pypi/google-auth-oauthlib |
| |
| .. _oauthlib: https://github.com/idan/oauthlib |
| .. _google-auth: https://github.com/GoogleCloudPlatform/google-auth |
| |
| Installing |
| ---------- |
| |
| You can install using `pip`_:: |
| |
| $ pip install google-auth-oauthlib |
| |
| .. _pip: https://pip.pypa.io/en/stable/ |
| |
| License |
| ------- |
| |
| Apache 2.0 - See `the LICENSE`_ for more information. |
| |
| .. _the LICENSE: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/LICENSE |