Convert structured data to a table
Project description
GoGoTable
Converts structured data to a table.
How to use ?
from gogotable import gogotable
headers = ["Month", "Day"]
rows = [["March", "31"], ["April", "25"], ["May", "1"], ["May", "30"]]
table = gogotable(headers, rows)
for line in table:
print(line)
This code will print the following table:
|-------------|
| Month | Day |
|-------------|
| March | 31 |
| April | 25 |
| May | 1 |
| May | 30 |
|-------------|
Setup Development Environment
You need the following tools installed on your machine:
- Poetry for Python package management.
- Poetry Plugin: Export for exporting dependencies.
- Poetry Plugin: up for updating dependencies.
Ensure you have Python 3.9 or above installed by running:
python --version
# Python 3.9.x
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gogotable-0.1.3.tar.gz
(2.8 kB
view details)
Built Distribution
File details
Details for the file gogotable-0.1.3.tar.gz
.
File metadata
- Download URL: gogotable-0.1.3.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 710acd88502a6796ade37fd3688e1b2014b467bd0afda1ded81361ca03a54005 |
|
MD5 | e7c32fb6170cfd300d0d7d0c1a477beb |
|
BLAKE2b-256 | 040f1bd710d9d07877f9ef5be040270cc43fbe122666773d8b4f897409b78fad |
File details
Details for the file gogotable-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: gogotable-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.2 Darwin/23.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4827a0c4ccc3045d20ea13ec309b7bb1273685af1f127ac26711ecae71db40a0 |
|
MD5 | 681eae55d9b2aba30c827eb064ff060a |
|
BLAKE2b-256 | e35a6b4901c675052d44f6ad082278c5db024a11a1af694a703477c87fe0b85b |