varia.website/venv/lib/python3.11/site-packages/feedgenerator-1.9.2.dist-info/METADATA
2024-11-19 14:01:39 +01:00

50 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 Djangos feedgenerator_ module.
It has evolved over time and includes numerous enhancements.
.. _feedgenerator: https://github.com/django/django/blob/master/django/utils/feedgenerator.py