feedcache
Wrapper for the Universal Feed Parser which caches the results
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.
Version 1.3
Released: Sun Nov 25 11:08:10 2007
Release Details
Download
Download version
1.3
Related Links
- フィードデータのキャッシング (feedparser + feedcache) - 傀儡師の館.Python - 楽天ブログ(Blog) (2008-05-26)
- Caching RSS Feeds With feedcache (2008-05-12)
- The past several years have seen a steady increase in the use of RSS and Atom feeds for data sharing. Blogs, podcasts, social networking sites, search engines, and news services are just a few examples of data sources delivered via such feeds. Working with internet services requires care, because inefficiencies in one client implementation may cause performance problems with the service that can be felt by all of the consumers accessing the same server. In this article, I describe the development of the feedcache package, and give examples of how you can use it to optimize the use of data feeds in your application. ...
- Caching RSS Feeds With feedcache (2008-05-11)
- The past several years have seen a steady increase in the use of RSS and Atom feeds for data sharing. Blogs, podcasts, social networking sites, search engines, and news services are just a few examples of data sources delivered via such feeds. Working with internet services requires care, because inefficiencies in one client implementation may cause performance problems with the service that can be felt by all of the consumers accessing the same server. In this article, I describe the development of the feedcache package, and give examples of how you can use it to optimize the use of data feeds in your application. ...
- feedcache 1.3: purging and redirects (2007-11-25)
- Release 1.3 of feedcache is available. This version supports purging the cache by the age of the contents. ...
- gPodder: A media aggregator written in Python/GTK (2007-11-15)
- Django vs feedparser on dates » Deadly Bloody Serious (2007-09-03)
- feedcache 1.1 (2007-09-03)
- There is a new release of feedcache available tonight, based on a patch from Thomas Perl. The update includes Unicode support for URLs, a "force" flag to always download data, and an "offline" mode flag to never download data.
Thanks, Thomas!
Related Projects