jakob.scheid 98d6a00665 umbenannt: src/text-table/__init__.py -> src/text_table/__init__.py
umbenannt:      src/text-table/_core.py -> src/text_table/_core.py
2026-02-09 14:41:29 +01:00
2026-02-09 14:38:30 +01:00
2026-02-09 14:38:30 +01:00

Text table

A simple library for creating text tables.

Installation

You can install the library using pip:

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.
S
Description
A simple library for creating text tables.
Readme 71 KiB
Languages
Python 91.6%
Shell 8.4%