{ "info": { "author": "Aymen El Amri(eon01)", "author_email": "amri.aymen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Topic :: Utilities" ], "description": "# CentralGo\n\nCentralGo (CGo) is multithreaded ans user-friendly scheduler for running scripts and routine tasks.\n\n* CGo works like Linux Crontab\n* The definition of a job is quite easy, just add a similar line to jobs.conf : define \"MyJob\" run \"echo 'I am the job number 0'\" every \"1 seconds\" notify \"me@email.com\";\n OR\n define \"MyJob\" run \"./run.sh\" every \"sunday at 23:55\" notify \"me@email.com\";\n* CGo runs as a daemon\n\nThis could help you to\n\n> Run routine tasks like checking if a website is up or down every 5 minutes\n> Schedule tasks for with email notification\n> Keep logs on scheduled tasks\n> Replace your system crontab with a user-friendly definition language\n\nVersion\n ----\n\n 1.0.1\n\n Utilities\n -----------\n\n CentralGo uses a number of open source projects to work properly:\n\n * [Python] - Of course\n * [Schedule] - An in-process scheduler for periodic jobs\n\n Installation\n --------------\n You can find the package on Pypi, so you will be able to install it using :\n`\n pip install centralgo\n easy_install centralgo\n\nor\n\n git clone [git-repo-url] CentralGo\n cd CentralGo\n python setup.py install \n`\n\n## License\n\nGNU/GPL V2\n\n**Free Software, Hell Yeah!**", "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/eon01/centralGo", "keywords": "crontab scheduler scheduling job task tool system linux test", "license": "GNU GPL V2", "maintainer": null, "maintainer_email": null, "name": "centralGo", "package_url": "https://pypi.org/project/centralGo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/centralGo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eon01/centralGo" }, "release_url": "https://pypi.org/project/centralGo/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Multithreaded Scheduling Tool For Running Scripts And Routine Tasks.", "version": "1.0.1" }, "last_serial": 1295485, "releases": { "1.0.1": [] }, "urls": [] }