Skip to main content

Visualize the progress of a Python script on the web.

Project description

cloud-tqdm

PyPI version Python Versions

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.

output

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

image-20200709142048295

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

image-20200709142539326

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cloud_tqdm-0.0.2-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

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