This package is used to convert python data structure to html table.
Project description
tablify
Convert data structure into html table
tablify is package used to convert python data structures to html or clean tabular design. Thanks for checking it out.
Requirements
- Python 3.x
Example
import sys
from tablify.parser.parse import pyobj
dict_example = {'Total_Matches': ['200', '127', '102'],\
'Player Name': ['M.S Dhoni', 'Virendra Sehwag', 'Shikhar Dhawan'],\
'Sixes': ['280.', '210', '126']}
pyobj = pyobj()
htmltext = pyobj.dictToHTMLTable(dict_example)
print(htmltext)
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
tablify-0.0.1.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file tablify-0.0.1.tar.gz
.
File metadata
- Download URL: tablify-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85866e26a276678b84390c8015baa3bba8c320de7951451b6a4cbbc98b7b44e |
|
MD5 | ad90d9bcf4d259df8967c0771e71bd1e |
|
BLAKE2b-256 | 69852ead780b462077dc4f905878ae46807af5093d59c143b8c3e4a38e1f33be |
File details
Details for the file tablify-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: tablify-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cccd102c345d744a5c90dfed28a27013f3bbb2867a84616dd0c9e026f1701660 |
|
MD5 | 7436bb017c3c96a000f96c79dc2ff659 |
|
BLAKE2b-256 | 45cc4b12d3e8d6bc1f4e6356e307ed8d40e059afab645c90521ce4bd7a529474 |