Skip to content

cathoderay/filetail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

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

No packages published

Languages