Examples Directory¶
This section contains interactive Jupyter notebook examples demonstrating how to use the Sift Python client library.
Available Examples¶
- Basic Usage - Introduction to the Sift Python client, covering basic operations and API usage
- Data Ingestion - Learn how to ingest telemetry data into Sift using various methods
- Pytest Plugin Quickstart - Guided tour of the runnable demo project under
python/examples/pytest_plugin/
For the conceptual reference on the pytest plugin (fixtures, configuration, report structure, and pass/fail behavior), see the Pytest Plugin guide.
Running Examples Locally¶
To run these examples on your local machine:
-
Install the Sift Python client:
-
Set up your environment variables in a
.envfile next to the notebook files: -
Open the notebooks in Jupyter after downloading them:
For more examples including command-line scripts, see the examples directory in the repository.