{ "info": { "author": "Luca Cappelletti", "author_email": "cappelletti.luca94@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "auto_tqdm\n=========================================================================================\n|travis| |sonar_quality| |sonar_maintainability| |codacy| |code_climate_maintainability| |pip| \n\nWrapper over tqdm for automatically handle switch between jupyter notebook and cli and tunes bar to my liking (automatic resizing, stronger smoothing and tuning for erratic iterations).\n\nHow do I install this package?\n----------------------------------------------\nAs usual, just download it using pip:\n\n.. code:: shell\n\n pip install auto_tqdm\n\nTests Coverage\n----------------------------------------------\nSince some software handling coverages sometime get slightly different results, here's three of them:\n\n|coveralls| |sonar_coverage| |code_climate_coverage|\n\n\nUsage Example\n----------------------------------------------\nSo basically, this is a tqdm with only a twist: it is tuned with both my preferred settings and allows for total remaining time prediction.\n\n.. code:: python\n\n from auto_tqdm import tqdm, remaining_time\n\n for _ in tqdm(range(10)):\n for _ in tqdm(range(10)):\n for _ in tqdm(range(10)):\n print(remaining_time())\n\n\n\n.. |travis| image:: https://travis-ci.org/LucaCappelletti94/auto_tqdm.png\n :target: https://travis-ci.org/LucaCappelletti94/auto_tqdm\n :alt: Travis CI build\n\n.. |sonar_quality| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_auto_tqdm&metric=alert_status\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_auto_tqdm\n :alt: SonarCloud Quality\n\n.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_auto_tqdm&metric=sqale_rating\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_auto_tqdm\n :alt: SonarCloud Maintainability\n\n.. |sonar_coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_auto_tqdm&metric=coverage\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_auto_tqdm\n :alt: SonarCloud Coverage\n\n.. |coveralls| image:: https://coveralls.io/repos/github/LucaCappelletti94/auto_tqdm/badge.svg?branch=master\n :target: https://coveralls.io/github/LucaCappelletti94/auto_tqdm?branch=master\n :alt: Coveralls Coverage\n\n.. |pip| image:: https://badge.fury.io/py/auto_tqdm.svg\n :target: https://badge.fury.io/py/auto_tqdm\n :alt: Pypi project\n\n.. |downloads| image:: https://pepy.tech/badge/auto_tqdm\n :target: https://pepy.tech/badge/auto_tqdm\n :alt: Pypi total project downloads \n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/d5a99bf881ce4c45bf66b1b31c18a138\n :target: https://www.codacy.com/app/LucaCappelletti94/auto_tqdm?utm_source=github.com&utm_medium=referral&utm_content=LucaCappelletti94/auto_tqdm&utm_campaign=Badge_Grade\n :alt: Codacy Maintainability\n\n.. |code_climate_maintainability| image:: https://api.codeclimate.com/v1/badges/d305725610c118108b64/maintainability\n :target: https://codeclimate.com/github/LucaCappelletti94/auto_tqdm/maintainability\n :alt: Maintainability\n\n.. |code_climate_coverage| image:: https://api.codeclimate.com/v1/badges/d305725610c118108b64/test_coverage\n :target: https://codeclimate.com/github/LucaCappelletti94/auto_tqdm/test_coverage\n :alt: Code Climate Coverate", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LucaCappelletti94/auto_tqdm", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "auto-tqdm", "package_url": "https://pypi.org/project/auto-tqdm/", "platform": "", "project_url": "https://pypi.org/project/auto-tqdm/", "project_urls": { "Homepage": "https://github.com/LucaCappelletti94/auto_tqdm" }, "release_url": "https://pypi.org/project/auto-tqdm/1.0.3/", "requires_dist": null, "requires_python": "", "summary": "Wrapper over tqdm for automatically handle switch between jupyter and cli and tunes bar to my liking (automatic resizing, stronger smoothing and tuning for erratic iterations).", "version": "1.0.3" }, "last_serial": 5363420, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "7534bb6d3216e9cbcc601870509506c2", "sha256": "03e6897c5458f2eaeea849a1db710d4914719ef5038caf0e713c1479f0e9e11f" }, "downloads": -1, "filename": "auto_tqdm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7534bb6d3216e9cbcc601870509506c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2965, "upload_time": "2019-05-25T15:14:27", "url": "https://files.pythonhosted.org/packages/5d/27/f08e6ad4fbc0a477533f4d5647efc13e7cfc1a792e19b5d9a75b76aa3678/auto_tqdm-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f81271067017355d017c2994a63bf911", "sha256": "cad328d2f995569036cb03c3144401343145aab40820eba5c1bcb1821323f157" }, "downloads": -1, "filename": "auto_tqdm-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f81271067017355d017c2994a63bf911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3890, "upload_time": "2019-06-02T14:39:22", "url": "https://files.pythonhosted.org/packages/49/dc/ca645d278364894a1d504468d540c362360b40e5b3ba1ce317ecad0ccff3/auto_tqdm-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "b8167cb51ccb77c820a6bb7cbcfb1431", "sha256": "7050a07552968b53a7648d451235682fdeb32ad55dd353b4616d6b313b846777" }, "downloads": -1, "filename": "auto_tqdm-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b8167cb51ccb77c820a6bb7cbcfb1431", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3885, "upload_time": "2019-06-02T14:40:29", "url": "https://files.pythonhosted.org/packages/af/49/43bbcea9787dfa977963d59084473a362903a575e5ca1c0b76630c084ba5/auto_tqdm-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "55f634739d72ac0429cd88db0a618973", "sha256": "091d59d5ac83d7b8dc545c527fe61a2899a536257b7a04611054383db8eb9d02" }, "downloads": -1, "filename": "auto_tqdm-1.0.3.tar.gz", "has_sig": false, "md5_digest": "55f634739d72ac0429cd88db0a618973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3690, "upload_time": "2019-06-05T17:09:13", "url": "https://files.pythonhosted.org/packages/8c/12/cfd386c6df70923fc99342e46667a10750d7db54c11dafcb0d6feedb457b/auto_tqdm-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55f634739d72ac0429cd88db0a618973", "sha256": "091d59d5ac83d7b8dc545c527fe61a2899a536257b7a04611054383db8eb9d02" }, "downloads": -1, "filename": "auto_tqdm-1.0.3.tar.gz", "has_sig": false, "md5_digest": "55f634739d72ac0429cd88db0a618973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3690, "upload_time": "2019-06-05T17:09:13", "url": "https://files.pythonhosted.org/packages/8c/12/cfd386c6df70923fc99342e46667a10750d7db54c11dafcb0d6feedb457b/auto_tqdm-1.0.3.tar.gz" } ] }