python使用snappy压缩
生活随笔
收集整理的這篇文章主要介紹了
python使用snappy压缩
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天在網上找了很久,終于找到1個snappy壓縮命令行,記錄下來:1.wget https://bootstrap.pypa.io/get-pip.py2.python ./get-pip.py
3.yum install gcc-c++4.pip install python-snappy
用法:
python -m snappy -c uncompressed_file compressed_file.snappypython -m snappy -d compressed_file.snappy uncompressed_file參考:https://github.com/andrix/python-snappy
轉載于:https://www.cnblogs.com/dailidong/p/7571086.html
總結
以上是生活随笔為你收集整理的python使用snappy压缩的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 倚天遇到屠龙:LightGBM VS x
- 下一篇: websocket python爬虫_p