python3-magic

python3 interface to the libmagic file type identification library
  https://github.com/ahupp/python-magic/
  0
  no reviews



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.

This package provides the Python 3 version of the python-magic module.