{ "info": { "author": "Roland Fasching", "author_email": "rof@sterngasse.at", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Changelog\n=========\n\n0.3.1 (2010-06-01)\n------------------\n\n* Eliminated tabindex.\n* Tested with Plone-4.0b3.\n\n0.3.0 (2009-06-17)\n-------------------\n\n* Initial release of eggified version. [taito.horiuchi]\n\n\nInstallation\n=============\n\nIf you are using zc.buildout and the plone.recipe.zope2instance\nrecipe to manage your project, just do this:\n\n* Add ``Products.ColorField`` to the list of eggs to install, e.g.:\n\n | [buildout]\n | ...\n | eggs =\n | ...\n | Products.ColorField\n\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:\n\n | [instance]\n | recipe = plone.recipe.zope2instance\n | ...\n | zcml =\n | Products.ColorField\n\n* Re-run buildout, e.g. with:\n\n | $ ./bin/buildout\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nBecause its top level Python namespace package is called ``Products``, this\npackage can also be installed in Zope 2 as an old style **Zope 2 Product**.\n\nFor that, move (or symlink) the ``ColorField`` folder of this project\n(``Products.ColorField/Products/ColorField``) into the ``Products`` directory of\nthe Zope instance it has to be installed for, and restart the server.\n\nYou can also skip the ZCML slug if you install this package the **Zope 2\nProduct** way.\n\nSet OUTPUT_FORMAT in config.py of the field itself to have the color codes in HTMLColor, RGB,\nHexColor or PILColor. Default is HTMLColor.\n\nUsage\n============\n\n1. In your custom Archetype, add:\n\n | from Products.ColorField import ColorWidget, ColorField\n\n2. Use it like a regular field/widget in your Type's Schema.\n\n | ColorField('my_color',\n | default='#00FFFF',\n | output_format='HexColor',\n | widget=ColorWidget(\n | label='My color',\n | allow_brightness=True)\n | ),", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/Products.ColorField/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.ColorField", "package_url": "https://pypi.org/project/Products.ColorField/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.ColorField/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/Products.ColorField/" }, "release_url": "https://pypi.org/project/Products.ColorField/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "ColorField is a color picker and converter for Plone Archetypes.", "version": "0.3.1" }, "last_serial": 785001, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "ab7662e2b41a5fc85548de18eec403e0", "sha256": "f150f4c2871f1e89433835f2bfa23dc6931a4ed38336d5de2110b72ab9bed695" }, "downloads": -1, "filename": "Products.ColorField-0.3.0-py2.4.egg", "has_sig": false, "md5_digest": "ab7662e2b41a5fc85548de18eec403e0", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 23295, "upload_time": "2009-06-17T20:18:52", "url": "https://files.pythonhosted.org/packages/09/68/2758a0fe7dd22f9af2ae58f08df17f9e3b7805bdd38b145390d215c6eb19/Products.ColorField-0.3.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "10113752c403c8c1906c482633a6c75e", "sha256": "ae99abd1e641c0c789b4a405a0c62616ce5aa66a252ac8da71fbbf115870f08e" }, "downloads": -1, "filename": "Products.ColorField-0.3.0.tar.gz", "has_sig": false, "md5_digest": "10113752c403c8c1906c482633a6c75e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26850, "upload_time": "2009-06-17T20:18:52", "url": "https://files.pythonhosted.org/packages/55/62/295f141ca1c294532865e043f5f994cf3d48ade857b7b0ed8e8075f6c9a3/Products.ColorField-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "e50c7a40aa07bab436b3e840e3ee9986", "sha256": "da9554ff347493b12c31b1c78559d1e077811710277d50cc57c8489043961faf" }, "downloads": -1, "filename": "Products.ColorField-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e50c7a40aa07bab436b3e840e3ee9986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26983, "upload_time": "2010-06-01T00:22:58", "url": "https://files.pythonhosted.org/packages/e2/e8/1ef01ac35d6efc7c12980f63ebb51955c948f2c4d0ef4e79f92ccb1dbb9a/Products.ColorField-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e50c7a40aa07bab436b3e840e3ee9986", "sha256": "da9554ff347493b12c31b1c78559d1e077811710277d50cc57c8489043961faf" }, "downloads": -1, "filename": "Products.ColorField-0.3.1.tar.gz", "has_sig": false, "md5_digest": "e50c7a40aa07bab436b3e840e3ee9986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26983, "upload_time": "2010-06-01T00:22:58", "url": "https://files.pythonhosted.org/packages/e2/e8/1ef01ac35d6efc7c12980f63ebb51955c948f2c4d0ef4e79f92ccb1dbb9a/Products.ColorField-0.3.1.tar.gz" } ] }