onetaskgraph-sdk
The typed Python client for onetaskgraph. Its request vocabulary, response models,
and method surface are generated from the JSON Schema and command help emitted by the
real binary; the workspace's just lint rejects committed output that has drifted.
import asyncio
from onetaskgraph_sdk import Client
tasks = asyncio.run(Client().task_list(status=["todo"]))
Each async call runs one binary subprocess and validates its JSON response. The executable is
resolved in this order: the binary= constructor argument, the
ONETASKGRAPH_SDK_BINARY environment variable, then the onetaskgraph executable supplied
on PATH by the packaged binary distribution. Pass cwd= to select the directory from
which configuration is discovered. Partial query exit status 4 is parsed and returned,
so callers can inspect each typed SourceFailure; other non-zero statuses raise
OnetaskgraphError with the exit code.
Release files for onetaskgraph-sdk 0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| onetaskgraph_sdk-0.2.9.tar.gz | 50.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| onetaskgraph_sdk-0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 80.6 kB
Release files / onetaskgraph_sdk-0.2.9.tar.gz
| Download URL | onetaskgraph_sdk-0.2.9.tar.gz |
|---|---|
| Size | 50.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
addb0ad12643351ec794b9ff41980fb724d506393a73dc1f80f7982620bd0ccf
|
|
BLAKE2b-256 checksum How to use checksums |
c6ea1236f78e80b18e16726e567f9a365d337a50b53cf6ba0e3c9ac2205253b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / onetaskgraph_sdk-0.2.9-py3-none-any.whl
| Download URL | onetaskgraph_sdk-0.2.9-py3-none-any.whl |
|---|---|
| Size | 30.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ba0274e49af994fbcc21aadbe886673df503b0bf8d4cd1671c60ac8e9ed8a66a
|
|
BLAKE2b-256 checksum How to use checksums |
6514f6fe36f118323d3774186e1fc6d99b56f71444b6d6e8630c29843d76912b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.7 {"installer":{"name":"uv","version":"0.12.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|