Python binding for libdatrie, a kind of digital search tree.

Trie is an efficient indexing method. It is also a kind of deterministic finite
automaton (DFA).

WWW: https://github.com/pytries/datrie
