mjschultz / py-radix

Python radix tree implementation for IPv4 and IPv6 prefix matching.
Other
119 stars 37 forks source link

Wheel file #30

Open arikgelman opened 7 years ago

arikgelman commented 7 years ago

Please upload a wheel file for this project to pypi.

mjschultz commented 7 years ago

What platform?

arikgelman commented 7 years ago

Python 3 on Windows 10

Thanks!

mjschultz commented 6 years ago

Sorry about not responding to this, but I can't build wheels for Windows platforms right now. If you can help get a build working via the appveyor.yml file, that could probably auto build Windows wheels going forward.

jmehnle commented 6 years ago

Are you able create manylinux1 wheel files for i686 and amd64? I'm trying to use py-radix with AWS Lambda.