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.
+18
A:
I can recommend that you use PyRSS2Gen. I've used it before and it's really simple and effective
Ricardo Reyes
2008-09-11 17:48:14
Thanks for the suggestion!
lupefiasco
2009-02-02 20:31:14
+3
A:
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).
Daryl Spitzer
2009-05-14 23:52:59
A:
Pascal Raszyk
2010-09-26 19:50:41