{ "info": { "author": "cumulus13 Team", "author_email": "cumulus13@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "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", "Programming Language :: Python :: 3.7" ], "description": "\\$ make_colors\\_\n==================\n\nThis is make command line text colored\n\n\nInstalling\n----------\n\nInstall and update using `pip`_:\n\n.. code-block:: text\n\n $ pip install make_colors\n\nmake_colors supports Python 2 and newer, Python 3 and newer, and PyPy.\n\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\n\n\nA Simple Example\n----------------\n\nWhat does it look like? Here is an example of a simple make_colors program:\n\n.. code-block:: python\n\n from make_colors import make_colors\n \n print make_colors('This is White on Red', 'white', 'red')\n print make_colors('This is Light White on Light Red', 'lightwhite', 'lightred')\n print make_colors('This is Light White on Light Magenta', 'lw', 'm')\n\n\nAnd what it looks like when run:\n\n.. code-block:: text\n\n $ python hello.py \n This is White on Red\n This is Light White on Light Red\n This is Light White on Light Magenta\n\n\nSupport\n------\n\n* Python 2.7 +, Python 3.x\n* Windows, Linux\n\nLinks\n-----\n\n* License: `BSD `_\n* Code: https://github.com/licface/make_colors\n* Issue tracker: https://github.com/licface/make_color/issues", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/licface/make_colors", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "make_colors", "package_url": "https://pypi.org/project/make_colors/", "platform": "", "project_url": "https://pypi.org/project/make_colors/", "project_urls": { "Homepage": "https://github.com/licface/make_colors" }, "release_url": "https://pypi.org/project/make_colors/3.15/", "requires_dist": null, "requires_python": "", "summary": "Make command line text colored", "version": "3.15" }, "last_serial": 5212737, "releases": { "3.13": [ { "comment_text": "", "digests": { "md5": "96538adc5a28689eb9912434b2033fda", "sha256": "519f57a695c051e4b77a811421ae790e8d941ec0f5a9354efbb964d4056664a0" }, "downloads": -1, "filename": "make_colors-3.13.tar.gz", "has_sig": false, "md5_digest": "96538adc5a28689eb9912434b2033fda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5278, "upload_time": "2019-04-18T05:57:43", "url": "https://files.pythonhosted.org/packages/24/96/8c799ad264cf019c58826ee152f23cc21265bc401181900e3485ed4c77d9/make_colors-3.13.tar.gz" } ], "3.15": [ { "comment_text": "", "digests": { "md5": "9d34efe60f0072e0253025e7bef03e39", "sha256": "deb2b8461900d87fe1f30ff5fd9e7ea5396d751bc0b8bf7c45dd8a0ada104a82" }, "downloads": -1, "filename": "make_colors-3.15.tar.gz", "has_sig": false, "md5_digest": "9d34efe60f0072e0253025e7bef03e39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6469, "upload_time": "2019-05-01T13:40:36", "url": "https://files.pythonhosted.org/packages/f5/f4/434526227427a868ef36df728fe60fbceb037bdce639d2e60a7f93d189bd/make_colors-3.15.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d34efe60f0072e0253025e7bef03e39", "sha256": "deb2b8461900d87fe1f30ff5fd9e7ea5396d751bc0b8bf7c45dd8a0ada104a82" }, "downloads": -1, "filename": "make_colors-3.15.tar.gz", "has_sig": false, "md5_digest": "9d34efe60f0072e0253025e7bef03e39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6469, "upload_time": "2019-05-01T13:40:36", "url": "https://files.pythonhosted.org/packages/f5/f4/434526227427a868ef36df728fe60fbceb037bdce639d2e60a7f93d189bd/make_colors-3.15.tar.gz" } ] }