python functions to HTML
Project description
pythontohtml : python functions to HTML
USAGE
from pythontohtml.htmlTags import html, div, header, h1, italic
html(
div(
header(h1("This is Header",id="main-header",className="header")),
div(italic(("Let`s try this!"))),
id="main-container",
other_attr={
"data-id" : 23
},
),
title="Testing..."
)
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
pythontohtml-1.0.0.tar.gz
(4.2 kB
view hashes)
Built Distribution
Close
Hashes for pythontohtml-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3e70bb5e7e46e163da10d3dea17c1577301faaef8036949591ce2e21c906469 |
|
MD5 | 69b1da282a8e61c5c447b172c92493ab |
|
BLAKE2b-256 | 5067a19d6839456db62bc8bd2ba16451f57878e7687edd44577ff540720f1d6a |