Skip to main content

Helper functions for generating HTML documents.

Project description

htmlfun.py Helper functions for generating HTML documents.

Usage:

>>> from htmlfun.elements import html, body, h1
>>> from htmlfun import build_doc
>>> content = body(h1({"class": "header"}, "Hello, world!"))
>>> doc = build_doc(content)
>>> print(doc)

HTML elements are represented as nested lists of strings. These lists can be flattened using the flatten() core function and joined together into an html document. The build_doc() helper function is a wrapper around flatten() that wraps your tags in an HTML5 declaration and a root <html> tag pair.

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

htmlfun-0.1.0.tar.gz (11.5 kB view hashes)

Uploaded Source

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