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
Release files for qarnot 2.23.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qarnot-2.23.0.tar.gz | 140.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qarnot-2.23.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 237.1 kB
Release files / qarnot-2.23.0.tar.gz
| Download URL | qarnot-2.23.0.tar.gz |
|---|---|
| Size | 140.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2b2c30de38beb028af3e02d3089f5e8ce8eba020e1e87be63b11397baaab3a47
|
|
BLAKE2b-256 checksum How to use checksums |
e951e2fa162140f8e77204f7adb0cc4669b95deb4c929cacad8409353c7079b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / qarnot-2.23.0-py3-none-any.whl
| Download URL | qarnot-2.23.0-py3-none-any.whl |
|---|---|
| Size | 96.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aad03e95e923666a1f91032387718a83e682d1497dc09ac1421b9b9cf3c9031a
|
|
BLAKE2b-256 checksum How to use checksums |
3f2eabd10f36cbcf461569c873d1c5f81f35a8b0126216f04dc6272c7bb2f559
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|