Christos Zoulas 943dbe8879 Import upstream version 5.24 vor 8 Jahren
..
Makefile.am 1a0aaa1f36 Import upstream version 5.08 vor 12 Jahren
Makefile.in 943dbe8879 Import upstream version 5.24 vor 8 Jahren
README 1a0aaa1f36 Import upstream version 5.08 vor 12 Jahren
example.py 1a0aaa1f36 Import upstream version 5.08 vor 12 Jahren
magic.py 463c3112b3 Import upstream version 5.19 vor 10 Jahren
setup.py 1a0aaa1f36 Import upstream version 5.08 vor 12 Jahren

README

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!