{ "info": { "author": "Jes\u00fas Rold\u00e1n", "author_email": "jesus.roldan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Pacman-progressbar\r\n==================\r\n\r\nA ProgressBar for Python, based on Arch progressbar, with `ILoveCandy` option enabled.\r\n\r\n#### Instalation\r\n```bash\r\npip install pacmanprogressbar\r\n```\r\n\r\n\r\n#### Usage\r\n\r\n\r\nImport the package and create the bar\r\n```python\r\nfrom pacmanprogressbar import Pacman\r\n p = Pacman()\r\n```\r\n\r\n#### Parameters\r\n\r\n| Parameter | Default | Description |\r\n| --- | --- | --- |\r\n| start | 0 | Initial value |\r\n| end | 100 | Defines the bar's dimension in an amount of items or \"steps\" |\r\n| width | `console size` | Size (in chars) of the bar, by default is the console size |\r\n| step | 0 | Current position in the progressbar |\r\n| text | `None` | Write some text at the beginning of the line |\r\n| encode | UTF-8 | Encoding |\r\n \r\n\r\n#### Methods\r\n\r\n``` python\r\np.update([value])\r\n```\r\n\r\nUpdate the progress, incresing the size by 1, or by the \"value\" parameter\r\n\r\n```python\r\np.progress([value]):\r\n```\r\n\r\nSet an specified progress, the parameters is mandatory:\r\n\r\n\r\n#### Output\r\n---------- \r\n![Alt text](http://i.imgur.com/7oh3T6x.gif)", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/xeBuz/pacman-progressbar/archive/1.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xeBuz/pacman-progressbar", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pacmanprogressbar", "package_url": "https://pypi.org/project/pacmanprogressbar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pacmanprogressbar/", "project_urls": { "Download": "https://github.com/xeBuz/pacman-progressbar/archive/1.0.tar.gz", "Homepage": "https://github.com/xeBuz/pacman-progressbar" }, "release_url": "https://pypi.org/project/pacmanprogressbar/1.0/", "requires_dist": null, "requires_python": null, "summary": "ProgreessBar for Python, based on Arch progressbar, with ILoveCandy option enabled", "version": "1.0" }, "last_serial": 1771051, "releases": { "0.2.1": [], "0.3": [], "0.3.1": [], "0.3.2": [], "1.0": [] }, "urls": [] }