A simple wrapper for tqdm supporting N-dimensional spaces
Project description
tqdmnd: tqdm in Multiple Dimensions
tqdmnd is an N-dimensional wrapper of tqdm providing an iterator and
progress bar over the product of multiple iterators.
Example Usage:
from tqdmnd import tqdmnd
for x, y in tqdmnd(5,6):
pass
is equivalent to
for x in range(5):
for y in range(6):
pass
but with a tqdm progress bar printed to standard output.
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
tqdmnd-1.0.0.tar.gz
(3.3 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 tqdmnd-1.0.0.tar.gz.
File metadata
- Download URL: tqdmnd-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
112a79c8d94a6f6ffda9e4e37b154d71f999618f8ecedaf2f02e7540de7004f9
|
|
| MD5 |
7b2254dd4e8cd0dd9ae69f1dec3dbdb5
|
|
| BLAKE2b-256 |
316893359169393af8ce2fb8f83af4677385a0fbe2e5c0aefc773738fd870f9d
|
File details
Details for the file tqdmnd-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tqdmnd-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d8aab1d10e22cb79bf7f9833d0626e57bc4a91421f39c444a21034b40720974
|
|
| MD5 |
c59449af89b8936c38a2055ce85085c8
|
|
| BLAKE2b-256 |
ee610a4b1055948b9e82a2820a8d1a8f1896c2fd7bcd7747c60ada208d2cfe24
|