Skip to main content

engine-less html generation from python

Project description

Render html stright from python without involving another language or ‘engine’. Sometimes, you just don’t want to involve these constructs just to generate some html.

Note: this renderer generates ugly, invalid html. It’s only good for quick’n’dirty personal reporting. For externally visible documents, use one of the many production worthy templating engines.

### Usage
with r.Table():
for k,v in data.items():
with r.Tr():
with r.Td():

r.text(k)

with r.Td():

r.text(v)

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

renderwith-0.0.1.tar.gz (2.1 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