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.
- Host: GitHub
- URL: https://github.com/dhellmann/feedcache
- Owner: dhellmann
- License: other
- Created: 2020-06-27T15:31:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T15:32:23.000Z (almost 6 years ago)
- Last Synced: 2025-01-04T22:35:02.786Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.txt
- Changelog: ChangeLog
- License: LICENSE.txt
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.