Description
Generate syndication feeds using the standalone version of Django's feedgenerator module. It helps Python projects produce RSS or Atom output without depending on a full Django application.
This is a publishing helper for developers. Feed content becomes public in many deployments, so projects should check metadata, links, dates, escaping, and private fields before publishing.