Metadata-Version: 1.1
Name: tailon
Version: 1.1.1
Summary: Webapp for looking at and searching through log files
Home-page: https://github.com/gvalkov/tailon
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: Tailon
        ======
        
        Tailon is a self-hosted web application for looking at and searching
        through log files. It is little more than a fancy web wrapper around
        the following commands::
        
            tail -f
            tail -f | grep
            tail -f | awk
            tail -f | sed
        
        Documentation:
            http://tailon.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/tailon
        
        Package:
            http://pypi.python.org/pypi/tailon
        
        Changelog:
            http://tailon.readthedocs.org/en/latest/changelog.html
        
Keywords: log monitoring tail
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
