CPSL provides a Python SDK and command-line interface for Capsule, a platform for building and managing serverless applications. Current version is 0.3.174, with active development and frequent releases.
pip install cpslNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the Capsule client with an API key and deploy a serverless function.
Use `from cpsl import Capsule` and rename class references.
Use `--source` instead of `--path` in CLI commands: `cpsl deploy --source /path/to/func`.
Set `CAPSULE_API_KEY` environment variable, or pass `api_key` explicitly.
No resource links recorded.