Although the Django web framework[1] has had Atom support for a while, it is incomplete and, for the most part, covers only those fields that Atom and RSS have in common.
So I offered to implement full support for RFC 4287 in Django. The result is available at django-atompub[2] on Google Code.
The atom.py module is actually independent of Django and so can be used as a general Python library for Atom feed generation.
Support for the Atom Publishing Protocol (which is the main project) is next.
James [1] http://www.djangoproject.com/ [2] http://code.google.com/p/django-atompub/ -- James Tauber http://jtauber.com/ journeyman of some http://jtauber.com/blog/
