Metadata-Version: 1.1
Name: grbackup
Version: 1.1
Summary: Utilite to backup items from Google Reader
Home-page: https://bitbucket.org/wistful/grbackup
Author: wistful
Author-email: wst.public.mail@gmail.com
License: MIT License
Description: grbackup is a Python library used
        to save all items from your Google Reader account into different places.
        
        Usage
        =====
        
        ::
        
           list subscriptions: grbackup -e email@gmail.com -p password -ls
           list topics: grbackup -e email@gmail.com -p password -lt http://feed.com
           list starred: grbackup -e email@gmail.com -p password -lx
           list all items: grbackup -e email@gmail.com -p password -la
        
           backup subscriptions: grbackup -e email@gmail.com -p password -bs -o json:/tmp/subscriptions.json
           backup topics: grbackup -e email@gmail.com -p password -bt http://myfeed.com -o json:/tmp/myfeed.json
           backup starred into MongoDB: grbackup -e email@gmail.com -p password -bx -o mongodb://localhost:27017
           backup all items into Redis: grbackup -e email@gmail.com -p password -ba -o redis://localhost:6379/3
        
Keywords: greader,backup
Platform: Unix,
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Utilities
