Metadata-Version: 1.0
Name: instapaperlib
Version: 0.2.0
Summary: Python library for the instapaper.com API
Home-page: http://github.com/mrtazz/InstapaperLibrary
Author: Daniel Schauenberg
Author-email: d@unwiredcouch.com
License: MIT
Description: instapaperlib.py
        ================
        
        Python library for the instapaper.com API.
        
        http://instapaper.com
        
        Usage:
        -------
        
        ::
        
        import instapaperlib
        
        instapaperlib.auth("username", "password")
        instapaperlib.add_item("username", "password", "URL", "title")
        
        
        Installation
        ------------
        
        pip install instapaperlib
        
        Or, if you must:
        
        easy_install instapaperlib
        
        
        History
        ========
        
        0.2.0 (2010-05-20)
        ------------------
        * Restructured as python package
        * PyPi compatibility
        * Add CLI client
        
        0.1.0 (2010-05-01)
        ------
        * Basic library working
        * Working add_item
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
