Is there any Generic RSS/ATOM generator in Python?

Stefan Behnel stefan_ml at behnel.de
Mon Feb 11 10:24:41 EST 2008


js wrote:
> I'm looking for RSS/ATOM generator I can use in Python.
> I searched on pypi and the other places but I couldn't find any
> options on this. (I found many parsers, though)
> Is there any de-fact standard RSS/ATOM generator? (especially, I'd
> like to create Atom's)
> Do I have to do it myself from scratch?

Try googling for "python atom", gives me this as first hit:

http://www.imc.org/atom-syntax/mail-archive/msg18662.html

But since it's not that hard to generate XML in general, maybe these are also
worth another look:

http://blog.ianbicking.org/2007/08/02/atom-models/
http://codespeak.net/lxml/objectify.html#tree-generation-with-the-e-factory

Stefan



More information about the Python-list mailing list