An open API service indexing awesome lists of open source software.

https://github.com/dhellmann/feedcache

A Python class to wrap Mark Pilgrim's Universal Feed Parser 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.
https://github.com/dhellmann/feedcache

Last synced: over 1 year ago
JSON representation

A Python class to wrap Mark Pilgrim's Universal Feed Parser 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.

Awesome Lists containing this project

README

          

========================================================
feedcache - Maintain a cache of RSS and Atom Feed Data
========================================================

The feedcache package implements a class to wrap Mark Pilgrim's
Universal Feed Parser 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.