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.27
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.27.tar.gz | 58.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| onetaskgraph_sdk-0.2.27-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 103.4 kB
Release files / onetaskgraph_sdk-0.2.27.tar.gz
| Download URL | onetaskgraph_sdk-0.2.27.tar.gz |
|---|---|
| Size | 58.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1188bdc8b07bc3aa2e6c2296847482ece75ac26189d6ccba11ab924a693d40b8
|
|
BLAKE2b-256 checksum How to use checksums |
0a3dc8723efcc1427e8d6b20d2ff7020241b8b00d067f1ed6e2ef0b29dc4970a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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.27-py3-none-any.whl
| Download URL | onetaskgraph_sdk-0.2.27-py3-none-any.whl |
|---|---|
| Size | 44.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f9b539a4199d1a1a09257bb2824ce4eb75d9c0a3d0f3a748dd35f6029a543c22
|
|
BLAKE2b-256 checksum How to use checksums |
aae6e3254d11bcec224f2ae0912d0e40b5eb3835acd112a6979a1dce4955c3e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.10 {"installer":{"name":"uv","version":"0.12.10","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}
|