Skip to main content

Qarnot Computing SDK

Project description

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 heaters.

Basic usage

Get your token and free computation time on computing.qarnot.com

Launch a docker container in 7 lines:

import qarnot
conn = qarnot.connection.Connection({'client_auth': 'xxxx-mytoken-xxxx'})
task = conn.create_task('hello world', 'docker-batch', 4)
task.constants["DOCKER_REPO"]="library/ubuntu"
task.constants['DOCKER_CMD'] = 'echo hello world from node #${FRAME_ID}!'
task.run()

Samples and documentations

You can find samples and detailed information on computing.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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qarnot-1.1.4.tar.gz (57.3 kB view details)

Uploaded Source

File details

Details for the file qarnot-1.1.4.tar.gz.

File metadata

  • Download URL: qarnot-1.1.4.tar.gz
  • Upload date:
  • Size: 57.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for qarnot-1.1.4.tar.gz
Algorithm Hash digest
SHA256 89705e09bdc9abaacfae9f3f5c98c3ff6e3fe62fb71a64b099599544c3667564
MD5 8b6768bdfb9038625ca2a50bafcdad15
BLAKE2b-256 efd68551e808ce18f6eac9b3ffdc4a3336c2b524f7586cdb7b65d78a9049e544

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page