LUML Python SDK
Project description
LUML SDK
Python SDK for ML experiment tracking. LUML lets you log metrics, parameters, models, evaluations, and LLM traces as your experiments run — either locally (SQLite) or synced to the LUML cloud platform.
Main use cases:
- Track training runs: log hyperparameters, metrics over time, final models
- Run and score evaluations on LLM or classical ML outputs
- Capture LLM traces automatically via OpenTelemetry instrumentation
- Upload experiments and models to the LUML platform for sharing and collaboration
Installation
pip install luml-sdk
With optional extras:
pip install luml-sdk[tracing] # LLM tracing via OpenTelemetry
pip install luml-sdk[datasets] # pandas / pyarrow support
Getting your API key
To upload experiments to the LUML platform you need an API key.
- Go to luml.ai and log in
- Open Settings → API Keys
- Click Generate new key and copy it
Set it as an environment variable:
export LUML_API_KEY=your_api_key_here
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
luml_sdk-0.2.0-py3-none-any.whl
(151.3 kB
view details)
File details
Details for the file luml_sdk-0.2.0-py3-none-any.whl.
File metadata
- Download URL: luml_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 151.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","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 |
035c9b4238b3459e846ebd24181585c1edbaf9a243e5eef4e682fc189786367a
|
|
| MD5 |
42e7bdfc2242103176b6356c4ce07993
|
|
| BLAKE2b-256 |
d581ffc13ad817d14a87a2a8f4179acd81ed29fa6ef96909e56b808a78fdeec1
|