{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/9"}],"enrichment":{"capability":"tdqm is an alias package that redirects to tqdm, providing progress bars and meters for loops and iterables with minimal overhead.","skillfed_tags":["progress-tracking","cli-tools","typo-alias"],"use_cases":["Display progress during long-running loops in data processing or batch jobs","Monitor file I/O operations like backups or data transfers with real-time speed and ETA","Pipe command-line tools through tqdm to visualize throughput of Unix pipelines","Track iteration progress in machine learning training loops or batch processing","Provide user feedback in CLI applications without adding significant computational overhead"],"what_it_does":"tdqm is a redirect alias for the tqdm progress bar library. When installed, it provides access to tqdm's progress-meter functionality, which wraps iterables to display real-time progress bars in terminals and notebooks. The package itself does not add new features; it exists to catch common typos of the tqdm package name and direct users to the correct library.\n\nThe underlying tqdm library is designed for minimal overhead (approximately 60ns per iteration) and works across platforms (Linux, Windows, Mac, FreeBSD, NetBSD, Solaris/SunOS) without requiring external dependencies beyond Python. It supports multiple usage patterns: wrapping iterables directly, manual control via context managers, and command-line piping for monitoring long-running processes.","worth_installing":"Yes, if you intend to use tqdm and typed 'tdqm' by mistake\u2014the alias will redirect you correctly. Otherwise, install tqdm directly instead. The alias package itself adds no value beyond typo correction and has not been updated since its initial release in 2020. The underlying tqdm library is production-stable and widely used, but this wrapper package offers no independent maintenance or enhancement."},"id":"tdqm","links":{"html":"https://skillfed.io/packages/tdqm","md":"https://skillfed.io/packages/tdqm.md","pypi":"https://pypi.org/project/tdqm/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2020-08-19","license_spdx":null,"license_treatment":"copyleft","name":"tdqm","python_support":"unspecified","summary":"Alias for typos of tqdm"},"popularity":{"monthly_downloads":124681,"position":11858,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.1"}
