{ "info": { "author": "Gustavo Maia Neto (Guto Maia)", "author_email": "guto@guto.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "Fast Queue\n==========\n\nSimple Task Producer\n\n\nGetting Started\n---------------\n\nWhen you import fast_queue, it does some Module Wrapper and Import Hook magic to create a mock that will schedule the task on your broker of choice in a way that celery can consume.\n\n.. code:: python\n\n from fast_queue.myapp.mail import send_mail\n send_mail('fast@queue.rocks')\n\n\nGoal\n----\n\nDecouple all your celery dependencies from your web project. With fast-queue You can separate your async task impl from your web project. Nowadays, most projects that relies on Celery is great monolithic with both web code and the async task code. With Fast-Queue, you can break them apart in two packages without any cross dependency.\n\nYou can benefit\n\nDevelopment benefits:\n- Web project does not have dependency of the your async tasks.\n- Async tasks, can evolve apart from the web project, as long as the signature does not change.\n\n\nDeployment benefits:\n- Separated and independent deploys for both web and async task project\n- Smaller web project size, and for the ones that use serveless, project size should be always a concern.\n\n\nInstalling\n----------\n\nJust pip install it!\n\n pip install fast-queue\n\n\nLicense\n-------\n\nThis project is licensed under MIT license\n\n\nFor Early Adopters\n------------------\n\nAlthough I'm already using it on production environment, there are some improvements and bugs ahead that must be fixed.\n\n- Easier to configure without monkey patching stuff\n- Support for Python 3\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/gutomaia/fast_queue/", "keywords": "celery queue", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "fast_queue", "package_url": "https://pypi.org/project/fast_queue/", "platform": "", "project_url": "https://pypi.org/project/fast_queue/", "project_urls": { "Homepage": "http://github.com/gutomaia/fast_queue/" }, "release_url": "https://pypi.org/project/fast_queue/0.0.3/", "requires_dist": [ "six", "kombu" ], "requires_python": "", "summary": "Simple Task Producer", "version": "0.0.3" }, "last_serial": 3310119, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ff96d7d76af5d4384aea194220344677", "sha256": "83d65048051cda7bda90cd8e7d10a96f0b964c48f74d027c191565ff7273d1e3" }, "downloads": -1, "filename": "fast_queue-0.0.1-py2.7.egg", "has_sig": false, "md5_digest": "ff96d7d76af5d4384aea194220344677", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2218, "upload_time": "2017-11-05T19:12:07", "url": "https://files.pythonhosted.org/packages/28/d2/a47a8ddae8820c336135d23a1ed1394e53d5a66b8a7edc67c0d236550450/fast_queue-0.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "3aa859f8820b001e7ae078e21ddf18db", "sha256": "3a48ceb04d1140b00d4daa3be98d52e605e0f1e36d9d61a785bfcfde5b0e8f94" }, "downloads": -1, "filename": "fast_queue-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "3aa859f8820b001e7ae078e21ddf18db", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2614, "upload_time": "2017-11-05T19:12:04", "url": "https://files.pythonhosted.org/packages/43/aa/8eabb0111f385a759049ac5cde56ecb1550211126c52c8b2575a0bd8901e/fast_queue-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc31d19b228c4583a8243a2c33a4bfa7", "sha256": "886e7c9c425d677cd9b857ed209ea27213d16d1b6d6efb385dfd272172a396a7" }, "downloads": -1, "filename": "fast_queue-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cc31d19b228c4583a8243a2c33a4bfa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1496, "upload_time": "2017-11-04T21:51:30", "url": "https://files.pythonhosted.org/packages/6b/09/669206858fb7f06425cc5729851a4833ae56fd7e535bca746daa9cca367d/fast_queue-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "6135e1a33327db09b7da2c587b1930ba", "sha256": "4c2669ff68d80ffe34135a9f8c49dca84f461e45424fb54acd48b2e4ef6701f4" }, "downloads": -1, "filename": "fast_queue-0.0.2-py2.7.egg", "has_sig": false, "md5_digest": "6135e1a33327db09b7da2c587b1930ba", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 2356, "upload_time": "2017-11-05T19:12:08", "url": "https://files.pythonhosted.org/packages/ca/fd/b5ce748a23acd372c046803d4624d3b7ea228ac9ec4cc7075761d4779ba7/fast_queue-0.0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "dfe6ced57f755ac2f1dd40d15946ab0f", "sha256": "d58f9ad869f1035ed9ce577f37b13f7e02163d51edaae00ee5412b5cec32c026" }, "downloads": -1, "filename": "fast_queue-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "dfe6ced57f755ac2f1dd40d15946ab0f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 2663, "upload_time": "2017-11-05T19:12:05", "url": "https://files.pythonhosted.org/packages/68/02/9678ea27168ab15283f060e7f2ff6495569cd47d1b0e9f7d1544cd83e980/fast_queue-0.0.2-py2-none-any.whl" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "b9be86f211b0bc3e6278b3a759ad5ad8", "sha256": "1dbddacf17f62a1420d2f12eb8a63b5f913a2f3ae2d8172bb7a82a00ec4df307" }, "downloads": -1, "filename": "fast_queue-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "b9be86f211b0bc3e6278b3a759ad5ad8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3198, "upload_time": "2017-11-06T17:15:06", "url": "https://files.pythonhosted.org/packages/76/a4/2db20bb301acb8cdebfde3555235dc7a333f70639f7015df7c12f0b9c800/fast_queue-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e8236ddcbd6d3f54835ba27c9282e331", "sha256": "ec36fa6a3764da538ac2b3dc689c0840852c44b21339e13ba3699f2f1890675b" }, "downloads": -1, "filename": "fast_queue-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "e8236ddcbd6d3f54835ba27c9282e331", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4287, "upload_time": "2017-11-06T17:15:04", "url": "https://files.pythonhosted.org/packages/1f/2c/d50ae28696b825c74011a576df051cca96ae9f4308fdf46b54c193687f3f/fast_queue-0.0.3-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9be86f211b0bc3e6278b3a759ad5ad8", "sha256": "1dbddacf17f62a1420d2f12eb8a63b5f913a2f3ae2d8172bb7a82a00ec4df307" }, "downloads": -1, "filename": "fast_queue-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "b9be86f211b0bc3e6278b3a759ad5ad8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3198, "upload_time": "2017-11-06T17:15:06", "url": "https://files.pythonhosted.org/packages/76/a4/2db20bb301acb8cdebfde3555235dc7a333f70639f7015df7c12f0b9c800/fast_queue-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "e8236ddcbd6d3f54835ba27c9282e331", "sha256": "ec36fa6a3764da538ac2b3dc689c0840852c44b21339e13ba3699f2f1890675b" }, "downloads": -1, "filename": "fast_queue-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "e8236ddcbd6d3f54835ba27c9282e331", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 4287, "upload_time": "2017-11-06T17:15:04", "url": "https://files.pythonhosted.org/packages/1f/2c/d50ae28696b825c74011a576df051cca96ae9f4308fdf46b54c193687f3f/fast_queue-0.0.3-py2-none-any.whl" } ] }