Metadata-Version: 2.0
Name: python-bean
Version: 0.0.2
Summary: some util collection for python
Home-page: https://github.com/mouday/PythonBean
Author: Peng Shiyu
Author-email: pengshiyuyx@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: gensim (==3.7.1)
Requires-Dist: jieba (==0.39)

PythonBean
==========

整合封装一些工作中常用到的工具

安装

::

    pip install python-bean

pypi: https://pypi.org/project/python-bean/

目前工作中主要是用 Python2.7.5

所以工具主要支持此版本

+-------------------+---------------------------------------+
| 名称              | 说明                                  |
+===================+=======================================+
| DocumentSimilar   | 利用gensim tf-idf比对文档相似度       |
+-------------------+---------------------------------------+
| DataBase          | 使用上下文管理器管理MySQL的链接对象   |
+-------------------+---------------------------------------+


