Metadata-Version: 1.0
Name: mekk.greader
Version: 1.1.1
Summary: Simple wrapper for Google Reader API.
Home-page: http://bitbucket.org/Mekk/mekk.greader
Author: Marcin Kasperski
Author-email: Marcin.Kasperski@mekk.waw.pl
License: BSD
Description: ============
        mekk.greader
        ============
        
        Simple Google Reader access API. The module implements a couple of
        feed management functions, making it possible to manage Google Reader
        subscriptions (subscribe, unsubscribe, rename, (re)tag feeds) from
        Python scripts and programs.
        
        *I wrote the module to implement `greader2org`_ - the script which let
        me batch-modify my subscriptions.*
        
        .. _greader2org: http://blog.mekk.waw.pl/archives/31-Editing-Google-Reader-subscriptions-with-a-text-editor.html
        
        Warning
        =======
        
        No official documentation was used, I partially reverse-engineered
        the API and partially used unofficial descriptions found on the web.
        So there are absolutely no guarantees!
        
        Still, I regularly use this module to subscribe, unsubscribe and
        rename feeds.
        
        Sources, patches, bug reports
        =============================
        
        Source code is available on `BitBucket`_. The same page can be used
        for bug reporting and for patch submission.
        
        .. _BitBucket: http://bitbucket.org/Mekk/mekk.greader
        
        
Keywords: org
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
