Skip to main content

Skillforge Python Client

Official, typed Python client for the Skillforge HTTP API. The package is generated from Skillforge's versioned OpenAPI contract and released with the matching Skillforge version.

Installation

With uv:

uv add skillforge-client

Or with pip:

python -m pip install skillforge-client

Quick start

Use AuthenticatedClient for endpoints protected by a Skillforge bearer token:

import os

from skillforge_client import AuthenticatedClient

client = AuthenticatedClient(
    base_url=os.environ["SKILLFORGE_URL"],
    token=os.environ["SKILLFORGE_TOKEN"],
)

Endpoint functions are grouped by their OpenAPI tag. For example, the liveness endpoint can be called synchronously:

import os

from skillforge_client import Client
from skillforge_client.api.system import system_liveness_check

with Client(base_url=os.environ["SKILLFORGE_URL"]) as client:
    health = system_liveness_check.sync(client=client)

if health is not None:
    print(health.status.value)

Every generated endpoint module provides four variants:

  • sync: blocking call returning the parsed response or None
  • sync_detailed: blocking call returning status, headers, content, and the parsed response
  • asyncio: asynchronous call returning the parsed response or None
  • asyncio_detailed: asynchronous call returning the detailed response

Generated request and response models are available from skillforge_client.models.

Versioning and source

Client versions follow Skillforge releases. This package was generated from the openapi.json contract for Skillforge v0.4.0; generated source is not maintained by hand.

Release files for skillforge-client 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for skillforge-client 0.4.0
File Size Uploaded
skillforge_client-0.4.0.tar.gz 52.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for skillforge-client 0.4.0
File Interpreter ABI Platform
skillforge_client-0.4.0-py3-none-any.whl Python 3 none any Details

Total release size: 251.0 kB

Release files / skillforge_client-0.4.0.tar.gz

Download URL skillforge_client-0.4.0.tar.gz
Size 52.9 kB
Tags Source
SHA-256 checksum
How to use checksums
6161b1bfbb093ae264e9ae25644d0ac2b232a7c2542b3f9312cd8f12c373d46a
BLAKE2b-256 checksum
How to use checksums
e17b0dc20026ed60ad95a6eb1801bf2736e15eb87de6fd5319309996e307bd25
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release files / skillforge_client-0.4.0-py3-none-any.whl

Download URL skillforge_client-0.4.0-py3-none-any.whl
Size 198.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
09921bbfd196b489c4dc805862d16342ee627cc20409b395532a76bd1929a95d
BLAKE2b-256 checksum
How to use checksums
5f551baf7cf24a6569498c8a2e2935c6225c93ba271a2efd2802b31d50c1e760
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via uv/0.12.17 {"installer":{"name":"uv","version":"0.12.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

0.5.0

2 release files

This release

0.4.0 This release

2 release files

0.3.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page