Name Date Size #Lines LOC

..--

Makefile.amHD10-Jan-201651 41

Makefile.inHD10-Jan-201611.8 KiB440374

READMEHD10-Jan-2016300 148

example.pyHD10-Jan-2016207 1811

magic.pyHD10-Jan-20166.5 KiB222180

setup.pyHD10-Jan-2016305 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