Re: CLI framework using python

2014-10-15 Thread vijnaana bhairava
4 7:46:44 PM UTC+5:30, INADA Naoki wrote: > Click_ is another CLI framework. > > It support multi-level nested command like git and it has some nice utilities. > > I love it's design. > > > > > > > > .. _click: http://click.pocoo.org/3/ > >

Re: CLI framework using python

2014-10-14 Thread vijnaana bhairava
ctual implementation which uses pyCli, i can't figure out how to make use of pyCLI. Another question i have is whether it uses argparse? If so, what value add does PYCLI do? Regards, vij On Thursday, October 9, 2014 5:50:51 PM UTC+5:30, vijnaana bhairava wrote: > Hi, > > > > I

CLI framework using python

2014-10-09 Thread vijnaana
Hi, I need to develop a python CLI framework. For example if i need to set an ip address in linux: ifconfig eth0 172.16.25.125 I should be able to use python to do the above. 1. The user will execute a python script to which i will pass the params eth0 and ip address (something like ifconf.py

PyCli : Need some reference to good books or tutorials on pycli

2014-09-26 Thread vijnaana
Hi Folks, I need to develop a CLI (PyCli or similar)on Linux. To be more specific to develop Quagga(open source routing software) like commands using python instead of C. Need some good reference material for the same. P.S google didn't help Thank You! Vij -- https://mail.python.org/mailman/li