Metadata-Version: 2.4
Name: feedgenerator
Version: 1.9.1
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
Keywords: feed,atom,rss
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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: pytz>=0a
Requires-Dist: six
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: summary

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

|githubci| |pypi|

.. |githubci| image:: https://img.shields.io/github/workflow/status/getpelican/feedgenerator/build
    :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
