-
Notifications
You must be signed in to change notification settings - Fork 1
cathoderay/filetail
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Filetail in python
How to use:
-----------
import filetail
tail = filetail.Tail("/var/log/wonderful.log")
for line in tail:
print line
Features:
---------
* simple to use (as an iterator)
* detects rotating
* tries to adjust the rate of readings
About
python filetail
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published