diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-05-05 12:21:55 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-05-07 12:18:09 -0500 |
commit | 6c4fa6121d5ce29ca2095fd4e071248f28df2e69 (patch) | |
tree | 8722c344cfe743143b4c5a7f40f00922b7d98747 /python/python-magic/README | |
parent | 2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 (diff) |
python/python-magic: Added (uses ctypes to access the libmagic)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/python-magic/README')
-rw-r--r-- | python/python-magic/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-magic/README b/python/python-magic/README new file mode 100644 index 000000000000..69a698c59426 --- /dev/null +++ b/python/python-magic/README @@ -0,0 +1,5 @@ +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. + +Python-magic requires distribute. |