This is the repository for the online module Bots as Digital Infrapuncture, commissioned by the Utrecht University
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

49 lines
1.7 KiB

Metadata-Version: 2.1
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
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 :: 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
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