No project description provided
Project description
SimStatus
A simple interface to get updates from simulation programs.
Installation
using pip:
pip install simStatus
Usage
Import it and create your simStatus record:
import simStatus
simstatus = simStatus.simStatus('simulation title',qrcode = True, link = True)
it will generate a qrCode and link, which can be used to get updates from your simulation program.
In your code, at any time, you can send a new update. Example:
simstatus.sendStatus(progress=50,status='run 4 of 8')
Note 1: it is recommended to keep the reported progress between 0 and 100 (%).
Note 2: you can leave status blank.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
simStatus-1.0.9.tar.gz
(2.9 kB
view details)
File details
Details for the file simStatus-1.0.9.tar.gz.
File metadata
- Download URL: simStatus-1.0.9.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c567658664a6c6d044c89d2112483c35dfa17f910663ad55a9ac2628728875a
|
|
| MD5 |
85c8491c06e978a6b77a1c3e8545cc24
|
|
| BLAKE2b-256 |
9ec76995ce31087823696e4ad67026e91cfaa9467fe6aec3f16c431421c4e559
|