Metadata-Version: 2.0
Name: tailon
Version: 0.3.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: Revised BSD License
Keywords: log monitoring tail
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: tornado (>=4.0.2)
Requires-Dist: sockjs-tornado (>=1.0.1)
Requires-Dist: PyYAML (>=3.11)

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


