{ "info": { "author": "Simon Charette", "author_email": "charette.s@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "twentytab-colorful\n================\n\nIt's a fork of \"django-colorful\"\n\n**django-colorful** is an extension to the Django web framework that provides\ndatabase and form color fields (only RGB atm).\n\nWritten by Simon Charette\nInspired by http://djangosnippets.org/snippets/1261/\nBuilt with https://github.com/laktek/really-simple-color-picker\n\nUsage\n-------------\nIn order to use a color field you just have to add it to your model definition:\n\n from django.db import models\n from colorful.fields import RGBColorField\n\n class Tag(models.Model)\n color = RGBColorField()\n\nThe extension will take care of providing the custom widget, just make sure you\ninclude the static files and jQuery >= 1.6.\n\nIn order to use with django.contrib.staticfiles add 'colorful' to\nproject's INSTALLED_APPS.", "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/20tab/twentytab-colorful", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "twentytab-colorful", "package_url": "https://pypi.org/project/twentytab-colorful/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/twentytab-colorful/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/20tab/twentytab-colorful" }, "release_url": "https://pypi.org/project/twentytab-colorful/0.1/", "requires_dist": null, "requires_python": null, "summary": "An extension to the Django web framework that provides database and form color fields", "version": "0.1" }, "last_serial": 1063602, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "03fbd0c9c786c5b01dcce21f146f7220", "sha256": "918fc2e36605a5f34a7334a105cb49082d6d061852dfb6c34bc5f7581432cb45" }, "downloads": -1, "filename": "twentytab-colorful-0.1.tar.gz", "has_sig": false, "md5_digest": "03fbd0c9c786c5b01dcce21f146f7220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2014-04-17T15:52:09", "url": "https://files.pythonhosted.org/packages/3e/e1/f4bf3d7d33c3ccda983116eed7eac337351f3f7ced3c77c8dc055201e67d/twentytab-colorful-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "03fbd0c9c786c5b01dcce21f146f7220", "sha256": "918fc2e36605a5f34a7334a105cb49082d6d061852dfb6c34bc5f7581432cb45" }, "downloads": -1, "filename": "twentytab-colorful-0.1.tar.gz", "has_sig": false, "md5_digest": "03fbd0c9c786c5b01dcce21f146f7220", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2014-04-17T15:52:09", "url": "https://files.pythonhosted.org/packages/3e/e1/f4bf3d7d33c3ccda983116eed7eac337351f3f7ced3c77c8dc055201e67d/twentytab-colorful-0.1.tar.gz" } ] }