python-feedgen/feedgenerator/__init__.py

11 lines
232 B
Python
Raw Normal View History

2013-04-26 14:59:44 +02:00
# -*- coding: utf-8 -*-
"""
feedgenerator
~~~~~~~~~~~~~
This module can be used to wenerate web feeds in both ATOM and RSS format.
:copyright: 2013 by Lars Kiesow
:license: FreeBSD and LGPL, see LICENSE for more details.
"""