{ "info": { "author": "Conrad Heidebrecht", "author_email": "conrad.heidebrecht@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "*********\nFULLCOLOR\n*********\n\nfullcolor is a simple python module meant to make it easy to print text in full 24bit colouring. \n\nInstead of the usual 256 different colors, fullcolor enables users to use the full 16.7 million color gammut.\nSupport for this does depend on the terminal, but if unsupported, it should fallback to 256 colors with no user intervention.\n\nCurrently it provides the ability to:\n * set the foreground or background to any color that can be expressed as a 6 digit hex code or (R, G, B) tuple\n * convert between RGB, HEX (supports both 3 and 6 digit hex codes), and terminal color encodings (though this should rarely ever be used).\n * allows users to extend color modes to print in (modifying the Tmode enum will automatically update the Color classes slots)\n * reset terminal color\n * has a default set of colors for simple use cases\n * has some common functions to demonstrate use (currently this just includes a rainbow function)\n\n\nUSAGE:\n\nTo import base color class\n.. code:: python\n from fullcolor.colors import Color\n\nTo import common colors:\n.. code:: python\n from fullcolor.common import CommonColors\n\nSample print statements:\n.. code:: python\n :linenos:\n from fullcolor.colors import Color, Tmode\n from fullcolor.common import CommonColors as cc, rainbow\n\n # print green background, red foreground, then reset terminal colors\n print(cc.GREEN.bg + cc.RED.fg + 'Christmas tree.' + cc.RT)\n\n # create custom colors and use them\n custom1 = Color('561f0a')\n custom2 = Color((100, 240, 100))\n custom3 = Color('#a02')\n print(custom1.fg + custom2.bg + 'This is gonna be ' + custom3.bg + 'ugly.' + custom1.rt)\n\n # print a nice rainbow\n print(rainbow())\n # customize the rainbow\n print(rainbow(cols=80, printchar='#', mode=Tmode.fg))\n\n\n\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eternali/fullcolor", "keywords": "color colour terminal logging", "license": "", "maintainer": "", "maintainer_email": "", "name": "fullcolor", "package_url": "https://pypi.org/project/fullcolor/", "platform": "linux", "project_url": "https://pypi.org/project/fullcolor/", "project_urls": { "Homepage": "https://github.com/eternali/fullcolor" }, "release_url": "https://pypi.org/project/fullcolor/0.2.4/", "requires_dist": null, "requires_python": "", "summary": "Provides an easy way to print full 24bit colors in terminals (those that support it).", "version": "0.2.4" }, "last_serial": 3684408, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "3fbd14e4f3c835d4268bed144a496004", "sha256": "4750a74770cfb30a640d9975d17f9e540679775b9c9b4b9cfde6ec56850559d1" }, "downloads": -1, "filename": "fullcolor-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3fbd14e4f3c835d4268bed144a496004", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3618, "upload_time": "2018-03-16T04:13:58", "url": "https://files.pythonhosted.org/packages/f5/ce/aeedc1006b5966243719c0c3064b6085a0057045263db9891edd86e8a544/fullcolor-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a8240cfb240b422c92e5c25f2c982f5", "sha256": "86eb2141296999248ccd2f2c2355b22caeba91a6b2b49a4520cab3177f93a6b0" }, "downloads": -1, "filename": "fullcolor-0.2.0.tar.gz", "has_sig": false, "md5_digest": "2a8240cfb240b422c92e5c25f2c982f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15214, "upload_time": "2018-03-16T04:14:00", "url": "https://files.pythonhosted.org/packages/d2/ca/725c8cea33edefdbd26ab2ea754e1832b8487b771ed7694d6ed0360868c6/fullcolor-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b9ae4d7548b1da356294a4e14d8ea1f0", "sha256": "ba08174bcf36c8167fc7bcfdd4f5c13675838717eca239cdc68066fb2a74d6a3" }, "downloads": -1, "filename": "fullcolor-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b9ae4d7548b1da356294a4e14d8ea1f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3631, "upload_time": "2018-03-16T04:26:10", "url": "https://files.pythonhosted.org/packages/4f/3b/445f9630e502ccbbd05fe0190a793e9a4ca707d12fcf93e1a037829debff/fullcolor-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c28d755cf42d36a36298ff1a9262fbf", "sha256": "c8652698179d2a8ea3bbb4a72caa7a026c794194fc1b86b32fec2cf2ff718504" }, "downloads": -1, "filename": "fullcolor-0.2.1.tar.gz", "has_sig": false, "md5_digest": "8c28d755cf42d36a36298ff1a9262fbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15225, "upload_time": "2018-03-16T04:26:11", "url": "https://files.pythonhosted.org/packages/e3/cd/a2cb9b5b79f8205fd4f97ea8a441cbb3301de082f74c9fe3007f91488fb4/fullcolor-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "d68984bd03001a5dca859cdc4f6d21a3", "sha256": "c7aaeefd07e87b7a0bc16785f53853ed118e65cd18228459983af147117571bd" }, "downloads": -1, "filename": "fullcolor-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d68984bd03001a5dca859cdc4f6d21a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7332, "upload_time": "2018-03-16T14:40:14", "url": "https://files.pythonhosted.org/packages/00/fe/74a208c8ee6c099b815fdaeff7a1153e51e520f04fc787ddce56c52b305d/fullcolor-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e569ac9e3f012c0bff0a1635f9e5c23b", "sha256": "477e3b50b816703d3489d2250a7e680749d3af84e5d0b421c51521db3d4b31a8" }, "downloads": -1, "filename": "fullcolor-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e569ac9e3f012c0bff0a1635f9e5c23b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15708, "upload_time": "2018-03-16T14:40:15", "url": "https://files.pythonhosted.org/packages/b4/f4/5ce89747f5471eff6a2acfa472bb5a4b4b6475b8be0461a5cbf8e7652c56/fullcolor-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "fef6f73d33c36fd5ff86b0a0c1857014", "sha256": "847bdd3338d08fbecfa759b75869757df9d8eb4679e69af2c0c04c3935c51881" }, "downloads": -1, "filename": "fullcolor-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fef6f73d33c36fd5ff86b0a0c1857014", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8553, "upload_time": "2018-03-17T02:04:20", "url": "https://files.pythonhosted.org/packages/23/de/cdc59922ac3ab52dfe15dae558c87b8f253409dcac5fe4eee861bc3ae401/fullcolor-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4710131b10a91003c110b51bacf1bafc", "sha256": "d188ba925b83dc6e531ba42ae6e69594f61bfddb86682fb5af3bfbd3b5b0c82e" }, "downloads": -1, "filename": "fullcolor-0.2.3.tar.gz", "has_sig": false, "md5_digest": "4710131b10a91003c110b51bacf1bafc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17188, "upload_time": "2018-03-17T02:04:22", "url": "https://files.pythonhosted.org/packages/b8/eb/4b9503ac5184586d072529f570046c9953977776b7506807da6675eb9fc8/fullcolor-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "6616a72c0d6414009c986b6ed628aead", "sha256": "910440a89a7c0b45dce9d9a639707d9e021c20db96c2a0c40228fb7be3480848" }, "downloads": -1, "filename": "fullcolor-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6616a72c0d6414009c986b6ed628aead", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8455, "upload_time": "2018-03-19T15:54:35", "url": "https://files.pythonhosted.org/packages/3d/d4/e0a98dce8608fb067efa99df0fef260c035754e45f13814ae6200d46df11/fullcolor-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "976148f56bfe668b883a6744dfd75e64", "sha256": "620a1640e73d72edf8119fd9e554adeeea6b282d9d3c19bd9275f14f8260fb53" }, "downloads": -1, "filename": "fullcolor-0.2.4.tar.gz", "has_sig": false, "md5_digest": "976148f56bfe668b883a6744dfd75e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16148, "upload_time": "2018-03-19T15:54:37", "url": "https://files.pythonhosted.org/packages/24/12/94a3a9f6ab8aa3d4de6f65724a66611392efe33fd9a7cf255a8509d07f41/fullcolor-0.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6616a72c0d6414009c986b6ed628aead", "sha256": "910440a89a7c0b45dce9d9a639707d9e021c20db96c2a0c40228fb7be3480848" }, "downloads": -1, "filename": "fullcolor-0.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6616a72c0d6414009c986b6ed628aead", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8455, "upload_time": "2018-03-19T15:54:35", "url": "https://files.pythonhosted.org/packages/3d/d4/e0a98dce8608fb067efa99df0fef260c035754e45f13814ae6200d46df11/fullcolor-0.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "976148f56bfe668b883a6744dfd75e64", "sha256": "620a1640e73d72edf8119fd9e554adeeea6b282d9d3c19bd9275f14f8260fb53" }, "downloads": -1, "filename": "fullcolor-0.2.4.tar.gz", "has_sig": false, "md5_digest": "976148f56bfe668b883a6744dfd75e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16148, "upload_time": "2018-03-19T15:54:37", "url": "https://files.pythonhosted.org/packages/24/12/94a3a9f6ab8aa3d4de6f65724a66611392efe33fd9a7cf255a8509d07f41/fullcolor-0.2.4.tar.gz" } ] }