| 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 |
- Fix the with_python3 conditional.
- Update to 0.3.0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Enable python3 support - Update to 0.2.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Latest upstream, includes LICENSE
- Initial package for Fedora