./www/py-laces, Django components that know how to render themselves

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


Branch: CURRENT, Version: 0.1.0, Package name: py311-laces-0.1.0, Maintainer: pkgsrc-users

Working with objects that know how to render themselves as HTML elements is a
common pattern found in complex Django applications (e.g. the Wagtail admin
interface). This package provides tools enable and support working with such
objects, also known as "components".

The APIs provided in the package have previously been discovered, developed and
solidified in the Wagtail project. The purpose of this package is to make these
tools available to other Django projects outside the Wagtail ecosystem.


Master sites:

Filesize: 11.436 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-09 13:39:07 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-laces: added version 0.1.0

Working with objects that know how to render themselves as HTML elements is a
common pattern found in complex Django applications (e.g. the Wagtail admin
interface). This package provides tools enable and support working with such
objects, also known as "components".

The APIs provided in the package have previously been discovered, developed and
solidified in the Wagtail project. The purpose of this package is to make these
tools available to other Django projects outside the Wagtail ecosystem.