patricia-trie
=============

A pure Python 2.7+ implementation of a PATRICIA trie.

This implementation is more efficient than PyTrie v0.1, has a clean
API that imitates the dict() API, and works with Py3k.

See help(patricia.trie) for details and a usage example.

Copyright 2013, Florian Leitner, All rights reserved.
License: Apache License v2 (http://www.apache.org/licenses/LICENSE-2.0.html)
