Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile.am | H A D | 02-May-2012 | 51 | 4 | 1 | |
Makefile.in | H A D | 15-Oct-2015 | 11.7 KiB | 429 | 364 | |
README | H A D | 02-May-2012 | 300 | 14 | 8 | |
example.py | H A D | 02-May-2012 | 207 | 18 | 11 | |
magic.py | H A D | 15-Oct-2015 | 6.5 KiB | 222 | 180 | |
setup.py | H A D | 02-May-2012 | 305 | 11 | 8 |
README
1This directory contains Python bindings to allow you to access the 2libmagic api. At the moment their status is "experimental". 3 4You can install the modules either with: 5 6$ python setup.py build 7$ python setup.py install 8 9or, if you have easy_install: 10 11$ easy_install . 12 13magic-python should work now! 14