{ "info": { "author": "Christopher Bailey", "author_email": "cbailey@mort.is", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "============\nClick Pacbar\n============\n\n.. image:: https://img.shields.io/pypi/v/click-pacbar.svg\n :target: https://pypi.python.org/pypi/click-pacbar\n\nHelper method to turn the click.progressbar into a Pacman!\n\n\n* Free software: MIT license\n\n\nFeatures\n--------\n\nSame interface as `click.progressbar` (http://click.pocoo.org/6/utils/#showing-progress-bars), just use `pacbar`.\n\nMade mostly for my personal use, so use at your own risk. Enjoy!\n\n.. code-block:: python\n\n import time\n\n from pacbar import pacbar\n\n with pacbar(range(10)) as bar:\n for x in bar:\n time.sleep(1)\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2018-07-06)\n------------------\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/AngellusMortis/click-pacbar", "keywords": "pacbar", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "click-pacbar", "package_url": "https://pypi.org/project/click-pacbar/", "platform": "", "project_url": "https://pypi.org/project/click-pacbar/", "project_urls": { "Homepage": "https://github.com/AngellusMortis/click-pacbar" }, "release_url": "https://pypi.org/project/click-pacbar/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Helper method to turn the click.progressbar into a Pacman!", "version": "0.1.2" }, "last_serial": 4038899, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "f90386c2f3a7bfb3f2c68adacb2d5b83", "sha256": "879b564bc559725dce18e02267651dd99ae5aadfa18553eedb20d040b223cf4a" }, "downloads": -1, "filename": "click-pacbar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f90386c2f3a7bfb3f2c68adacb2d5b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9054, "upload_time": "2018-07-07T03:41:01", "url": "https://files.pythonhosted.org/packages/b0/85/d59e6fa2e15202fa7ca1308f4c30786bb152b584cc2760c65fe88a1efcda/click-pacbar-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8659a22bbc20102dcaa76084df83253a", "sha256": "eb679ad25d0910d2ca8d553ee9fa72f7b0e4eaa6e8c42c2693131b3a0d358304" }, "downloads": -1, "filename": "click-pacbar-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8659a22bbc20102dcaa76084df83253a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9052, "upload_time": "2018-07-07T12:20:54", "url": "https://files.pythonhosted.org/packages/37/11/7b1b2dedaa050d5ba315aede90eec5f745d4ec2fbb5de28b58ee20bfa40b/click-pacbar-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8659a22bbc20102dcaa76084df83253a", "sha256": "eb679ad25d0910d2ca8d553ee9fa72f7b0e4eaa6e8c42c2693131b3a0d358304" }, "downloads": -1, "filename": "click-pacbar-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8659a22bbc20102dcaa76084df83253a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9052, "upload_time": "2018-07-07T12:20:54", "url": "https://files.pythonhosted.org/packages/37/11/7b1b2dedaa050d5ba315aede90eec5f745d4ec2fbb5de28b58ee20bfa40b/click-pacbar-0.1.2.tar.gz" } ] }