-
Looking at the history of the `prettytable` version pin (see #136 and #144) and checking that [package's release history](https://pypi.org/project/prettytable/#history) on PyPI, I don't see a release …
-
_From @r0ckpine on Mar 14, 2020 15:25_
##### SUMMARY
Add a filter for converting PrettyTable output into a list of dictionaries.
It is useful to parse the various CLI (e.g. mysql, openstack) …
-
```
Hello!
I'm trying to create a list inside a for and I'm doing this way:
________________________________________________________
for i in PSOE_data:
if i[0] + i[1] + i[2] != 0:
newList…
-
```
A) What steps will reproduce the problem?
1. Create a prettytable using the ansi-converted one.
2. Attempt to use table.max_width["fieldname"] = int
3. Watch it have no effect at all.
B) What is…
-
```
Hello!
I'm trying to create a list inside a for and I'm doing this way:
________________________________________________________
for i in PSOE_data:
if i[0] + i[1] + i[2] != 0:
newList…
-
Traceback (most recent call last):
File "/private/var/containers/Bundle/Application/AFB2E12F-462D-46EF-A988-B81BAE71430D/Carnets.app/Library/lib/python3.9/subprocess.py", line 73, in
import msv…
-
The [`prettytable-rs` crate](https://crates.io/crates/prettytable-rs) has not received any updates in nearly 4 years now and appears to be abandoned. It still works and doesn't seem to have any major …
-
I have installed pretty table but it is showing this error.
ImportError: No module named 'prettytable'
-
follow up to #183
-
I think OSC 8 escape sequences for hyperlinks breaks some cell width calculations. For example:
```python
from prettytable import PrettyTable
output_table = PrettyTable()
output_table.add_rows…