8a2e95063e
afdko needs at least this version now. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
README | ||
slack-desc | ||
tqdm.SlackBuild | ||
tqdm.info |
README
A fast, extensible progress bar for Python. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ...