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.6.tar.gz (2.7 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for tableparse-0.6.tar.gz
Algorithm Hash digest
SHA256 dffe599decd92814149cc71a40d2eacb8ea25acda483d8419a2913fa6b1431a8
MD5 8b6d1e99165688eab0548a3893c1ed4c
BLAKE2b-256 844e0fee515223e8b4fc02cce6489595ace8c88d90c60742b3b9e089a8be27c6

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