An open API service indexing awesome lists of open source software.

https://github.com/crdoconnor/tailpy

Efficient python log tailer using libuv (epoll, kqueue, IOCP)
https://github.com/crdoconnor/tailpy

Last synced: 11 months ago
JSON representation

Efficient python log tailer using libuv (epoll, kqueue, IOCP)

Awesome Lists containing this project

README

          

TailPy
======

Efficient python log tailer using libuv's event driven async I/O.

Use
===

::

$ pip install tailpy

$ tailpy file.log
[ log output ]