Low-level generated client for the Sentinos API (used by the sentinos Python SDK wrapper)
Project description
sentinos-sdk-core (Python)
sentinos-sdk-core is the low-level, generated (OpenAPI) Python client for the Sentinos API.
Most users should install the higher-level wrapper SDK instead:
pip install sentinos
Install
pip install sentinos-sdk-core
Usage
Create a client:
import os
from sentinos_core import AuthenticatedClient
from sentinos_core.api.default import kernel_get_runtime_metrics
client = AuthenticatedClient(
base_url="https://api.sentinos.ai",
token=os.environ["SENTINOS_ACCESS_TOKEN"],
)
metrics = kernel_get_runtime_metrics.sync(client=client)
print(metrics)
Async:
import os
from sentinos_core import AuthenticatedClient
from sentinos_core.api.default import kernel_get_runtime_metrics
client = AuthenticatedClient(
base_url="https://api.sentinos.ai",
token=os.environ["SENTINOS_ACCESS_TOKEN"],
)
async def main() -> None:
metrics = await kernel_get_runtime_metrics.asyncio(client=client)
print(metrics)
Notes
- Endpoints are grouped under
sentinos_core.api.default.*(and other tag modules when tags are present). - Each endpoint module provides
sync,sync_detailed,asyncio, andasyncio_detailed. - Models are under
sentinos_core.models.*.
Building / publishing
See RELEASING.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sentinos_sdk_core-0.1.4.tar.gz.
File metadata
- Download URL: sentinos_sdk_core-0.1.4.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc96d70ba6143cc26fa24566a88f56d57306081d0098eb3368bddb5a255ae32
|
|
| MD5 |
65331ddddca6d947c6a793e24ac1967e
|
|
| BLAKE2b-256 |
61dcdf2fbfcac63ef6098836d9c5119ed4adbccba9b5548f6c66d2c4e83f3db7
|
Provenance
The following attestation bundles were made for sentinos_sdk_core-0.1.4.tar.gz:
Publisher:
publish.yml on SentinosHQ/sentinos-sdk-core-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sentinos_sdk_core-0.1.4.tar.gz -
Subject digest:
5cc96d70ba6143cc26fa24566a88f56d57306081d0098eb3368bddb5a255ae32 - Sigstore transparency entry: 1070354709
- Sigstore integration time:
-
Permalink:
SentinosHQ/sentinos-sdk-core-python@d7069b34e8195f54fc9ab3e8819511f9ff2f8b6f -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/SentinosHQ
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d7069b34e8195f54fc9ab3e8819511f9ff2f8b6f -
Trigger Event:
push
-
Statement type:
File details
Details for the file sentinos_sdk_core-0.1.4-py3-none-any.whl.
File metadata
- Download URL: sentinos_sdk_core-0.1.4-py3-none-any.whl
- Upload date:
- Size: 623.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f12a1a7258ccf7e6b26ba113c2f400a75311e12a82d918813fd8a7ce43dca0fe
|
|
| MD5 |
cfd2800e66a32fc0bf8df7645f14d1a6
|
|
| BLAKE2b-256 |
89611229b1c2a0d7b057131bcdcb9a1a17ac649353346bcc7ea91e4076c274d3
|
Provenance
The following attestation bundles were made for sentinos_sdk_core-0.1.4-py3-none-any.whl:
Publisher:
publish.yml on SentinosHQ/sentinos-sdk-core-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
sentinos_sdk_core-0.1.4-py3-none-any.whl -
Subject digest:
f12a1a7258ccf7e6b26ba113c2f400a75311e12a82d918813fd8a7ce43dca0fe - Sigstore transparency entry: 1070354735
- Sigstore integration time:
-
Permalink:
SentinosHQ/sentinos-sdk-core-python@d7069b34e8195f54fc9ab3e8819511f9ff2f8b6f -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/SentinosHQ
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d7069b34e8195f54fc9ab3e8819511f9ff2f8b6f -
Trigger Event:
push
-
Statement type: