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.0.tar.gz (4.6 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.0-py3-none-any.whl (4.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: suiflex_suitest_sdk-0.1.0.tar.gz
  • Upload date:
  • Size: 4.6 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.0.tar.gz
Algorithm Hash digest
SHA256 f09f5cf0be15ecb9a416d4057fd5fe0c4cc4eba1c10b022375cc08ea5c82b738
MD5 889dd4df2507bb8f682f1950b8410eea
BLAKE2b-256 ecdb92f0b65db488cfda188a1246a38cdda8428795a8b1a941ea255695fa3e54

See more details on using hashes here.

Provenance

The following attestation bundles were made for suiflex_suitest_sdk-0.1.0.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.0-py3-none-any.whl.

File metadata

File hashes

Hashes for suiflex_suitest_sdk-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c8f0ba9ea6717fe9b2be8bb594201d97daacc73a9287ba0d58c41b43298a1050
MD5 335845ef25e4466b9b25e002a7f48906
BLAKE2b-256 38c34a84c757ca8033db257e45c22cd06e3827fc627e9144b2c47e41ba6a83e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for suiflex_suitest_sdk-0.1.0-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