{ "info": { "author": "NoSmokingBandit", "author_email": "nosmokingbandit@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "\nchromaprint\n===========\n\nPython module to facilitate effortless color terminal output.\n\nInstallation\n^^^^^^^^^^^^\n\nChromaprint requires Python 3.X.\n\nInstall via pip with ``pip install chromaprint``\n\nUsage\n^^^^^\n\n.. code-block::\n\n from chromaprint import print\n print('green on magenta', fg='green', bg='magenta')\n\n\nIt's that easy.\n\nChromaprint contains one property ``colors`` and two methods ``print`` and ``set_default``.\n\ncolors\n\"\"\"\"\"\"\n\n``chromaprint.colors`` is a tuple containing the names of all available colors. Attempts to use colors not in this tuple will raise an exception.\n\nprint()\n\"\"\"\"\"\"\"\n\nThe ``print()`` method functions the same as Python's built-in print method. Simply pass any strings you wish to print with the foreground color as ``fg='green'`` and background color as ``bg='magenta'``. Color selections only apply to a single print, so the next ``print`` call will use the default colors. You can change the default colors using ``chromaprint.set_default()``\n\nset_default()\n\"\"\"\"\"\"\"\"\"\"\"\"\"\n\nA custom set of default colors may be specified and changed at will. Simply call ``set_default()`` using the same syntax as ``chromaprint.print()``\\ , ie ``chromaprint.set_default(bg='green', fg='magenta')``. You may set either ``bg``\\ , ``fg``\\ , or both. To return to the system default color output pass ``bg='default', fg='default'``\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nosmokingbandit/chromaprint", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "chromaprint", "package_url": "https://pypi.org/project/chromaprint/", "platform": "", "project_url": "https://pypi.org/project/chromaprint/", "project_urls": { "Homepage": "https://github.com/nosmokingbandit/chromaprint" }, "release_url": "https://pypi.org/project/chromaprint/0.5/", "requires_dist": null, "requires_python": "", "summary": "Small package to facilitate colored terminal output.", "version": "0.5" }, "last_serial": 4021420, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "39ecec9beb3ceefe5775552d60601c38", "sha256": "1cb68ec49103d89fcb5f432d461921ede1aa511004b6649f6d699bc224b78231" }, "downloads": -1, "filename": "chromaprint-0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "39ecec9beb3ceefe5775552d60601c38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2714, "upload_time": "2018-07-02T01:54:33", "url": "https://files.pythonhosted.org/packages/19/c0/39ed246555585599c174db4ee2d61a89c0b80dee0f40b38f64f2c6ecdfd4/chromaprint-0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "471ce82e7d69146eb30bba4c3a638ada", "sha256": "77833e89e350a485dc9c41f55b22169d36197b73fe639f16d2ecf5b983f02d01" }, "downloads": -1, "filename": "chromaprint-0.5.tar.gz", "has_sig": false, "md5_digest": "471ce82e7d69146eb30bba4c3a638ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2281, "upload_time": "2018-07-02T01:54:34", "url": "https://files.pythonhosted.org/packages/a2/e2/9fe5d05767c677b75a003a323cb7baaabc2243dfd311b29e1804c65b140a/chromaprint-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39ecec9beb3ceefe5775552d60601c38", "sha256": "1cb68ec49103d89fcb5f432d461921ede1aa511004b6649f6d699bc224b78231" }, "downloads": -1, "filename": "chromaprint-0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "39ecec9beb3ceefe5775552d60601c38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2714, "upload_time": "2018-07-02T01:54:33", "url": "https://files.pythonhosted.org/packages/19/c0/39ed246555585599c174db4ee2d61a89c0b80dee0f40b38f64f2c6ecdfd4/chromaprint-0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "471ce82e7d69146eb30bba4c3a638ada", "sha256": "77833e89e350a485dc9c41f55b22169d36197b73fe639f16d2ecf5b983f02d01" }, "downloads": -1, "filename": "chromaprint-0.5.tar.gz", "has_sig": false, "md5_digest": "471ce82e7d69146eb30bba4c3a638ada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2281, "upload_time": "2018-07-02T01:54:34", "url": "https://files.pythonhosted.org/packages/a2/e2/9fe5d05767c677b75a003a323cb7baaabc2243dfd311b29e1804c65b140a/chromaprint-0.5.tar.gz" } ] }