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.02k stars 91 forks source link

[INFO] New repository #66

Closed BoboTiG closed 3 years ago

BoboTiG commented 3 years ago

Hello there,

I am keeping a up-to-date version at https://github.com/BoboTiG/marisa-trie. For those needing wheels (CPython & PyPy), Python 3.9 and 3.10 support, up-to-date Cython files, etc., just have a try:

$ python -m pip install -U marisa-trie-ng
superbobry commented 3 years ago

@BoboTiG I'm not sure forking is a productive way forward. Happy to add you marisa-trie maintainers, if you would like to look after this package.

Wdyt @kmike?

BoboTiG commented 3 years ago

Forking is not ideal, indeed. We should find a way to uniformize changes from other forks as well. I would be glad to help as a maintainer here, I would backport my changes here.

BoboTiG commented 3 years ago

If so, it would be a good thing to add myself as PyPi mainainer too, to prevent having different modules on PyPi.

superbobry commented 3 years ago

Cool, thank you! I've added you as a maintainer both here and on PyPI.

BoboTiG commented 3 years ago

Great, thank you :)