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.43
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.43.tar.gz | 53.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| onetaskgraph_sdk-0.2.43-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 120.7 kB
Release files / onetaskgraph_sdk-0.2.43.tar.gz
| Download URL | onetaskgraph_sdk-0.2.43.tar.gz |
|---|---|
| Size | 53.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2731aa7ec5cc871a402f7731918b3ee7d5b78f126a13141b59194e1c94729ed
|
|
BLAKE2b-256 checksum How to use checksums |
724139b49ba6da19be536989ea7172185fc4b7cbd1acaee1bb5c5a1d02966e03
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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.43-py3-none-any.whl
| Download URL | onetaskgraph_sdk-0.2.43-py3-none-any.whl |
|---|---|
| Size | 67.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd19e4f01e0a4d7adfd84d1ac256574f539c919dc5cbd7494af8b2b46867e946
|
|
BLAKE2b-256 checksum How to use checksums |
139c217e486a4afea042b3f9096e4ecf3dd94fc7776be70aa3d7c73a67fe5155
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.18 {"installer":{"name":"uv","version":"0.12.18","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}
|