feedcache 1.0

feedcache provides 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.

Project details 1.0 on PyPI

What’s new?

I am happy with the API for feedcache, so I bumped the release to 1.0 and beta status. The package includes tests and 2 separate examples (one with shelve and another using threads and shove).