[ buster ]
[ ソース: python-requests-oauthlib ]
パッケージ: python-requests-oauthlib (1.0.0-0.1)
python-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 2)
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 2.x.
その他の python-requests-oauthlib 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-oauthlib
- generic, spec-compliant implementation of OAuth for Python
-
- dep: python-requests
- elegant and simple HTTP library for Python2, built for human beings