{ "info": { "author": "Matt Sital-Singh", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "collective.schedule\n===================\n\nThis package integrates the python 'schedule' library (https://github.com/dbader/schedule) with Plone.\n\nIt provides the following:\n\n * A ZML interface for scheduling jobs\n * A single 'tick' job processing view that can be registered using a Zope Clock Server\n\nConfiguration\n-------------\n\nFirst add `collective.schedule` to your buildout eggs.\nThen register the collective.schedule 'tick' method as a clock server in your buildout config:\n\n [buildout]\n ...\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zope-conf-additional =\n \n method /plonesitename/@@schedule-tick\n # If you have virtual host rewriting, you will need to\n # use the following format instead:\n # method /VirtualHostBase/http/www.mysite.com/plonesitename/VirtualHostRoot/@@schedule-tick\n period 300\n user username\n password password\n \n\nScheduling jobs\n---------------\n\nYou can then register jobs using ZCML as follows:\n\n \n\n \n\n \n\n \n\nWhere 'view' is the *name* of a browser view that can be looked up on the Plone Site and executed with the user defined in the clock server above.\n\nFor more details on the options for scheduling jobs, see https://github.com/dbader/schedule\n\nContributors\n============\n\n- Matt Sital-Singh (mattss), Original Author\n\nChangelog\n=========\n\n0.2 (2015-03-23)\n----------------\n- Better error handling and logging. \n Exceptions in jobs no longer affect other jobs.\n [mattss]\n\n0.1.4 (2013-10-02)\n-------------------\n- Package distribution fixes\n [mattss]\n\n0.1.3 (2013-09-20)\n-------------------\n- Documentation updates\n [mattss]\n\n0.1.2 (2013-09-20)\n-------------------\n- Look up the context (plone site) correctly\n [mattss]\n\n0.1.1 (2013-09-20)\n-------------------\n- Correctly wrap the context in with a request (Fixes AttributeError 'REQUEST' in page templates)\n [mattss]\n\n0.1 (2013-06-14)\n-------------------\n\n- Initial release\n [mattss]", "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/netsight/collective.schedule", "keywords": "python plone schedule cron", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "collective.schedule", "package_url": "https://pypi.org/project/collective.schedule/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.schedule/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/netsight/collective.schedule" }, "release_url": "https://pypi.org/project/collective.schedule/0.2/", "requires_dist": null, "requires_python": null, "summary": "Plone integration for the python 'schedule' library", "version": "0.2" }, "last_serial": 1473877, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "089c8a890eb96a94c362f18953d0a704", "sha256": "2a1944d8da0a3efdc905e3e2170d9a4468d6db3ff24631b75245d6cd7681e1ee" }, "downloads": -1, "filename": "collective.schedule-0.1.3.zip", "has_sig": false, "md5_digest": "089c8a890eb96a94c362f18953d0a704", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24634, "upload_time": "2013-10-02T18:00:01", "url": "https://files.pythonhosted.org/packages/fb/19/299695a0a44c63f2f89f4d8868ca0b61690d70bd2bf4d0737b162f80b8b6/collective.schedule-0.1.3.zip" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "1b9bfc825e55a6312935eb730141dac7", "sha256": "619532a65d1bf3242a105bf6408e9dafd92fa6a943604aed120179741db7f3ad" }, "downloads": -1, "filename": "collective.schedule-0.1.4.zip", "has_sig": false, "md5_digest": "1b9bfc825e55a6312935eb730141dac7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24507, "upload_time": "2013-10-02T18:08:59", "url": "https://files.pythonhosted.org/packages/b4/87/fd9d1c9334dedbbef487e69ae4998dfc267f7e08a18084e81b30d6effeeb/collective.schedule-0.1.4.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "bd23dd2231c438f41bf5848adb541b10", "sha256": "4cedbce76c3f5c4e097da3a347bc228ec554aada9f3c1c2b35c80549dd1bb7fe" }, "downloads": -1, "filename": "collective.schedule-0.2.zip", "has_sig": false, "md5_digest": "bd23dd2231c438f41bf5848adb541b10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21324, "upload_time": "2015-03-23T16:45:52", "url": "https://files.pythonhosted.org/packages/66/44/f192943157bea7b9548cc1f2109718ebfe3d7a010966f008f610952b80a3/collective.schedule-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd23dd2231c438f41bf5848adb541b10", "sha256": "4cedbce76c3f5c4e097da3a347bc228ec554aada9f3c1c2b35c80549dd1bb7fe" }, "downloads": -1, "filename": "collective.schedule-0.2.zip", "has_sig": false, "md5_digest": "bd23dd2231c438f41bf5848adb541b10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21324, "upload_time": "2015-03-23T16:45:52", "url": "https://files.pythonhosted.org/packages/66/44/f192943157bea7b9548cc1f2109718ebfe3d7a010966f008f610952b80a3/collective.schedule-0.2.zip" } ] }