{ "info": { "author": "Daniel Garcia (cr0hn) - @ggdaniel", "author_email": "cr0hn@cr0hn.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Other Audience", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 3.5", "Topic :: Security" ], "description": "aiotasks\n========\n\n![Logo](doc/source/_static/logo.jpg)\n\n*aiotasks: Celery like task manager for new AsyncIO Python module*\n\nCode | https://github.com/cr0hn/aiotasks\n---- | ----------------------------------------------\nIssues | https://github.com/cr0hn/aiotasks/issues/\nPython version | Python 3.5 and above\n\nWhat's aiotasks\n---------------\n\naiotasks is an asynchronous task queue/job queue based on distributed message passing based on Python asyncio framework. Based on the Celery Task Queue ideas, but focusing in performance, non-blocking, event-driven.\n\nWhat's new?\n-----------\n\nThis aiotasks version, add a lot of new features and fixes, like:\n\nVersion 1.0.0\n+++++++++++++\n\n- First version released\n\nYou can read entire list in CHANGELOG file.\n\nInstallation\n------------\n\nSimple\n++++++\n\nInstall aiotasks is so easy:\n\n```\n$ python3.5 -m pip install aiotasks\n```\n\nWith extra performance\n++++++++++++++++++++++\n\nAiotasks also includes some optional dependencies to add extra performance but requires a bit different installation, because they (usually) depends of C extensions.\n\nTo install the tool with extra performance you must do:\n\n```\n$ python3.5 -m pip install 'aiotasks[performance]'\n```\n\n**Remember that aiotasks only runs in Python 3.5 and above**.\n\nQuick start\n-----------\n\nYou can display inline help writing:\n\nFrom cloned project\n+++++++++++++++++++\n\n```bash\n\npython aiotasks.py -h\n```\n\nFrom pip installation\n+++++++++++++++++++++\n\n```bash\n\naiotasks -h\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cr0hn/aiotasks", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "aiotasks", "package_url": "https://pypi.org/project/aiotasks/", "platform": "", "project_url": "https://pypi.org/project/aiotasks/", "project_urls": { "Homepage": "https://github.com/cr0hn/aiotasks" }, "release_url": "https://pypi.org/project/aiotasks/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Celery like task manager for new AsyncIO Python module", "version": "1.0.0" }, "last_serial": 2744193, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "aa4075701c20a317cc6d188929c207cc", "sha256": "ba1bcc17d6a2593fec48ef647a8beea3ef49061491d0651dfdf12dd0f4c119e1" }, "downloads": -1, "filename": "aiotasks-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa4075701c20a317cc6d188929c207cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21199, "upload_time": "2017-01-17T14:58:44", "url": "https://files.pythonhosted.org/packages/4b/5b/e54494c692452f172dec0e6977a2534dee7d43c6d1e8badb58208e9b5c79/aiotasks-1.0.0.tar.gz" } ], "1.0.0a2": [ { "comment_text": "", "digests": { "md5": "6910bdba470688cf071c6c709f2c8ab9", "sha256": "c96519191275bd99ecd94ff19f0a688951c0a4551ded8045b53217c12ee42237" }, "downloads": -1, "filename": "aiotasks-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "6910bdba470688cf071c6c709f2c8ab9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27348, "upload_time": "2017-03-31T16:03:00", "url": "https://files.pythonhosted.org/packages/3b/73/8bdfc6bc22b688a1726d98a7616cad800c570fb94ee6747e487d50135a9e/aiotasks-1.0.0a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa4075701c20a317cc6d188929c207cc", "sha256": "ba1bcc17d6a2593fec48ef647a8beea3ef49061491d0651dfdf12dd0f4c119e1" }, "downloads": -1, "filename": "aiotasks-1.0.0.tar.gz", "has_sig": false, "md5_digest": "aa4075701c20a317cc6d188929c207cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21199, "upload_time": "2017-01-17T14:58:44", "url": "https://files.pythonhosted.org/packages/4b/5b/e54494c692452f172dec0e6977a2534dee7d43c6d1e8badb58208e9b5c79/aiotasks-1.0.0.tar.gz" } ] }