Client API (between application and HTC-Grid)¶
HTC-Grid provides a Python3 API (please refer to API Reference for more details) with several client application examples of how to use the API (see client.py, cancel_tasks.py, and portfolio_pricing_client.py examples in /examples/client/python).
These examples show how to: - Connect to an HTC-Grid deployment - Authenticate the client - Submit multiple tasks - Wait for the results - Retrieve results
Follow these examples to write a custom applications.