On Thu, Jul 23, 2009 at 6:43 PM, Didip Kerabat<[email protected]> wrote: > For those of us not in-the-know, what are the differences between pypes and > pylons?
Pylons is the framework you know and love. Pypes is a project to build a kind of meta-framework taking common pieces that have evolved from the recent frameworks, and using a component architecture (zope.component) to allow other frameworks or multi-framework applications to be built on top of it. Developers from Pylons, TurboGears, and repoze.BFG are participating. Currently there's a prototype that runs Pylons' QuickWiki demo and some BFG apps. Two framework flavors are being built for it, one Pylons-like and the other BFG-like. The benefit for Pylons is to explore a different platform that may make it easier to do things like nested apps and application components. If the Pylons flavor looks viable for real apps in several months, it may become "Pylons 2.0" or a parallel version of Pylons. The prototype URL is in the list archive under this thread. -- Mike Orr <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
