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))
Release files for cook-client-api 0.3.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cook-client-api-0.3.5.tar.gz | 13.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cook_client_api-0.3.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.6 kB
Release files / cook-client-api-0.3.5.tar.gz
| Download URL | cook-client-api-0.3.5.tar.gz |
|---|---|
| Size | 13.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a6677613e5e361e2b062a38d0516b5f0506e1c4a9d609538126257d976ccda21
|
|
BLAKE2b-256 checksum How to use checksums |
b5a2b6d53ca47dc768141826a5d89ed31eb8dac277df566f0da465161676074a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.20.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8
|
Release files / cook_client_api-0.3.5-py3-none-any.whl
| Download URL | cook_client_api-0.3.5-py3-none-any.whl |
|---|---|
| Size | 16.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
082a399f9ca2216be0a63769a8ee9816081b76ff40fbaa40d7d0565130eb9c40
|
|
BLAKE2b-256 checksum How to use checksums |
a76fe6a4d5b31a015a7f23c8bf709f444692413cce482dd8721b2d55ac79d638
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.20.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8
|