aiotasks icon indicating copy to clipboard operation
aiotasks copied to clipboard

Is latest version published?

Open justfish09 opened this issue 6 years ago • 0 comments

  • Documentation at https://aiotasks.readthedocs.io/en/latest/quickstart.html#send-the-tasks seems incorrect
>>> import asyncio
>>> from aiotasks import build_manager, send_task
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'send_task' from 'aiotasks' (/usr/local/lib/python3.7/site-packages/aiotasks/__init__.py)

checking my version

bash-4.4# pip list | grep aiotasks
aiotasks         1.0.0

The distribution on my local does not have this function from source: https://github.com/cr0hn/aiotasks/blob/master/aiotasks/tasks/bases.py#L404

when i do a cat /usr/local/lib/python3.7/site-packages/aiotasks/tasks/bases.py

justfish09 avatar Sep 05 '18 20:09 justfish09