python使用snappy壓縮


今天在網上找了很久,終於找到1個snappy壓縮命令行,記錄下來:
1.wget https://bootstrap.pypa.io/get-pip.py
2.python ./get-pip.py
3.yum install gcc-c++
4.pip install python-snappy


用法:

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

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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM