Metadata-Version: 1.1
Name: feedgenerator
Version: 1.5.dev
Summary: Standalone version of django.utils.feedgenerator, compatible with Py3k
Home-page: https://github.com/dmdm/feedgenerator-py3k.git
Author: Dirk Makowski
Author-email: dm@parenchym.com
License: UNKNOWN
Description: feedgenerator-py3k
        ==================
        
        Feedgenerator-py3k is a standalone version of Django's feedgenerator.
        It is based on the current Django Version 1.5.dev20120824122350.
        
        The previous feedgenerator 1.2.1 is based on rather old code, and
        during the port to Python 3 it became obvious that (at least) the handling
        of unicode strings has to be refactored.
        
        Django has evolved since, so I decided to create a new standalone version
        which is based upon modern code.
        
        See http://parenchym.com/pymblog/ for details.
        
Keywords: feed,atom,rss
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
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.2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
