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

相关文章: