zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Readable python tracebacks

March 16, 2020 by Igor Drobot Leave a Comment

Python tracebacks are ugly by design, the information from the traceback looks line for line identically, without direct pointing to the issue.

rich is a tiny python library which brings some color into the python game and makes the output of tracebacks nice and readable.

$ pip3 install rich

Example:

from rich.traceback import install
install()

destination = 'http://api.example.com'
print(dest)

Filed Under: Python Tagged With: python3

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *