diff options
| author | Idan Gazit <idan@gazit.me> | 2012-04-11 16:54:12 +0300 |
|---|---|---|
| committer | Idan Gazit <idan@gazit.me> | 2012-04-11 16:54:12 +0300 |
| commit | b464ebd8c2bdbefdff26c516f86f2659dfd4319c (patch) | |
| tree | 4566b6f7c9f8db1340db1f91885f2d81d9bdf4dd | |
| parent | 13215507f611abc3409d57e3910787bcf3b297c2 (diff) | |
| download | oauthlib-b464ebd8c2bdbefdff26c516f86f2659dfd4319c.tar.gz | |
Update project description and readme
| -rw-r--r-- | README.rst | 14 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 13 insertions, 3 deletions
@@ -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 ------- @@ -18,7 +18,7 @@ tests_require = ['nose', 'unittest2', 'pycrypto'] setup( name = 'oauthlib', version = '0.0.1', - description = 'Python implementation of OAuth 1.0a', + description = 'A generic, spec-compliant, thorough implementation of the OAuth request-signing logic', long_description = fread('README.rst'), author = '', author_email = '', |
