{ "info": { "author": "Glenn Siegman", "author_email": "gsiegman@gsiegman.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "django-paintstore\n==================\n\n``django-paintstore`` is a Django app that integrates `jQuery ColorPicker`_ with the Django admin\n\n\nQuickstart\n----------\n\n#. Install the app with your preferred Python packaging utility, for example::\n\n pip install django-paintstore\n\n#. Add the application to the ``INSTALLED_APPS`` in settings.py::\n\n INSTALLED_APPS = (\n # ...\n 'paintstore',\n )\n\n#. Add a ColorPickerField to your model::\n \n # ...\n from paintstore.fields import ColorPickerField\n\n class ColorfulModel(models.Model):\n title = models.CharField(max_length=25)\n color = ColorPickerField()\n\n#. Optional: Edit colors directly in your model's change list admin::\n\n class ColorfulModelAdmin(admin.ModelAdmin):\n list_display = [\"title\", \"color\",]\n list_editable = [\"color\",]\n\n\nTODOS\n--------\n\n- Replace text input showing color hex code with a swatch of the color selected\n- Docs (prep to add to Read the Docs)\n- Tests\n\n.. _`jQuery ColorPicker`: https://github.com/Belelros/jQuery-ColorPicker", "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/gsiegman/django-paintstore", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-paintstore", "package_url": "https://pypi.org/project/django-paintstore/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-paintstore/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gsiegman/django-paintstore" }, "release_url": "https://pypi.org/project/django-paintstore/0.2/", "requires_dist": null, "requires_python": null, "summary": "A Django app that integrates jQuery ColorPicker with the Django admin.", "version": "0.2" }, "last_serial": 897307, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cd4024cd4de26bbcae8cade8676f852a", "sha256": "c4bb2870da16b9d1f3c0e142c1eef8f3f7f16336fec1e7579e470b8460745b4f" }, "downloads": -1, "filename": "django-paintstore-0.1.tar.gz", "has_sig": false, "md5_digest": "cd4024cd4de26bbcae8cade8676f852a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27550, "upload_time": "2012-05-29T03:45:23", "url": "https://files.pythonhosted.org/packages/a4/16/19148c3bfaab6564fbfe38de7b724e6bc4086c11a14e03326968d3f98711/django-paintstore-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "037148ef3f2ba860dc5e55396ea55e8e", "sha256": "187a4c59043e01f7161daa06dbef95034c8670892e56aa894f3ccc38db6fe91c" }, "downloads": -1, "filename": "django-paintstore-0.1.1.tar.gz", "has_sig": false, "md5_digest": "037148ef3f2ba860dc5e55396ea55e8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27616, "upload_time": "2012-05-29T04:03:14", "url": "https://files.pythonhosted.org/packages/4e/bc/83cc8b67a9635ac18013b91525331764332084f2a5d52c1b11fadeecafbe/django-paintstore-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "11f8ac502e3ab1ece0ceba741eeba022", "sha256": "de47c9abdf4ac0fc43989151ceaa67cece31b73f59e33af6cedc398f4855e4a9" }, "downloads": -1, "filename": "django-paintstore-0.1.2.tar.gz", "has_sig": false, "md5_digest": "11f8ac502e3ab1ece0ceba741eeba022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26728, "upload_time": "2012-06-03T09:06:49", "url": "https://files.pythonhosted.org/packages/d5/19/63c1a3783c9c40c21d172694a175360f84182aad893d0cc325741d897849/django-paintstore-0.1.2.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "759458c80d319d1412af759c1a200cfb", "sha256": "8f7326576f0618e4f038d583dbb560a598dda23a759d58f8c16e2e1c367f9d8b" }, "downloads": -1, "filename": "django-paintstore-0.2.tar.gz", "has_sig": false, "md5_digest": "759458c80d319d1412af759c1a200cfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101127, "upload_time": "2013-10-18T02:02:04", "url": "https://files.pythonhosted.org/packages/10/e8/f55c93c043b73e6227ca903f68e0c36317ab15383f9d521faa8d14c76289/django-paintstore-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "759458c80d319d1412af759c1a200cfb", "sha256": "8f7326576f0618e4f038d583dbb560a598dda23a759d58f8c16e2e1c367f9d8b" }, "downloads": -1, "filename": "django-paintstore-0.2.tar.gz", "has_sig": false, "md5_digest": "759458c80d319d1412af759c1a200cfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101127, "upload_time": "2013-10-18T02:02:04", "url": "https://files.pythonhosted.org/packages/10/e8/f55c93c043b73e6227ca903f68e0c36317ab15383f9d521faa8d14c76289/django-paintstore-0.2.tar.gz" } ] }