Metadata-Version: 2.1
Name: trie-pkg
Version: 0.4.0
Summary: trie.py: a efficient package for search words using trie tree
Home-page: http://webpy.org/
Author: Larry King
Author-email: 1412857955@qq.com
Maintainer: Scut Emos
Maintainer-email: emos@scut.edu.cn
License: Public domain
Platform: any
Requires-Dist: web.py (==0.40-dev1)
Requires-Dist: request
Requires-Dist: net
Requires-Dist: db
Requires-Dist: utils
Requires-Dist: html

By using this package, call insert function to build search tree, call search function to search a specific word


