Re: [Pyobjc-dev] pyobjc/Tools vs. pyobjc/Scripts
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-11-21 23:18:49
|
I have no particular affection for any of this. One opinion: I would like to see a series of scripts that wrap the various tools found in other parts of the module-- some of which is in Lib/*/*-- such that the scripts are installed into /usr/local/bin/ (or /usr/bin/) as per a normal install. I don't like scripts that act as a module in one form and a command line tool in another. I would much rather the command line driver part simply use the separate module -- it keeps the module clean and moves all the command line arg processing/validation to an isolated spot that provides an excellent and clean example of how to work with the module. The auto-nib stuff that can dump a class template is a perfect example.... b.bum (eod, brain done) On Thursday, November 21, 2002, at 08:42 AM, Just van Rossum wrote: > yet contains meta tools nevertheless. Shall I just clear out the > Tools/ dir and > remove the "for end users" comment from Scripts/README? |