Crystalith Python SDK
This package is the official Python client SDK for the Crystalith API. It is generated from the repository OpenAPI schema using Fern.
Install
pip install crystalith-sdk
Minimal example
import os
from crystalith_sdk import CrystalithClient
api_key = os.environ.get("CRYSTALITH_API_KEY")
headers = {"Authorization": f"Bearer {api_key}"} if api_key else None
client = CrystalithClient(base_url="http://127.0.0.1:8032", headers=headers)
notebooks = client.notebooks.list_notebooks()
print(notebooks)
Development
From repo root:
just sdk-gen-python
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crystalith_sdk-0.1.0.tar.gz
(73.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file crystalith_sdk-0.1.0.tar.gz.
File metadata
- Download URL: crystalith_sdk-0.1.0.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717a5eed1dceabf7ce228ee93b0def5207c6f91d55289db66357f582a381992b
|
|
| MD5 |
269491728ee4a77fd711ed60af36c1c7
|
|
| BLAKE2b-256 |
1ce3e6807c9cefdd8089f28bc96f16704c5322af6a6c76466f4846cac3c8fca1
|
File details
Details for the file crystalith_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: crystalith_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 159.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
uv/0.10.7 {"installer":{"name":"uv","version":"0.10.7","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}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dadbcdcfe5a8dadeff2f185730163cbfb355da80ad2411b7aa29fd2adfcb165
|
|
| MD5 |
0a1b0e496d4cc45601c452c9914916f8
|
|
| BLAKE2b-256 |
4a2e7c3fae027497f45c68a3012b6d6f4f785334c8acfab4d3d74204a9146928
|