{ "info": { "author": "TzuTa Lin", "author_email": "tzu.ta.lin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "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", "Programming Language :: Python :: 3.6" ], "description": "==============\ntask-scheduler\n==============\n\ntask-scheduler is an in-process scheduler to arrange and run the task periodically according to YAML config file\n\nInspired by `schedule `_\n\nUsage\n-----\n\n.. code-block:: bash\n\n $ pip intall taskscheduler\n $ taskscheduler -f tasks.yml\n\n\nThe format of tasks.yml is as below::\n\n task:\n \n schedule_time_unit: [seconds/minutes/hours/day/monday/Thusday]\n schedule_time_every: 1\n prepare:\n - \n - \n jobs:\n :\n - \n :\n - \n\nIn the example below, we have two jobs in tasks.yml, a `prepare` job is used to install the additional package and print some messages::\n\n task:\n schedule_task1:\n schedule_time_unit: seconds\n schedule_time_every: 2\n\n jobs:\n test1:\n - echo 'Hi, this is task-scheduler'\n\n schedule_task2:\n schedule_time_unit: minutes\n schedule_time_every: 2\n\n prepare:\n - pip install pyyaml\n\n jobs:\n test1:\n - echo 'Hello world'\n\n\n\n\nUsage: py-task-scheduler -f task.yaml", "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/tzutalin/task-scheduler", "keywords": "taskscheduler", "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "py-task-scheduler", "package_url": "https://pypi.org/project/py-task-scheduler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py-task-scheduler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tzutalin/task-scheduler" }, "release_url": "https://pypi.org/project/py-task-scheduler/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "A tool to help you schedule your task according to your config file", "version": "0.0.3" }, "last_serial": 2961733, "releases": { "0.0.1": [], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e2839474cbe7530a16f35021420ef254", "sha256": "7a5d7fd1ec0a29d766443bf541724cea707e48f3b1d6b120f0b9aef78c061cc3" }, "downloads": -1, "filename": "py-task-scheduler-0.0.2.tar.gz", "has_sig": false, "md5_digest": "e2839474cbe7530a16f35021420ef254", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3395, "upload_time": "2017-06-20T09:37:58", "url": "https://files.pythonhosted.org/packages/4d/2f/0fdcd0c6dd945b31e552e2188386bbf872ec023ba89c02185b138d6f705b/py-task-scheduler-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d089ab2e7b110f8ba4722361592e1608", "sha256": "fdfd1243405fb3c2bfcecaec1b4d8457b03ac337e0443c2744437e622eef1d10" }, "downloads": -1, "filename": "py-task-scheduler-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d089ab2e7b110f8ba4722361592e1608", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2017-06-20T09:41:28", "url": "https://files.pythonhosted.org/packages/4e/27/cf3936e18727f7a882519f02183df6c873a1b061772774470f6bdec9f2da/py-task-scheduler-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d089ab2e7b110f8ba4722361592e1608", "sha256": "fdfd1243405fb3c2bfcecaec1b4d8457b03ac337e0443c2744437e622eef1d10" }, "downloads": -1, "filename": "py-task-scheduler-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d089ab2e7b110f8ba4722361592e1608", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3314, "upload_time": "2017-06-20T09:41:28", "url": "https://files.pythonhosted.org/packages/4e/27/cf3936e18727f7a882519f02183df6c873a1b061772774470f6bdec9f2da/py-task-scheduler-0.0.3.tar.gz" } ] }