Metadata-Version: 1.1
Name: django-jsonfeed
Version: 0.1.0
Summary: JSONFeed syndication in Django.
Home-page: https://github.com/myles/django-jsonfeed
Author: Myles Braithwaite
Author-email: me@mylesbraithwaite.org
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        Django JSONFeed
        ===============
        
        Adding a `JSON Feed`_ type to Django's syndication.
        
        Usage
        -----
        
        ::
        
            from django.contrib.syndication.views import Feed
            from jsonfeed import JSONFeed
        
            class ExampleFeed(Feed):
                type = JSONFeed
        
        License
        -------
        
        This is free and unencumbered software released into the public domain.
        
        Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
        
        .. _JSON Feed: https://jsonfeed.org/
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
