tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

0.14 is broken #137

Closed conanjen closed 2 months ago

conanjen commented 2 months ago

with the refactor there no longer exists an saq.queue module, as seen here: https://github.com/tobymao/saq/blob/1aefd71e53e7e20b952a671cdd089bd9ea5c6895/saq/__init__.py#L6

acreux commented 2 months ago

The tar.gz downloaded from from https://pypi.org/project/saq/#files has no queue folder, thus failing with just saq.queue import Queue

image

However, the tar.gz downloaded from https://github.com/tobymao/saq/releases/tag/v0.14.0 has the queue folder

image
xiaoyu-meng-mxy commented 2 months ago

Can we do a release?