qarnot 2.15.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

qarnot 2.15.0

Qarnot computing Python SDK

This package allows you to use Qarnot cloud computing service.
You can launch, manage and monitor payloads running on distributed computing nodes deployed in Qarnot’s digital boilers.


Basic usage
Create an account, retrieve your token and get free computation time on account.qarnot.com
Launch a docker container in 7 lines:
import qarnot
conn = qarnot.connection.Connection(client_token="xxxx_mytoken_xxxx")
task = conn.create_task('hello world', 'docker-batch', 4)
task.constants['DOCKER_CMD'] = 'echo hello world from node #${FRAME_ID}!'
task.run()
print(task.stdout())


Samples and documentations
You can find samples and detailed information on qarnot.com.
SDK documentation is available here


Generating documentation
To generate the SDK documentation you can use the following command
make -C doc html
The index of the doc is then generated in doc/_build/html/index.html

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.