Example Mismatch
还没有人认领这个 Issue。
评估
调研方向
从 Python 压缩示例和 python -m snappy -d compressed_file.snappy uncompressed_file 入口点开始,重现报告的 UncompressError: chunk truncated。确定命令行工具是否应支持此输出,或者是否需要第二个编程示例;选定的路径能够一致地工作并完成文档记录后,即视为完成。
由索引模型根据 Issue 内容生成。
描述
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 tool should be expanded to support this use case, or at the very least a second programmatic example explaining how to create a file which can be read with the tool.
import snappy
import os
fout = open('compressed_file.snappy', 'w')
buf ='hello world'
buf = snappy.compress(buf)
fout.write(buf)
fout.close()
os.system("python -m snappy -d compressed_file.snappy uncompressed_file");
UncompressError: chunk truncated
- 主要语言
- Python
- 星标
- 490
- 派生
- 104
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
intake/python-snappy 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 72/100
intake/python-snappy#152 · 3 条评论 ·
-
难度 5/5 一周以上 新手友好度 35/100
intake/python-snappy#151 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 45/100
intake/python-snappy#150 · 2 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
intake/python-snappy#147 · 3 条评论 ·
-
难度 4/5 3-5 天 新手友好度 25/100
intake/python-snappy#140 · 1 条评论 · 1 个 reaction ·
查看 intake/python-snappy 的全部 Issue
相似的 Issue
-
难度 1/5 1 小时以内 新手友好度 75/100
-
hcocena 未关闭policies-accepted pre-review precheck-passed
难度 1/5 1 小时以内 新手友好度 88/100
Bioconductor/BiocContributions#214 · 5 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 92/100
TencentCloud/Octop#1169 · 1 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 70/100
521xueweihan/HelloGitHub#3778 ·
-
The version checker's trailing attribute region has no control for a less-than inside a quoted value 未关闭area: dashboard area: tests bug perceived difficulty: 2 python
难度 2/5 1-3 小时 新手友好度 84/100
Nitjsefnie-Harness-Commons/daedalus#1105 · 1 条评论 ·