Skip to main content

Official Python SDK for the Suitest API

Project description

suiflex-suitest-sdk (Python)

Official Python SDK for the Suitest API.

pip install suiflex-suitest-sdk
from suitest_sdk import SuitestClient

with SuitestClient("https://suitest.example", token="...", workspace_id="ws_1") as client:
    print(client.capabilities())          # {"tier": "ZERO", ...}
    cases = client.list_cases()
    run = client.create_run(case_id=cases[0]["id"])
    final = client.wait_for_run(run["id"])
    print(final["status"])
    for p in client.list_mcp_providers():
        print(p["name"])

The client tracks the OpenAPI schema served at /openapi.json; a fully generated client can be produced from there, but this hand-written client keeps the common flows ergonomic and dependency-light (only httpx).

Licensed Apache-2.0.

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

suiflex_suitest_sdk-0.1.1.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

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

suiflex_suitest_sdk-0.1.1-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file suiflex_suitest_sdk-0.1.1.tar.gz.

File metadata

  • Download URL: suiflex_suitest_sdk-0.1.1.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for suiflex_suitest_sdk-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6e538d7e131cb112cd3f3037e0a3e5588a2abffd78d5e51484dd43ced2175f13
MD5 edf354338432903105306ac67d3ac450
BLAKE2b-256 667e6c50116b7fcc6eeab56ed52bcc94a600e58de89d14a1e6ec042a1ef38c6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for suiflex_suitest_sdk-0.1.1.tar.gz:

Publisher: release-python-sdk.yml on suiflex/suitest

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

File details

Details for the file suiflex_suitest_sdk-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for suiflex_suitest_sdk-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f0e50197a30b729cd75f9eecd98b6261f2e2b5ce578aedc27b938bf35ddd066c
MD5 012df78e833a431eb743ab929dec08be
BLAKE2b-256 c9ee06457b91081b81379b6c48d1ad39317fdf96d645f7aaf37c26aa8776b383

See more details on using hashes here.

Provenance

The following attestation bundles were made for suiflex_suitest_sdk-0.1.1-py3-none-any.whl:

Publisher: release-python-sdk.yml on suiflex/suitest

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