opnsense-src/contrib/file/python
Xin LI 5f0216bd88 MFV r284234:
Update file to 5.23.

MFC after:	2 weeks
2015-06-10 19:22:41 +00:00
..
example.py MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
magic.py MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
Makefile.am MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
Makefile.in MFV r284234: 2015-06-10 19:22:41 +00:00
README MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +00:00
setup.py MFV r267843: update file/libmagic to 5.19. 2014-06-26 06:03:39 +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!