rich/rich
Will McGugan 94b008acb9 exception for py3.6 2021-10-06 13:46:03 +01:00
..
__init__.py docstrings 2021-08-29 15:53:37 +01:00
__main__.py Fix typo and update tests 2021-09-16 15:57:26 +05:30
_cell_widths.py fixes and updates, add python -m rich 2020-03-27 20:01:42 +00:00
_emoji_codes.py fixes and updates, add python -m rich 2020-03-27 20:01:42 +00:00
_emoji_replace.py Remove unused imports 2021-09-03 20:44:03 +05:30
_extension.py remove code coverage checks of ipython extension 2021-06-06 16:37:36 -04:00
_inspect.py Bugfix: Don't print docstring in inspect() if docs is False 2021-08-26 11:56:20 -04:00
_log_render.py Fix double Optional 2021-04-22 20:24:23 -07:00
_loop.py refactor of tools 2020-03-28 11:56:43 +00:00
_lru_cache.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
_palettes.py windows colors 2021-01-20 17:36:20 +00:00
_pick.py new black 2020-08-28 12:56:18 +01:00
_ratio.py tests 2021-06-27 16:01:12 +01:00
_spinners.py formatting 2020-12-10 17:11:01 +00:00
_stack.py style rendering 2019-11-24 17:05:29 +00:00
_timer.py update timer to generator 2021-05-09 15:02:50 -07:00
_windows.py fix windows check 2021-05-09 15:37:07 -07:00
_wrap.py text fixes 2020-07-03 14:07:31 +01:00
abc.py removed is_rich_object, so as not to have 2 ways of doing it. 2020-11-19 18:47:37 +00:00
align.py .on methods and name changes 2021-07-28 09:10:23 +01:00
ansi.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
bar.py Add Optional typing 2021-04-22 19:56:02 -07:00
box.py added meta to Style 2021-06-17 22:31:08 +01:00
cells.py .on methods and name changes 2021-07-28 09:10:23 +01:00
color.py Remove unused imports 2021-09-03 20:44:03 +05:30
color_triplet.py Fix typos discovered by codespell 2021-06-12 15:17:57 +02:00
columns.py Remove unused imports 2021-09-03 20:44:03 +05:30
console.py tests 2021-09-24 09:41:23 +01:00
constrain.py doc fix 2021-03-29 10:37:25 +01:00
containers.py Remove unused imports 2021-09-03 20:44:03 +05:30
control.py added meta to Style 2021-06-17 22:31:08 +01:00
default_styles.py version bump 2021-08-29 15:34:13 +01:00
diagnose.py diagnose 2020-12-12 12:12:38 +00:00
emoji.py Adds missing prop to `__slots__` of `Emoji` 2021-07-24 22:05:43 +03:00
errors.py black 2021-03-19 21:46:45 +00:00
file_proxy.py console style 2020-12-17 17:05:37 +00:00
filesize.py Make precision and separator keyword-only args 2021-07-09 11:37:05 +00:00
highlighter.py version bump 2021-08-29 15:34:13 +01:00
json.py Fix swapped defaults in docstring for json printing 2021-10-02 13:43:08 +01:00
jupyter.py Update jupyter.py 2021-07-25 19:52:58 +03:00
layout.py typefixes 2021-07-28 09:18:21 +01:00
live.py update exit to have proper typings 2021-05-09 15:11:42 -07:00
live_render.py added meta to Style 2021-06-17 22:31:08 +01:00
logging.py Fix docstring typo 2021-07-12 10:23:24 +02:00
markdown.py Fix Markdown() documentation 2021-07-15 13:34:02 -04:00
markup.py version bump 2021-08-05 17:01:07 +01:00
measure.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
padding.py Fix double Optional 2021-04-22 20:24:23 -07:00
pager.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
palette.py windows colors 2021-01-20 17:36:20 +00:00
panel.py fix parameter 2021-08-26 16:50:19 -05:00
pretty.py exception for py3.6 2021-10-06 13:46:03 +01:00
progress.py Remove unused imports 2021-09-03 20:44:03 +05:30
progress_bar.py Fix double Optional 2021-04-22 20:24:23 -07:00
prompt.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
protocol.py Remove unused imports 2021-09-03 20:44:03 +05:30
py.typed fix for line wrapping, added switch for word wrap 2020-03-31 14:25:49 +01:00
region.py typing and blackening 2021-06-09 18:22:24 +01:00
repr.py Restore fix 2021-08-05 16:44:37 +01:00
rule.py optimize text 2021-01-26 22:13:11 +00:00
scope.py support mypy strict compliant 2021-05-01 17:47:06 -07:00
screen.py Remove unused imports 2021-09-03 20:44:03 +05:30
segment.py broken code 2021-08-05 21:10:45 +01:00
spinner.py fix spinner typing 2021-05-19 17:06:22 +01:00
status.py update exit to have proper typings 2021-05-09 15:11:42 -07:00
style.py meta params 2021-08-03 13:25:18 +01:00
styled.py rich measure 2021-03-25 21:08:36 +00:00
syntax.py Fix typos discovered by codespell 2021-06-12 15:17:57 +02:00
table.py Fix typos in `rich.table.Table` docstring 2021-09-03 01:29:10 +03:00
tabulate.py emoji variant 2021-07-12 19:09:08 +01:00
terminal_theme.py Add Optional typing 2021-04-22 19:56:02 -07:00
text.py typefixes 2021-07-28 09:18:21 +01:00
theme.py Add Optional typing 2021-04-22 19:56:02 -07:00
themes.py terminal fixes, thems 2020-02-14 16:09:53 +00:00
traceback.py docs 2021-09-24 09:56:05 +01:00
tree.py .on methods and name changes 2021-07-28 09:10:23 +01:00