diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 20:11:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 20:11:45 +0700 |
commit | 40027df8ee05f2e0e338a26b71246447c619ae4f (patch) | |
tree | 1b026b49180e6b219f21759979521d19525d69b3 /python/tqdm/slack-desc | |
parent | 292665f2a72d8bfba4887e227024714c2b3e6e9d (diff) | |
download | slackbuilds-40027df8ee05f2e0e338a26b71246447c619ae4f.tar.gz |
python/tqdm: Added (progress bar for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tqdm/slack-desc')
-rw-r--r-- | python/tqdm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/tqdm/slack-desc b/python/tqdm/slack-desc new file mode 100644 index 0000000000..6940a829d3 --- /dev/null +++ b/python/tqdm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +tqdm: tqdm (progress bar for Python) +tqdm: +tqdm: A fast, extensible progress bar for Python. Instantly make your +tqdm: loops show a smart progress meter - just wrap any iterable with +tqdm: tqdm(iterable), and you're done! +tqdm: +tqdm: +tqdm: +tqdm: +tqdm: +tqdm: Homepage: https://github.com/tqdm/tqdm |