It is good if we can write the agent too in python. Does the early obstacles(like dep-sync) that make it hard removed now?
Damitha On Mon, Feb 17, 2014 at 7:36 AM, Pradeep Fernando <[email protected]>wrote: > Hi guys, > > We have a Java based client in stratos for legacy reasons. we used WS > calls to talk to backend and client has to made SOAP requests. (java stubs > were already avaialable and hence Java tool) > > Now we use rest endpoints and hence we can make use of scripting language > easily. Most of the CLI clients i have seen make use of script language and > its kind of cool. I personally prefer python. > > I did a bit of googling and tried out of few things to come up the initial > POC version. Python provides excellent support for making such utilities. > > it provides, optparse module and command-interpreter module. > > http://docs.python.org/2/library/cmd.html > http://docs.python.org/2/library/optparse.html > > I would like to develop this further as my weekend project. (not > targetting alpha). I need a commit location. Is it okay to create a scratch > branch... > > wdyt ? > > --pradeep > > > -- __________________________________________________________________ Damitha Kumarage http://people.apache.org/ __________________________________________________________________
