File: README

package info (click to toggle)
file 1%3A5.22%2B15-2
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 6,172 kB
  • sloc: ansic: 12,974; sh: 11,274; makefile: 448; python: 133
file content (13 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
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!