QLAM Core SDK
qlam-core is the Python SDK for integrating with QLAM services. It provides authentication, configuration management, and type-safe API clients.
See the changelog for versioned release notes.
Modules
| Module | Description |
|---|---|
| Authentication | OAuth2 authentication, current-user profile (UserInfo), and client |
| Configuration | Configuration management |
| App Context | Application context for managing config, auth, and clients |
| HTTP Clients | HTTP client for API communication |
| SDK Base | Base API class and SDK auth helpers (get_credential, get_user_info, refresh_credentials) |
| Errors | Exception hierarchy |
| Plugins | API clients for tasks, results, compilations, definitions, tenants, users, and groups |