diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-19 22:51:46 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-21 14:41:02 -0600 |
commit | 8f52a403a343a4173b4bb92f1012211cea8d29be (patch) | |
tree | 66821a120248dbed6ece53c78ff5fd75138f87fd /python/python-oauthlib/slack-desc | |
parent | 195d829350a5a398a29d2b138a7bf3bb65e4d782 (diff) | |
download | slackbuilds-8f52a403a343a4173b4bb92f1012211cea8d29be.tar.gz |
python/python-oauthlib: Added (OAuth Implementation).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-oauthlib/slack-desc')
-rw-r--r-- | python/python-oauthlib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-oauthlib/slack-desc b/python/python-oauthlib/slack-desc new file mode 100644 index 0000000000..28e064d855 --- /dev/null +++ b/python/python-oauthlib/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-oauthlib: python-oauthlib (OAuth Implementation) +python-oauthlib: +python-oauthlib: A generic, spec-compliant, thorough implementation of the +python-oauthlib: OAuth request-signing logic. +python-oauthlib: +python-oauthlib: Homepage: https://github.com/idan/oauthlib +python-oauthlib: +python-oauthlib: +python-oauthlib: +python-oauthlib: +python-oauthlib: |