pythonwheels icon indicating copy to clipboard operation
pythonwheels copied to clipboard

Adoption analysis of Python Wheels: https://pythonwheels.com/

Results 23 pythonwheels issues
Sort by recently updated
recently updated
newest added

Dear all, it would be very useful if tflite_runtime wheels could be made available for armv6l Greetings

I looked at the top 25 packages on the wheels website, and only 6 had license files. So although the website and the python packaging guidelines both strongly encourage people...

Righ now if you click on the Wheel/egg/project name (green or white) it goes to the actual Pypi page for the same. What about a 'status' page for each project...

For some arcane reason, https://pypi.python.org/pypi/twine is the tool I need to get my packages up on PyPI.

Anything with C extensions can never go green, because they'll never be able to add a generic wheel. We could define an acceptable combination of OS/Architecture wheels that show that...

enhancement

Currently, it is not evident where to send the people who want to wrap their extensions into package, or (maybe even more importan) port their eggs.

Part of "Why Wheels?|" is the speed factor, we should show that. I'm thinking something like: - Two requirements.txt, one with pure python packages, one with a mixture (I'm sure...

Not everyone has the time to go around rolling new distributions of software they build in their spare time or learning about wheels. @jezdez made some really good points in...

A fairly simple script to checkout each tag, create/append the wheel bits to `setup.cfg` and roll the wheel would probably help a lot of projects.

Motivation: Every year, the Fedora Python contributors open a bunch of issues to upstream projects to ask them to publish the new Python wheels early. This update will increase the...