{ "info": { "author": "Phil Adams", "author_email": "phil@philadams.net", "bugtrack_url": null, "classifiers": [], "description": "v\u00e4ri\n====\n\nColor representations and representation conversions in Python. _V\u00e4ri_ means\n'color' in Finnish.\n\ninstall\n-------\n\n`pip install vari`. Done.\n\nuse\n---\n\nCreate a `Vari` instance with one of many color representations:\n\n Vari(rgb=(255, 0, 0))\n Vari('#ff0000')\n Vari('red')\n\nAsk the instance for other representations:\n\n c = Vari('#f00')\n c.rgb # (255, 0, 0)\n c.hex # '#ff0000'\n c.x256 # 196\n\nfuture\n------\n\n- hsl repr", "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/philadams/vari", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "vari", "package_url": "https://pypi.org/project/vari/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/vari/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/philadams/vari" }, "release_url": "https://pypi.org/project/vari/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Python color representation conversions", "version": "0.0.2" }, "last_serial": 801344, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3918ed62ab552d808d2cbff91f37a339", "sha256": "7fe8d324631f0cd44a49c2205d6701ee535732107d6d3bf2da3d08f5dfdcb1fd" }, "downloads": -1, "filename": "vari-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3918ed62ab552d808d2cbff91f37a339", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2107, "upload_time": "2013-02-22T14:07:48", "url": "https://files.pythonhosted.org/packages/e3/4a/497188eea2d6e3825afa8f99e0d502df79dd5e093c162929bd297f661ac3/vari-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5a5a04610f507439c752b1d28e9f9bf4", "sha256": "15e4641c3fca749581992767bdbdba35b2a963b9c115c5bceea375708e3714fc" }, "downloads": -1, "filename": "vari-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5a5a04610f507439c752b1d28e9f9bf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3754, "upload_time": "2013-02-23T01:50:13", "url": "https://files.pythonhosted.org/packages/2a/62/ee927350ac447810918169bab72f61c356d4cd64f3a3204fbd380f5d6863/vari-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a5a04610f507439c752b1d28e9f9bf4", "sha256": "15e4641c3fca749581992767bdbdba35b2a963b9c115c5bceea375708e3714fc" }, "downloads": -1, "filename": "vari-0.0.2.tar.gz", "has_sig": false, "md5_digest": "5a5a04610f507439c752b1d28e9f9bf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3754, "upload_time": "2013-02-23T01:50:13", "url": "https://files.pythonhosted.org/packages/2a/62/ee927350ac447810918169bab72f61c356d4cd64f3a3204fbd380f5d6863/vari-0.0.2.tar.gz" } ] }