Skip to main content

Grep to parse Python traceback from plain text

Project description

Copyright (c) 2017 Yixi Zhang

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: # TraceGrep

This is a simple utils to grep Python tracebacks from plain text.


# Install

```
pip install tracegrep
```

# Usage

```python
from tracegrep import tracegrep

sample_text = """
>>> 1/0
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
>>>
"""

traces = tracegrep(sample_text)
trace, errortype = traces[0]
trace == """
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ZeroDivisionError: integer division or modulo by zero
"""
errortype == "ZeroDivisionError"
```
Platform: UNKNOWN

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

tracegrep-0.1.1.tar.gz (2.0 kB view details)

Uploaded Source

Built Distribution

tracegrep-0.1.1-py2-none-any.whl (4.1 kB view details)

Uploaded Python 2

File details

Details for the file tracegrep-0.1.1.tar.gz.

File metadata

  • Download URL: tracegrep-0.1.1.tar.gz
  • Upload date:
  • Size: 2.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tracegrep-0.1.1.tar.gz
Algorithm Hash digest
SHA256 caf8a7038fd5c893e36ad521af3772302b3606a7153dc67ce8b134788c89002e
MD5 75282856b0d8c6f29296984671ffb8ed
BLAKE2b-256 e987534f110a00a71eadd3d06299084daa12bbc6f09ca05a13e147c9648aaf28

See more details on using hashes here.

File details

Details for the file tracegrep-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for tracegrep-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 eb5ad0cd760aff71b016cea86737357261bd215b6517ad50c9dcb039d02f6bf5
MD5 326a46605dbeba02d6111778541193bb
BLAKE2b-256 29540c6312d14cb3cc498271a02130fd14f46a799fd05031eec34ea6c3d02e7c

See more details on using hashes here.

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