blob: 174688309139734a6b85c25c7ab5a5da5f67cbd9 (
plain)
1
2
3
4
5
6
7
8
9
|
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.
Optional dependency: python3
Note: To install python3 bindings pass PYTHON3=yes to the slackbuild.
# PYTHON3=yes ./python-magic.SlackBuild
|