Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleapis/google-auth-library-python-oauthlib
https://github.com/googleapis/google-auth-library-python-oauthlib
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleapis/google-auth-library-python-oauthlib
- Owner: googleapis
- License: apache-2.0
- Created: 2017-04-12T20:24:48.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T11:16:09.000Z (2 months ago)
- Last Synced: 2024-10-29T15:45:03.198Z (2 months ago)
- Language: Python
- Size: 585 KB
- Stars: 186
- Watchers: 52
- Forks: 83
- Open Issues: 37
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
oauthlib integration for Google Auth
====================================|pypi|
This library provides `oauthlib`_ integration with `google-auth`_.
.. |build| image:: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib.svg?branch=main
:target: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html
.. |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/googleapis/google-auth-library-pythonInstalling
----------You can install using `pip`_::
$ pip install google-auth-oauthlib
.. _pip: https://pip.pypa.io/en/stable/
Documentation
-------------The latest documentation is available at `google-auth-oauthlib.googleapis.dev`_.
.. _google-auth-oauthlib.googleapis.dev: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html
Supported Python Versions
-------------------------
Python >= 3.6Unsupported Python Versions
---------------------------Python == 2.7, Python == 3.5.
The last version of this library compatible with Python 2.7 and 3.5 is
`google-auth-oauthlib==0.4.1`.License
-------Apache 2.0 - See `the LICENSE`_ for more information.
.. _the LICENSE: https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/LICENSE