A library to ease interactions with Google's batchexecute batch RPC system. Version 1.0.0, released infrequently. Provides a high-level client for constructing and executing batched requests.
pip install pybatchexecuteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and execute batch requests.
Ensure you provide an authentication object or API key when creating the client.
Use client.execute() instead of client.execute_batch().
Always check response status codes for each request.