blob: 8bc42186004a129f3298ae85d4a06b636c214d4e (
plain)
1
2
3
4
5
6
|
This module uses ctypes to access the libmagic file type identification
library. It makes use of the local magic database and supports both textual
and MIME-type output.
Note: To install python3 bindings pass PYTHON3=yes to the slackbuild.
# PYTHON3=yes ./python-magic.SlackBuild
|