{ "info": { "author": "Scott Torborg", "author_email": "scott@cartlogic.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Pyramid", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "pyramid_cron - Simple scheduled tasks for Pyramid\n=================================================\n\nScott Torborg - `Cart Logic `_\n\nProvides the ability to register simple tasks (callback functions) for\nscheduled execution with a cron-like syntax.\n\nWhy it's better than a typical task queue like Celery, Resque, etc:\n\n* No user permissions to worry about: everything is run inside a web request,\n so the task has all the same permissions as your web app.\n* Very simple setup, no additional daemons required.\n* The API follows Pyramid idioms.\n\nWhy it's worse:\n\n* It's not well suited to long-running tasks: everything is run inside a web\n request.\n* It does not distribute jobs across workers.\n* It does not allow for prioritization of jobs, or have any support for\n non-synchronous tasks.\n\nDocumentation is `hosted at Read the Docs `_.\n\n\nLicense\n=======\n\npyramid_cron is licensed under an MIT license. Please see the LICENSE file\nfor more information.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/cartlogic/pyramid_cron", "keywords": "pyramid scheduled tasks cron", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pyramid_cron", "package_url": "https://pypi.org/project/pyramid_cron/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_cron/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/cartlogic/pyramid_cron" }, "release_url": "https://pypi.org/project/pyramid_cron/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple scheduled tasks for Pyramid.", "version": "0.1" }, "last_serial": 1299786, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "50e285d76d409e9fe939356e01daa947", "sha256": "461bbe36a438906d3b77b7eb815cbc042330daec36c8ada2b6ef249ee2308268" }, "downloads": -1, "filename": "pyramid_cron-0.1.tar.gz", "has_sig": false, "md5_digest": "50e285d76d409e9fe939356e01daa947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11031, "upload_time": "2014-11-09T05:35:11", "url": "https://files.pythonhosted.org/packages/28/3d/de3492850a90cc52eefad1473625641d39c00d66a16aa6636eefa0349303/pyramid_cron-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50e285d76d409e9fe939356e01daa947", "sha256": "461bbe36a438906d3b77b7eb815cbc042330daec36c8ada2b6ef249ee2308268" }, "downloads": -1, "filename": "pyramid_cron-0.1.tar.gz", "has_sig": false, "md5_digest": "50e285d76d409e9fe939356e01daa947", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11031, "upload_time": "2014-11-09T05:35:11", "url": "https://files.pythonhosted.org/packages/28/3d/de3492850a90cc52eefad1473625641d39c00d66a16aa6636eefa0349303/pyramid_cron-0.1.tar.gz" } ] }