Name Description Size
__init__.py Thin wrappers around common functions. Subpackages contain potentially unstable extensions. 2604
bells.py Even more features than `tqdm.auto` (all the bells & whistles): - `tqdm.auto` - `tqdm.tqdm.pandas` - `tqdm.contrib.telegram` + uses `${TQDM_TELEGRAM_TOKEN}` and `${TQDM_TELEGRAM_CHAT_ID}` - `tqdm.contrib.discord` + uses `${TQDM_DISCORD_TOKEN}` and `${TQDM_DISCORD_CHANNEL_ID}` 735
concurrent.py Thin wrappers around `concurrent.futures`. 4644
discord.py Sends updates to a Discord bot. Usage: >>> from tqdm.contrib.discord import tqdm, trange >>> for i in tqdm(iterable, token='{token}', channel_id='{channel_id}'): ... ... ![screenshot](https://img.tqdm.ml/screenshot-discord.png) 3989
itertools.py Thin wrappers around `itertools`. 798
logging.py Helper functionality for interoperability with stdlib `logging`. 3844
telegram.py Sends updates to a Telegram bot. Usage: >>> from tqdm.contrib.telegram import tqdm, trange >>> for i in trange(10, token='{token}', chat_id='{chat_id}'): ... ... ![screenshot](https://img.tqdm.ml/screenshot-telegram.gif) 5228
utils_worker.py IO/concurrency helpers for `tqdm.contrib`. 1247