Metadata-Version: 1.0
Name: oauther
Version: 0.1
Summary: An simple oauth base client.
Home-page: http://github.com/carlitux/Python-OAuth-Client
Author: Luis C. Cruz
Author-email: carlitos.kyo@gmail.com
License: MIT License
Description: OAuth-Client -- This is a base simple oauth client library.
        =========================================================================================
        This project is based on http://github.com/leah/python-oauth,
        but only the client is used.
        
        Done
        -----------------------------------------------------------------------------------------------------
        > Split the source file into several modules
        > Edited the OAuthClient class to do more easy to use in client
        > applications only.
        
        Use examples:
        -----------------------------------------------------------------------------------------------------
        > To extending the OAuthClient, git@github.com:carlitux/twython.git could be used 
        > as an example.
        > To do a client app using this, there is an example here
        > http://github.com/carlitux/ITwittBook this app is implemented
        > by me for learning purpose.
Keywords: oauth client
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
