python magic:libmagic的python包装器 源码
Python魔术 python-magic是libmagic文件类型标识库的Python接口。 libmagic通过根据预定义的文件类型列表检查其文件头来识别文件类型。 Unix命令file在命令行中公开了此功能。 用法 >> > import magic >> > magic . from_file ( "testdata/test.pdf" ) 'PDF document, version 1.2' # recommend using at least the first 2048 bytes, as less can produce incorrect identifi
文件列表
python-magic-master.zip
(预估有个40文件)
python-magic-master
MANIFEST.in
92B
stdeb.cfg
58B
test_docker.sh
499B
COMPAT.md
678B
upload.sh
108B
__init__.py
0B
.travis.yml
285B
tox.ini
703B
LICENSE
3KB
暂无评论