[ 原始碼: python-requests-oauthlib ]
套件:python3-requests-oauthlib(1.0.0-0.1)
python3-requests-oauthlib 的相關連結
Debian 的資源:
下載原始碼套件 python-requests-oauthlib:
- [python-requests-oauthlib_1.0.0-0.1.dsc]
- [python-requests-oauthlib_1.0.0.orig.tar.gz]
- [python-requests-oauthlib_1.0.0-0.1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
module providing OAuthlib auth support for requests (Python 3)
requests-oauthlib allows you to interact with OAuth 1 And OAuth 2 in greatly simplified ways through the requests library for Python. It will hide the quirks and hacks in OAuth 1, and will interface with all four of the grant types defined by the OAuth2 RFC.
This package provides the requests-oauthlib Python module for Python 3.x.
其他與 python3-requests-oauthlib 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-oauthlib
- generic, spec-compliant implementation of OAuth for Python3
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings