Skip to main content

A generator that yields lines from the most recently modified file matching a glob pattern

Project description

https://secure.travis-ci.org/msabramo/python-globtailer.png

The main class is FileTailer, a generator that yields lines from the most recently modified file matching a glob pattern.

Example:

from globtailer import FileTailer

tailer = FileTailer("/path/to/*.log")

for line in tailer:
    print(line)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

globtailer-0.1.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page