{ "info": { "author": "Asmodius", "author_email": "asmodius.a@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "# cront\n\ncront is a library that can make the task apps like crontab.\n\n## Installation\n\nAutomatic installation:\n```bash\n$ pip install cront\n```\n\ncront is listed in [PyPI](https://pypi.python.org/pypi/cront) and can be installed with pip or easy_install.\n\nManual installation:\n```bash\n$ git clone https://github.com/asmodius/cront.git\n$ cd cront\n$ python setup.py install\n```\n\ncront source code is [hosted on GitHub](https://github.com/asmodius/cront)\n\n## Usage\n\nHere is a simple Tornado app:\n\n```python\nfrom __future__ import print_function\nimport tornado.web\nimport tornado.ioloop\nfrom cront import cron_task\n \n@cron_task(\"* * * * *\")\ndef hello_crontab(app):\n print(\"Hello, {0}\".format(app))\n \nif __name__ == \"__main__\":\n app = tornado.web.Application()\n cron_task.start(app)\n tornado.ioloop.IOLoop.current().start()\n```\n\n## Using\n\n* [Tornado](http://www.tornadoweb.org/)\n\n## License\n\n* cront license under the [MIT license](https://github.com/gaujin/tornado-crontab/blob/master/LICENSE).\n* [Tornado is licensed under the Apache license](https://github.com/tornadoweb/tornado/blob/master/LICENSE).\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/asmodius/cront/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/asmodius/cront", "keywords": "tornado crontab", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cront", "package_url": "https://pypi.org/project/cront/", "platform": "", "project_url": "https://pypi.org/project/cront/", "project_urls": { "Download": "https://github.com/asmodius/cront/archive/master.zip", "Homepage": "https://github.com/asmodius/cront" }, "release_url": "https://pypi.org/project/cront/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "cront is a library that can make the task apps like crontab.", "version": "0.1.0" }, "last_serial": 4057903, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fda2e08bd583c5985bac4f26093374c8", "sha256": "d2e478d81cc7a0f0b7c050cf938f885448c386aed1b4a494cc202bc71f9afa34" }, "downloads": -1, "filename": "cront-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fda2e08bd583c5985bac4f26093374c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3367, "upload_time": "2017-06-06T02:07:21", "url": "https://files.pythonhosted.org/packages/1e/7f/4d627955c9e1ef56cf83c2a07d2176603c663516a5851e75fe5fe1ca1970/cront-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fda2e08bd583c5985bac4f26093374c8", "sha256": "d2e478d81cc7a0f0b7c050cf938f885448c386aed1b4a494cc202bc71f9afa34" }, "downloads": -1, "filename": "cront-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fda2e08bd583c5985bac4f26093374c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3367, "upload_time": "2017-06-06T02:07:21", "url": "https://files.pythonhosted.org/packages/1e/7f/4d627955c9e1ef56cf83c2a07d2176603c663516a5851e75fe5fe1ca1970/cront-0.1.0.tar.gz" } ] }