On 26 July 2013 16:08, Alister <alister.w...@ntlworld.com> wrote: > > > > The main point of this is for shell users that are using Python and do > > not know some of the Python commands. This module would make Python more > > like a Linux shell. For instance, a shell user would type boash.uname() > > because they may not know they can type "import platform; > > platform.uname()". > > But they will know how to import your module? > > to be honest I think this module is a solution looking for a problem & > you have re-invented the wheel (Square). > don't let that put you off, there are many command line tools that could > do with a good wrapper to make them easier to use,perhaps you are tryingto > be too general.
I actually think http://plumbum.readthedocs.org<http://plumbum.readthedocs.org/en/latest/> , http://sarge.readthedocs.org and http://amoffat.github.io/sh/ do a really good job at this. I might one day even try them ;).
-- http://mail.python.org/mailman/listinfo/python-list