./textproc/py-yattag, Generate HTML or XML in a pythonic way

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.15.1, Package name: py311-yattag-1.15.1, Maintainer: pkgsrc-users

Yattag is a Python library for generating HTML or XML in a pythonic
way. With Yattag,
- you don't have to worry about closing HTML tags
- your HTML templates are Python code. Not a weird template
language. Just Python.
- you can easily render HTML forms, with defaults values and error
messages.

It's actually easier and more readable to generate dynamic HTML with
Yattag than to write static HTML.


Master sites:

Filesize: 27.898 KB

Version history: (Expand)


CVS history: (Expand)


   2023-08-28 12:33:08 by Greg Troxel | Files touched by this commit (4)
Log message:
textproc/py-yattag: Add 1.15.1

Packaged via url2pkg, needing only
  MAINTAINER
  LICENSE
  COMMENT fixup
  DESCR

Yattag is a Python library for generating HTML or XML in a pythonic
way.  With Yattag,
 - you don't have to worry about closing HTML tags
 - your HTML templates are Python code. Not a weird template
   language. Just Python.
 - you can easily render HTML forms, with defaults values and error
   messages.

It's actually easier and more readable to generate dynamic HTML with
Yattag than to write static HTML.