{ "info": { "author": "Aleksey Rembish", "author_email": "alex@rembish.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2 :: Only" ], "description": "Module colorprint\r\n ~~~~~~~~~~~~~~\r\n\r\n Python module to print in color using py3k-style print function. It uses\r\n funny hack, which allow to create print function instead standard print\r\n routine and give it some \"black\" magic.\r\n\r\n Print function is like imported for __future__, but has three additional\r\n parameters: color (foreground of text output), background (it's background)\r\n and format (bold, blink and so on).\r\n\r\n You can read more at __future__.print_function documentation.\r\n\r\n Usage example\r\n -------------\r\n\r\n >>> from __future__ import print_function\r\n >>> from colorprint import *\r\n\r\n >>> print('Hello', 'world', color='blue', end='', sep=', ')\r\n >>> print('!', color='red', format=['bold', 'blink'])\r\n Hello, world!\r\n ^-- blue ^-- blinking, bold and red\r\n\r\n :copyright: 2012 Aleksey Rembish\r\n :license: BSD", "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/rembish/colorprint", "keywords": "color colour print console py3k", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "colorprint", "package_url": "https://pypi.org/project/colorprint/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/colorprint/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rembish/colorprint" }, "release_url": "https://pypi.org/project/colorprint/0.1/", "requires_dist": null, "requires_python": null, "summary": "Python module to print in color using py3k-style print function", "version": "0.1" }, "last_serial": 788308, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1c0547948b914b54aefd5064c3d498e2", "sha256": "db62effb1bb0e8ed1814893dcd62b66b6c8945af626ce790be2f8d095b24bd74" }, "downloads": -1, "filename": "colorprint-0.1.tar.gz", "has_sig": false, "md5_digest": "1c0547948b914b54aefd5064c3d498e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2057, "upload_time": "2012-01-23T23:55:14", "url": "https://files.pythonhosted.org/packages/3d/8b/2fc4666a0f335e044af01e1eca3cfb3a942f7966597e7c5d508a01a60cf0/colorprint-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c0547948b914b54aefd5064c3d498e2", "sha256": "db62effb1bb0e8ed1814893dcd62b66b6c8945af626ce790be2f8d095b24bd74" }, "downloads": -1, "filename": "colorprint-0.1.tar.gz", "has_sig": false, "md5_digest": "1c0547948b914b54aefd5064c3d498e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2057, "upload_time": "2012-01-23T23:55:14", "url": "https://files.pythonhosted.org/packages/3d/8b/2fc4666a0f335e044af01e1eca3cfb3a942f7966597e7c5d508a01a60cf0/colorprint-0.1.tar.gz" } ] }