08ff44c446
Change-Id: I0d025059ba0b200ac1162ea5a764fd756600ecd0 |
||
---|---|---|
.. | ||
example.py | ||
magic.py | ||
Makefile.am | ||
Makefile.in | ||
README | ||
setup.py |
This directory contains Python bindings to allow you to access the libmagic api. At the moment their status is "experimental". You can install the modules either with: $ python setup.py build $ python setup.py install or, if you have easy_install: $ easy_install . magic-python should work now!