[Web-SIG] setup.py for web apps (not frameworks)

Phillip J. Eby pje at telecommunity.com
Sat Apr 9 21:36:38 CEST 2005


At 01:33 PM 04/08/2005 -0700, tony at lownds.com wrote:
>Hi,
>
>I'd like to provide a setup.py with web apps I may write.
>Do any frameworks out there provide distutils extensions
>for use in a setup.py file?
>
>That could be a very useful cross-framework facility...

FYI, the work I'm currently doing on Python Eggs would probably help with this:

     http://peak.telecommunity.com/DevCenter/PythonEggs

My thought is that if we ever settle on a decent "deployment descriptor" 
format, you could bundle it inside a .egg and have a single-file deployment 
option.  Eggs will also soon be able to specify library eggs that they 
depend on, and have the runtime library take care of the rest.



More information about the Web-SIG mailing list