Metadata-Version: 2.1
Name: Eric-Tools
Version: 1.2.2
Summary: Python Daily Development Tools
Home-page: https://github.com/Eric-jxl/Tools
Author: Eric
Author-email: 799050481@qq.com
License: Apache License
Description: # Tools
        [![License](https://img.shields.io/:license-apache-blue.svg)](https://opensource.org/licenses/Apache-2.0)
        ![latest 1.2.2](https://img.shields.io/badge/latest-1.2.2-green.svg?style=flat)
        
        
        [Redis](https://eric-jxl.github.io)
        
        
        ##### Project management of Python daily tools
        ```shell 
        pip install Eric-Tools
        ```
        ```
        https://pypi.org/project/Eric-Tools/
        ```
        ```
        encryption_classmethod.py  Python HMAC+MD5加密签名算法
        
        exception_class.py  异常类
        
        resize_image.py 图片压缩
        
        ip.py           ip地址定位API
        
        logger.py       日志模块类和高级日志装饰器
        
        remove.py       删除文件
        
        send_email.py   发送邮件
        
        sftp.py         ssh远程下载文件
        
        pgsql.py        对postgresql 增删改查操作
        
        readconfig      针对读取配置文件
        
        jwt_encrypt     生成jwt Access Token 加密及解密
        
        convert_json    支持json和object之间转换
        
        Abstract.py     抽象类模型
        
        decorator.py    惰性属性装饰器
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7.16
Description-Content-Type: text/markdown
