jlubcke / tri.struct

tri.struct supplies classes that can be used like dictionaries and as objects with attribute access at the same time
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Upload wheels to PyPI #2

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

Binary packages especially should be uploading wheels to PyPI, especially for Windows where getting the correct toolchain set up can be a nightmare and requires the user fetches Gb sized SDK and 'sign' click-through licenses.

boxed commented 5 years ago

We do have a pure python fallback so the compiled version can be skipped.