{ "info": { "author": "Stephen Whitlock", "author_email": "stephen@jshwisolutions.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# progress_pybar\nThe progress bar accepts two arguments\n\nthe object you are iterating\n\n items: Union[dict, list, str]\n\nand the length of the bar\n\n bar_: int = 70\n\nThe string argument is synonymous with the path of a file\nThis argument represents the length of the object, thus the number of iterations the progress bar will repeat through\nThis number affects the incremental percentage increase\n\nThe bar argument represents the length of the bar, by default an ideal length for an 80x24 terminal\n\n\n```python\nfrom time import sleep\n\nfrom progress import ProgressBar\n\nitems = [\"list\", \"of\", \"things\"]\n\ndef enumerate_items() -> None:\n progress = ProgressBar(items, 70)\n for count, item in enumerate(items):\n progress.bar(count)\n sleep(0.5)\n progress.complete()\n print()\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jshwi/progress_pybar", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "progress-pybar", "package_url": "https://pypi.org/project/progress-pybar/", "platform": "", "project_url": "https://pypi.org/project/progress-pybar/", "project_urls": { "Homepage": "https://github.com/jshwi/progress_pybar" }, "release_url": "https://pypi.org/project/progress-pybar/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Quick and easy loading bar for your Python scripts", "version": "1.0.2", "yanked": false, "yanked_reason": null }, "last_serial": 6057296, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "93519920eb607efee3c75bfa255fb3e7", "sha256": "04b52aa84aaabad1f4de7fec040ced9bfb2c5f58941a371241c25723601046bf" }, "downloads": -1, "filename": "progress_pybar-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "93519920eb607efee3c75bfa255fb3e7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2437, "upload_time": "2019-10-30T10:43:52", "upload_time_iso_8601": "2019-10-30T10:43:52.766308Z", "url": "https://files.pythonhosted.org/packages/99/a5/fca74830a74e342ecbc03629ba101629ca81a34c9802fc849282d251cb66/progress_pybar-1.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9e042f3e74df862687640dcb3fd26f5f", "sha256": "d85b61607ceb3e4c64ff40f69ffd2e177787a22d1a06ac0009d39353c59617b9" }, "downloads": -1, "filename": "progress_pybar-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9e042f3e74df862687640dcb3fd26f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1554, "upload_time": "2019-10-30T10:43:55", "upload_time_iso_8601": "2019-10-30T10:43:55.102343Z", "url": "https://files.pythonhosted.org/packages/ec/2b/8e0f90f62c0a08032d7795e7b82ab1d595d5df2134934c68cdf9550c4b80/progress_pybar-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2ff4cba8a2eaff6343c820c882d26970", "sha256": "fd473d8309e9b2708e20fb5cbe59175955d69cec17d7cb5e83976f4a09f020c4" }, "downloads": -1, "filename": "progress_pybar-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2ff4cba8a2eaff6343c820c882d26970", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3729, "upload_time": "2019-10-31T06:59:13", "upload_time_iso_8601": "2019-10-31T06:59:13.194566Z", "url": "https://files.pythonhosted.org/packages/77/9a/b27656fe21eee327d5c31b13dbca1a4fe9ec9cc9a727514aa9d33b4a7013/progress_pybar-1.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "289ed3133e07996c361b7e9c5d63e47b", "sha256": "823d096ecae14ba3b964212885feb06f24d2fc6be8945e1d59e373c8d6456881" }, "downloads": -1, "filename": "progress_pybar-1.0.1.tar.gz", "has_sig": false, "md5_digest": "289ed3133e07996c361b7e9c5d63e47b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2563, "upload_time": "2019-10-31T06:59:14", "upload_time_iso_8601": "2019-10-31T06:59:14.909788Z", "url": "https://files.pythonhosted.org/packages/e1/63/06ce57076006e03b25decd141fa820125e18888c08c628ae4dfb2de52067/progress_pybar-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ba6b3d6f9e5152c3245df25688b302c6", "sha256": "17cfedb0e76d58dc598c3e203e31bfa9d5543b2babc66dbcd3ec848bd4ed74d7" }, "downloads": -1, "filename": "progress_pybar-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ba6b3d6f9e5152c3245df25688b302c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3753, "upload_time": "2019-10-31T09:26:32", "upload_time_iso_8601": "2019-10-31T09:26:32.667804Z", "url": "https://files.pythonhosted.org/packages/e7/ab/02d8c5839ff928755a87d930b2493473fc6efe53ec3c0e6e174ae6dd6962/progress_pybar-1.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7d6f624ae5882a745d5182db6519438", "sha256": "2910f1c1ff12bdce9ee34ff98620b0f319c458902b6bac781e622cf73ab9005d" }, "downloads": -1, "filename": "progress_pybar-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d7d6f624ae5882a745d5182db6519438", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2019-10-31T09:26:35", "upload_time_iso_8601": "2019-10-31T09:26:35.274783Z", "url": "https://files.pythonhosted.org/packages/47/fd/cde53b01d909113f89faf9e7f4efa8f86441c1f3ba1adae235852fd6301a/progress_pybar-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ba6b3d6f9e5152c3245df25688b302c6", "sha256": "17cfedb0e76d58dc598c3e203e31bfa9d5543b2babc66dbcd3ec848bd4ed74d7" }, "downloads": -1, "filename": "progress_pybar-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ba6b3d6f9e5152c3245df25688b302c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3753, "upload_time": "2019-10-31T09:26:32", "upload_time_iso_8601": "2019-10-31T09:26:32.667804Z", "url": "https://files.pythonhosted.org/packages/e7/ab/02d8c5839ff928755a87d930b2493473fc6efe53ec3c0e6e174ae6dd6962/progress_pybar-1.0.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7d6f624ae5882a745d5182db6519438", "sha256": "2910f1c1ff12bdce9ee34ff98620b0f319c458902b6bac781e622cf73ab9005d" }, "downloads": -1, "filename": "progress_pybar-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d7d6f624ae5882a745d5182db6519438", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2559, "upload_time": "2019-10-31T09:26:35", "upload_time_iso_8601": "2019-10-31T09:26:35.274783Z", "url": "https://files.pythonhosted.org/packages/47/fd/cde53b01d909113f89faf9e7f4efa8f86441c1f3ba1adae235852fd6301a/progress_pybar-1.0.2.tar.gz", "yanked": false, "yanked_reason": null } ] }