Skip to main content

A simple solution to analysis and extract information from traceback.

Project description

A simple solution to analysis and extract information from traceback

usage

from unwind import Report

with Report() as report:
    a = 1
    b = 2
    c = 'a'
    d = 1 + c

print(report.errors)
print(report.reports)

or

from unwind import get_report

try:
    a = 1
    b = 2
    c = 'a'
    d = 1 + c
except Exception as e:
    print(get_report(e))

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

unwind-0.3.1-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file unwind-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: unwind-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.8

File hashes

Hashes for unwind-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f74548f80815ca5b4b6eabfe2cc07ec8d743472aecb84020d6aa3802272a580
MD5 858fc3af5e44730413785f0312040235
BLAKE2b-256 33b1b7317867fe32023b9c6c7b7ec6ecb0f2250e8550aa767940116ab7f9faad

See more details on using hashes here.

Supported by

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