Metadata-Version: 1.0
Name: dictmatch
Version: 0.1.0
Summary: Dict Match Utilities
Home-page: https://github.com/Bond-H/dictmatch
Author: UNKNOWN
Author-email: huangdb3@mail2.sysu.edu.cn
License: Apache 2.0
Description: 
        dictmatch
        *********
        dictmatch：词典匹配工具
        完整文档见 ``README.md``
        GitHub: https://github.com/Bond-H/dictmatch
        
        安装说明
        *********
        代码对 Python 2/3 均兼容
        - pip安装：`pip install dictmatch`
        - clone安装：先clone本代码库，然后运行 `python setup.py install`
        - 手动安装：将 dictmatch 目录放置于当前目录或者 site-packages 目录，通过 `import dictmatch` 来引用
        
Keywords: dict match
Platform: any
