Python SDK for the Kodexa Platform, enabling AI-powered document processing, content extraction, and workflow automation. Current version 7.4.421830084132, with rapid, automated releases. Requires Python >=3.11,<3.14.
pip install kodexaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key from environment variable and fetch current user info.
Pin to exact version: kodexa==7.4.421830084132
Replace `from kodexa.platform import KodexaPlatform` with `from kodexa import KodexaClient` and adjust method calls accordingly.
Pass `timeout` parameter during client instantiation: `KodexaClient(..., timeout=120)`
Use `from kodexa import KodexaClient`
Set environment variable `KODEXA_API_KEY` or pass `api_key='your-key'` to `KodexaClient()`
No dependency data recorded yet.