Rich is a Python library for rich text and beautiful formatting in the terminal.
COMMITS
/ tests/test_pretty.py March 8, 2022
D
In Pretty, when namedtuples have custom reprs, use them instead of our own
Darren Burns committed
March 7, 2022
D
Testing pretty.py - objects similar to namedtuples, namedtuple max_depth
Darren Burns committed
D
Add support for named tuples to pretty
Darren Burns committed
January 6, 2022
D
Merge branch 'master' into 1717-jupyter-pretty
Darren Burns committed
W
Merge branch 'max-depth' of github.com:willmcgugan/rich into max-depth
Will McGugan committed
W
test max depth of None
Will McGugan committed
W
Update tests/test_pretty.py
Will McGugan committed
D
Extract ipy display hook and add tests around it
Darren Burns committed
W
max depth arg
Will McGugan committed
November 28, 2021
W
exclude 36
Will McGugan committed
W
conditional test
Will McGugan committed
November 27, 2021
W
race condition and tests
Will McGugan committed
November 7, 2021
W
fix trailing comma
Will McGugan committed
October 6, 2021
W
fix 310 error message
Will McGugan committed
W
added skips
Will McGugan committed
W
fix broken test on py310
Will McGugan committed
September 18, 2021
W
test fake attributes
Will McGugan committed
June 9, 2021
W
pretty docs
Will McGugan committed
May 12, 2021
W
added types to pretty printer
Will McGugan committed
May 7, 2021
W
allow repr to be a callable
Will McGugan committed
W
import test fix
Will McGugan committed
W
skip test on py36
Will McGugan committed
W
typing and black
Will McGugan committed
W
tests for pretty attrs
Will McGugan committed
March 6, 2021
W
rename dataclass in test
Will McGugan committed
W
pretty printable dataclasses
Will McGugan committed
December 29, 2020
W
selectively insert new line in iPython
Will McGugan committed
November 27, 2020
W
fix tuple of one issue
Will McGugan committed
October 23, 2020
W
added container abbreviation to pretty print
Will McGugan committed
October 22, 2020
W
indentaion guides
Will McGugan committed
October 10, 2020
W
Merge pull request #334 from phase06/master
Will McGugan committed
E
Don't rely on set ordering for test data
Edward Knight committed
October 5, 2020
P
added test to pretty
phase06 committed
August 8, 2020
W
Test revursive
Will McGugan committed