Install & Compatibility
Where this runs
tested against v0.6.7 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✕ build_error
py 3.11
✕ build_error
✓ 78.8s
py 3.12
✕ build_error
✓ 72.1s
py 3.13
✕ build_error
✓ 74.1s
py 3.9
✕ build_error
✕ build_error
1468MB installed
● package 1468MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
CodeInspectCommand
✓ from seshat import CodeInspectCommand
✗ from seshat import SeshatClient
Console
✓ from seshat import Console
✗ from seshat import SeshatClient
Table
✓ from seshat import Table
✗ from seshat import SeshatClient
Initialize a client with an API key from environment variable.
import os
from seshat import SeshatClient
client = SeshatClient(api_key=os.environ.get('SESHAT_API_KEY', ''))
print(client.list_pipelines())
Upgrade
Version history
0.6.7latest on PyPI · released May 2, 2026
Audit
Dependencies
pydanticrequiredUsed for data validation and settings management
requestsrequiredHTTP client for API calls
clickrequiredCLI interface