{ "info": { "author": "Guillaume Schworer", "author_email": "guillaume.schworer@obspm.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "patiencebar\n===========\n\nTerminal progress bar compatible with multi-threading\n\nBuilt by `Guillaume Schworer `_. Licensed under\nthe GNU General Public License v3 or later (GPLv3+) license (see ``LICENSE``).\n\n\nInstallation\n------------\n\nJust run\n\n::\n\n pip install patiencebar\n\nto get the most recent stable version.\n\n\nUsage\n-----\n\nThe main entry points are the ``patiencebar.Patiencebar`` and ``patiencebar.Patiencebarmulti`` classes. You'll just use it\nlike this:\n\n::\n\n import patiencebar as PB\n\n n_calc = 34\n pb = PB.Patiencebar(valmax=n_calc, barsize=50, title=\"Test bar\")\n for i in range(n_calc):\n dostuff()\n pb.update()\n\nMore usage details, see `example.py\n`_)\n\n\nDocumentation\n-------------\n\nAll the options are documented in the docstrings for the ``Patiencebar`` and\n``Patiencebarmulti`` classes. These can be viewed in a Python shell using:\n\n::\n\n import patiencebar as PB\n print(PB.Patiencebar.__doc__)\n print(PB.Patiencebarmulti.__doc__)\n\nor, in IPython using:\n\n::\n\n import patiencebar as PB\n PB.Patiencebar?\n PB.Patiencebarmulti?\n\n\n\nLicense\n-------\n\nCopyright 2016 Guillaume Schworer\n\npatiencebar is free software made available under the GNU General\nPublic License v3 or later (GPLv3+) license (see ``LICENSE``).\n\n\nChangelog\n---------\n\n1.0.0 (2016-05-03)\n++++++++++++++++++\n\n- Initial release.", "description_content_type": null, "docs_url": "https://pythonhosted.org/patiencebar/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ceyzeriat/patiencebar/", "keywords": "progress,bar,multi,threading,processing,multiprocessing,multithreading,terminal,command,line", "license": "GNU", "maintainer": null, "maintainer_email": null, "name": "patiencebar", "package_url": "https://pypi.org/project/patiencebar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/patiencebar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ceyzeriat/patiencebar/" }, "release_url": "https://pypi.org/project/patiencebar/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "Terminal progress bar compatible with multi-threading", "version": "1.0.4" }, "last_serial": 2294119, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "e1f8b71cec138fa45f551b09d6620238", "sha256": "d2b9531b204b89dbcd4a74050f090395ee2e374d8cead0583a4856c010629cf5" }, "downloads": -1, "filename": "patiencebar-1.0.2.tar.gz", "has_sig": false, "md5_digest": "e1f8b71cec138fa45f551b09d6620238", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5739, "upload_time": "2016-05-04T13:48:28", "url": "https://files.pythonhosted.org/packages/ba/8c/e61cd0104e47386ad87e37245466e85e3b1e2cdda5c157bd043d42fb75d1/patiencebar-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "13ed78b26b47a657f1547552947dd587", "sha256": "0c668d6aedf66992a764f07361ff0bdb9c81a949660e321d94da7a226a0be37b" }, "downloads": -1, "filename": "patiencebar-1.0.4.tar.gz", "has_sig": false, "md5_digest": "13ed78b26b47a657f1547552947dd587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5729, "upload_time": "2016-08-21T17:22:32", "url": "https://files.pythonhosted.org/packages/d5/ce/23465a1460149677e90e763bd72a2374b8f6be6a08a6f00058dd01d3597f/patiencebar-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "13ed78b26b47a657f1547552947dd587", "sha256": "0c668d6aedf66992a764f07361ff0bdb9c81a949660e321d94da7a226a0be37b" }, "downloads": -1, "filename": "patiencebar-1.0.4.tar.gz", "has_sig": false, "md5_digest": "13ed78b26b47a657f1547552947dd587", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5729, "upload_time": "2016-08-21T17:22:32", "url": "https://files.pythonhosted.org/packages/d5/ce/23465a1460149677e90e763bd72a2374b8f6be6a08a6f00058dd01d3597f/patiencebar-1.0.4.tar.gz" } ] }