Metadata-Version: 1.0
Name: feedcache
Version: 1.3
Summary: Wrapper for Mark Pilgrim's FeedParser module which caches feed content.
Home-page: http://www.doughellmann.com/projects/feedcache/
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: UNKNOWN
Download-URL: http://www.doughellmann.com/downloads/feedcache-1.3.tar.gz
Description: 
        A class to wrap Mark Pilgrim's FeedParser module so that parameters
        can be used to cache the feed results locally instead of fetching the
        feed every time it is requested. Uses both etag and modified times for
        caching.  The cache is parameterized to use different backend storage
        options.
        
Keywords: syndication,atom,RSS
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
