How-to Guides¶
How-to guides are problem-oriented recipes. Each one shows you how to accomplish a specific task with the Results SDK.
Setup¶
| Guide | Problem it solves |
|---|---|
| Install the SDK | Get the package installed via pip or uv. |
| Authenticate | Configure API token authentication. |
Working with Data¶
| Guide | Problem it solves |
|---|---|
| Upload Results | Persist analyses and result rows to the backend. |
| Query Results | Retrieve and filter result data through the SDK. |
| Plot Results | Render interactive charts from persisted results. |
| Filter Data | Use Django-style lookups to narrow query results. |