diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-19 22:54:40 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:41:02 -0600 |
commit | aabec2ce1c1a4490d43c6d71c3886b81d75fa87d (patch) | |
tree | fe7b5cf075e0ca3a51ff809eeec1c25dec51d081 /python/requests-oauthlib/README | |
parent | 8f52a403a343a4173b4bb92f1012211cea8d29be (diff) |
python/requests-oauthlib: Added (OAuthlib authentication).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/requests-oauthlib/README')
-rw-r--r-- | python/requests-oauthlib/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/requests-oauthlib/README b/python/requests-oauthlib/README new file mode 100644 index 000000000000..e340dc54a70c --- /dev/null +++ b/python/requests-oauthlib/README @@ -0,0 +1,2 @@ +OAuthlib authentication support for Requests. +This project provides first-class OAuth library support for Requests. |