pytries / datrie

Fast, efficiently stored Trie for Python. Uses libdatrie.
http://pypi.python.org/pypi/datrie/
GNU Lesser General Public License v2.1
530 stars 88 forks source link

Run cythonize upon build #54

Closed akloboucnik closed 4 years ago

akloboucnik commented 6 years ago

This should fix the issue #52

akloboucnik commented 5 years ago

@superbobry Hi! Any chance this will get merged?

timothyjlaurent commented 5 years ago

Yes, this is breaking any dependent builds... Please fix

morenoh149 commented 5 years ago

what checks?

tacaswell commented 4 years ago

This got merged in #80 . Thank you for your work on this @akloboucnik !