Guides¶
Conceptual references for the Sift Python client. Guides explain how a feature works and how to configure it. For runnable, end-to-end walkthroughs see the Examples section.
Available guides¶
- Credentials and profiles: how
SiftClientresolves its API key and endpoints from arguments, environment variables, and thesift.tomlprofiles thatsift-climanages. - Pytest Plugin: turn a pytest run into a
TestReportin Sift. Each test becomes aTestStep, measurements are recorded as rows, and failures propagate up through nested substeps to the report.