50 lines
1.7 KiB
Plaintext
50 lines
1.7 KiB
Plaintext
Metadata-Version: 2.1
|
||
Name: feedgenerator
|
||
Version: 1.9.2
|
||
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.6
|
||
Classifier: Programming Language :: Python :: 3.7
|
||
Classifier: Programming Language :: Python :: 3.8
|
||
Classifier: Programming Language :: Python :: 3.9
|
||
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
|
||
|
||
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
|
||
|
||
|