软件包:python3-oauth2client(4.1.3-5)
python3-oauth2client 的相关链接
Debian 的资源:
下载源码包 python-oauth2client:
- [python-oauth2client_4.1.3-5.dsc]
- [python-oauth2client_4.1.3.orig.tar.xz]
- [python-oauth2client_4.1.3-5.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-oauth2client 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-fasteners
- provides useful locks - Python 3.x
-
- dep: python3-httplib2
- comprehensive HTTP client library written for Python3
-
- dep: python3-openssl
- Python 3 wrapper around the OpenSSL library
-
- dep: python3-pyasn1 (>= 0.1.7)
- ASN.1 library for Python (Python 3 module)
-
- dep: python3-pyasn1-modules
- Collection of protocols modules written in ASN.1 language (Python 3)
-
- dep: python3-rsa
- Pure-Python RSA implementation (Python 3)
-
- dep: python3-six (>= 1.6.1)
- Python 2 and 3 compatibility library
-
- dep: python3-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python 3