File: README

package info (click to toggle)
python-unac 1.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 76 kB
  • ctags: 16
  • sloc: ansic: 44; python: 32; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
README for libunac bindings
===========================

These are Python bindings for libunac. This requires libunac to be installed:

  http://gna.org/projects/unac/

Once that is installed, build and install this binding using:

  python setup.py install


To use this module, please see examples/test.py