You can get development information from 
https://github.com/miurahr/unihandecode

If you are interested in this project and try to change source,
you can get latest development tree as follows:

$ git clone https://github.com/miurahr/unihandecode.git

To make wheel file

$ make dist

If you found a bug, please look at

https://github.com/miurahr/unihandecode/issues?state=open

for bug tracking system.

You may also need to install python setuptools to build package
from the source.

Unihandecode use pyenv for test and development environment.
To install dependency, please run

$ make setup

for unit test,
$ make test

for create wheel package
$ make dist

trial

$ python
>>> from unihandecode import Unihandecoder
>>> d = Unihandecoder(lang="ja")
>>> d.decode(u"桜")
Sakura

enjoy!
