On Nov 21, 2007, at 10:39 AM, Mike Orr wrote:
> > On Nov 21, 2007 6:03 AM, Alberto Valverde <[EMAIL PROTECTED]> wrote: >> It's not a ToscaWidgets standalone application but a ToscaWidgets >> egg. >> This egg can be the listed in the "install_requires" of any >> application >> that needs it for easier deployment. It is really only useful to >> create >> a widget egg if you plan to distribute it or want to reuse it >> easily in >> multiple apps, for "one-shot" widgets you can just declare them >> inside a >> module inside your app's package. >> >> BTW, I've found PasteScript useful for much more than "scaffolding" >> Pylons or TG applications (or widget eggs). In a former job we >> used it >> extensively to script the installation, via a web control panel, >> of PHP >> applications (among others). > > I thought the only "legitimate" use for paster create was to make a > WSGI application for paster serve. So here it's just copying an > arbitrary egg skeleton to a directory? > Sure, it could scaffold anything you want In fact PasteScript comes with a 'basic_package' template which is geared towards a basic python application. I've been using it any time I need to create a normal Python project. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
