/
githubmirror
/
file
Обзор
Документация
Войти
/
githubmirror
/
file
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
FILE5_19
python/README
13 строк
300 B
Reuben Thomas
New pure-Python bindings (same API as before, with missing methods added).
15 янв 2011, 01:33
15 янв 2011, 01:33
7bc05e9
Код
Авторство
О чём код?
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!