python-oauth2client 4.1.3-2 source package in Ubuntu
Changelog
python-oauth2client (4.1.3-2) unstable; urgency=medium * Upload to unstable. -- Thomas Goirand <email address hidden> Mon, 16 Aug 2021 19:22:36 +0200
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-oauth2client_4.1.3-2.dsc | 2.4 KiB | 19200d7a4fb1603c597855d85c1035c03b774cc56c169ee0f6fe5ce867ea3206 |
python-oauth2client_4.1.3.orig.tar.xz | 139.6 KiB | 0c9e06e685cf40cd05cc703f1783909c77f94b3e579e8a8f42cef6418d7fc92f |
python-oauth2client_4.1.3-2.debian.tar.xz | 4.7 KiB | 5d471717a05560362660cf9ca93155cb7d50a4f917314f3ec9757e95d5527667 |
Available diffs
- diff from 4.1.3-1 to 4.1.3-2 (310 bytes)
No changes file available.
Binary packages built by this source
- python3-oauth2client: OAuth 2.0 client library - Python 3.x
The oauth2client is a client library for OAuth 2.0.
.
OAuth is an open standard for authorization. OAuth provides a method for
clients to access server resources on behalf of a resource owner (such as a
different client or an end-user). It also provides a process for end-users to
authorize third-party access to their server resources without sharing their
credentials (typically, a username and password pair), using user-agent
redirections.
.
OAuth is a service that is complementary to, and therefore distinct from,
OpenID. OAuth is also distinct from OATH, which is a reference architecture
for authentication (i.e. not a standard).
.
This package provides the Python 3.x module.