[ 源代码: puremagic ]
软件包:python3-puremagic(1.14-1~bpo11+1)
python3-puremagic 的相关链接
Debian 的资源:
下载源码包 puremagic:
- [puremagic_1.14-1~bpo11+1.dsc]
- [puremagic_1.14.orig.tar.gz]
- [puremagic_1.14-1~bpo11+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
pure-Python module to identify files by their magic signature
Puremagic is a pure-Python module to identify files by their magic numbers. It is fast, lightweight, minimalistic, cross-platform, and doesn't have dependencies. It can serve as a stand-in for python-magic, but its own magic_file() and magic_string() function are more powerful and also display a confidence score and possible duplicate matches.