summaryrefslogtreecommitdiff
path: root/python/requests-oauthlib/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-02-19 22:54:40 +0700
committerErik Hanson <erik@slackbuilds.org>2014-02-21 14:41:02 -0600
commitaabec2ce1c1a4490d43c6d71c3886b81d75fa87d (patch)
treefe7b5cf075e0ca3a51ff809eeec1c25dec51d081 /python/requests-oauthlib/README
parent8f52a403a343a4173b4bb92f1012211cea8d29be (diff)
downloadslackbuilds-aabec2ce1c1a4490d43c6d71c3886b81d75fa87d.tar.gz
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/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/requests-oauthlib/README b/python/requests-oauthlib/README
new file mode 100644
index 0000000000..e340dc54a7
--- /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.