Skip to main content

Low-level generated client for the Sentinos API (used by the sentinos Python SDK wrapper)

Project description

sentinos-sdk-core (Python)

Sentinos

Sentinos

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, and asyncio_detailed.
  • Models are under sentinos_core.models.*.

Building / publishing

See RELEASING.md.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sentinos_sdk_core-0.1.4.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sentinos_sdk_core-0.1.4-py3-none-any.whl (623.5 kB view details)

Uploaded Python 3

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

Hashes for sentinos_sdk_core-0.1.4.tar.gz
Algorithm Hash digest
SHA256 5cc96d70ba6143cc26fa24566a88f56d57306081d0098eb3368bddb5a255ae32
MD5 65331ddddca6d947c6a793e24ac1967e
BLAKE2b-256 61dcdf2fbfcac63ef6098836d9c5119ed4adbccba9b5548f6c66d2c4e83f3db7

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sentinos_sdk_core-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for sentinos_sdk_core-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f12a1a7258ccf7e6b26ba113c2f400a75311e12a82d918813fd8a7ce43dca0fe
MD5 cfd2800e66a32fc0bf8df7645f14d1a6
BLAKE2b-256 89611229b1c2a0d7b057131bcdcb9a1a17ac649353346bcc7ea91e4076c274d3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page