cr0hn/aiotasks

Is latest version published?

Opened this issue · 0 comments

>>> 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