summaryrefslogtreecommitdiffstats
path: root/python/python-magic/README
diff options
context:
space:
mode:
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
commit6c4fa6121d5ce29ca2095fd4e071248f28df2e69 (patch)
tree8722c344cfe743143b4c5a7f40f00922b7d98747 /python/python-magic/README
parent2d41f5ec0ff540a6b326d2d06b38b7fc70aef5c0 (diff)
downloadslackbuilds-6c4fa6121d5ce29ca2095fd4e071248f28df2e69.tar.gz
slackbuilds-6c4fa6121d5ce29ca2095fd4e071248f28df2e69.tar.xz
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-magic/README b/python/python-magic/README
new file mode 100644
index 0000000000..69a698c594
--- /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.