Python client library for the Sift API (sift-stack/sift). The library provides async and sync clients for interacting with Sift, a platform for managing and querying time series data from engineering systems. Current version is 0.14.1, with a pre-release v1.0.0a9 available. The library requires Python >=3.8 and is actively developed.
pip install sift-stack-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a Sift client with an API key and list data sources.
Uninstall old package (`pip uninstall sift-python`) and install `sift-stack-py`.
Set SIFT_API_KEY environment variable or pass `api_key` parameter.
Consider using `AsyncSiftClient` for new code to ensure future compatibility.
No dependency data recorded yet.