Index of /freebsd/head/contrib/file/python

      Name                    Last modified       Size  Description

[DIR] Parent Directory 28-Sep-2014 13:44 - [   ] Makefile.am 28-Sep-2014 13:44 1k [TXT] Makefile.in 28-Sep-2014 13:44 12k [   ] example.py 28-Sep-2014 13:44 1k [   ] magic.py 28-Sep-2014 13:44 7k [   ] setup.py 28-Sep-2014 13:44 1k

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!