Skip to main content

This package is used to convert python data structure to html table.

Project description

tablify

PRs Welcome GitHub license

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


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 hashes)

Uploaded Source

Built Distribution

tablify-0.0.1-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

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