Rich is a Python library for rich text and beautiful formatting in the terminal.
COMMITS
/ tests/test_progress.py September 30, 2024
W
revert iteration speed column
Will McGugan committed
W
Test fixes
Will McGugan committed
July 5, 2024
C
Merge branch 'master' of https://github.com/chthollyphile/rich
chthollyphile committed
July 1, 2024
W
exit track thread
Will McGugan committed
November 7, 2023
H
Black formatting (#3035)
Henry Mai committed
November 18, 2022
J
Show elapsed time when finished in rich.progress.track()
Jan Katins committed
August 27, 2022
O
Fix missing `mode` property on file wrapper
oefe committed
May 5, 2022
M
Forward the internal handle name wrapped in `rich.progress._Reader`
Martin Larralde committed
April 21, 2022
W
added test
Will McGugan committed
W
progress speed
Will McGugan committed
April 14, 2022
O
[progress] Adapt the rendering of some our columns when the `total` we pass to a Progress renderable is `None`
Olivier Philippon committed
April 6, 2022
O
[progress] Add a test for a "None" `total` passed to a Progress renderable
Olivier Philippon committed
March 21, 2022
M
Fix failing tests in `tests.test_progress`
Martin Larralde committed
March 13, 2022
M
Add test to ensure `Progress.wrap_file` can extract the total from a task
Martin Larralde committed
M
Split `Progress.read` into `Progress.open` and `Progress.wrap_file` methods
Martin Larralde committed
December 16, 2021
M
Reformat new `progress` code with `black`
Martin Larralde committed
M
Add tests to `tests.test_progress` to make sure files are closed properly
Martin Larralde committed
February 27, 2022
W
Merge pull request #1992 from bhrutledge/condensed-time-column
Will McGugan committed
February 26, 2022
B
Move new behaviors to TimeRemainingColumn
Brian Rutledge committed
February 22, 2022
B
Add condensed time column
Brian Rutledge committed
February 21, 2022
B
Use "kB" for `DownloadColumn`
Brian Rutledge committed
February 9, 2022
P
Add MofNCompleteColumn ProgressColumn type
ptmcg committed
January 31, 2022
P
Rename default_columns to get_default_columns, and add docstring
ptmcg committed
P
Add default_columns classmethod to Progress class
ptmcg committed
November 27, 2021
W
race condition and tests
Will McGugan committed
June 12, 2021
C
Fix typos discovered by codespell
Christian Clauss committed
May 4, 2021
W
Merge branch 'master' into master
Will McGugan committed
April 3, 2021
I
Last attempt at fixing progress coverage
Isaac Wahhab committed
I
Coverage fix?
Isaac Wahhab committed
I
Fixing CI errors
Isaac Wahhab committed
March 30, 2021
W
fix for race condition
Will McGugan committed
March 25, 2021
J
test that Progress writes nothing when disabled
JoshKarpel committed
March 21, 2021
J
disabled progress does not start live
JoshKarpel committed
March 1, 2021
W
style optimization
Will McGugan committed
February 6, 2021
W
live refactor
Will McGugan committed
November 29, 2020
W
quicker test
Will McGugan committed
W
threading test
Will McGugan committed
W
added disable option
Will McGugan committed
October 16, 2020
W
Merge branch 'master' into master
Will McGugan committed
W
bar refactor
Will McGugan committed
October 14, 2020
A
Change decimal_suffix param to binary_units
amartya-dev committed
W
added progress.reset
Will McGugan committed
October 13, 2020
A
Add flag to render in binary/decimal suffix in DownloadColumn
amartya-dev committed
October 4, 2020
A
Simplify the download column test
amartya-dev committed
A
Change download column test to not use progress and console
amartya-dev committed