软件包:python-oauth2client(4.1.2-3)
python-oauth2client 的相关链接
Debian 的资源:
下载源码包 python-oauth2client:
- [python-oauth2client_4.1.2-3.dsc]
- [python-oauth2client_4.1.2.orig.tar.xz]
- [python-oauth2client_4.1.2-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
OAuth 2.0 client library - Python 2.7
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 2.7 module.
其他与 python-oauth2client 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-fasteners
- provides useful locks - Python 2.7
-
- dep: python-httplib2
- comprehensive HTTP client library written for Python
-
- dep: python-openssl
- Python 2 wrapper around the OpenSSL library
-
- dep: python-pyasn1 (>= 0.1.7)
- ASN.1 library for Python (Python 2 module)
-
- dep: python-pyasn1-modules
- Collection of protocols modules written in ASN.1 language
-
- dep: python-rsa
- Pure-Python RSA implementation (Python 2)
-
- dep: python-six (>= 1.6.1)
- Python 2 和 3 兼容库(Python 2 接口)
-
- dep: python-sqlalchemy
- SQL toolkit and Object Relational Mapper for Python
-
- dep: python-uritemplate
- implementation of RFC6570 - Python 2.x