tqdmX
This is a tqdm wrapper for multi-line logging.
Demo
Installation
pip install tqdmX
Usage
The following is a simple example.
import time
from tqdmX import TqdmWrapper, format_str
tw = TqdmWrapper(range(10))
for i in tw:
tw.add(f'Iter {i}')
tw.add('line1')
tw.add(format_str('blue','line2'))
tw.update()
time.sleep(0.5)
For the demo gif shown above, you may refer to tests/test.py.
Release files for tqdmX 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tqdmX-0.0.4.tar.gz | 2.8 kB | Details |
Release files / tqdmX-0.0.4.tar.gz
| Download URL | tqdmX-0.0.4.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
322759d4e1eef5b343f6e83034c8f5fe9129d474e189d51ab52df10845bafddb
|
|
BLAKE2b-256 checksum How to use checksums |
9e79cda49b91993c0510176e39616901117c6dabad07c4abba23ef68b17bca8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2
|