#203: Harmonize tables style using Texttable
- Create a tui.Table class to wrap Texttable and extend with helper methods
- use Table to replace tabulate and texttable usage
- modify related tests
Close #203 (closed)
Edited by matograine
Merge request reports
Activity
Filter activity
requested review from @moul
assigned to @moul
added 5 commits
- 58592fd7 - [enh] #203 (closed) remove tabulate from wot.py
- a3066c26 - [enh] #203 (closed) remove tabulate from commands.py
- 356a9d17 - [enh] #203 (closed) use tui table helpers in tx_history.py
- 396c25e2 - [enh] [test] #203 (closed) change tx_history.py tests to match new behavior.
- e151ebd7 - [mod] #203 (closed) reformat tx_history : rename generate_table to generate_txs_list
Toggle commit listchanged title from [enh] #203 (closed) : Harmonize tables style using Texttable to #203 (closed): Harmonize tables style using Texttable
changed milestone to %0.10.0
added Dep Interface enhancement labels
tabulate
haven’t been removed from the dependencies listspyproject.toml
andREADME.md
.Also remove args from
.pre-commit-config.yml
(Introduce type annotations for static typing wi... (#163 - closed)):- id: mypy - args: - - "--install-types" - - "--non-interactive"
Edited by Moul- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
- Resolved by Moul
assigned to @matograine and unassigned @moul
Please register or sign in to reply