Lightweight CLI progress and logging helpers.
Project description
ProgressLight
A lightweight, Rich-inspired CLI helper for progress bars and logs.
Install (local)
pip install -e .
Quick usage
from progresslight import ProgressBar, Logger
logger = Logger()
logger.info("start")
bar = ProgressBar(description="Download", total_size=100, item="files")
for _ in range(100):
bar.update(1)
bar.done()
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
progresslight-0.1.0.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file progresslight-0.1.0.tar.gz.
File metadata
- Download URL: progresslight-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
184d9c36d315a97b417f18ecb13f1ec98f8f24a3a3de5784a0d44bb2fae0b32a
|
|
| MD5 |
9b6b42edc0c51077d41c9015e33eb285
|
|
| BLAKE2b-256 |
03009cc48a72553d248064d46743a9d66330b658f0e703f6923f0b200aa4bad3
|
File details
Details for the file progresslight-0.1.0-py3-none-any.whl.
File metadata
- Download URL: progresslight-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5064d06810c518c4b6b9840408213e0a797d4c491b0079c66cb1fffe618bf192
|
|
| MD5 |
c39322819b41d9fca8fcc02a4c8e3db4
|
|
| BLAKE2b-256 |
f0c7b2c3a4f3708458c05f209fe36d600f654af307a43ce49a29f35d121b06da
|