Registry / devops / wisent-compute

wisent-compute

JSON →
library0.4.330pypypiunverified

Job queue and compute management library for Wisent GPU workloads. Current version 0.4.330, rapid release cadence.

pip install wisent-compute
INSTALL
IMPORT
SIG · WISENT-COMPUTE
W
wisent-compute
devopspythonv0.4.330
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ComputeClient
from wisent_compute import ComputeClient
from wisent_compute import ComputeClient

Submit a simple job using ComputeClient.

from wisent_compute import ComputeClient import os client = ComputeClient(api_key=os.environ.get('WISENT_API_KEY', '')) job = client.submit_job('my_job', image='ubuntu:latest', command='echo hello') print(job.status)
Debug
Known issues
breakingAPI key must be provided via environment variable or constructor; no fallback.
fix
Set WISENT_API_KEY environment variable or pass api_key argument.
affects: >=0.4.0
deprecatedThe 'run_job' method was renamed to 'submit_job' in v0.4.300.
fix
Use client.submit_job() instead of client.run_job().
affects: >=0.4.300
gotchaJob image must be a valid Docker image; no default provided.
fix
Always specify an image parameter.
affects: all
Upgrade
Version history
0.4.330latest on PyPI · released Jun 3, 2026
Audit
Dependencies
wisent-corerequiredCore library for Wisent GPU management
redisoptionalJob queue backend
Agent activity
9 hits · last 30 days
node
8
Resources

No resource links recorded.

wisent-compute — pip install wisent-compute · libregistry