From 6c4fa6121d5ce29ca2095fd4e071248f28df2e69 Mon Sep 17 00:00:00 2001 From: Larry Hajali Date: Sat, 5 May 2012 12:21:55 -0400 Subject: python/python-magic: Added (uses ctypes to access the libmagic) Signed-off-by: dsomero --- python/python-magic/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/python-magic/README (limited to 'python/python-magic/README') 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. -- cgit v1.2.3