2009/2/14 Tarek Ziadé :
> I really like the way setuptools wraps scripts depending on the platform.
>
> http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation
>
> I am not talking about the entry_point feature, but the way it creates
> executables.
>
> What would people think
On Sat, Feb 14, 2009 at 11:23 PM, Robert Kern wrote:
> I have a couple of issues with this feature as implemented in setuptools. I
> think they should be addressed if the feature makes its way into the stdlib:
>
> 1. The pkg_resources import can make startup time quite large. For small
> command-l
On 2009-02-14 06:26, Tarek Ziadé wrote:
Hello
I really like the way setuptools wraps scripts depending on the platform.
http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation
I am not talking about the entry_point feature, but the way it creates
executables.
What would p
Hello
I really like the way setuptools wraps scripts depending on the platform.
http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation
I am not talking about the entry_point feature, but the way it creates
executables.
What would people think about making that feature go i