minix/external/bsd/file/dist/python
Lionel Sambuc 08ff44c446 Reducing external/bsd/file differences
Change-Id: I0d025059ba0b200ac1162ea5a764fd756600ecd0
2013-04-12 13:25:18 +02:00
..
example.py New file(1) port 2012-06-18 10:53:30 +00:00
magic.py Reducing external/bsd/file differences 2013-04-12 13:25:18 +02:00
Makefile.am New file(1) port 2012-06-18 10:53:30 +00:00
Makefile.in New file(1) port 2012-06-18 10:53:30 +00:00
README New file(1) port 2012-06-18 10:53:30 +00:00
setup.py New file(1) port 2012-06-18 10:53:30 +00:00

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!