pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.03k stars 91 forks source link

Publish wheel to PyPI #21

Closed hickford closed 7 years ago

hickford commented 9 years ago

Consider publishing a wheel to PyPI. Makes installation more reliable (in particular possible on Windows and OS X without a compiler). See also http://pythonwheels.com/

https://pypi.python.org/pypi/marisa-trie

superbobry commented 8 years ago

I've tried building marisa-trie on AppVeyor and it seems the C++ library has issues with Windows, unfortunately.

superbobry commented 7 years ago

Windows wheels published, OS X coming up.