Source: pygtail Maintainer: Debian Python Modules Team Uploaders: Christopher Baines Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, help2man, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pygtail.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pygtail.git Homepage: https://github.com/bgreenlee/pygtail Package: python-pygtail Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: read log file lines that have not been read (Python 2) Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. . This has similar functionality to the logtail2 tool (which can be found in the logtail package). . This package contains the Python 2 library. Package: python3-pygtail Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: read log file lines that have not been read (Python 3) Pygtail reads log file lines that have not been read. It will even handle log files that have been rotated. . This has similar functionality to the logtail2 tool (which can be found in the logtail package). . This package contains the Python 3 library. Package: pygtail Architecture: all Depends: python3, python3-pygtail, ${misc:Depends} Description: read log file lines that have not been read pygtail is a tool for reading log files, and is capable of handling log files which are rotated. . This has similar functionality to the logtail2 tool (which can be found in the logtail package). . This package contains the command line tool, pygtail. See the python3-pygtail package for the library that this tool uses.