Official Python SDK for the Kombo Unified API, providing a unified interface to multiple HR, ATS, and other SaaS platforms. Current version: 1.1.3. Release cadence is irregular, roughly monthly.
pip install komboNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key (set KOMBO_API_KEY env var) and list available integrations.
Use `Kombo(api_key=...)` instead of `Kombo(...)` positional.
Always pass `api_key` explicitly or set `KOMBO_API_KEY` env var and read it with `os.environ.get('KOMBO_API_KEY')`.Use `from kombo.types import ...` for type definitions.
Set KOMBO_API_KEY environment variable or pass `api_key` argument to Kombo().
Use `from kombo import Kombo` directly.
Ensure kombo >=1.0.0 and use `Kombo(api_key=...)`.
No resource links recorded.