# ⚡`richer_tqdm`
Improved [`tqdm.rich`](https://github.com/tqdm/tqdm/blob/master/tqdm/rich.py) decorator for iterators and associated machinery.
Raw data
{
"_id": null,
"home_page": "https://github.com/emaballarin/richer_tqdm",
"name": "richer-tqdm",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "tqdm, rich, cli, progress, time, bar, progressbar",
"author": "Emanuele Ballarin",
"author_email": "emanuele@ballarin.cc",
"download_url": "https://files.pythonhosted.org/packages/d5/1c/6f6f5a7a011e5f6d039db8874ebf1f106b978237bd73c6949af1f2fbc795/richer_tqdm-0.0.4.tar.gz",
"platform": null,
"description": "# \u26a1`richer_tqdm`\n\nImproved [`tqdm.rich`](https://github.com/tqdm/tqdm/blob/master/tqdm/rich.py) decorator for iterators and associated machinery.\n",
"bugtrack_url": null,
"license": "MPL-2.0",
"summary": "Improved tqdm.rich decorator for iterators and associated machinery.",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://github.com/emaballarin/richer_tqdm"
},
"split_keywords": [
"tqdm",
" rich",
" cli",
" progress",
" time",
" bar",
" progressbar"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f7d5891e67ba192810608ff8cf4b1499823cf3fd976228715410ad4ec05a6d0f",
"md5": "22d11526f575a2546fad7a7e93622af4",
"sha256": "7edc8d94db17989582e1517b78d29fd02cf242c58f86900823580cb51b241158"
},
"downloads": -1,
"filename": "richer_tqdm-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "22d11526f575a2546fad7a7e93622af4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 4629,
"upload_time": "2024-07-14T16:02:23",
"upload_time_iso_8601": "2024-07-14T16:02:23.241569Z",
"url": "https://files.pythonhosted.org/packages/f7/d5/891e67ba192810608ff8cf4b1499823cf3fd976228715410ad4ec05a6d0f/richer_tqdm-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d51c6f6f5a7a011e5f6d039db8874ebf1f106b978237bd73c6949af1f2fbc795",
"md5": "8fbb9585dded1325513f46d19b9b1c25",
"sha256": "b932e7c434debdff81a516ff37bc2d91297cb28f6004b98753dd0849c15c22ec"
},
"downloads": -1,
"filename": "richer_tqdm-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "8fbb9585dded1325513f46d19b9b1c25",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 4075,
"upload_time": "2024-07-14T16:02:24",
"upload_time_iso_8601": "2024-07-14T16:02:24.393358Z",
"url": "https://files.pythonhosted.org/packages/d5/1c/6f6f5a7a011e5f6d039db8874ebf1f106b978237bd73c6949af1f2fbc795/richer_tqdm-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-14 16:02:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "emaballarin",
"github_project": "richer_tqdm",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "rich",
"specs": [
[
">=",
"13.7.1"
]
]
},
{
"name": "safe_assert",
"specs": [
[
">=",
"0.5.0"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.66.4"
]
]
}
],
"lcname": "richer-tqdm"
}