Skip to content

Instantly share code, notes, and snippets.

@bladeFury
bladeFury / RSS.py
Created May 29, 2012 05:45 — forked from mnot/RSS.py
RSS.py: work with RSS channels as data structures
#!/usr/bin/env python
"""
RSS.py
Classes for working with RSS channels as arbitrary data structures.
Requires Python 2.2 or newer and PyXML 0.7.1 or newer.
ChannelBase - Base class for RSS Channels.
CollectionChannel - RSS Channel modeled as a URI-per-entry