Cook Scheduler Client API for Python
Project description
The Cook Scheduler Python Client API
This package defines a client API for Cook Scheduler, allowing Python applications to easily integrate with Cook.
Quickstart
The code below shows how to use the client API to connect to a Cook cluster listening on localhost:12321
, submit a job to the cluster, and query its information.
from cookclient import JobClient
client = JobClient('localhost:12321')
uuid = client.submit(command='ls')
job = client.query(uuid)
print(str(job))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cook-client-api-0.3.5.tar.gz
(13.0 kB
view hashes)
Built Distribution
Close
Hashes for cook_client_api-0.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 082a399f9ca2216be0a63769a8ee9816081b76ff40fbaa40d7d0565130eb9c40 |
|
MD5 | cd509c1bf6bfefbf5858528306049912 |
|
BLAKE2b-256 | a76fe6a4d5b31a015a7f23c8bf709f444692413cce482dd8721b2d55ac79d638 |