The official Python library for the Kernel API, providing tools to interact with Kernel's platform for AI-powered data processing. Current version 0.63.0, released under MIT license. Active development with frequent releases.
pip install kernelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Kernel client with an API key and make a query. Set KERNEL_API_KEY environment variable.
Access response.text instead of treating response as a string.
Update imports from `from kernel.errors import ...` to `from kernel.exceptions import ...`
Use `api_key` parameter or set the environment variable.
Run `pip install kernel`
Set KERNEL_API_KEY environment variable or pass `api_key` parameter.
If using response.text, ensure library version >=0.60. Otherwise, use the raw string response.