Official Python client for Cudo Compute's cloud platform (cudocompute.com). Current version 0.3.6; release cadence is irregular. Provides high-level API for managing virtual machines, SSH keys, and billing. Requires Python >=3.8.
pip install cudo-computeVerified import paths — ran on the pinned version, not inferred.
Initialize the client with an API key from environment variable, then list virtual machines.
Always set CUDO_API_KEY environment variable. Use client's method signatures as per autocomplete.
Pass full UUID obtained from list_virtual_machines() or create methods.
Use Python 3.9+ for forward compatibility.
No dependency data recorded yet.