blob: 638c56fc27c798073e27f2ec9df81766e7668ccd [file] [log] [blame]
Patrick Williams2a254922023-08-11 09:48:11 -05001DESCRIPTION="Python wrapper to convert JSON into a human readable HTML Table representation."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8065590663ea0c10aa131841ea806767"
4
5SRC_URI[sha256sum] = "8951a53662ae9cfd812685facdba693fc950ffc1c1fd1a8a2d3cf4c34600689c"
6
7PYPI_PACKAGE = "json2html"
8
9inherit pypi setuptools3