Generates code for html table from csv files
Project description
Table Generator
Python package for generating html code for tables from csv files.
Installation
Install Using git
If you wish to run this file from the command line I suggest you use the scripts from the repo at https://github.com/lol-cubes/table-generator
git clone https://github.com/lol-cubes/table_generator.git
Installl Using pip
pip install table_generator
Usage:
generate_html
Args:
file (str) - path to file containing csv table
complete_file (bool) - whether or not to add html elements to make code function as a separate file
header (bool) - whether or not to turn first row of csv values into <th> tags
pretty (bool) - whether or not to prettify the output code
attrs (dict) - html attributes mapped to corresponding values
Example usage:
from table_generator import generate_html
html_table = generate_html('data.csv', False, True, True, True,
{"class": "table", "id": "data-table"})
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file table_generator-0.0.3.tar.gz.
File metadata
- Download URL: table_generator-0.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60a903a5637ba1d01ac8ef9b860f6f12643ac06e02204fc3861981753cec53b3
|
|
| MD5 |
b3de1a2da97f852bb7574953edcbb935
|
|
| BLAKE2b-256 |
6b796e457786b11a11289c6a714d3d5dddc097c4b1c594f67709d62ba458a5be
|
File details
Details for the file table_generator-0.0.3-py3-none-any.whl.
File metadata
- Download URL: table_generator-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f35ddb00b5743d843554b8dd88073d1f6c43859cb8703b4f545633dfbe83e70
|
|
| MD5 |
a1f3b616267133602319092f23b8cb59
|
|
| BLAKE2b-256 |
72239773f17761538214734f501a2eb483a6126ab53cd1068eeb6d935447667b
|