geändert: README.md

geändert:       pyproject.toml
	geändert:       src/text_table/_core.py
This commit is contained in:
2026-02-09 18:57:33 +01:00
parent a622448ea5
commit a03fdeb5df
3 changed files with 30 additions and 8 deletions
+16 -1
View File
@@ -12,4 +12,19 @@ pip install text-table --index-url https://jcloud-services.ddns.net/simple/
## Usage
- `table`: The function which creates a text table from the params.
- `TableBorderCharset`: A class for the charset of a table border.
- `BORDER_THIN`, `BORDER_THICK`, `BORDER_DOUBLE`, `BORDER_ROUND`: Prepared border charsets.
- `BORDER_THIN`, `BORDER_THICK`, `BORDER_DOUBLE`, `BORDER_ROUND`: Prepared border charsets.
## Changelog
### Version 0.1.3
- Added support for objects with custom length and correct formatting of these
### Version 0.1.2
- Corrected type hints mistake
### Version 0.1.1
- Renamed functions
### Version 0.1.0
- First release