Tempita and PasteScript: I use these for project templates. I assume there is a new way to do scaffolding in Pyramid, but I don't see a reason to translate my project templates (they aren't generic enough to be useful to anyone else).
FormEncode: I really like FormEncode for validation. The documentation might not be as thorough as it could be -- sometimes requires browsing the source to learn a technique -- but it works well once you figure it out. I use it when I need nested forms or multiple forms per page. The validation errors also map extremely well to JSON for asynchronous form validation. I haven't found anything that does nested/multi-row forms as nicely. BeautifulSoup: I use lxml.html for HTML parsing , but I haven't used BeautifulSoup enough to know the difference. Everything you're using I've heard recommendations for in the past, so it's not like you are using obscure dependencies that may disappear without warning. I don't think you need to change anything -- even if you change the dependency, people that have problems with dependencies will still dislike the fact that it's there. -- Jason -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/T05HZauge5gJ. 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.
