SDK Reference
Reference documentation for the public lium.sdk Python API.
Install the SDK with:
pip install lium.io
Client​
- Lium - Clean Unix-style SDK for Lium.
Configuration​
Models​
- ExecutorInfo
- PodInfo
- Template - Template information.
- BackupConfig - Backup configuration information.
- BackupLog - Backup log information.
- RestoreLog - Restore log information.
- VolumeInfo - Volume information.
- SSHKey - Public SSH key registered for the current user.
Exceptions​
- LiumError - Base exception for Lium SDK.
- LiumAuthError - Authentication error.
- LiumRateLimitError - Rate limit exceeded.
- LiumServerError - Server error.
- LiumNotFoundError - Resource not found (404).
Decorators​
- machine - Decorator to execute a function on a remote Lium machine.