Metadata-Version: 1.1
Name: tailon
Version: 0.1.0
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: New 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 wrapper around the
        following unix commands::
        
            tail -f
            tail -f | grep
            tail -f | awk
            tail -f | sed
        
        Tailon is under development.
        
        Usage
        =====
        
        .. code-block:: bash
        
            $ tailon -f /var/log/* 
        
        Similar Projects
        ----------------
        
          - clarity_
        
        Attributions
        ------------
        
          - tailon's favicon was created from this_ icon.
        
        .. _clarity:   https://github.com/tobi/clarity
        .. _this:      http://www.iconfinder.com/icondetails/15150/48/terminal_icon
        
Keywords: log monitoring tail
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
