Metadata-Version: 1.1
Name: rsstail
Version: 0.5.0
Summary: A command-line syndication feed monitor mimicking tail -f
Home-page: https://github.com/gvalkov/rsstail.py
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: *Rsstail*
        ----------
        
        *Rsstail* is a command-line syndication feed monitor with behaviour
        similar to ``tail -f``. *Rsstail* (Python/feedparser_) is inspired by
        rsstail_ (C/libmrss_), but provides more customizable output
        formatting and additional features.
        
        Documentation:
            http://python-rsstail.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/rsstail.py
        
        Package:
            http://pypi.python.org/pypi/rsstail
        
        .. _rsstail:    http://www.vanheusden.com/rsstail/
        .. _feedstail:  http://pypi.python.org/pypi/feedstail/
        .. _libmrss:    http://www.autistici.org/bakunin/libmrss/doc/
        .. _feedparser: https://pypi.python.org/pypi/feedparser
        
Keywords: rss tail feed feedparser
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
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: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
