Will McGugan
|
88bc65df2b
|
fix bars example
|
2020-10-16 15:58:46 +01:00 |
Will McGugan
|
8316834459
|
docs
|
2020-10-16 14:50:22 +01:00 |
Will McGugan
|
c8ed6bd065
|
Merge pull request #387 from Honno/master
Change render_group's "fit" kwarg default from False to True
|
2020-10-16 14:48:24 +01:00 |
Will McGugan
|
8ad975d1b5
|
Merge branch 'master' into master
|
2020-10-16 14:48:10 +01:00 |
Will McGugan
|
3007f21c8b
|
docstring
|
2020-10-16 14:46:32 +01:00 |
Will McGugan
|
ef5c7e0dd7
|
Merge pull request #380 from amartya-dev/master
Add flag to render in binary/decimal suffix in DownloadColumn
|
2020-10-16 14:44:25 +01:00 |
Will McGugan
|
c65f0ee527
|
Merge branch 'master' into master
|
2020-10-16 14:44:07 +01:00 |
Will McGugan
|
6e875a4ccb
|
Merge pull request #389 from willmcgugan/bar
Bar
|
2020-10-16 12:41:14 +01:00 |
Will McGugan
|
424c956e85
|
blacked tests
|
2020-10-16 12:34:26 +01:00 |
Will McGugan
|
ddea7878a9
|
prettier bars
|
2020-10-16 12:32:15 +01:00 |
Will McGugan
|
509decea2b
|
docs
|
2020-10-16 12:19:31 +01:00 |
Will McGugan
|
e32a715728
|
simplify
|
2020-10-16 12:16:20 +01:00 |
Will McGugan
|
447ed72fe3
|
bar refactor
|
2020-10-16 10:56:08 +01:00 |
Matthew Barber
|
2b37270c77
|
black-formatted _card_render
|
2020-10-16 10:51:00 +01:00 |
Matthew Barber
|
5ebcf9b309
|
added render_group(fit=True) change to changelog
|
2020-10-16 10:25:34 +01:00 |
Matthew Barber
|
c3f29f674c
|
docstring for fit kwarg in RenderGroup and render_group
|
2020-10-16 10:17:34 +01:00 |
Matthew Barber
|
7e9cff8bed
|
test method for render_group fitting
|
2020-10-16 10:17:34 +01:00 |
Matthew Barber
|
e906e9a648
|
render_group decorator defaults fit kwarg to True (was False)
|
2020-10-16 10:17:34 +01:00 |
Will McGugan
|
e1cb4796ba
|
Merge pull request #361 from megaserg/add-block-bar
Add block bar
|
2020-10-16 10:11:25 +01:00 |
Will McGugan
|
05ce5105b4
|
background style, table width calculation
|
2020-10-15 21:17:03 +01:00 |
Will McGugan
|
c98bf070e4
|
Merge pull request #386 from willmcgugan/dependabot/pip/poetry-1.1.3
Bump poetry from 1.1.2 to 1.1.3
|
2020-10-15 09:57:47 +01:00 |
dependabot[bot]
|
29ce7302e6
|
Bump poetry from 1.1.2 to 1.1.3
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/master/CHANGELOG.md)
- [Commits](https://github.com/python-poetry/poetry/compare/1.1.2...1.1.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-15 05:56:50 +00:00 |
amartya-dev
|
dc0e46591e
|
Update docstring
|
2020-10-14 20:20:00 +05:30 |
amartya-dev
|
e608c85ba9
|
Update docstring
|
2020-10-14 20:19:33 +05:30 |
amartya-dev
|
781689c3bb
|
Default binary_units param to False
|
2020-10-14 19:50:12 +05:30 |
amartya-dev
|
5ef33ae7bf
|
Change decimal_suffix param to binary_units
|
2020-10-14 19:49:29 +05:30 |
amartya-dev
|
c4c131654d
|
Merge remote-tracking branch 'origin/master' into master
# Conflicts:
# rich/progress.py
|
2020-10-14 19:47:58 +05:30 |
amartya-dev
|
9982ce394a
|
Change decimal_suffix param to binary_units
|
2020-10-14 19:47:22 +05:30 |
Will McGugan
|
7dc8187c04
|
Merge branch 'master' of github.com:willmcgugan/rich
|
2020-10-14 11:43:29 +01:00 |
Will McGugan
|
75c883e248
|
examples
|
2020-10-14 11:42:05 +01:00 |
Will McGugan
|
27869c709a
|
Merge pull request #381 from willmcgugan/dependabot/pip/colorama-0.4.4
Bump colorama from 0.4.3 to 0.4.4
|
2020-10-14 11:40:09 +01:00 |
Will McGugan
|
c7ea83d36a
|
added progress.reset
|
2020-10-14 10:19:38 +01:00 |
Amartya Gaur
|
01b1b61b9d
|
Fix typo in docstring
|
2020-10-13 23:15:24 +05:30 |
dependabot[bot]
|
fecb0dbcec
|
Bump colorama from 0.4.3 to 0.4.4
Bumps [colorama](https://github.com/tartley/colorama) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/tartley/colorama/releases)
- [Changelog](https://github.com/tartley/colorama/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tartley/colorama/commits)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 05:52:09 +00:00 |
amartya-dev
|
ca493491e4
|
Entry in CHANGELOG.md
|
2020-10-13 07:07:35 +05:30 |
amartya-dev
|
630ed8bd7f
|
Add flag to render in binary/decimal suffix in DownloadColumn
Add a test for rendering binary suffix in test_progress.py
|
2020-10-13 06:56:59 +05:30 |
Will McGugan
|
d17b7f5110
|
ignore blank matches
|
2020-10-12 18:59:24 +01:00 |
Will McGugan
|
fcbbf6902a
|
make tests
|
2020-10-12 18:55:59 +01:00 |
Will McGugan
|
862d7798ef
|
scientific notation
|
2020-10-12 18:52:52 +01:00 |
Will McGugan
|
75930e7826
|
more tests
|
2020-10-12 18:50:26 +01:00 |
Will McGugan
|
82cafb4d5f
|
more tests
|
2020-10-12 18:37:26 +01:00 |
Will McGugan
|
51074a86c2
|
highlighter tests
|
2020-10-12 18:29:29 +01:00 |
Will McGugan
|
cd4f00ff34
|
highlighter tests
|
2020-10-12 18:28:56 +01:00 |
Will McGugan
|
571f7f37db
|
Merge pull request #377 from willmcgugan/dependabot/pip/mypy-0.790
Bump mypy from 0.782 to 0.790
|
2020-10-12 17:30:12 +01:00 |
Will McGugan
|
5a075eb118
|
added isascii function for pythn3.6
|
2020-10-12 17:25:33 +01:00 |
Will McGugan
|
05bf78b17a
|
ignore windows type issue
|
2020-10-12 16:57:43 +01:00 |
Will McGugan
|
20084da4f8
|
highlighter optimization
|
2020-10-12 16:55:52 +01:00 |
dependabot[bot]
|
8ce8303385
|
Bump mypy from 0.782 to 0.790
Bumps [mypy](https://github.com/python/mypy) from 0.782 to 0.790.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.782...v0.790)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 06:34:39 +00:00 |
Will McGugan
|
b40f624024
|
ascii version of Rule
|
2020-10-11 18:11:32 +01:00 |
Will McGugan
|
1dc3f33fea
|
changelog, version bump
|
2020-10-11 17:44:55 +01:00 |