{ "info": { "author": "Daniel Benamy", "author_email": "daniel@benamy.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "This is a development cron daemon. It's intended as a debugging tool when\r\ndeveloping anything cron based where it would be difficult to use normal cron or\r\nwhen cron runs must be modified for the dev environment.\r\n\r\nFor example, I have a django project that uses cron to run periodic tasks. The\r\ncrontab is in the source tree so it can be managed and deployed with the code.\r\nWhile doing dev work, I need to run the cron tasks locally and modify the path\r\nof the commands. The crontab looks something like:\r\n\r\n # devcron delete_str /usr/local/bin/\r\n * * * * * /usr/local/bin/update-stats.py && \\\r\n /usr/local/bin/publish-stats.py\r\n\r\nThat works normally on the production server and when I'm working, I run:\r\n\r\n`devcron.py my-crontab`\r\n\r\nand it will run update-stats.py in the working directory (my development tree)\r\nonce a minute.\r\n\r\n\r\n\r\nYou can install with:\r\n\r\n`pip install devcron`", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dbenamy/devcron", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "devcron", "package_url": "https://pypi.org/project/devcron/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/devcron/", "project_urls": { "Homepage": "https://github.com/dbenamy/devcron" }, "release_url": "https://pypi.org/project/devcron/0.4/", "requires_dist": [ "six" ], "requires_python": "", "summary": "Cron for working on projects that use crontabs.", "version": "0.4" }, "last_serial": 2243959, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "b1a2c8695d258606cc62ec733b9ec5e2", "sha256": "acd4b89a4ae352b64b84a479878fc274a07c6f6d0f51d556d001ce9322ac1019" }, "downloads": -1, "filename": "devcron-0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "b1a2c8695d258606cc62ec733b9ec5e2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7979, "upload_time": "2016-01-15T04:40:26", "url": "https://files.pythonhosted.org/packages/5e/93/13402a72c444c13524cd058405bbc8ad715b986985191a99605033b837c9/devcron-0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b4ad355e8fcb10b278c8c4bc37e30308", "sha256": "118c3b68d14a96f941c3664ac0b18430c4b94affbbac3189caf0da582a9f10bd" }, "downloads": -1, "filename": "devcron-0.2.tar.gz", "has_sig": false, "md5_digest": "b4ad355e8fcb10b278c8c4bc37e30308", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3818, "upload_time": "2016-01-15T04:40:31", "url": "https://files.pythonhosted.org/packages/8d/a2/0b1ffd1aad80655a345ecd93d6e07ce5093c2078fdcbd401ee1a23977360/devcron-0.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "e7b89aa9f26d6e86900ee86b2d9d1d33", "sha256": "78fd936f2b48c100d73eb391abd37ca4e31ebaaac99c6a513f3d1f9f96194d9f" }, "downloads": -1, "filename": "devcron-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7b89aa9f26d6e86900ee86b2d9d1d33", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9194, "upload_time": "2016-07-26T04:55:10", "url": "https://files.pythonhosted.org/packages/be/13/53fa46ecc0bdbaef9abdfd60856fb16857324e2c1c08c9d05758e6ff90b7/devcron-0.4-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7b89aa9f26d6e86900ee86b2d9d1d33", "sha256": "78fd936f2b48c100d73eb391abd37ca4e31ebaaac99c6a513f3d1f9f96194d9f" }, "downloads": -1, "filename": "devcron-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7b89aa9f26d6e86900ee86b2d9d1d33", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9194, "upload_time": "2016-07-26T04:55:10", "url": "https://files.pythonhosted.org/packages/be/13/53fa46ecc0bdbaef9abdfd60856fb16857324e2c1c08c9d05758e6ff90b7/devcron-0.4-py2.py3-none-any.whl" } ] }