{ "info": { "author": "Nicolas Le Manchet", "author_email": "nicolas@lemanchet.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries", "Topic :: System :: Distributed Computing" ], "description": "Spinach\n=======\n\n.. image:: https://travis-ci.org/NicolasLM/spinach.svg?branch=master\n :target: https://travis-ci.org/NicolasLM/spinach\n.. image:: https://coveralls.io/repos/github/NicolasLM/spinach/badge.svg?branch=master\n :target: https://coveralls.io/github/NicolasLM/spinach?branch=master\n.. image:: https://readthedocs.org/projects/spinach/badge/?version=latest\n :target: http://spinach.readthedocs.io/en/latest/?badge=latest\n\nRedis task queue for Python 3 heavily inspired by Celery and RQ.\n\nDistinctive features:\n\n- At-least-once or at-most-once delivery per task\n- Periodic tasks without an additional process\n- Scheduling of tasks in batch\n- Integrations with `Flask, Django, Logging, Sentry and Datadog\n `_\n- Embeddable workers for easier testing\n- Python 3, threaded, explicit... see `design choices\n `_ for more\n details\n\nQuickstart\n----------\n\nInstall Spinach with pip::\n\n pip install spinach\n\nCreate a task and schedule a job to be executed now:\n\n.. code:: python\n\n from spinach import Engine, MemoryBroker\n\n spin = Engine(MemoryBroker())\n\n\n @spin.task(name='compute')\n def compute(a, b):\n print('Computed {} + {} = {}'.format(a, b, a + b))\n\n\n # Schedule a job to be executed ASAP\n spin.schedule(compute, 5, 3)\n\n print('Starting workers, ^C to quit')\n spin.start_workers()\n\nDocumentation\n-------------\n\nThe documentation is at `https://spinach.readthedocs.io\n`_.\n\nLicense\n-------\n\nBSD 2-clause\n\nCopyright (c) 2017, Nicolas Le Manchet\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, \nare permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this \n list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, \n this list of conditions and the following disclaimer in the documentation \n and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND \nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED \nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE \nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR \nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES \n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; \nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON \nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT \n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS \nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/NicolasLM/spinach", "keywords": "task queue jobs redis", "license": "BSD 2-clause", "maintainer": "", "maintainer_email": "", "name": "spinach", "package_url": "https://pypi.org/project/spinach/", "platform": "", "project_url": "https://pypi.org/project/spinach/", "project_urls": { "Homepage": "https://github.com/NicolasLM/spinach" }, "release_url": "https://pypi.org/project/spinach/0.0.11/", "requires_dist": [ "redis", "blinker", "pytest ; extra == 'tests'", "pytest-cov ; extra == 'tests'", "pytest-threadleak ; extra == 'tests'", "pycodestyle ; extra == 'tests'", "flask ; extra == 'tests'", "django ; extra == 'tests'" ], "requires_python": "", "summary": "Modern Redis task queue for Python 3", "version": "0.0.11" }, "last_serial": 5539002, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e924edd7f22cbf31866335b4b88f2e0a", "sha256": "dcc4bb75b360505a16fa027687fa466acd608424795797b6544ec56f8792d6d0" }, "downloads": -1, "filename": "spinach-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e924edd7f22cbf31866335b4b88f2e0a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10667, "upload_time": "2017-09-03T18:55:48", "url": "https://files.pythonhosted.org/packages/58/0f/da749d2c48f93b81227fbd7453b2a551ad04778f59b884614249f353568b/spinach-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c06bb17d5134fdc88139e60741bfa5d6", "sha256": "d9990384e3a9d0cd4a4272c520023b64e88ae4aa9d37700070b282390c14483c" }, "downloads": -1, "filename": "spinach-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c06bb17d5134fdc88139e60741bfa5d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6922, "upload_time": "2017-09-03T18:55:49", "url": "https://files.pythonhosted.org/packages/2b/98/4192544d19c7f74b6b7648bd609260cf3d8f0851466838de5bc54dfa1301/spinach-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "015675ad1d69d8d2fdfc4d0b934d4782", "sha256": "0b90d2067db4b028f605953f404cdbcc2513032fb629dce857c98f78ea2cc2a5" }, "downloads": -1, "filename": "spinach-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "015675ad1d69d8d2fdfc4d0b934d4782", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 33827, "upload_time": "2019-06-10T09:06:54", "url": "https://files.pythonhosted.org/packages/7f/20/41bec99c850522ff21cc81d67def3fb363b19b507e277abb25da593049d7/spinach-0.0.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "28c14002fc8fe05a5dbb7953bbc6a431", "sha256": "c28247e8fbaac5a16a82418072dacae53f72559f0de14b970c83badea64a5f66" }, "downloads": -1, "filename": "spinach-0.0.10.tar.gz", "has_sig": false, "md5_digest": "28c14002fc8fe05a5dbb7953bbc6a431", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22614, "upload_time": "2019-06-10T09:06:56", "url": "https://files.pythonhosted.org/packages/a1/48/6e95e87d07522face1c429398c822afc104a3c67f3955ad74ca442abce14/spinach-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "d1a2ce5b2eb41b28ba861f46612b95a4", "sha256": "d1f639d91773069e6dcf588e208027ba44e6f9f26a3dafd3f2385a6911101a40" }, "downloads": -1, "filename": "spinach-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "d1a2ce5b2eb41b28ba861f46612b95a4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34225, "upload_time": "2019-07-16T07:45:59", "url": "https://files.pythonhosted.org/packages/f4/2b/e938b0083ce6f9d83ed6c8e97a4d14c53af7e73fa7aa65bcf779d2110cf9/spinach-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca866b45e891bf562596a17664175336", "sha256": "20e6b802cd2c7855173009aabbcf5d2a48bdbf93c2a13d3e78a777b5300b128f" }, "downloads": -1, "filename": "spinach-0.0.11.tar.gz", "has_sig": false, "md5_digest": "ca866b45e891bf562596a17664175336", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22936, "upload_time": "2019-07-16T07:46:02", "url": "https://files.pythonhosted.org/packages/47/2e/e5c60a69e64875fe6862ee169d5abf2c76001247e4e21ad1636b5c4d3be2/spinach-0.0.11.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8f8df9849e1411fd1abb267c23849c44", "sha256": "51b3426cea2a040a1d2499775841edb3a1246bd3fb978f15b42290f889493a39" }, "downloads": -1, "filename": "spinach-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8f8df9849e1411fd1abb267c23849c44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15201, "upload_time": "2017-09-03T19:28:17", "url": "https://files.pythonhosted.org/packages/99/c6/069f9beae7d6847693577364f6921a998957c7697b5f614190a3cf2bb0a0/spinach-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "97d69a18bf4c3db50494c060ff70be2a", "sha256": "846087fef684dd85ccecdfb0ea9d14d5e25f55db3987b82a90bb3f049dde55fe" }, "downloads": -1, "filename": "spinach-0.0.2.tar.gz", "has_sig": false, "md5_digest": "97d69a18bf4c3db50494c060ff70be2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9413, "upload_time": "2017-09-03T19:28:19", "url": "https://files.pythonhosted.org/packages/ef/4e/4f279fd6d8030e31d85cabb736b41e5d2f1dbc5baead697d11a02f969e03/spinach-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d650cdd5fe32a42bc983c09c28b3f08b", "sha256": "9d71d37f90ec2beb34a8f8a91ebc503631a5e01508693e135427697989cb6d85" }, "downloads": -1, "filename": "spinach-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "d650cdd5fe32a42bc983c09c28b3f08b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17857, "upload_time": "2018-02-07T18:38:27", "url": "https://files.pythonhosted.org/packages/7a/a7/f2f208c1f6014fe79806026c6904a263cb4e5e2f73367ec6a3abd5957ee6/spinach-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7993314c17ad73b37b60b3a9f7ba2006", "sha256": "84bfeda3417452d19f396191de9ac2da2a679aede459760e9d60c6eb7060ed4a" }, "downloads": -1, "filename": "spinach-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7993314c17ad73b37b60b3a9f7ba2006", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11166, "upload_time": "2018-02-07T18:38:35", "url": "https://files.pythonhosted.org/packages/cc/7d/7fb9782853a2ffe42cb5c371189195cf27c33f82b4836d6dd27ec50b1886/spinach-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "4595e65d4e742f0c37384938163e31ab", "sha256": "56df0c859b65463e0a777a70d4cc3dc3ae9f86b97c62b0a5ba7c2b56e58531d5" }, "downloads": -1, "filename": "spinach-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4595e65d4e742f0c37384938163e31ab", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23814, "upload_time": "2018-03-03T11:32:16", "url": "https://files.pythonhosted.org/packages/b3/1f/e3eef3e1b976755682283e736ebedd13fdb4fce6b46862629f369b619a41/spinach-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2402aa40312723e059bb8ac802be25c1", "sha256": "c5afb141659e798dab4a72fc5b6bcbf63e9f17cdb74611bf56b40fedae9c30c4" }, "downloads": -1, "filename": "spinach-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2402aa40312723e059bb8ac802be25c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15230, "upload_time": "2018-03-03T11:32:18", "url": "https://files.pythonhosted.org/packages/fe/1b/3f7a47694aa09aa8db028ee85d0e559bb941c3386489db13d608a44f097f/spinach-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ca33906b24d6c944f5544b62e07932de", "sha256": "5719db301c6ad0c567be49b8379595a66c239199af03cf15739675f05af77006" }, "downloads": -1, "filename": "spinach-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ca33906b24d6c944f5544b62e07932de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 26272, "upload_time": "2018-03-06T20:09:50", "url": "https://files.pythonhosted.org/packages/ff/25/14e988476f6452af9b56e31de697f3730207a2fd0343cb613e485d109939/spinach-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ee194287b99359a282526a411a1e61f", "sha256": "cd98b3e7ce88c4927478305768e57243c70a4ba6bd565fa8017cf34cba900dcb" }, "downloads": -1, "filename": "spinach-0.0.5.tar.gz", "has_sig": false, "md5_digest": "2ee194287b99359a282526a411a1e61f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16626, "upload_time": "2018-03-06T20:09:53", "url": "https://files.pythonhosted.org/packages/5e/3c/9c3427ddd07396a7a4da7d51e11416310eadce33fe3016bdee40072e2baf/spinach-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a156eb056501d3bb3f61a64f79be0105", "sha256": "bb1e4cebd0834dcce78e6544713e8e046e598e0fb1a3304f005ad305315e155d" }, "downloads": -1, "filename": "spinach-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "a156eb056501d3bb3f61a64f79be0105", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25683, "upload_time": "2018-10-07T14:33:05", "url": "https://files.pythonhosted.org/packages/f6/29/6416d1eaf84c4dd0888d1387cb97ae974e80e88206b92a39058d15563803/spinach-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a395570d00e47e2106079415ae0a3858", "sha256": "7222b7465a93cd69880ce60b81a835800cfa9e62a425086c29977e46b9d3effb" }, "downloads": -1, "filename": "spinach-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a395570d00e47e2106079415ae0a3858", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17510, "upload_time": "2018-10-07T14:33:07", "url": "https://files.pythonhosted.org/packages/89/1d/0ff920c37cc2990514cfc339012f6c572b0eea8d454b6bc23dee338dfe93/spinach-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "0cdc899f5864abad35722c4a860e2522", "sha256": "36f1ccb1c4bd3ca90d73510e54748390e0ae29082052961b02af8b313c5cc17e" }, "downloads": -1, "filename": "spinach-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "0cdc899f5864abad35722c4a860e2522", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31683, "upload_time": "2018-10-10T18:29:46", "url": "https://files.pythonhosted.org/packages/10/b0/ca42a92a12da163994d4db06b9d0f4f12f37520cfd32d219f0a5a3341b2f/spinach-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cba85355a7f15b759967e0e87cb7564a", "sha256": "b8dc41e599a418e5857ae1b077c84eb8f925af1024be674b48e2614e9a44e321" }, "downloads": -1, "filename": "spinach-0.0.7.tar.gz", "has_sig": false, "md5_digest": "cba85355a7f15b759967e0e87cb7564a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21076, "upload_time": "2018-10-10T18:29:48", "url": "https://files.pythonhosted.org/packages/e7/d6/8c6a5f5f6f0c936da19fd66ea8e2d300fa52649b840aa2055b415996b068/spinach-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "549210e19093b0960ab5f12b039a95af", "sha256": "7fbd8f3924aa7d692896b77a3e0356ace313c6c6b8ffd81152e8e3e762a102a5" }, "downloads": -1, "filename": "spinach-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "549210e19093b0960ab5f12b039a95af", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31906, "upload_time": "2018-10-11T20:39:28", "url": "https://files.pythonhosted.org/packages/24/47/bdd3f99fc2d198e7066503c94d4b08008b00de32339fa0c85b7cae40a3e0/spinach-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d6f2431da6d098b7dcba88e4456504a2", "sha256": "be13a2c28e22279808f43161998342a4305218d4caad7a10b7703f7711fe442e" }, "downloads": -1, "filename": "spinach-0.0.8.tar.gz", "has_sig": false, "md5_digest": "d6f2431da6d098b7dcba88e4456504a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21206, "upload_time": "2018-10-11T20:39:30", "url": "https://files.pythonhosted.org/packages/48/8a/9c4c5432c26b935b18414052632bf0f8067ae028692e6bd634ab7b373e9c/spinach-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "cf996de171a7850cf256a3c3042e34c6", "sha256": "a8161ceed8f0f263fec3ab365ad275ce4594b4fa5c57804c4c53c3f43bc8b4a5" }, "downloads": -1, "filename": "spinach-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "cf996de171a7850cf256a3c3042e34c6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32920, "upload_time": "2018-12-04T10:01:44", "url": "https://files.pythonhosted.org/packages/c8/a4/b70fa4e26c9c391a36932456c85ea7245ed3f75f27883f19d5596868487f/spinach-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6e6a4340df5b360b80ae6712c5e384b", "sha256": "c067d15fd305dccbbace0e33b9c329fd624ab75b2b8f5cc5c2488fa23a8782d7" }, "downloads": -1, "filename": "spinach-0.0.9.tar.gz", "has_sig": false, "md5_digest": "b6e6a4340df5b360b80ae6712c5e384b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22047, "upload_time": "2018-12-04T10:01:47", "url": "https://files.pythonhosted.org/packages/0f/2b/cda39c8b2418f57f23dddf166247768fa47cda8235684fa63b442596a605/spinach-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d1a2ce5b2eb41b28ba861f46612b95a4", "sha256": "d1f639d91773069e6dcf588e208027ba44e6f9f26a3dafd3f2385a6911101a40" }, "downloads": -1, "filename": "spinach-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "d1a2ce5b2eb41b28ba861f46612b95a4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34225, "upload_time": "2019-07-16T07:45:59", "url": "https://files.pythonhosted.org/packages/f4/2b/e938b0083ce6f9d83ed6c8e97a4d14c53af7e73fa7aa65bcf779d2110cf9/spinach-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca866b45e891bf562596a17664175336", "sha256": "20e6b802cd2c7855173009aabbcf5d2a48bdbf93c2a13d3e78a777b5300b128f" }, "downloads": -1, "filename": "spinach-0.0.11.tar.gz", "has_sig": false, "md5_digest": "ca866b45e891bf562596a17664175336", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22936, "upload_time": "2019-07-16T07:46:02", "url": "https://files.pythonhosted.org/packages/47/2e/e5c60a69e64875fe6862ee169d5abf2c76001247e4e21ad1636b5c4d3be2/spinach-0.0.11.tar.gz" } ] }