Metadata-Version: 2.1
Name: liangutil
Version: 0.1.1
Summary: Encapsulate some common tool methods
Home-page: UNKNOWN
Author: LiAng
Author-email: l2545721422@163.com
License: apache 3.0
Description: # liangutil包
        
        ![Python](https://img.shields.io/badge/python-3.x-blue.svg)   ![PyPI](https://img.shields.io/pypi/v/liangutil)   ![PyPI - Downloads](https://img.shields.io/pypi/dm/liangutil)   ![GitHub stars](https://img.shields.io/github/stars/Will-Liang/liangutil.svg)
        
        **说明：以Liang开头的类是单独写的类，以Utils结尾的都是基于第三方库封装的。函数详细说明请看代码注释。**
        
        ## **安装**
        
        ```
        pip install liangutil
        ```
        
        
        
        ## 注意
        
        ### lianglog
        
        #### LiangLog
        
        依赖于 **MySQLUtils**
        
        需要在mysql中建立表，字段如下
        
        | 字段名   | 类型    | 长度 |
        | -------- | ------- | ---- |
        | datetime | varchar | 32   |
        | level    | varchar | 32   |
        | name     | varchar | 32   |
        | content  | varchar | 255  |
        
        
        
        # 更新日志
        
        ## 2023年
        
        ### 8月
        
        **2023-08-02** `0.1.1`
        
        - 统一了代码注释风格
        - 新增代码文档
        - 删除了无用函数
        - 改变了某些函数名称
        
        **2023-08-01** `0.1.0`
        
        - mysqlutils 中增加了查询等方法
        - 修复了一些 Bug
        
        ### 7月
        
        **2023-07-31** `0.0.8`
        
        - 第一个发布版本
        
        
Keywords: python,utils,windows,mac,linux
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Natural Language :: Chinese (Simplified)
Requires: datetime
Requires: os
Requires: re
Requires: traceback
Requires: pytz
Requires: platform
Requires: random
Requires: time
Requires: requests
Requires: selenium
Requires: pymysql
Requires: redis
Requires: json
Requires: minio
Description-Content-Type: text/markdown
