diff options
author | David Somero <dsomero@hotmail.com> | 2011-12-25 13:13:30 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:07 -0600 |
commit | fadef2b83e3ec3d688159a6896d7153d23457a5f (patch) | |
tree | a94a1209c66e7a58794e64cd55dbf14af7763f0b /python/python-oauth2/README | |
parent | 6c9765592f1daf4b51d8669c439cc60915b3d413 (diff) |
python/python-oauth2: Added (OAuth clients and servers)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/python-oauth2/README')
-rw-r--r-- | python/python-oauth2/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python-oauth2/README b/python/python-oauth2/README new file mode 100644 index 0000000000000..e7bbe7a08f090 --- /dev/null +++ b/python/python-oauth2/README @@ -0,0 +1,3 @@ +A fully tested, abstract interface to creating OAuth clients and servers. + +Requires: urlgrabber. |