Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

syschecks — Python SDK

Official Python client for the Syschecks API — monitoring, incidents, on-call, status pages, playbooks and more.

pip install syschecks

Usage

from syschecks import SyschecksClient
from syschecks.models import CheckCreate

sc = SyschecksClient(base_url="https://api.syschecks.com", token="sk_...")

# fluent, typed, autocompleted — one client, resource namespaces
checks = sc.checks.list_checks()
check = sc.checks.create_new_check(body=CheckCreate(name="api-prod", ...))
sc.incidents.list_incidents()
sc.oncall.get_schedule(schedule_id=3)
sc.playbooks.create_playbook(org_id=1, body=...)

Every endpoint is a method on its resource namespace (sc.<resource>.<operation>()), mirroring Stripe / Anthropic-style SDKs. Path parameters are positional, request bodies and query filters are keyword arguments — all fully typed.

Architecture

This SDK is generated from the curated OpenAPI spec (the source of truth):

  • syschecks/_sdk/ — typed HTTP core + models, produced by openapi-python-client.
  • syschecks/resources/ — the fluent facade (Checks, Incidents, …), generated by scripts/gen_facade.py, each method delegating to the core with client injected.
  • syschecks/client.pySyschecksClient, wiring the namespaces together.

Nothing under syschecks/ is hand-edited. Regenerate after a spec change:

./scripts/generate.sh            # uses ../syschecks-openapi/syschecks-openapi.json
./scripts/generate.sh path/to/spec.json

Known gaps

  • SSE streams (events.event_stream, sse_metrics, sse_stats) are omitted — streaming is out of scope for v1.
  • A handful of endpoints whose backend routes lack a response_model return a raw Response[Any] (e.g. cloud_status.list_cloud_statuses, checks.get_slo_summary) until the backend annotates them.

Development

python -m pytest tests/       # structural smoke tests (no network)

Download files

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

Source Distribution

syschecks-0.1.0a1.tar.gz (195.0 kB view details)

Uploaded Source

Built Distribution

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

syschecks-0.1.0a1-py3-none-any.whl (676.8 kB view details)

Uploaded Python 3

File details

Details for the file syschecks-0.1.0a1.tar.gz.

File metadata

  • Download URL: syschecks-0.1.0a1.tar.gz
  • Upload date:
  • Size: 195.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for syschecks-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 d7e661d3064b8c305e255e8356b4ad2ea58c64a03e3143255bad43f1acfdcefc
MD5 43ea725a71f9ec6b73662be19ccc8b06
BLAKE2b-256 5b6253432eb3841f3cc7e41460067755bb0e2d6a80a42a69b50ae3817c9ed6b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for syschecks-0.1.0a1.tar.gz:

Publisher: release.yml on systeampl/syschecks-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 syschecks-0.1.0a1-py3-none-any.whl.

File metadata

  • Download URL: syschecks-0.1.0a1-py3-none-any.whl
  • Upload date:
  • Size: 676.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for syschecks-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 def153bb9e351b70e07e8f5bf22a746d2fabe2a6d76954363d460d8e8a8fa893
MD5 519419adaf25dd5859af293e7bcf79af
BLAKE2b-256 c63b2b645ae56495474f656a196ab8356c076eefaa2d2eb5ebc8f35a37e542d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for syschecks-0.1.0a1-py3-none-any.whl:

Publisher: release.yml on systeampl/syschecks-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 Sentry Error logging StatusPage Status page