From bbe01f7486b7179ed9807e03ef86b615965368f7 Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Wed, 8 May 2024 15:38:06 +0200 Subject: [PATCH] eanble "rich_tracebacks": True for logger config.ini --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bef540f..b7f25e7 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ I've included a few of my favorites to kick things off! * [SQL Code Generator](https://github.com/agronholm/sqlacodegen) * [Passlib - password hashing library for Python](https://passlib.readthedocs.io/en/stable/) * [Polars - fast DataFrame library for Rust and Python](https://docs.pola.rs/) +* [Rich - Traceback and logging, made easy](https://rich.readthedocs.io/en/stable/traceback.html)

(back to top)