meshy / pythonwheels

Adoption analysis of Python Wheels: https://pythonwheels.com/
BSD 2-Clause "Simplified" License
102 stars 26 forks source link

Link some instructions how to build binary wheels with C code? #59

Open techtonik opened 9 years ago

techtonik commented 9 years ago

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.

meshy commented 9 years ago

You're right, it could do with a little more direction. I was thinking about adding a link to the PyPA guide to Packaging your Project. Does that seem appropriate to you?

techtonik commented 9 years ago

I don't have time to follow the instruction right, because I am on Windows and don't have compiler installed. But the good proof check would if https://github.com/frida/frida-python/issues/38 could be solved by a person who care little about wheels. The key points:

meshy commented 9 years ago

I don't think that we would be able to provide the information required to compile a project like that. Anyone with that sort of project will surely have to use the official docs instead.

techtonik commented 9 years ago

pythonwheels.com is of course, not a place to this information, but it should link to the tutorial that is most helpful. In most technical projects, official docs are usually a place of last resort.