astro
astro copied to clipboard
Add pylibmc
It would be great to add pylibmc, to take care of that pesky libmemcached stuff :)
I actually have a github project that builds this for lambda. Its a little different that the way other packages are built here, I'll open a PR and get feedback :)
Opened an issue on the original project too https://github.com/lericson/pylibmc/issues/225
I also vote for that one ! I'm trying to use django-elasticache
to use ECC and it requires pylibmc
I solved this myself with https://github.com/bxm156/pylibmc-manylinux
In my requirements.txt I just add:
https://github.com/bxm156/pylibmc-manylinux/releases/download/v1.5.2/pylibmc-1.5.2-cp27-cp27mu-manylinux1_x86_64.whl
okay cool @bxm156 I was working on it but I'm glad you did it. You should certainly create a PR with a generated tgz
Thanks !