--- id: oauth2client version: "4.1.3" license: Apache 2.0 license_treatment: permissive maintenance: abandoned --- # oauth2client — OAuth 2.0 client library License: permissive · Maintenance: abandoned · Popularity: top 1,000 on PyPI ## Install pip install oauth2client uv add oauth2client poetry add oauth2client ## Description [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client) [![Coverage Status](https://coveralls.io/repos/google/oauth2client/badge.svg?branch=master&service=github)](https://coveralls.io/github/google/oauth2client?branch=master) [![Documentation Status](https://readthedocs.org/projects/oauth2client/badge/?version=latest)](https://oauth2client.readthedocs.io/) This is a client library for accessing resources protected by OAuth 2.0. **Note**: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use [google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). For more details on the deprecation, see [oauth2client deprecation](https://google-auth.readthedocs.io/en/latest/oauth2client-deprecation.html). Installation ============ To install, simply run the following command in your terminal: ```bash $ pip install --upgrade oauth2client ``` Contributing ============ Please see the [CONTRIBUTING page][1] for more information. In particular, we love pull requests -- but please make sure to sign... ## AI interpretation — verify before relying oauth2client is a client library for accessing resources protected by OAuth 2.0, enabling authentication and authorization flows for Google APIs and other OAuth 2.0-compliant services. Verdict: oauth2client is a low-friction, permissively licensed OAuth 2.0 client, but it is abandoned (last release September 2018, repository archived) and explicitly deprecated by Google in favor of google-auth and oauthlib. Use only for legacy systems; new projects should adopt the recommended alternatives. [View on SkillFed](https://skillfed.io/packages/oauth2client) · [View on PyPI](https://pypi.org/project/oauth2client/)