Metadata-Version: 1.0
Name: django-news
Version: 0.2.2
Summary: rss feed aggregation with django
Home-page: http://github.com/coleifer/django-news/tree/master
Author: Charles Leifer
Author-email: coleifer@gmail.com
License: UNKNOWN
Description: ===========
        Django News
        ===========
        
        RSS feed aggregation with Django, including support for infinite-depth
        categorization and per-category keyword whitelists.
        
        To install, run the following command inside this directory:
        
        python setup.py install
        
        Or if you'd prefer you can simply place the included ``news``
        directory somewhere on your Python path, or symlink to it from
        somewhere on your Python path.
        
        Add ``news`` to your project's ``settings.py`` file.
        
        Dependencies
        ============
        
        * feedparser http://www.feedparser.org/
        
        Check it out
        ============
        http://www.charlesleifer.com/news/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
