opnsense-src/contrib/file/python
Xin LI c293113327 MFV r275696: file 5.21.
MFC after:	 2 weeks
2014-12-11 06:52:10 +00:00
..
example.py
magic.py
Makefile.am
Makefile.in MFV r275696: file 5.21. 2014-12-11 06:52:10 +00:00
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!