Table2ascii

Latest version: v1.1.2

Safety actively analyzes 688007 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.1.4

Bug Fixes

* allow integers and other stringifiable objects in tables by DenverCoder1 in https://github.com/DenverCoder1/table2ascii/pull/23


**Full Changelog**: https://github.com/DenverCoder1/table2ascii/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* ci: update test command by DenverCoder1 in https://github.com/DenverCoder1/table2ascii/pull/15, https://github.com/DenverCoder1/table2ascii/pull/16
* Fix preset styles link by strugee in https://github.com/DenverCoder1/table2ascii/pull/17
* Added docs with readthedocs and minor type annotation changes by DenverCoder1 in https://github.com/DenverCoder1/table2ascii/pull/18
* docs: Change code block background color in dark mode by DenverCoder1 in https://github.com/DenverCoder1/table2ascii/pull/19

New Contributors
* strugee made their first contribution in https://github.com/DenverCoder1/table2ascii/pull/17

**Full Changelog**: https://github.com/DenverCoder1/table2ascii/compare/v0.1.2...v0.1.3

0.1.2

* Removed requirements.txt since `dataclasses` is built in with Python 3.7+

0.1.1

* Split file structure into multiple parts
* Added `TableStyle` class for storing info about a theme (all the different parts that make up the table)
* Added `PresetStyle` class with pre-made styles to choose from
* Made a list of styles in `/style_list` and a script for generating the list
* Ensure that user-specified column widths are at least as large as cell contents
* Made `header`, `body`, and `footer` positional arguments (can place with no label); all other options must be keyworded.

0.0.3

* Added `column_widths` and `alignments` options to customize the widths and alignments of each column.

0.0.2

Added options:

| Option | Type | Default | Description |
| :-----------------: | :----: | :-----: | :--------------------------------------------------------------: |
| `first_col_heading` | `bool` | `False` | Whether to add a heading column seperator after the first column |
| `last_col_heading` | `bool` | `False` | Whether to add a heading column seperator before the last column |

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.