initialise repo
[debian/orchestra.git] / clientlibs / python / README.md
1 # pyaudience
2
3 This is a very simple interface stub for python to talk to a running
4 conductor.
5
6 submit_job submits a job.  It does no argument checking (it probably
7 should).
8
9 get_status gets data for a job.  If successful, it returns the unmarshall'd
10 json result.
11
12 Both methods throw exceptions if anything goes wrong.  There is a
13 ServerError exception type which will be raised if the server
14 complains about anything.
15
16 For more information about this API, please see doc/audience_api.txt