[ol7_developer_EPEL] python-tbgrep-0.3.0-2.el7.noarch

Name:python-tbgrep
Version:0.3.0
Release:2.el7
Architecture:noarch
Group:Development/Libraries
Size:54012
License:GPLv3+
RPM: python-tbgrep-0.3.0-2.el7.noarch.rpm
Source RPM: python-tbgrep-0.3.0-2.el7.src.rpm
Build Date:Sat Oct 28 2017
Build Host:x86-ol7-builder-01.us.oracle.com
Vendor:Oracle America
URL:http://pypi.python.org/pypi/tbgrep
Summary:Extract Python Tracebacks from text
Description:
A module & command-line tool for extracting Python tracebacks from text.

    $ tbgrep file1 file2 file3
    $ tail -f logfile | tbgrep

tbgrep can extract tracebacks from logs of various formats. For example,
CherryPy starts the traceback on a line with other details (like module,
timestamp, etc), but the rest of the trace starts at the beginning of the
line. Apache logs, on the other hand, will prefix each line of the
traceback with this information. tbgrep is designed to these kinds of
situations

Changelog (Show File list) (Show related packages)