Skip to main content

A stand alone package for making string tables from 2D string arrays

Project description

Tableparse


A stand alone library which parses an array and a set of headers into a text based table

Features

  • tableparse.tablify(2D array of strings) Takes a 2D array of strings and returns a string containing the table

e.g.

>>> array = [
>>> ["Title", "Description"],
>>> ["Macbeth", "A play by Shakespear"]
>>> ]

>>> print(tableparse.tablify(array))
╔═══════╦═════════════════════╗
║Title  ║Description          ║
╠═══════╬═════════════════════╣
║Macbeth║A play by Shakespeare║
╚═══════╩═════════════════════╝

Usage

import tableparse

array = [
    ["Name", "Description", "URL"],
    ["TableParse", "A stand alone table generators", "https://github.com/TommyGymer/Tableparse"],
    ["JSChess", "A stand alone JS chess implementation", "https://github.com/TommyGymer/JS-Chess"],
    ["Dijkstra Pathfinding", "An implementation of Dijkstra's pathfinding algorithm", "https://github.com/TommyGymer/Dijkstra-pathfinding"]
]

result = tableparse.tablify(array)

tablify

Turns a 2D array into a table string

Tablify

tablify_str

length = 2000
result = tableparse.tablify_str(array, length)

Returns a list of strings containing a table split in the 'length' characters

Tablify_str

inv_array

inv_array = tableparse.inv_array(array)

result = tableparse.tablify(inv_array)

Flips an array's columns and rows

array inverse

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tableparse-0.8.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file tableparse-0.8.tar.gz.

File metadata

  • Download URL: tableparse-0.8.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.1

File hashes

Hashes for tableparse-0.8.tar.gz
Algorithm Hash digest
SHA256 f80fab6709649488f943bd1c2c70ce134d00e844a1d6c1416015356851eb5b1a
MD5 ea5f69fa9900d30d090c96e1acdf56a9
BLAKE2b-256 cb0852bafab9b00a9fd35a8139055456f5763790c2d8d09df353388a9a16562c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page