Visualize the progress of a Python script on the web.
Project description
cloud-tqdm
visualize the progress of a Python script on the web.
cloud-tqdm
inherits from tqdm, so it can be run in the same way as tqdm.
Installation
pip install cloud-tqdm
Usage
Visualize the progress of a Python script on the web.
import time
from cloud_tqdm import cloud_tqdm
for i in cloud_tqdm(range(30), desc="Processing"):
print(i)
time.sleep(1)
cloud-tqdm → https://cloud-tqdm....
1
2
3
Multiple progresses can be displayed on the same page by connecting pid
with URLs.
https://cloud-tqdm.web.app/progress?pid=-MBm07wc3HJ-JZfeOc5a&pid=-MBm0JSG-NQ6HswT81Ru&pid=-MBm0Qyc8lIbWzfArUYw
Related repositories
Future
-
Do not interfere with existing progress displays.
-
Implements of Test.
-
Grouping of progress by user or device.
-
Publish URLs that group progress by user or device.
-
Discard the progress from the DB when a certain amount of time has passed since the last update.
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 Distributions
Built Distribution
File details
Details for the file cloud_tqdm-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: cloud_tqdm-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e72ed4c82347e1c2e346dd2e53ed5a5b10292cdec1e11749246206e7b6c92dc9 |
|
MD5 | bbf78ea857261bbcf57ff510b2eff149 |
|
BLAKE2b-256 | 835b60fc10a4e3ca38eed2d3b893e6534384841255f045aa28f90f7d271fb514 |