rich
rich copied to clipboard
Rich is a Python library for rich text and beautiful formatting in the terminal.
## Type of changes - [ ] Bug fix - [x] New feature - [x] Documentation / docstrings - [ ] Tests - [ ] Other ## Checklist - [...
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** Edit this with a clear and...
rich loggings handler does not print rich objects as [documented](https://textual.textualize.io/guide/devtools/#logging-handler) in Textual "The logging library works with strings only, so you won't be able to log Rich renderables such as...
## Type of changes - [ ] Bug fix - [x] New feature - [x] Documentation / docstrings - [x] Tests - [ ] Other ## Checklist - [x] I've...
Rich's logging handler produces an inline logging line in VSCode notebooks when the logging should be redirected to a file, and this file never gets writen. ``` python import logging...
In exceptions, can rich automatically highlight paths of my code, to be able to distinguish from code in the virtualenv or external packages. For example, in the following exception, the...
Hi all, I couldn't find anyone talking about this anywhere else online, so I decided to post this here as a potential bug. Not quite sure what is going wrong,...
- [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my issue in the [FAQ](https://github.com/Textualize/rich/blob/master/FAQ.md). **Describe the bug** >Edit this with a clear and...