jsommers / pytricia

A library for fast IP address lookup in Python.
GNU Lesser General Public License v3.0
216 stars 22 forks source link

Upload wheels #23

Open NotAFile opened 6 years ago

NotAFile commented 6 years ago

It would be neat if prebuilt wheels could be provided for this package on pypi. Especially Windows wheels (possibly via appveyor) would be great, considering how hard compiling python modules is on windows.

Edit: it seems to compile/install on appveyor just fine, so I might a PR for this your way soon.