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.2-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for unwind-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f76e4b5eaf0680289505275e5d3af559959e4615783b20e303daff0095672e0d
MD5 05005d2ee8fad0968133e357bcd1b09e
BLAKE2b-256 885cf4517c9a84b833c84c7f4adeebac0a19c3c616e673e5de66b30fc8887f00

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