Metadata-Version: 2.0
Name: python-bean
Version: 0.0.4
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 :: 2.7
Classifier: Programming Language :: Python :: 3.6
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)
Requires-Dist: requests (>=2.20.1)

PythonBean
==========

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

安装

::

    pip install python-bean

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

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

所以工具主要支持此版本

+-------------------+---------------------------------------+--------------+
| 名称              | 说明                                  | 更新日期     |
+===================+=======================================+==============+
| DocumentSimilar   | 利用gensim tf-idf比对文档相似度       | 2019-03-30   |
+-------------------+---------------------------------------+--------------+
| DataBase          | 使用上下文管理器管理MySQL的链接对象   | 2019-03-30   |
+-------------------+---------------------------------------+--------------+
| FakeRequests      | 对requests的简易包装，相同的用法      | 2019-03-31   |
+-------------------+---------------------------------------+--------------+
| SSHClient         | 对paramiko 的简易封装                 | 2019-04-03   |
+-------------------+---------------------------------------+--------------+
| SendEmail         | 对smtplib 的简易封装                  | 2019-04-03   |
+-------------------+---------------------------------------+--------------+


