{ "info": { "author": "Thomas Cokelaer", "author_email": "cokelaer@ebi.ac.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "#############################\nCOLORMAP documentation\n#############################\n\n\nPlease see : http://colormap.readthedocs.io/ for an up-to-date documentation.\n\n.. image:: https://badge.fury.io/py/colormap.svg\n :target: https://pypi.python.org/pypi/colormap\n\n.. image:: https://secure.travis-ci.org/cokelaer/colormap.png\n :target: http://travis-ci.org/cokelaer/colormap\n\n.. image:: https://coveralls.io/repos/cokelaer/colormap/badge.png?branch=master\n :target: https://coveralls.io/r/cokelaer/colormap?branch=master\n\n.. image:: https://landscape.io/github/cokelaer/colormap/master/landscape.png\n :target: https://landscape.io/github/cokelaer/colormap/master\n\n\n:version: Python 2.7, 3.3, 3.4, 3.5, 3.6\n:contributions: Please join https://github.com/cokelaer/colormap\n:issues: Please use https://github.com/cokelaer/colormap/issues\n:notebook: Please see https://github.com/cokelaer/colormap/tree/master/notebooks\n\n\n\nWhat is it ?\n################\n\n**colormap** package provides simple utilities to convert colors between\nRGB, HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All\nmatplotlib colormaps and some R colormaps are available altogether. The\nplot_colormap method (see below) is handy to quickly pick up a colormaps and\nthe test_colormap is useful to see test a new colormap.\n\n\nInstallation\n###################\n\n::\n\n pip install colormap\n\nExample\n##########\n\n* Create your own colormap from red to green colors with intermediate color as\n whitish (diverging map from red to green)::\n\n c = Colormap()\n mycmap = c.cmap( {'red':[1,1,0], 'green':[0,1,.39], 'blue':[0,1,0]})\n cmap = c.test_colormap(mycmap)\n\n* Even simpler if the colormap is linear::\n\n c = Colormap()\n mycmap = c.cmap_linear('red', 'white', 'green(w3c)')\n cmap = c.test_colormap(mycmap)\n\n.. image:: http://colormap.readthedocs.io/en/latest/_images/index-1.png\n :width: 50%\n :align: center\n\n* check out the available colormaps::\n\n c = Colormap()\n c.plot_colormap('diverging')\n\n.. image:: http://colormap.readthedocs.io/en/latest/_images/colormaps.png\n :width: 50%\n :align: center\n\nSee online documentation for details: http://colormap.readthedocs.io/\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/colormap/", "download_url": "http://pypi.python.org/pypi/colormap", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://packages.python.org/colormap/", "keywords": "hex2web", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "colormap", "package_url": "https://pypi.org/project/colormap/", "platform": "Linux", "project_url": "https://pypi.org/project/colormap/", "project_urls": { "Download": "http://pypi.python.org/pypi/colormap", "Homepage": "http://packages.python.org/colormap/" }, "release_url": "https://pypi.org/project/colormap/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Utilities to ease manipulation of matplotlib colormaps and color codecs (e.g., hex2rgb)", "version": "1.0.2" }, "last_serial": 4644253, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "6b5d860d950febad7baa395595231054", "sha256": "78ce912835eef9b658e34755f3b4f57c34499156c1e49b34893c200b468de5ad" }, "downloads": -1, "filename": "colormap-0.9.0.tar.gz", "has_sig": false, "md5_digest": "6b5d860d950febad7baa395595231054", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13628, "upload_time": "2014-09-18T15:03:25", "url": "https://files.pythonhosted.org/packages/94/7c/9f2781cd3edbf9a66fdb9cc5b3971a69f77d784e62d964830fae4ad5f0f9/colormap-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "4fe334d0dedec5a61e5755ad8eaeb812", "sha256": "741a27c32c3f44de47cbb600306ea21aef8c1e22a2b9882c47a4d4925e969ac1" }, "downloads": -1, "filename": "colormap-0.9.1.tar.gz", "has_sig": false, "md5_digest": "4fe334d0dedec5a61e5755ad8eaeb812", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14614, "upload_time": "2014-09-19T10:31:54", "url": "https://files.pythonhosted.org/packages/28/2a/7301ced1fb2a9cb59fa6d38584db6bbe079827f5d1a12346f8b228d0a70c/colormap-0.9.1.tar.gz" } ], "0.9.10": [ { "comment_text": "", "digests": { "md5": "c7b883f35bc9198e376e70a664f8685f", "sha256": "bbc769432edb6b2cceddd18edeb0c169303a6227c7183b7095a191e50160e443" }, "downloads": -1, "filename": "colormap-0.9.10.tar.gz", "has_sig": false, "md5_digest": "c7b883f35bc9198e376e70a664f8685f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15876, "upload_time": "2016-12-05T08:52:45", "url": "https://files.pythonhosted.org/packages/e0/b4/11044ec0375f481e0975777956ff2b65c458008f253faa7a39aaac96c31f/colormap-0.9.10.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "712ad598846f0e487402d5756f5b3703", "sha256": "7bd5944ffba76270e7e1e80da86193e67bf6ee5aea039991e2dc90df1f2b917e" }, "downloads": -1, "filename": "colormap-0.9.2.tar.gz", "has_sig": false, "md5_digest": "712ad598846f0e487402d5756f5b3703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14617, "upload_time": "2014-09-22T10:02:27", "url": "https://files.pythonhosted.org/packages/96/78/0f8ebc9dedb01d5eaf6868ad5c4b248a30587c772cd67f50b859c981ec27/colormap-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "66011aa7aea6a440f1b995119873947a", "sha256": "06f7bba59e286d1c2e4bdbc7332e2f4c4bdcb24a810026ab4adf578f157738b9" }, "downloads": -1, "filename": "colormap-0.9.3.tar.gz", "has_sig": false, "md5_digest": "66011aa7aea6a440f1b995119873947a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15010, "upload_time": "2014-10-08T22:06:29", "url": "https://files.pythonhosted.org/packages/10/f0/96d61cb83df25d813fd32943ce15f6f467824a69c3676155c7f9abc4dc79/colormap-0.9.3.tar.gz" } ], "0.9.4": [ { "comment_text": "", "digests": { "md5": "11b91cdec19280a4c1ab7be7a8e8c6c4", "sha256": "e21c1015922f1c57a7207b01a604f6bf7336538f7692e8d6c2b9caceb647462d" }, "downloads": -1, "filename": "colormap-0.9.4.tar.gz", "has_sig": false, "md5_digest": "11b91cdec19280a4c1ab7be7a8e8c6c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15048, "upload_time": "2014-10-15T21:45:37", "url": "https://files.pythonhosted.org/packages/03/4d/c6064070ed327eb049c66745b652e3709c9d90002a86cabe33cd7b3b490a/colormap-0.9.4.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "2d7b7ee8757d1f66006b1113b6698676", "sha256": "604dbe6095db33454d43f17db4de8e5c70034f1efd0d4348a64162535e9a449c" }, "downloads": -1, "filename": "colormap-0.9.5.tar.gz", "has_sig": false, "md5_digest": "2d7b7ee8757d1f66006b1113b6698676", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15124, "upload_time": "2014-11-07T10:15:19", "url": "https://files.pythonhosted.org/packages/e5/ae/211a2e3be23b70f480df2b706b5b54cf4317cb13956d8ed4c690a96254bf/colormap-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "b2d742c33d8254433eba3213f55d3f73", "sha256": "8eaa05b7f795f0b0d8800865a2eb3a8265415edb17e052c7c052853782c29445" }, "downloads": -1, "filename": "colormap-0.9.6.tar.gz", "has_sig": false, "md5_digest": "b2d742c33d8254433eba3213f55d3f73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15177, "upload_time": "2015-10-22T13:26:53", "url": "https://files.pythonhosted.org/packages/99/c3/120ca8991ecf78ae845d47099aed5d8e473c113170e14b2fcce30ff3f05b/colormap-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "54cfb7cde84dc9bcd6a38fea2fe32a69", "sha256": "46d4ef8381098355a109edf4b551bd651b47941a8c4d7631c0ed2bfb5a453de1" }, "downloads": -1, "filename": "colormap-0.9.7.tar.gz", "has_sig": false, "md5_digest": "54cfb7cde84dc9bcd6a38fea2fe32a69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15163, "upload_time": "2015-11-12T21:54:11", "url": "https://files.pythonhosted.org/packages/7d/f1/5bb48acfcdea5cb7898fab2bd0ca10c1efdb643ad4bc3c59dbc8c2c5dd7f/colormap-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "da5b29974981d53c498dab83d9687324", "sha256": "81a3573bfe88d23a8d7efbf3e53b2f342c50921c6518976580291ab74d6c8e65" }, "downloads": -1, "filename": "colormap-0.9.8.tar.gz", "has_sig": false, "md5_digest": "da5b29974981d53c498dab83d9687324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15514, "upload_time": "2016-02-17T23:47:13", "url": "https://files.pythonhosted.org/packages/f6/39/e88b703f653996367351ae690ddbedbc8eba1f772a93c94914f48f508ff9/colormap-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "c4c9a3b267eccf02d349c2b50bf50e9c", "sha256": "85572283f7db42d6490fc4d0499f342cf602abafa63edf3aae419cc110d2a645" }, "downloads": -1, "filename": "colormap-0.9.9.tar.gz", "has_sig": false, "md5_digest": "c4c9a3b267eccf02d349c2b50bf50e9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15800, "upload_time": "2016-12-04T23:43:44", "url": "https://files.pythonhosted.org/packages/e0/c8/5361b9cd93c5ba1786537e4bb9bf3d2a693b7cbe75714592e8006896cc10/colormap-0.9.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a0f396c1e93936455fc80a42f663c3f4", "sha256": "eb73ca956770ae4e92a071d53daeb3c20d02c8b167797a2784f739db09749edd" }, "downloads": -1, "filename": "colormap-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a0f396c1e93936455fc80a42f663c3f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15821, "upload_time": "2016-12-05T08:55:06", "url": "https://files.pythonhosted.org/packages/dd/de/2ab8312cdf4d4c2bc59b6fef4c51bf616dd431251d858079678c84c6359e/colormap-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f4a6b5b3c776a34d2a05064b67543a8b", "sha256": "d361296c796d0868e0fbed2506b0a774f739819d2446a2ce7f8dd4e4c228477a" }, "downloads": -1, "filename": "colormap-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f4a6b5b3c776a34d2a05064b67543a8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16715, "upload_time": "2017-02-10T21:32:48", "url": "https://files.pythonhosted.org/packages/68/8f/9cf6bd10f0d2c4522504412ace0faeaac67f8e6280af6965a88f825c712d/colormap-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2409c81c665c304260945c6e769dbff5", "sha256": "c0193efe8f7d626cfc78225fc03a56513a4cfb8d3fc43856ccfb97b9646cc1b1" }, "downloads": -1, "filename": "colormap-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2409c81c665c304260945c6e769dbff5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16148, "upload_time": "2018-12-29T15:15:26", "url": "https://files.pythonhosted.org/packages/d7/18/fcfa885ada4902d754a66b1f71aa67c721bfcf25037b5fa438b0bf4f5d77/colormap-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2409c81c665c304260945c6e769dbff5", "sha256": "c0193efe8f7d626cfc78225fc03a56513a4cfb8d3fc43856ccfb97b9646cc1b1" }, "downloads": -1, "filename": "colormap-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2409c81c665c304260945c6e769dbff5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16148, "upload_time": "2018-12-29T15:15:26", "url": "https://files.pythonhosted.org/packages/d7/18/fcfa885ada4902d754a66b1f71aa67c721bfcf25037b5fa438b0bf4f5d77/colormap-1.0.2.tar.gz" } ] }