Skip to main content

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


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)

Uploaded Source

Built Distribution

tqdmnd-1.0.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

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

Hashes for tqdmnd-1.0.0.tar.gz
Algorithm Hash digest
SHA256 112a79c8d94a6f6ffda9e4e37b154d71f999618f8ecedaf2f02e7540de7004f9
MD5 7b2254dd4e8cd0dd9ae69f1dec3dbdb5
BLAKE2b-256 316893359169393af8ce2fb8f83af4677385a0fbe2e5c0aefc773738fd870f9d

See more details on using hashes here.

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

Hashes for tqdmnd-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d8aab1d10e22cb79bf7f9833d0626e57bc4a91421f39c444a21034b40720974
MD5 c59449af89b8936c38a2055ce85085c8
BLAKE2b-256 ee610a4b1055948b9e82a2820a8d1a8f1896c2fd7bcd7747c60ada208d2cfe24

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page