Skip to content

juhajokela/htmldatatables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

htmldatatables

Installation

CLI

pip install git+https://github.com/juhajokela/htmldatatables.git

requirements.txt

git+https://github.com/juhajokela/htmldatatables.git

Usage

from htmldatatables import render_table

data = [{'key':'value', 'number': 123}, {'key':'another value', 'number': 1337}]

render_table(data)
render_table(data, datatables=True)

About

HTML Data Tables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published