pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.

Home Page:https://marisa-trie.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish wheel to PyPI

hickford opened this issue · comments

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

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

Windows wheels published, OS X coming up.