Whatype:独立文件类型识别python库

时间:2024-07-05 02:36:25
【文件属性】:

文件名称:Whatype:独立文件类型识别python库

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-05 02:36:25

Python

什么类型 Whatype是一个独立的文件类型识别python库。 Whattype 最初是为开发的 魔术字节签名存储在 magics.csv 中,格式为: 文件描述、魔术字节(偏移 0)、扩展名、强制字符串 用法 加载 Whattype 库 from whatype import Whatype WTlib = Whatype () # Uses default magics.csv shipped with the library 从文件系统识别文件 print WTlib . identify_file ( "file.ext" ) 从缓冲区识别文件 with open ( "file.ext" , 'rb' ) as f : data = f . read () print WTlib . identify_buffer ( data ) 结果以元组的形式返回:


【文件预览】:
Whatype-master
----whatype()
--------magics.csv(2KB)
--------README.txt(739B)
--------whatype.py(6KB)
--------__init__.py(21B)
----LICENSE(34KB)
----setup.py(406B)
----README.md(1KB)

网友评论