[MTT users] Python client requires MTT_HOME

2018-08-14 Thread Ralph H Castain
Hello all During the telecon today, we decided to enforce a requirement in the Python client that MTT_HOME be set in the environment to point at the top of the MTT directory tree. This significantly simplified some code and seemed a reasonable minimum requirement for operation. The commit for

Re: [MTT users] Python client

2015-12-13 Thread Jeff Squyres (jsquyres)
+1 on both Ralph and Josh's comments. > On Dec 13, 2015, at 11:56 AM, Josh Hursey wrote: > > I think this is fine. If we do start to organize ourselves for a formal > release then we might want to move to pull requests to keep the branch stable > for a bit, but for now this is ok with me. > >

Re: [MTT users] Python client

2015-12-13 Thread Josh Hursey
I think this is fine. If we do start to organize ourselves for a formal release then we might want to move to pull requests to keep the branch stable for a bit, but for now this is ok with me. The Python client looks like it will be a nice addition. Hopefully, I will have the REST submission inter

[MTT users] Python client

2015-12-10 Thread Ralph Castain
Hey folks I'm working on the Python client and it is coming along pretty well. The code is completely separate from the Perl-based client and doesn't interact with it, so I would like to push it into the repo on an on-going basis so others can look at it and comment as I go rather than hold it unt