{ "info": { "author": "Matthias Bussonnier", "author_email": "bussonniermatthias@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License" ], "description": "overprint\n=========\n\nUtility to help rewrite previous line of text,\n\nUsefull and keep user informed of advancement, and keep a reactive\ncommand line interface\n\n.. code:: python\n\n import time\n from overprint import overprint\n\n\n with overprint() as (reprint, print):\n print('step 1')\n for i in range(10):\n reprint('.'* ( i % 3 +1))\n time.sleep(0.5)\n\n # will display 3 animated dots\n\nThe reprinted line will keep moving down while you use the normal\n``print`` statement which does not change normal programming flow.\n\noverprint even provide you with an option to replace (temporarily) the\nbuilt-in print statement in case you do not control the underlying\nlibraries.\n\nuse ``python -m overprint`` for a demo", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Carreau/overprint", "keywords": null, "license": null, "maintainer": null, "maintainer_email": null, "name": "overprint", "package_url": "https://pypi.org/project/overprint/", "platform": null, "project_url": "https://pypi.org/project/overprint/", "project_urls": { "Homepage": "https://github.com/Carreau/overprint" }, "release_url": "https://pypi.org/project/overprint/0.0.2/", "requires_dist": [ "withlog" ], "requires_python": null, "summary": "Simple nicer command line interface to easily rewrite the previous line of text.", "version": "0.0.2" }, "last_serial": 1845191, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d9b24d52728d14c97da5a765923cdc1d", "sha256": "142ed8d1dde69bdfb54c3535f7a60dd4cf41cb8fc5fd591b6524c9a652d67d7e" }, "downloads": -1, "filename": "overprint-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d9b24d52728d14c97da5a765923cdc1d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 24492, "upload_time": "2015-12-03T14:54:00", "url": "https://files.pythonhosted.org/packages/ab/27/2cd40b71c99665df8d945aaf9e13d3cef98de9a103802e62b36a689a2f28/overprint-0.0.1-py2.py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "c39526d89c9a4b5376da022af7179257", "sha256": "b84df2e2849ad2d1d2e00e992ba701ee524011ec61d038ec4f1099d809017c62" }, "downloads": -1, "filename": "overprint-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c39526d89c9a4b5376da022af7179257", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2771, "upload_time": "2015-12-03T15:27:52", "url": "https://files.pythonhosted.org/packages/8a/d7/caeda34d826aa2801cb4374373bceb52c57ca07ae944e26fb340eaaf7a7c/overprint-0.0.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c39526d89c9a4b5376da022af7179257", "sha256": "b84df2e2849ad2d1d2e00e992ba701ee524011ec61d038ec4f1099d809017c62" }, "downloads": -1, "filename": "overprint-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c39526d89c9a4b5376da022af7179257", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2771, "upload_time": "2015-12-03T15:27:52", "url": "https://files.pythonhosted.org/packages/8a/d7/caeda34d826aa2801cb4374373bceb52c57ca07ae944e26fb340eaaf7a7c/overprint-0.0.2-py2.py3-none-any.whl" } ] }