aio-libs / aiobotocore

asyncio support for botocore library using aiohttp

Home Page:https://aiobotocore.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI Wheels

groodt opened this issue · comments

Describe the bug
The benefits of wheels are well documented. See: https://pythonwheels.com/
This package is pure Python and publishing it as both source and as a wheel is simple.

It appears wheels were previously published, so a regression has occurred somewhere.
#58

Would you accept a PR to publish wheels?

Checklist

  • I have reproduced in environment where pip check passes without errors
  • I have provided pip freeze results
  • I have provided sample code or detailed way to reproduce
  • I have tried the same code in botocore to ensure this is an aiobotocore specific issue
  • I have tried similar code in aiohttp to ensure this is is an aiobotocore specific issue
  • I have checked the latest and older versions of aiobotocore/aiohttp/python to see if this is a regression / injection

pip freeze results

Environment:

  • Python Version: [e.g. 3.6]
  • OS name and version: [e.g. darwin stretch]

Additional context
Add any other context about the problem here.

#946 tried to add wheel support, but failed due to missing wheel package.

@yan12125 Ok, I've created a PR which I think addresses the issues.

Nice! Let's wait thehesiod for a review. I don't have the permission to merge, either.