{ "info": { "author": "John Carr", "author_email": "john.carr@isotoma.com", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX" ], "description": "cron.d buildout recipe\n======================\n\nThis package provides buildout_ recipes for the configuration of cron jobs.\nIt creates files that are suitable for use in /etc/cron.d.\n\nWe use the system cron, so this recipe will not install cron for you. If\nyou wish to install cron, use `zc.recipe.cmmi`_ perhaps.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n.. _`zc.recipe.cmmi`: http://pypi.python.org/pypi/zc.recipe.cmmi\n\n\nMandatory Parameters\n--------------------\n\ncommand\n The command to run from cron. Cron can't handle multi-line commands, so \\n will become ' '.\nscript\n Instead of command you can provide a script inline that will be saved to disk and run in the cronjob.\nuser\n The account to run the command under\nlocation\n Where to write the cron entry to\n\n\nTime Parameters\n---------------\n\nat\n One of 'reboot', 'yearly', 'monthly', 'weekly', 'daily', 'midnight' or 'hourly'\nminute\n Any integer from 0 to 59\nhour\n Any integer from 0 to 23\nday\n Any integer from 1 to 31 (must be a valid day if a month is specified)\nmonth\n Any integer from 1 to 12, or the short name of the month such as 'jan'\nday-of-week\n Any integer from 0 to 7 (where 0 and 7 are Sunday), or a short name such as 'mon'\n\nYou must specify at least one of the above. You can use normal `cron`_ notation here too.\n\n.. _`cron`: http://www.redhat.com/docs/manuals/linux/RHL-7.2-Manual/custom-guide/cron-task.html\n\n\nOptional Parameters\n-------------------\n\nenvironment-vars\n Prepare the environment that your cron job will run under, for example setting PYTHONPATH\ncomments\n Any comments made will be prefixed with '#' and included in the generated files.\n\n\nRepository\n----------\n\nThis software is available from our `recipe repository`_ on github.\n\n.. _`recipe repository`: http://github.com/isotoma/recipes\n\n\nLicense\n-------\n\nCopyright 2010 Isotoma Limited\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "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/isotoma.recipe.crond", "keywords": "buildout cron", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "isotoma.recipe.crond", "package_url": "https://pypi.org/project/isotoma.recipe.crond/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/isotoma.recipe.crond/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/isotoma.recipe.crond" }, "release_url": "https://pypi.org/project/isotoma.recipe.crond/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipes for /etc/cron.d.", "version": "0.0.1" }, "last_serial": 4759551, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e04721ad57e33a1e7c393192f624a34e", "sha256": "3a56bdb433292d5744d9564ef512736d755acac4ced690363ec3fc49d050df08" }, "downloads": -1, "filename": "isotoma.recipe.crond-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e04721ad57e33a1e7c393192f624a34e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3982, "upload_time": "2010-04-22T19:10:07", "url": "https://files.pythonhosted.org/packages/95/ab/1d0fe260511ab472b6b8b32739779f800db7757f482b2520dafb4ab711e6/isotoma.recipe.crond-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e04721ad57e33a1e7c393192f624a34e", "sha256": "3a56bdb433292d5744d9564ef512736d755acac4ced690363ec3fc49d050df08" }, "downloads": -1, "filename": "isotoma.recipe.crond-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e04721ad57e33a1e7c393192f624a34e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3982, "upload_time": "2010-04-22T19:10:07", "url": "https://files.pythonhosted.org/packages/95/ab/1d0fe260511ab472b6b8b32739779f800db7757f482b2520dafb4ab711e6/isotoma.recipe.crond-0.0.1.tar.gz" } ] }