Metadata-Version: 2.1
Name: feedgenerator
Version: 2.1.0
Summary: Standalone version of django.utils.feedgenerator
Home-page: https://github.com/getpelican/feedgenerator
Author: Django Software Foundation
Author-email: foundation@djangoproject.com
Maintainer: Pelican Dev Team
Maintainer-email: authors@getpelican.com
License: UNKNOWN
Keywords: feed,atom,rss
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Pelican
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE

FeedGenerator
=============

|githubci| |pypi|

.. |githubci| image:: https://img.shields.io/github/actions/workflow/status/getpelican/feedgenerator/main.yml?branch=main
    :target: https://github.com/getpelican/feedgenerator/actions
    :alt: Build Status

.. |pypi| image:: https://img.shields.io/pypi/v/feedgenerator
    :target: https://pypi.org/project/feedgenerator/
    :alt: PyPI Version

FeedGenerator is a standalone version of Django’s feedgenerator_ module.
It has evolved over time and includes numerous enhancements.

.. _feedgenerator: https://github.com/django/django/blob/master/django/utils/feedgenerator.py
