{ "info": { "author": "leviathan1995", "author_email": "leviathan0992@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pygrape\n[![Build Status](https://travis-ci.org/Leviathan1995/pygrape.svg?branch=master)](https://travis-ci.org/Leviathan1995/pygrape)\n[![PyPI version](https://badge.fury.io/py/pygrape.svg)](https://badge.fury.io/py/pygrape)\n\npygrape is a python library for updating terminal output in realtime\n\n\n\n### Usage\n\n```python\npip3 instlal pygrape\n```\n\n### Example\n\n```python\nfrom pygrape import pygrape\n\ndef main():\n writer = pygrape(0.05)\n print(\"Downloading pygrape.whl (2 MB)\")\n bar = \"\u2588\"\n for i in range(101):\n time.sleep(0.05)\n if i % 2 == 0:\n bar += \"\u2588\"\n writer.writer(\" \" + str(i) + \"% |\" + bar + \"|\")\n writer.flush()\n writer.stop()\n```\n\n#### Result\n\n![gif](https://github.com/Leviathan1995/pygrape/blob/master/doc/HD.gif)\n\n### License\n\nMIT\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Leviathan1995/pygrape", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pygrape", "package_url": "https://pypi.org/project/pygrape/", "platform": "", "project_url": "https://pypi.org/project/pygrape/", "project_urls": { "Homepage": "https://github.com/Leviathan1995/pygrape" }, "release_url": "https://pypi.org/project/pygrape/1.1/", "requires_dist": null, "requires_python": "", "summary": "pygrape is a python library for updating terminal output in realtime", "version": "1.1" }, "last_serial": 3766575, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "07098be03799995f09afaa35881790a7", "sha256": "49aef83189182dac2a83ae9e3a16f94863e1aee25684aa9fbc27fd8cd0db49dc" }, "downloads": -1, "filename": "pygrape-1.0.tar.gz", "has_sig": false, "md5_digest": "07098be03799995f09afaa35881790a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1876, "upload_time": "2018-04-15T15:51:15", "url": "https://files.pythonhosted.org/packages/22/16/74f3a2dce0cc48d6c5f8e52488019e98b935aa182da686cea85bcca87256/pygrape-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "d20bdc546e384200170a956c39fb1566", "sha256": "d9d01a0690bfebc681ba254f0cbabd8221dfa90e444d355cfd50cbb70c71476c" }, "downloads": -1, "filename": "pygrape-1.1.tar.gz", "has_sig": false, "md5_digest": "d20bdc546e384200170a956c39fb1566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2621, "upload_time": "2018-04-15T16:20:48", "url": "https://files.pythonhosted.org/packages/62/75/dbf6915f70cb1f023d1808a601d26f9880a381db1d9071c81b244fcec91e/pygrape-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d20bdc546e384200170a956c39fb1566", "sha256": "d9d01a0690bfebc681ba254f0cbabd8221dfa90e444d355cfd50cbb70c71476c" }, "downloads": -1, "filename": "pygrape-1.1.tar.gz", "has_sig": false, "md5_digest": "d20bdc546e384200170a956c39fb1566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2621, "upload_time": "2018-04-15T16:20:48", "url": "https://files.pythonhosted.org/packages/62/75/dbf6915f70cb1f023d1808a601d26f9880a381db1d9071c81b244fcec91e/pygrape-1.1.tar.gz" } ] }