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)
- Host: GitHub
- URL: https://github.com/crdoconnor/tailpy
- Owner: crdoconnor
- Created: 2015-03-23T12:38:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T13:08:32.000Z (over 11 years ago)
- Last Synced: 2025-08-23T10:24:26.917Z (11 months ago)
- Language: Python
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 ]