summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-04-11 16:54:12 +0300
committerIdan Gazit <idan@gazit.me>2012-04-11 16:54:12 +0300
commitb464ebd8c2bdbefdff26c516f86f2659dfd4319c (patch)
tree4566b6f7c9f8db1340db1f91885f2d81d9bdf4dd /README.rst
parent13215507f611abc3409d57e3910787bcf3b297c2 (diff)
downloadoauthlib-b464ebd8c2bdbefdff26c516f86f2659dfd4319c.tar.gz
Update project description and readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 6d0454e..32b8ea5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,8 @@
-OAuthLib: a generic library for signing OAuth requests
-======================================================
+OAuthLib
+========
+
+*A generic, spec-compliant, thorough implementation of the OAuth request-signing
+logic.*
.. image:: https://secure.travis-ci.org/idangazit/oauthlib.png?branch=master
@@ -18,6 +21,13 @@ favorite HTTP library. If you're a maintainer of such a library, write a thin
veneer on top of OAuthLib and get OAuth support for very little effort.
+Current Status
+--------------
+
+OAuthLib is in active development, with most of OAuth1 complete and OAuth2
+already in the works.
+
+
License
-------