{ "info": { "author": "Derrick Boudwin", "author_email": "derrick.boudwin@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Give yourself something to watch while your long calls are made. Add the '@progress' decorator to your functions, thats it!\r\n\r\n from prygress import progress\r\n from time import sleep\r\n \r\n @progress\r\n def wait_with_me():\r\n\t sleep(10)\r\n\t\r\n\twait_with_me()\r\n ................................................ finished.\r\n\r\nTo customize your bar, just add one or all of these params to the decorator:\r\n\r\n @progress(char='.', pause=0.2)\r\n\r\n\r\nFull documentation available at https://github.com/dboudwin/prygress", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/dboudwin/prygress", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "prygress", "package_url": "https://pypi.org/project/prygress/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/prygress/", "project_urls": { "Homepage": "http://github.com/dboudwin/prygress" }, "release_url": "https://pypi.org/project/prygress/0.2/", "requires_dist": null, "requires_python": null, "summary": "Threaded progress bar for running functions", "version": "0.2" }, "last_serial": 1338815, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "a31bb47830b6ec0c091dfe1b33bd4c5f", "sha256": "eabbebe5483c65197e929ca2cd871565887fc5d58e75c3ff60c1a9aa18e4e6c4" }, "downloads": -1, "filename": "prygress-0.2.tar.gz", "has_sig": false, "md5_digest": "a31bb47830b6ec0c091dfe1b33bd4c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1168, "upload_time": "2014-12-10T20:27:00", "url": "https://files.pythonhosted.org/packages/50/12/ce2c15f40fb6e9cc4181a4f8a5ef05ef36f8c6a66d91cf8a59908d42b3de/prygress-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a31bb47830b6ec0c091dfe1b33bd4c5f", "sha256": "eabbebe5483c65197e929ca2cd871565887fc5d58e75c3ff60c1a9aa18e4e6c4" }, "downloads": -1, "filename": "prygress-0.2.tar.gz", "has_sig": false, "md5_digest": "a31bb47830b6ec0c091dfe1b33bd4c5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1168, "upload_time": "2014-12-10T20:27:00", "url": "https://files.pythonhosted.org/packages/50/12/ce2c15f40fb6e9cc4181a4f8a5ef05ef36f8c6a66d91cf8a59908d42b3de/prygress-0.2.tar.gz" } ] }