NameDateSize

..17-May-201930

example.pyH A D17-May-2019207

magic.pyH A D17-May-20196.5 KiB

Makefile.amH A D17-May-201951

Makefile.inH A D17-May-201911.8 KiB

READMEH A D17-May-2019300

setup.pyH A D17-May-2019305

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