darrenburns
|
d28e636a9a
|
Update README.md (#2328)
|
2022-06-14 09:21:38 +01:00 |
|
Bas Nijholt
|
2a87610f79
|
Fix typo in examples/downloader.py
|
2022-06-05 14:38:29 -07:00 |
|
Will McGugan
|
8745ee5a11
|
progress docs
|
2022-04-01 14:49:02 +01:00 |
|
Will McGugan
|
56227ab383
|
docs for new progress feature
|
2022-04-01 14:17:21 +01:00 |
|
Will McGugan
|
b736f8af66
|
Merge branch 'master' into progress-reader
|
2022-03-15 11:12:01 +00:00 |
|
Martin Larralde
|
97da885c04
|
Reformat new progress code with black
|
2022-03-13 12:54:12 +01:00 |
|
Martin Larralde
|
1432457bf1
|
Add an example showing how to copy a file with a progress bar
|
2022-03-13 12:54:12 +01:00 |
|
Hadi Alqattan
|
73a9a413ea
|
Run pycln over the entire project and double check the accuracy.
|
2022-03-11 19:12:35 +03:00 |
|
Will McGugan
|
5dc797e1be
|
update black
|
2022-02-14 10:03:44 +00:00 |
|
Will McGugan
|
4639772763
|
update black, isort
|
2022-02-14 10:00:25 +00:00 |
|
Paul Sanders
|
e125fc909e
|
Update example url
|
2021-12-10 19:20:46 -05:00 |
|
Will McGugan
|
666d0cf2b2
|
Merge pull request #1504 from boegel/dynamic_progress_example
add example with dynamic group of progress bars
|
2021-11-20 10:51:53 +00:00 |
|
Suresh Kumar
|
5dddadb983
|
print exports to terminal
|
2021-10-16 22:04:45 +05:30 |
|
Suresh Kumar
|
8943924d00
|
export captured console output
|
2021-10-16 19:16:10 +05:30 |
|
Suresh Kumar
|
ddde385389
|
fix typo
|
2021-10-16 19:05:47 +05:30 |
|
Suresh Kumar
|
0cf528d9a8
|
added descriptive comments
|
2021-10-16 19:04:34 +05:30 |
|
Kenneth Hoste
|
28a33cbcc3
|
reformat with latest black (21.9b0)
|
2021-10-16 13:51:50 +02:00 |
|
Kenneth Hoste
|
8a1585f2cf
|
put app progress in panel, speed things up
|
2021-10-16 13:51:50 +02:00 |
|
Kenneth Hoste
|
b9af6f7d8f
|
use Group since RenderGroup is sort of deprecated, rename 'group' to 'process_group'
|
2021-10-16 13:51:50 +02:00 |
|
Kenneth Hoste
|
5ecd4ad774
|
reformat dynamic_progress.py example with Black
|
2021-10-16 13:51:05 +02:00 |
|
Kenneth Hoste
|
c875b9c834
|
add example with dynamic group of progress bars
|
2021-10-16 13:51:04 +02:00 |
|
Suresh Kumar
|
2eed45e627
|
updated comments
|
2021-10-13 22:19:29 +05:30 |
|
Suresh Kumar
|
998c7dbeaf
|
added example for export
|
2021-10-13 22:15:43 +05:30 |
|
Will McGugan
|
256697915d
|
Merge pull request #1538 from avi-perl/fix-unused-import
Remove unused import from the `table_movie.py` example
|
2021-10-12 09:50:37 +01:00 |
|
Will McGugan
|
ef53f4771b
|
tweaked calendar example
|
2021-10-10 17:37:26 +01:00 |
|
DSK
|
c0deb0bcdd
|
fix run command comment
|
2021-10-04 21:06:46 +05:30 |
|
DSK
|
86e67b766d
|
cleanup based on review comments
|
2021-10-04 21:02:29 +05:30 |
|
DSK
|
ca4471426a
|
cleanup: removed default arg for cli
|
2021-10-03 12:55:24 +05:30 |
|
DSK
|
9b233f49e5
|
black formatting
|
2021-10-03 12:47:44 +05:30 |
|
DSK
|
eed7100715
|
added example for calendar layout using columns and tables
|
2021-10-03 12:43:08 +05:30 |
|
Avrohom Perl
|
544646834a
|
Remove unused import
|
2021-10-03 01:07:01 -04:00 |
|
Will McGugan
|
e96d889beb
|
tests
|
2021-09-24 09:41:23 +01:00 |
|
Will McGugan
|
1b49c9fd92
|
add suppress option to tracebacks
|
2021-09-23 22:00:19 +01:00 |
|
aidaco
|
a61ad5c309
|
Fixed shadowing of import rich.box by for loop.
|
2021-09-19 08:56:36 -04:00 |
|
Will McGugan
|
a46f8352df
|
Merge branch 'master' into 10.7.0
|
2021-08-05 21:08:06 +01:00 |
|
Will McGugan
|
c4a4345898
|
print multiple exceptions
|
2021-08-03 17:37:10 +01:00 |
|
Will McGugan
|
ff43bae4eb
|
.on methods and name changes
|
2021-07-28 09:10:23 +01:00 |
|
Will McGugan
|
d0f50bc4b8
|
words
|
2021-06-18 20:44:23 +01:00 |
|
Will McGugan
|
3281af6f3b
|
auto repr
|
2021-06-18 20:24:05 +01:00 |
|
Will McGugan
|
7111aa9d6e
|
words
|
2021-06-10 12:26:28 +01:00 |
|
Will McGugan
|
ed2e4cc71b
|
mypy upgrade
|
2021-06-09 18:38:14 +01:00 |
|
Will McGugan
|
932c451dd9
|
repr example
|
2021-06-09 18:28:10 +01:00 |
|
Will McGugan
|
1af5eee96f
|
pretty docs
|
2021-06-09 15:39:58 +01:00 |
|
Will McGugan
|
7d02d29ba8
|
attrs example, version bump
|
2021-05-12 18:18:17 +01:00 |
|
Nathan Page
|
b9ad6ba65d
|
remove try catch for type_extensions and replace with if sys.version_info
|
2021-05-09 15:56:04 -07:00 |
|
Will McGugan
|
869f5ba962
|
example text
|
2021-05-08 12:08:02 +01:00 |
|
Will McGugan
|
774e0a8f8b
|
attrs exa,ple
|
2021-05-07 17:52:33 +01:00 |
|
Will McGugan
|
47fa89a0cc
|
add Console.measure
|
2021-05-02 19:57:04 +01:00 |
|
Will McGugan
|
4e678b7180
|
fix issue with table_movie measure
|
2021-05-02 19:41:19 +01:00 |
|
Will McGugan
|
c1cc657749
|
typing fixes
|
2021-04-24 15:59:13 +01:00 |
|