Metadata-Version: 2.1
Name: wtee
Version: 1.1.1
Summary: read from stdin, write to stdout and serve on a webpage
Home-page: https://github.com/gvalkov/wtee
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Keywords: log tee 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
Requires-Dist: tornado (<5.0.0,>=4.0.0)
Requires-Dist: sockjs-tornado (>=1.0.0)

Wtee
====

The wtee tool does two things:

- Duplicates standard input to standard output.
- Starts a local http server on which the piped data can be viewed.

In other words, much like the unix ``tee`` utility, *wtee* duplicates
standard input to standard output, while also making the piped data
viewable on a web page. For example::

  tail -f /var/log/debug | wtee | nl

Documentation:
    http://wtee.readthedocs.io/en/latest/

Development:
    https://github.com/gvalkov/wtee

Package:
    http://pypi.python.org/pypi/wtee

Changelog:
    http://wtee.readthedocs.io/en/latest/changelog.html


