{ "info": { "author": "Guillaume Ardaud", "author_email": "gardaud@acm.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "A simple library to generate text progress bars for given values.\n\nTo install:\n\n`pip install barify`\n\nExample:\n\n````\nfrom barify import barify\n\nprint barify(84)\n````\n\nPrints out:\n\n`[||||||||--]`\n\nHere are the available optional arguments:\n\n- `min_value`: The minimum value in the interval of the passed value. Default is 0.\n- `max_val`: The maximum value in the interval of the passed value. Default is 100.\n- `delimiters`: A 2 character string; left character is used for the left delimiter of the progress bar, and right character is used for the right delimiter of the progress bar. Default is '[]'\n- `bar`: A 1 character string; character to use to represent a full bar. Default is '|'\n- `empty`: A 1 character string; character to use to represent an empty bar. Default is '-'\n- `num_bars`: The number of bars (both full and empty) that should compose the progress bar. Default is 10.\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gardaud/barify", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "barify", "package_url": "https://pypi.org/project/barify/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/barify/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gardaud/barify" }, "release_url": "https://pypi.org/project/barify/0.1.6/", "requires_dist": null, "requires_python": null, "summary": "generate text progress bar for given values", "version": "0.1.6" }, "last_serial": 934100, "releases": { "0.1.6": [ { "comment_text": "", "digests": { "md5": "75511b94eb604fb189dd6bd23c2b2306", "sha256": "ae895e4dd6ff5a1863708b0eaba89f1fc61f267243ca07f880e37c6f8e44511d" }, "downloads": -1, "filename": "barify-0.1.6.tar.gz", "has_sig": false, "md5_digest": "75511b94eb604fb189dd6bd23c2b2306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2140, "upload_time": "2013-12-02T19:23:21", "url": "https://files.pythonhosted.org/packages/d9/bd/77b48e77f614f6a0473d9e6191a870ad752ede90aae1b5a375a36d3d3f61/barify-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75511b94eb604fb189dd6bd23c2b2306", "sha256": "ae895e4dd6ff5a1863708b0eaba89f1fc61f267243ca07f880e37c6f8e44511d" }, "downloads": -1, "filename": "barify-0.1.6.tar.gz", "has_sig": false, "md5_digest": "75511b94eb604fb189dd6bd23c2b2306", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2140, "upload_time": "2013-12-02T19:23:21", "url": "https://files.pythonhosted.org/packages/d9/bd/77b48e77f614f6a0473d9e6191a870ad752ede90aae1b5a375a36d3d3f61/barify-0.1.6.tar.gz" } ] }