{ "info": { "author": "Jens Klein", "author_email": "jens@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Programming Language :: Python" ], "description": "PythonField Readme\n\n An Archetype field that stores Python scripts.\n\n Usage\n \n 1. Install as usual in your Products directory.\n\n 2. Add this line to your custom Archetype to import the field::\n \n from Products.PythonField import PythonField\n\n 3. In your schema, add PythonField like this::\n \n BaseSchema + Schema(( ...\n PythonField('myField'),\n ...\n ))\n\n Further Information\n\n Visit http://plone.org/products/scriptablefields for documenttion, \n bug-reports, etc.\n\n Credits\n\n Thanks to Sidnei da Silva for the TALESField product, which served\n as the base for this.\n\n Copyright\n \n Copyright (C) 2005-2007 BlueDynamics Alliance, Klein & Partner KEG, Innsbruck, Austria\n\nInstallation\n============\n\nPythonField may be installed as either an egg or as a traditional Zope\nproduct.\n\nVia Buildout\n~~~~~~~~~~~~\n\nJust add Products.PythonField to the \"eggs\" list for the buildout\nor zope2instance parts:\n\neggs = \n ...\n Products.PythonField\n ...\n\nVia easy_setup\n~~~~~~~~~~~~~~\n\nJust use the copy of easy_setup for the Python that you're using \nto run Zope.\n\nTraditional Zope Product Installation\n-------------------------------------\n\nCopy or symbolically link the Products.PythonField/Products/PythonField\nto be Products/PythonField in your Zope instance's Products directory.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/scriptablefields", "keywords": "Plone ScriptableFields PythonField", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.PythonField", "package_url": "https://pypi.org/project/Products.PythonField/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.PythonField/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/scriptablefields" }, "release_url": "https://pypi.org/project/Products.PythonField/1.1.3/", "requires_dist": null, "requires_python": null, "summary": "Archetypes field for Python input", "version": "1.1.3" }, "last_serial": 785100, "releases": { "1.1.2": [ { "comment_text": "", "digests": { "md5": "2a7d3dbd827130cec13a5482d551968d", "sha256": "3f3941ca1b2150e048baa116546d6ab7642a2fd829966b8240c3eee60c6fb0c9" }, "downloads": -1, "filename": "Products.PythonField-1.1.2-py2.4.egg", "has_sig": false, "md5_digest": "2a7d3dbd827130cec13a5482d551968d", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 22968, "upload_time": "2008-04-27T22:31:10", "url": "https://files.pythonhosted.org/packages/25/ff/01cc375b4ea458212f93c64b39d990226f65266bd10b8782d33d6db67bac/Products.PythonField-1.1.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "852e643beec7fd9a24c654773528b7f2", "sha256": "62e5e15b49cf41cb3ed2c4b7611eea133972471bee0ad4ea65989db5de3fd8fb" }, "downloads": -1, "filename": "Products.PythonField-1.1.2.zip", "has_sig": false, "md5_digest": "852e643beec7fd9a24c654773528b7f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19685, "upload_time": "2009-10-31T12:26:53", "url": "https://files.pythonhosted.org/packages/77/66/062b512fb4d6fb4d64086721b7c6603ce85a6ce4807fd9422d8b829fd2b6/Products.PythonField-1.1.2.zip" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "c90d743964328796bca95058fd86d8cf", "sha256": "3d47567de55ed573c888826706965e4648045f479ed3f15449cdd53323003772" }, "downloads": -1, "filename": "Products.PythonField-1.1.3.zip", "has_sig": false, "md5_digest": "c90d743964328796bca95058fd86d8cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20084, "upload_time": "2010-03-01T19:27:11", "url": "https://files.pythonhosted.org/packages/5a/4f/98bc3ec2192413f746ec9e57f85cb1282497a98da3f2669e8cbfbc741ca7/Products.PythonField-1.1.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c90d743964328796bca95058fd86d8cf", "sha256": "3d47567de55ed573c888826706965e4648045f479ed3f15449cdd53323003772" }, "downloads": -1, "filename": "Products.PythonField-1.1.3.zip", "has_sig": false, "md5_digest": "c90d743964328796bca95058fd86d8cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20084, "upload_time": "2010-03-01T19:27:11", "url": "https://files.pythonhosted.org/packages/5a/4f/98bc3ec2192413f746ec9e57f85cb1282497a98da3f2669e8cbfbc741ca7/Products.PythonField-1.1.3.zip" } ] }