{ "info": { "author": "Mikel Larreategi", "author_email": "mlarreategi@codesyntax.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout :: Recipe", "Framework :: Zope2", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis products uses jarn.checkinterval product to calculate the \nvalue of the python-check-interval option in Zope's configuration.\n\nIt's integrated into zc.buildout process, so it's just a 3 line add\nto your buildout, and each time you run it, you'll get the correct\nvalue for your setup, so no more need to execute manually the script.\n\nConfiguration\n==============\n\nAdd a part in your buildout file pointing to this recipe before\nthe part that creates the Zope instance, as follows::\n\n [buildout]\n parts = \n ...\n checkinterval\n instance\n ...\n\n [checkinterval]\n recipe = cs.recipe.checkinterval\n\nAnd then, just use the value provided by the recipe in your instance part::\n\n [instance]\n ...\n python-check-interval = ${checkinterval:value}\n ...\n\nAnd that's it.\n\nMore about check-interval\n===========================\n\nPlease, read `jarn.checkinterval`_'s README to get more information about it.\n\n\n.. _`jarn.checkinterval`: http://pypi.python.org/pypi/jarn.checkinterval\n\n\nChangelog\n=========\n\n1.0 (2012/10/05)\n-------------------\n\n- Initial release\n [erral]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/codesyntax/cs.recipe.checkinterval", "keywords": "python zope interpreter check interval", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "cs.recipe.checkinterval", "package_url": "https://pypi.org/project/cs.recipe.checkinterval/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cs.recipe.checkinterval/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/codesyntax/cs.recipe.checkinterval" }, "release_url": "https://pypi.org/project/cs.recipe.checkinterval/1.0/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe that calculates the python-check-interval value for your zope instance", "version": "1.0" }, "last_serial": 788555, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4a949caea88cb0962a03b77fac136558", "sha256": "90a18a68bfff5ee011e793ff52004a10a8144b7f40416f07df4cb50658f09f58" }, "downloads": -1, "filename": "cs.recipe.checkinterval-1.0.zip", "has_sig": false, "md5_digest": "4a949caea88cb0962a03b77fac136558", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15206, "upload_time": "2012-10-05T07:48:14", "url": "https://files.pythonhosted.org/packages/53/85/5a17973c647235831efc0ddb19c311e6b731e5cc64a801cf8d15400c689f/cs.recipe.checkinterval-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a949caea88cb0962a03b77fac136558", "sha256": "90a18a68bfff5ee011e793ff52004a10a8144b7f40416f07df4cb50658f09f58" }, "downloads": -1, "filename": "cs.recipe.checkinterval-1.0.zip", "has_sig": false, "md5_digest": "4a949caea88cb0962a03b77fac136558", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15206, "upload_time": "2012-10-05T07:48:14", "url": "https://files.pythonhosted.org/packages/53/85/5a17973c647235831efc0ddb19c311e6b731e5cc64a801cf8d15400c689f/cs.recipe.checkinterval-1.0.zip" } ] }