Re: Standard way to distribute utilities with packages

2011-03-27 Thread Sridhar Ratnakumar
On Sunday, March 27, 2011 at 1:05 PM, Laszlo Nagy wrote: I'd like to distribute a pure Python package named "foo". By default it > will be placed in lib/site-packages/foo. What if I want to add > utilities? Command line or GUI programs that are not full featured > applications, but they can be h

Re: Standard way to distribute utilities with packages

2011-03-27 Thread eryksun ()
On Sunday, March 27, 2011 4:05:30 PM UTC-4, Laszlo Nagy wrote: > I'd like to distribute a pure Python package named "foo". By default it > will be placed in lib/site-packages/foo. What if I want to add > utilities? Command line or GUI programs that are not full featured > applications, but they

Standard way to distribute utilities with packages

2011-03-27 Thread Laszlo Nagy
I'd like to distribute a pure Python package named "foo". By default it will be placed in lib/site-packages/foo. What if I want to add utilities? Command line or GUI programs that are not full featured applications, but they can be handy for some tasks that are related to the package. Here is w