Hybrid computing as a Service
Protobuf
To re-generate registry client/server API:
cd protobuf/
make registry
To re-generate daemon client/server API:
cd protobuf/
make daemon
Registry server
To test registry server:
cd qall-registry-server/
make test
To build registry server:
cd qall-registry-server/
make build
To start local instructure
cd infrastructure/local/
make start
Registry client
To install registry client:
cd qall-registry-client/
pip install .
To test registry client:
cd qall-registry-client/
export qall_REGISTRY_URL=localhost:50051; pytest -vvv tests/
Daemon server
To run daemon server:
make build
qall daemon start
Daemon client
To install daemon client:
cd qall-daemon-client/
pip install .
Scaleway HCaaS client
TODO
qall (SDK)
To install qall sdk:
cd qall/
pip install .
To push a project to the registry:
cd qall/
pip install .
qall registry push examples/basic_hierarchy/my_worflow.py
qall daemon start
qall daemon run <root hash>
Release files for qall 0.1.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 | |
|---|---|---|---|
| qall-0.1.0.tar.gz | 8.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qall-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.6 kB
Release files / qall-0.1.0.tar.gz
| Download URL | qall-0.1.0.tar.gz |
|---|---|
| Size | 8.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2890051c07f7b7b1bbf0d7a0fb31a1e13d507834ea6669062a9c3ca3b91b950f
|
|
BLAKE2b-256 checksum How to use checksums |
3e16142dfcfb6afff35ac2657e2751f03829fdf8d3bc100a86d5a335ddaf0cf9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|
Release files / qall-0.1.0-py3-none-any.whl
| Download URL | qall-0.1.0-py3-none-any.whl |
|---|---|
| Size | 19.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
011da62efb19559b5fbba24b53b4a025fe508015165fe5f44bbd95ee483ce013
|
|
BLAKE2b-256 checksum How to use checksums |
61fd5444dec1ee39f680a2dd17e65e4e3049cc3cbf736b6ac4b95bf2ce014256
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.9.25
|