windows 打开snappy文件 安装python snappy——还是直接用pip install xx.whl 打包好的安装吧

Python-snappy: wraps the snappy compression library. 去下载,然后安装!

  • 用法:

    python -m snappy -c uncompressed_file compressed_file.snappy
    python -m snappy -d compressed_file.snappy uncompressed_file
    参考:

    https://github.com/andrix/python-snappy

原文地址:https://www.cnblogs.com/bonelee/p/14345273.html