By James Cooley - December 05 2006 tags:

Python doesn't have a standard RSS/Atom feed generator and nothing really seemed to be a de facto library. Django has a fairly recent feed generator contribution that was well received so it seemed like a logical choice. It just had one dependency on the django framework but that was a 10 line self contained class so it was easy to extract. You can get it from

/django/utils/feedgenerator.py
It is simple but good if you don't need anything too sophisticated.