Registry / http-networking / sift-stack-py

sift-stack-py

JSON →
library0.14.1pypypiunverified

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-py
INSTALL
IMPORT
SIG · SIFT-STACK-PY
S
sift-stack-py
http-networkingpythonv0.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SiftClient
from sift.client import SiftClient
from sift import SiftClient
SiftClient is in sift.client, not the top-level sift module
AsyncSiftClient
from sift.client import AsyncSiftClient
from sift.async_client import AsyncSiftClient
AsyncSiftClient is also in sift.client

Initialize a Sift client with an API key and list data sources.

import os from sift.client import SiftClient client = SiftClient(api_key=os.environ.get('SIFT_API_KEY', '')) # Example: list data sources data_sources = client.list_data_sources() print(data_sources)
Debug
Known issues
breakingThe package was renamed from `sift-python` to `sift-stack-py` before v0.10.0. Old installations will break.
fix
Uninstall old package (`pip uninstall sift-python`) and install `sift-stack-py`.
affects: <0.10.0
gotchaThe client requires an API key set via environment variable `SIFT_API_KEY` or passed explicitly. Never hardcode keys in code.
fix
Set SIFT_API_KEY environment variable or pass `api_key` parameter.
affects: all
deprecatedThe `SiftClient` sync client may be deprecated in favor of `AsyncSiftClient` in future releases (v1.0.0a9 includes both).
fix
Consider using `AsyncSiftClient` for new code to ensure future compatibility.
affects: >=0.14.0
Upgrade
Version history
0.14.1latest on PyPI · released May 1, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
sift-stack-py — pip install sift-stack-py · libregistry