>
> >
> > - Tempita: our form/field generating system uses tempita as a light
> > fast template language for tiny templates, this could be replaced
>
> Almost any other templating system would be better here as tempita is
> unmaintained.  Any of Mako, Jinja2 or Chameleon would work; each is Py3
> compat.
>
>
Thanks Chris, that's exactly the kind of feedback I was looking for. I
chose Tempita because in this case I'm using something really simple and
lightweight for super small templating, I guess maybe I should switch to
using the built in tmpl facilities, a 'real' templating language is likely
to be overkill for this particular use. hmmm,



> > - PasteScript: we have a bunch of code generation utilities that are
> > done using PasteScript.
>
> If it's only about creating Pyramid scaffolding, Pyramid now has code
> generation facilities built in to it.  See
>
> http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/scaffolding.html
>
>
Is this api compatible with pastescript code generation or will it require
a fair bit of retooling?  I gather you are replacing pastescript because of
the maintenance/documentation/python3 situation?


> > - FormEncode: we use it a lot for validation, (not html filling or
> > generation). I really like the FormEncode encoding approach for multi
> > input fields ( variableencode )
>
> FormEncode has picked up a maintainer, so this is probably safe.
> Although I don't think it's Py3 compat, not sure if that's on the radar.
>
>
Cool. I'm using the nested form funtionality heavily for auto generated
subforms so I don't relish replacing that. That's good news at least.


> > - PyQuery
>
> Haven't used it.
>
>
It's built in to Webtest as a dependency. Does pyramid include webtest or
have plans for the webtest api?


> > - BeautifulSoup
>
> This got a release recently which is Py3 compat.
>

Thanks again

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to