Metadata-Version: 2.1
Name: python-bean
Version: 0.0.3
Summary: some util collection for python
Home-page: https://github.com/mouday/PythonBean
Author: Peng Shiyu
Author-email: pengshiyuyx@gmail.com
License: UNKNOWN
Description: 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   |
        +-------------------+---------------------------------------+--------------+
        
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
