{ "info": { "author": "Gatlen Culp", "author_email": "gatlenculp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Debuggers" ], "description": "# pyconsole_util\nThe python console utility is a basic set of functions that print to the console in different formats for debugging, exploring, or printing nicely.\n\nYou can see some samples below and in the source code itself\n\n![alt text](https://i.imgur.com/8F4wQcm.png \"Overview of all Functions in the Code\")\n\n## util.startup(\\*args)\n\\*args can be anything normally able to be printed with print()\n\nWhen you are initializing variables, uploading to documents, setting up pins on a board, etc- use this to print out that those things are initializing.\n\nSends in yellow\n\n## util.title(\\*args)\n\\*args can be anything normally able to be printed with print()\n\nWhenever a new block of your code begins, use this block of code to display that.\n\nSends in white text with a green background\n\n## util.endline(\\*args)\n\\*args can be anything normally able to be printed with print()\n\nWhenever a block of code ends, use this to signal that\n\n## util.debug(\\*args, title=None)\n\\*args can be anything normally able to be printed with print()\ntitle is an optional parameter that appears to the left of the location\n\nDisplays the absolute path to the file and the line number the function was called on, underlined. The other arguments will be printed out. All in red.\n\n## util.info(\\*arg)\n\\*arg can be any object\n\nPrints out all of the members of an object in teal, organizes dictionaries and arrays for print.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Hugernot/pyconsole-util", "keywords": "console printing colors formatting format debug info explorer", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pyconsole-util", "package_url": "https://pypi.org/project/pyconsole-util/", "platform": "", "project_url": "https://pypi.org/project/pyconsole-util/", "project_urls": { "Homepage": "https://github.com/Hugernot/pyconsole-util" }, "release_url": "https://pypi.org/project/pyconsole-util/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "A set of functions that print to the console in different formats for debugging, exploring, or printing nicely", "version": "1.0.1" }, "last_serial": 4692764, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "da114ff91583bc2ece47af79d6f1502f", "sha256": "104354bf72be90508178cc30d3b5c1687d39e2d8625da3f10c1060cec356d1be" }, "downloads": -1, "filename": "pyconsole_util-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "da114ff91583bc2ece47af79d6f1502f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15720, "upload_time": "2019-01-14T05:20:14", "url": "https://files.pythonhosted.org/packages/10/94/bda5323bfb9124ec16b5adfe772e8a55c7b69bf5e90c32e484bca5c95d42/pyconsole_util-1.0.0-py3-none-any.whl" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c43e75adc40f73e20bc0da3fda57370e", "sha256": "61932b40ce799c7b874fee561a63c121478e69aa985eb33c60bc3eb85a3f0ca5" }, "downloads": -1, "filename": "pyconsole_util-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c43e75adc40f73e20bc0da3fda57370e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15720, "upload_time": "2019-01-14T05:20:16", "url": "https://files.pythonhosted.org/packages/6c/48/db04d1f8c687bf7ef5fa059dd923740c0387920168588fa5c265bc895c60/pyconsole_util-1.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c43e75adc40f73e20bc0da3fda57370e", "sha256": "61932b40ce799c7b874fee561a63c121478e69aa985eb33c60bc3eb85a3f0ca5" }, "downloads": -1, "filename": "pyconsole_util-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c43e75adc40f73e20bc0da3fda57370e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15720, "upload_time": "2019-01-14T05:20:16", "url": "https://files.pythonhosted.org/packages/6c/48/db04d1f8c687bf7ef5fa059dd923740c0387920168588fa5c265bc895c60/pyconsole_util-1.0.1-py3-none-any.whl" } ] }