{ "info": { "author": "Raptus AG", "author_email": "skaeser@raptus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\r\n============\r\n\r\nCronUtility provides a global utility for handling asynchron scripts (crons),\r\nit provides a view which handles registered crons and fires them if they are\r\nactive.\r\n\r\nTo register a new cron, just create a global or local utility providing the\r\nICron interface. The utility has to implement a \"active\" and \"run\" method.\r\n\r\nCronUtility provides a view named \"@@runRegisteredCrons\" which has to be called\r\nregularly by a user having the 'Manage portal' permission. It is suggested to\r\nuse zope clock server to call this view about ever minute or more, add the\r\nfollowing configuration to your instance part's zope-conf-additional variable:\r\n\r\n::\r\n \r\n \r\n method [PATH_TO_YOUR_PLONE_SITE]@@runRegisteredCrons\r\n period 60\r\n user [MANAGER_USERID]\r\n password [MANAGER_PWD]\r\n host localhost\r\n \r\n\r\n\r\nChangelog\r\n=========\r\n\r\n0.1 - Unreleased\r\n----------------\r\n\r\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "https://svn.plone.org/collective/svn/Products.CronUtility", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://raptus.com", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "Products.CronUtility", "package_url": "https://pypi.org/project/Products.CronUtility/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.CronUtility/", "project_urls": { "Download": "https://svn.plone.org/collective/svn/Products.CronUtility", "Homepage": "http://raptus.com" }, "release_url": "https://pypi.org/project/Products.CronUtility/1.0/", "requires_dist": null, "requires_python": null, "summary": "provides a global utility for handling asynchron scripts", "version": "1.0" }, "last_serial": 785006, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "c672f2667ea5483042fc0404d19c64b8", "sha256": "490aaffd9fb4ed4c9ceb6aff724b73e535b257c575213a3287aba4ba305b1bc7" }, "downloads": -1, "filename": "Products.CronUtility-1.0.tar.gz", "has_sig": false, "md5_digest": "c672f2667ea5483042fc0404d19c64b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3164, "upload_time": "2009-11-04T16:01:50", "url": "https://files.pythonhosted.org/packages/d1/58/ebde92a8df5ae8cec20f84733aeb9c72d53ebb99b1d7b4873afd3e308dfb/Products.CronUtility-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c672f2667ea5483042fc0404d19c64b8", "sha256": "490aaffd9fb4ed4c9ceb6aff724b73e535b257c575213a3287aba4ba305b1bc7" }, "downloads": -1, "filename": "Products.CronUtility-1.0.tar.gz", "has_sig": false, "md5_digest": "c672f2667ea5483042fc0404d19c64b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3164, "upload_time": "2009-11-04T16:01:50", "url": "https://files.pythonhosted.org/packages/d1/58/ebde92a8df5ae8cec20f84733aeb9c72d53ebb99b1d7b4873afd3e308dfb/Products.CronUtility-1.0.tar.gz" } ] }