Name
Date
Size
#Lines
LOC

..--

Makefile.amH A D02-May-201251 41

Makefile.inH A D15-Oct-201511.7 KiB429364

READMEH A D02-May-2012300 148

example.pyH A D02-May-2012207 1811

magic.pyH A D15-Oct-20156.5 KiB222180

setup.pyH A D02-May-2012305 118

README

1This directory contains Python bindings to allow you to access the
2libmagic api. At the moment their status is "experimental".
3
4You can install the modules either with:
5
6$ python setup.py build
7$ python setup.py install
8
9or, if you have easy_install:
10
11$ easy_install .
12
13magic-python should work now!
14