Skip to main content

Prettifies Python exception output to make it legible.

Project description

PrettyErrors

Prettifies Python exception output to make it legible. To use simply put PrettyErrors.py in your project and

import PrettyErrors

Note you need to be running in a terminal capable of colour output in order to get colour output: in Windows this means powershell, cmder, etc.

If you want to configure the output then use PrettyErrors.configure(). For example: ```python import PrettyErrors PrettyErrors.configure(seperator_character = '—', line_length = 54, filename_display = PrettyErrors.FilenameDisplayMode.FULL)


![Example](https://github.com/onelivesleft/PrettyErrors/blob/master/example.png)


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

pretty_errors-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

pretty_errors-1.0.1-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

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