Easy progress bar for streamlit based on the awesome streamlit.progress and tqdm
Reason this release was yanked:
Old Version
Project description
stqdm
stqdm is the simplest way to handle a progress bar in streamlit.
How to install
pip install stqdm
How to use
You can find some examples in examples/
Use stqdm in main
from time import sleep
from stqdm import stqdm
for _ in stqdm(range(50)):
sleep(0.5)
Use stqdm in sidebar
from time import sleep
import streamlit as st
from stqdm import stqdm
for _ in stqdm(range(50), st_container=st.sidebar):
sleep(0.5)
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
stqdm-0.0.1.tar.gz
(6.5 kB
view details)
Built Distribution
stqdm-0.0.1-py3-none-any.whl
(10.5 kB
view details)
File details
Details for the file stqdm-0.0.1.tar.gz
.
File metadata
- Download URL: stqdm-0.0.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.6.9 Linux/4.19.128-microsoft-standard
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a94097f8b616d11a4f98b2719e6fc46b70d841782244ee5345fdecd7c32411e3 |
|
MD5 | edd2a7d4b649df69584708768ac3895b |
|
BLAKE2b-256 | cdc1760100d3dc468e4763223601085d7e5c31fea5215c07c2eb2f2c7786cf7c |
Provenance
File details
Details for the file stqdm-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: stqdm-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.6.9 Linux/4.19.128-microsoft-standard
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38ad3a881a61cb20f42ee619c08ae7d39dfa542115c713997c7c169049a8cde1 |
|
MD5 | 52551667c31e724962312cdd6abbd162 |
|
BLAKE2b-256 | d55b9dae5af664d43193e9877e1cfcd131293e554e56d6235a8afabd78c776cd |