python-snappy icon indicating copy to clipboard operation
python-snappy copied to clipboard

Python bindings for the snappy google library

Results 35 python-snappy issues
Sort by recently updated
recently updated
newest added

``` System Version: macOS 10.15.4 (19E287) Kernel Version: Darwin 19.4.0 Xcode 11.4.1 Build version 11E503a ``` During `pip install python-snappy`, received: ``` Installing collected packages: python-snappy Running setup.py install for...

Hi there! I was curious if you'd be open to having the [Rust implementation of snappy](https://github.com/BurntSushi/rust-snappy) instead of the C dependency which can lead to troubles, especially when using `python-snappy`...

Python example to compress a string with snappy can't be decompressed with the command line tool example to decompress a file with the same string in it. The command line...

I tried to install python-snappy on a virtualenv with python 2.7. It failed ` x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC...

0.5.4 has been released to PyPI: https://pypi.org/project/python-snappy/ but it has not been tagged: https://github.com/andrix/python-snappy/releases Could you tag it? Thank you for maintaining python-snappy!

it works !! try: CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy

This came up in a pykafka compression issue. https://github.com/Parsely/pykafka/issues/508 So byte arrays above a certain size causes a seg fault. ``` (pypy) ➜ cat s.py from uuid import uuid4 import...

I built snappy with `brew install snappy` or `brew install snappy # snappy library from Google` it have a problem > -bash: brew: command not found how to find it?

During the package review for fedora, the reviewer spotted that `_snappy` is in the global namespace. Since it is private it may be a good idea to move it in...

I try to use snappy which use cffi with a non-root user that can't create the __pycache__/ dir. I got : ``` STDERR: Traceback (most recent call last): File "/opt/graphite/pypy/bin/django-admin",...