Can you recommend a feed generator library for Python? I could build the XML myself, but I'm looking for a recommended library that is built from the ground up around the RSS (or Atom) spec.
|
13
|
|
|
|
|
|
I can recommend that you use PyRSS2Gen. I've used it before and it's really simple and effective |
||
|
|
|
According to http://trac.defuze.org/wiki & http://trac.defuze.org/wiki/atomixlib: atomxlib is "deprecated in favor of the more generic bridge". So knowing that atomxlib is no longer updated, the choice (for me) is now between PyRSS2Gen and a generic XML library (but not necessarily bridge). |
||
|
|
|
|
Thanks for the help everyone, the links were useful. |
||||
|
|
|
PyRSS2Gen and atomxlib |
||
|
|
