aiotasks 1.0.0

Creator: bigcodingguy24

Last updated:

Add to Cart

Description:

aiotasks 1.0.0

aiotasks========![Logo](doc/source/_static/logo.jpg)*aiotasks: Celery like task manager for new AsyncIO Python module*Code | https://github.com/cr0hn/aiotasks---- | ----------------------------------------------Issues | https://github.com/cr0hn/aiotasks/issues/Python version | Python 3.5 and aboveWhat's aiotasks---------------aiotasks 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.What's new?-----------This aiotasks version, add a lot of new features and fixes, like:Version 1.0.0+++++++++++++- First version releasedYou can read entire list in CHANGELOG file.Installation------------Simple++++++Install aiotasks is so easy:```python3.5−mpipinstallaiotasks‘‘‘Withextraperformance++++++++++++++++++++++Aiotasksalsoincludessomeoptionaldependenciestoaddextraperformancebutrequiresabitdifferentinstallation,becausethey(usually)dependsofCextensions.Toinstallthetoolwithextraperformanceyoumustdo:‘‘‘ python3.5 -m pip install 'aiotasks[performance]'```**Remember that aiotasks only runs in Python 3.5 and above**.Quick start-----------You can display inline help writing:From cloned project+++++++++++++++++++```bashpython aiotasks.py -h```From pip installation+++++++++++++++++++++```bashaiotasks -h```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.