Christos Zoulas 463c3112b3 Import upstream version 5.19 10 年 前
..
Makefile.am 1a0aaa1f36 Import upstream version 5.08 12 年 前
Makefile.in 1438924c48 Import upstream version 5.17 10 年 前
README 1a0aaa1f36 Import upstream version 5.08 12 年 前
example.py 1a0aaa1f36 Import upstream version 5.08 12 年 前
magic.py 463c3112b3 Import upstream version 5.19 10 年 前
setup.py 1a0aaa1f36 Import upstream version 5.08 12 年 前

README

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!