Skip to main content

Qarnot Computing SDK

Project description

Qarnot computing Python SDK

pypi-badge readthedocs-badge

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

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-2.18.0.tar.gz (117.1 kB view details)

Uploaded Source

Built Distribution

qarnot-2.18.0-py3-none-any.whl (77.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: qarnot-2.18.0.tar.gz
  • Upload date:
  • Size: 117.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for qarnot-2.18.0.tar.gz
Algorithm Hash digest
SHA256 38df014725ccb3df1fc7074e7d49a4ac4907865039b58d6d00d4315208315129
MD5 896438091cc5fd478d39929902c6ba47
BLAKE2b-256 e7103e18526115ae88833a24ce5827fcadc9d147d9aafa2575c3be27f88c798c

See more details on using hashes here.

File details

Details for the file qarnot-2.18.0-py3-none-any.whl.

File metadata

  • Download URL: qarnot-2.18.0-py3-none-any.whl
  • Upload date:
  • Size: 77.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for qarnot-2.18.0-py3-none-any.whl
Algorithm Hash digest
SHA256 85b808bf4c8a70e9def9c6250f3d17926dc7065a1854194ac783573c5f7e6651
MD5 45f66a89839610ed8bf0b809b0032f76
BLAKE2b-256 209da3b43e05b2c5d99100429d91d3d4170f5e2c4f29a877b48dbc1fe6cf2aca

See more details on using hashes here.

Supported by

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