blob: 72d25c4a4c27bc51753273c2d98dff1d7ea605e3 (
plain) (
blame)
1
2
3
4
|
python-magic is a Python interface to the libmagic file type identification
library. libmagic identifies file types by checking their headers according to a
predefined list of file types. This functionality is exposed to the command line
by the Unix command file.
|