Official Python SDK for integrating with Zoho Catalyst serverless platform. Provides client libraries for Catalyst services like Data Store, Cache, Search, File Store, and Functions. Current version is 1.4.0, release cadence approximately quarterly.
pip install zcatalyst-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Catalyst app and fetch all rows from a table.
Upgrade Python to 3.10+.
Pass configuration as a dict to App(). Ensure environment variables are correctly mapped.
Change imports to use the zcatalyst namespace.
Refer to the official documentation for correct CRUD methods.